body,html{
    overflow: hidden;
    height: 100%;
    color: #ffffff;
    font-family: arial,Hiragino Sans GB,Microsoft Yahei,微软雅黑,宋体,Tahoma,Arial,Helvetica,STHeiti;
    background-color: #272727;
    line-height: 1;
    box-sizing: border-box;

}
html{
    display: block;
}
body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*, :after, :before {
    box-sizing: inherit;
    border: 0;
    margin: 0;
    padding: 0;
}

.Interface{
    position: relative;
    height: 100%;
    transform: translateY(0);
    transition: all 800ms ease 0s;
}

.Interface01{
    position: relative;
    background-image: url("../images/bj01.jpg");
    background-size: 100% 100%;
    height: 100%;
}
.Interface02{
    position: relative;
    background-image: url("../images/bj02.jpg");
    background-size: 100% 100%;
    height: 100%;
}
.Interface03{
    position: relative;
    background-image: url("../images/bj03.jpg");
    background-size: 100% 100%;
    height: 100%;
}
.Interface04{
    position: relative;
    background-image: url("../images/bj03.jpg");
    background-size: 100% 100%;
    height: 100%;
}
.Interface05{
    position: relative;
    background-image: url("../images/bj03.jpg");
    background-size: 100% 100%;
    height: 100%;
}
.Interface06{
    position: relative;
    height: 400px;
    background-color: #272727;
}
.rightframe{
    position: fixed;
    height: 100%;
    width: 25px;
    top:0%;
    right: 0%;
    background-color: black;
}
.rbtn{
    margin-top:100px;
    height: 120px;
    width: 100%;
    background-color: black;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    transition: all 1s ease 0s;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    display:table;
}
.rbtn:hover{
    background-color: #3d6efe;
}
.lxwm{
    display:table-cell;
    vertical-align:middle;
}
.rbtn2{
    margin-top:20px;
    height: 40px;
    width: 100%;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    display:table;
}
.lxwm2{
    display:table-cell;
    vertical-align:middle;
}
.top{
    position: absolute;
    bottom: 140px;
    right: 85px;
    cursor: pointer;
}
.line01{
    position: absolute;
    width: 12px;
    height: 3px;
    transition: all 1s ease 0s;
    right: 0;
    top:0;
    background-color: grey;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.line02{
    position: absolute;
    width: 12px;
    height: 3px;
    transition: all 1s ease 0s;
    right: 0;
    top:10px;
    background-color: grey;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.line03{
    position: absolute;
    width: 12px;
    height: 3px;
    transition: all 1s ease 0s;
    right: 0;
    top:20px;
    background-color: grey;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.line04{
    position: absolute;
    width: 12px;
    height: 3px;
    transition: all 1s ease 0s;
    right: 0;
    top:30px;
    background-color: grey;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.line05{
    position: absolute;
    width: 12px;
    height: 3px;
    transition: all 1s ease 0s;
    right: 0;
    top:40px;
    background-color: grey;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.line06{
    position: absolute;
    width: 12px;
    height: 3px;
    transition: all 1s ease 0s;
    right: 0;
    top:50px;
    background-color: grey;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}
.imgtop{
    position: absolute;
    bottom: -108px;
    right: -19px;
    width: 50px;
    height: 50px;
}
