*{
    box-sizing: border-box;
}
.layui-laydate-list{
    font-size: 14px;
}
.fBack{
    display: block;
    width: 100%;
    border: none;
    height: 49px;
    background-color: #ff0000;
    font-size: 16px;
    color: #ffffff;
    margin-top: 14px;
    text-align: center;
    line-height: 49px;
}
.musicPlay{
    overflow: hidden;
    margin-bottom: 20px;
}
.musicPlay div{
    float: right;
    border: 3px solid #BAD4F6;
    background: #5f95d3;
    overflow: hidden;
    border-radius: 10px;
}
.musicPlay div a{
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
}
.musicPlay div a.active{
    background: darkgreen;
    color: #C4D8F7;
}
.burn,.burn1,.burn2{
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    top: 420px;
    padding: 10px;
    left: 100%;
    width: 300px;
    display: none;
    z-index: 10000000;
}
.anm{
    display: block;
    animation:mymove 20s;
    -webkit-animation:mymove 20s;
}
.burn1{
    animation-delay:5s;
    -webkit-animation-delay:5s; 
}
.burn2{
    animation-delay:10s;
    -webkit-animation-delay:10s; 
}
@keyframes mymove
{
    from {left: 100%;}
    to {left: -400px;}
}
.burn img,.burn1 img,.burn2 img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    float: left;
}
.other,.others{
    padding: 20px 10px;
    width: 300px;
    display: none;
}
.other p,.others p{
    background-color: #eee;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.other a,.others a{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.others a{
    background-color: #1E9FFF;
    color: #fff;
}
.other a.active,.others a.active{
    background-color: #1E9FFF;
    color: #fff;
}
#canvas{
    max-width: 90%;
    margin: 40px auto;
    display: block;
}
.plateType{
    background-color: #eee;
    padding: 20px 0;
    text-align: center;
}
.plateType span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.plateType span.p1{
    background-color: #9ea1a7;
}
.plateType span.p2{
    background-color: #ecfd4b;
}
.plateType span.p3{
    background-color: #15d60f;
}
.plateType span.p4{
    background-color: #ff0000;
}
.plateType p{
    display: inline-block;
    color: #333;
    vertical-align: top;
    margin-right: 10%;
}
.pTips{
    margin-top: 40px;
    text-align: center;
}



#page,#page1,#page2,#page3,#page5{
    text-align: center;
    background-color: #fff;
    margin-top: 20px;
}
#pageCon,#backBtn{
    display: inline-block;
}

.gdxWrap{
    padding: 10px;
}
.gdxWrap p{
    background-color: #E6E6E6;
    color: #FE9A42;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.gdxWrap input{
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    outline: 0;
}
.control{
    background-color: #000;
    padding: 10px 0 10px 10%;
}
.control>a{
    float: left;
    text-align: center;
    margin-right: 8%;
    position: relative;
}
.control>a>div.hover{
    position: absolute;
    top: -60px;
    left: -20px;
    background-color: #ccc;
    font-size: 12px;
    width: 120px;
    color: #fff;
    border-radius: 5px;
    z-index: 2000;
    display: none;
}
.control>a>div.gong{
    position: absolute;
    bottom: 60px;
    left: -20px;
    background-color: #ccc;
    font-size: 12px;
    width: 120px;
    color: #fff;
    border-radius: 5px;
    z-index: 2000;
    width: 280px;
    display: none;
}
.control>a>div.gong>p{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}
.control>a>div.gong ul{
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.control>a>div.gong ul li{
    float: left;
    padding: 5px 10px;
}
.control>a>div.gong ul li.active{
    border: 1px solid yellow;
}
.control>a>div.gong ul li:last-child{
    margin-right: 0;
}
.control>a>div.gong ul li>img{
    width: 40px;
    height: 30px;
}
.control>a>div.gong ul li>p{
    font-size: 12px;
    color: #fff;
}
.control>a>div.gong ul li>p img{
    width: 10px;
}
.control>a>div.gong>div{
    padding: 5px 10px;
}
.control>a>div.gong>div div{
    float: left;
}

.control>a>div.gong>div .gdx img{
    width: 20px;
}
.control>a>div.gong>div .coin{
    margin-left: 30px;
}
.control>a>div.gong>div .coin img{
    width: 10px;
}
.control>a>div.gong>div .coin i{
    color: #db0909;
    margin-left: 5px;
}
.control>a>div.gong>div>span{
    float: right;
    color: #fff;
    background-color: #db0909;
    padding: 3px 10px;
    border-radius: 4px;
}

.control>a>div.hover i{
    background-color: #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 2px;
}
.control>a>div.hover img{
    width: 15px;
    margin-right: 5px;
}
.control>a>div.hover p{
    line-height: 30px;
}
.control>a>img{
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
}
.control>a>p{
    color: #fff;
}
div.box{
    width:100%;
    height: 100%;
    background: url("../img/bj.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    padding-top: 69px;
    top: 0;
    overflow: auto;
}
div.box>p>span>i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../img/guohui.png") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    top: 1px;
}
div.header{
    width: 100%;
    height: 69px;
    background-color: rgba(22, 55, 91, 0.64);
    position: absolute;
    top: 0;
    z-index: 6;
}
div.header-1{
    padding: 0 2%;
    height: 69px;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
div.header-1>img{
    margin-top: 10px;
    float: left;
}
ul.header-1-nav{
    width: 55%;
    height: 100%;
    float: left;
    margin-left:5%;
}
@media screen and (max-width:1100px){
    ul.header-1-nav{
        display: none;
    }
    ul.header-1-dl{
        width: 70%;
    }
}
/*@media screen and (min-width:750px) and (max-width:1100px) {*/
    /*/!* CSS ´úÂë *!/*/
    /*ul.header-1-nav{*/
       /*display: none;*/
    /*}*/
/*}*/
/*Õâ¾ä´úÂëµÄÒâË¼ÊÇ¿í¶È´óÓÚµÈÓÚ 300px £¬Ð¡ÓÚµÈÓÚ 500px £¨ width >=300 && width <=500£©µÄÊ±ºòÓ¦ÓÃÑùÊ½*/
ul.header-1-nav>li{
    width: 16.66%;
    float: left;
    text-align: center;
}
ul.header-1-nav>li>a{
    font-size: 18px;
    color: #ffffff;
    line-height: 69px;
}
ul.header-1-nav>li.active>a{
    color: #2ab2ca;
}
div.box>p{
    position: absolute;
    bottom:5px;
    width: 100%;
}
div.box>p>span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #373737;
    line-height: 25px;
}
ul.header-1-dl{
    width: 25%;
    height: 100%;
    float: right;
}
ul.header-1-dl>li{
    float: left;
    line-height: 69px;
    height: 100%;
}
ul.header-1-dl>li>a{
    font-size: 18px;
    color: #fff;
}
ul.header-1-dl>li.sousuo>img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
ul.header-1-dl>li.sousuo>a{
    display: block;height: 100%;
}
ul.header-1-dl>li.sousuo>a>img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
ul.header-1-dl>li.sousuo{
    margin-left:8%;
}
ul.header-1-dl>li.loginList{
    display: none;
}
ul.header-1-dl>li.userMsg{
    display: none;
}
ul.header-1-dl>li.userMsg a:first-child{
    margin-right: 10px;
}
ul.header-1-dl>li.zfy{
    margin-left: 8%;
    position: relative;
}
ul.header-1-dl>li.zfy>i{
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 26px;
    left: 22px;
}
ul.header-1-dl>li.erweima>img{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
ul.header-1-dl>li.erweima{
    margin-left:8%;
    position: relative;
}
div.daer{
    display: none;
    width: 92px;
    height: 95px;
    position: absolute;
    top: 64px;
    left: -32px;
}
/*ul.header-1-dl>li.erweima:hover div.daer{*/
    /*display: block;*/
/*}*/
div.wenzi{
    position: absolute;
    margin:0 auto;
    top:221px;
    bottom: 0;
    left: 0;
    right: 0;
     width:60%;
     height: 84px;
    /*overflow: hidden;*/
    /*border:1px solid red;*/
     /*border: 1px solid red;*/
    /*text-align: center;*/
}
div.wenzi1{
    position: absolute;
    margin:0 auto;
    top:221px;
    bottom: 0;
    left: 0;
    right: 0;
    width:60%;
    height: 84px;
    /*overflow: hidden;*/
    /*display: none;*/
}
div.wenzi1>img{
    height: 100%;
    width:9.8%;
    display: none;
}
div.wenzi>img{
    height: 100%;
    width:9.8%;
    /*opacity: 0;*/
    /*display: inline-block;*/
    display: none;
    /*border:1px solid red;*/
}
div.mz{
    height:90%;
    width:30%;
    margin-top: 5px;
}
div.mz>img{
    /*width: 100%;*/
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}
p.btn{
    position: absolute;
    right:0;
    top:27px;
    display: none;
}
div.daer>img{
    width: 100%;
    height: 100%;
 }

div.tcdh{
    position: absolute;
    top:69px;
    z-index: 10;
    display: none;
    background-color: rgba(22, 55, 91, 0.64);
    width: 100%;
}
div.tcdh>ul{
    width: 90%;
    margin: 0 auto;
}
div.tcdh>ul>li{
    width: 100%;
    height: 74px;
    line-height: 74px;
    border-bottom:1px solid #2f6dac;
}
div.tcdh>ul>li>a>span{
    font-size: 14px;
    color: #FFF;
}
div.tcdh>ul>li>a>b{
    display: inline-block;
    width:11px;
    height: 20px;
    background: url("../img/you2.png") no-repeat center;
    background-size: 100% 100%;
    float: right;
    margin-top: 20px;
}
div.tcdh>ul>li.activero>a>span{
    color: #2ab2ca;
}
div.tcdh>ul>li.activero>a>b{
    background: url("../img/you1.png") no-repeat center;
    background-size: 100% 100%;
}
ul.header-1-dl>li>a:hover{
    color: #2ab2ca;
}
ul.header-1-dl>li>a.activerver{
    color: #2ab2ca;
}
div.denglu{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
div.denglu-box{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 430px;
    height: 558px;
    background-color: #ffffff;
    border-radius: 10px;
   background-image: url("../img/sx.png");
    background-size: cover;
}
div.denglu-box>img{
    display: block;
    margin: 0 auto;
    width: 83px;
    height: 111px;
    margin-top: 20px;
}
div.denglu-box-1{
    width: 330px;
    margin: 0 auto;
}
ul.denglu-nav{
    width: 100%;
    height: 46px;
    text-align: center;
    margin-top: 21px;
    border-bottom: 1px solid #eaeaea;
}
ul.denglu-nav>li{
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
}
ul.denglu-nav>li.activero1{
    border-bottom: 1px solid #ff0000;
}
ul.denglu-nav>li.activero1>a{
    color: #000000;
}
ul.denglu-nav>li>a{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #a1a1a1;
}

form.fd-1{
    width: 100%;
    padding-top: 29px;
}
p.fd-1-p1{
    width: 100%;
    height: 34px;
    display: none;
    border:2px solid #ce573a;
    background: #ebdfdb;
}
p.fd-1-p1>img{
     width:18px;
    height:18px;
    float: left;
    vertical-align: middle;
    margin-top:7px;
    margin-left: 12px;
    margin-right: 12px;
}
p.fd-1-p1>span{
    color: #d0593c;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    height: 100%;
    float: left;
}
p.fd-1-p2,p.fd-1-p3,p.fd-1-p4{
    width: 100%;
    margin-top: 6px;
}
p.fd-1-p2>input,p.fd-1-p3>input{
    width:100%;
    height: 49px;
    padding-left: 45px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.09);
    font-size: 14px;
}
p.fd-1-p2>input{
    background-image: url("../img/avatar.png");
    background-position:15px;
    background-repeat: no-repeat;
    background-size: 19px;
}
p.fd-1-p3>input{
    background-image: url("../img/castle.png");
    background-position:15px;
    background-repeat: no-repeat;
    background-size: 19px;
}
p.fd-1-p4>input{
    width: 100%;
    border: none;
    height: 49px;
    background-color: #ff0000;
    font-size: 16px;
    color: #ffffff;
    margin-top: 14px;
}
p.fd-1-p5{
    width: 100%;
    margin-top: 12px;
}
p.fd-1-p5>a{
    font-size: 14px;
    color: #565656;
}
p.fd-1-p5>a:first-child{
    float: left;
}
p.fd-1-p5>a:last-child{
    float: right;
}
p.fd-1-p6{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000000;
}
ul.wx{
    width:80%;
    margin: 0 auto;
    padding-top: 10px;
}
ul.wx>li{
    float: left;
    width: 50%;
}
ul.wx>li>a>img{
    display: block;
    margin: 0 auto;
}
input::-webkit-input-placeholder{
    color: #c3c3c3;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #c3c3c3;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #c3c3c3;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #c3c3c3;
}


form.fd-2{
    width: 100%;
    margin-top:30px;
}
p.fd-2-p1{
    width: 100%;
    margin-top: 14px;
}
p.fd-2-p1>input:first-child{
    font-size: 14px;
    padding-left: 46px;
    width: 163px;
    height: 49px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.09);
    background-image: url("../img/yzm.png");
    background-position:15px;
    background-repeat: no-repeat;
    background-size: 19px;
}
p.fd-2-p1>input:last-child{
    float: right;
    width: 163px;
    height: 49px;
    border: solid 1px #ff0000;
    background: #fff;
    font-size: 14px;
    color: #ff0000;
}

div.zhuce,.forget{
    display: none;
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000000;
}
div.zhuce-box{
    position: absolute;
    width: 430px;
    height: 573px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/sx.png);
    background-size: cover;
}
div.zhuce-box>img{
    display: block;
    margin: 0 auto;
    margin-top: 32px;
}
p.zhuce-title{
    height: 35px;
    text-align: center;
    width: 60%;
   border-bottom: 1px solid #c7c7c7;;
    margin: 0 auto;
    margin-top: 17px;
    font-size: 18px;
    color: #4d4d4d;
}
form.zc-f1,form.wj-f1{
    width: 80%;
    margin: 0 auto;
}

ul.header-1-dl>li.zfy>i.hei{
    background:#4d4d4d;
}
/*end*/

.gy-nav-box {
    position: relative;
}
.find-lamp {
    // position: absolute;
    // top: 50%;
    // right: 5%;
    // transform: translate(0, -50%);
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background-color: #2ab2ca;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
}
ul.gy-nav{
    width: 56%;
    max-width: 800px;
    height: 51px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 1px 6px 0px
    rgba(0, 0, 0, 0.48);
    margin-top: 40px;
}
ul.gy-nav>li{
    width: 33.333%;
    float: left;
    text-align: center;
    height: 51px;
    line-height:51px;
}
ul.gy-nav>li.activero2>a{
    border-bottom:2px solid #1a1a1a;
    font-weight: 500;
}
ul.gy-nav>li>a{
   display: inline-block;
    height: 51px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #1a1a1a;
}

div.contaier{
    width: 90%;
    margin: 0 auto;
}
.liveHead{
    height: 70px;
    background-color: #000;
    padding: 0 5%;
    position: relative;
}
.liveHead h4{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.liveHead .hImg{
    float: left;
    line-height: 70px;
}
.liveHead .hImg img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.liveHead .hImg span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.liveHead .follow,.liveHead .unfollow{
    position: absolute;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 10px;
    background-color: #666;
    border-radius: 4px;
    top: 23px;
    right: 5%;
    z-index: 2;
}
.liveHead .unfollow{
    color: #1c93ec;
}
.onlineList{
    float: left;
    width: 17%;
    position: relative;
}
.onlineList>div{
    background-color: #f8f8f8;
    height: 570px;
    overflow: auto;
    padding-top: 40px;
}
.onlineList>div>div{
    color: #333;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.onlineList>p{
    line-height: 40px;
    color: #797f89;
    padding-left: 10px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.onlineList>div img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
}
#video{
    float: right;
    width: 75%;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}



div.contaier>ul>li{
    position: relative;
    float: left;
    width: 23.5%;
    /*height: 510px;*/
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px
    rgba(0, 0, 0, 0.48);
    margin: 20px 1% 0;
}
div.contaier>ul>.li {
    background-color: transparent;
    box-shadow: none;
}
div.contaier>ul>li:nth-child(4n + 1){
    margin-left: 0;
}
div.contaier>ul>li:nth-child(4n + 4){
    margin-right: 0;
}
div.contaier>ul>li>img{
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 424px;
    margin-top: 20px;
}
div.contaier>ul>li>p{
    width: 100%;
}
div.contaier>ul>li>a>p{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom:10px;
}
div.contaier>ul>.li>a b {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 0;
}
div.contaier>ul>.li>a label{
    position: absolute;
    width: 100%;
    height: 44px;
    padding: 0 4%;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    font-size: 20px;
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.contaier>ul>li>a>span{
    font-size: 14px;
    padding: 10px 10px 0;
    display: block;
}
div.contaier>ul>li>a>p>span{
    display: inline-block;
    width:70%;
    height: 36px;
    line-height: 36px;
    border: solid 1px #4d4d4d;
    font-size: 16px;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
div.contaier>ul>li>a>p>i{
    text-align: center;
    line-height: 36px;
    float: right;
    display: inline-block;
    width:20%;
    height: 36px;
    background-color: #4d4d4d;
    font-size:14px;
    color: #ffffff;
    overflow: hidden;
}
div.contaier>ul>li>a>p>i.follow,div.contaier>ul>li>a>p>i.goFollow{
    text-align: center;
    line-height: 36px;
    float: right;
    display: inline-block;
    width:20%;
    height: 36px;
    background-color: #4d4d4d;
    font-size:14px;
    color: #ffffff;
    overflow: hidden;
}
div.contaier>ul>li>a>p>i.follow{
    background-color: #1e9fff;
}
ul.footer-fy{
    width: 364px;
    height: 34px;
}

/*¹ØÓÚÎÒÃÇ*/
div.box-guanyu{
    width: 100%;
    background:#f7f7f7;
    height: 100%;
    overflow: auto;
    padding-top: 69px;
    position: absolute;
    top: 0;
    -webkit-overflow-scrolling: touch;
}
div.box-guanyu-nomenu{
    width: 100%;
    background:#f7f7f7;
    height: 100%;
    overflow: auto;
    padding-top: 5px;
    position: absolute;
    top: 0;
    -webkit-overflow-scrolling: touch;
}
div.fenye{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
div.footer-fy{
    width: 364px;
    height: 34px;
    line-height: 34px;
    margin:0 auto;
    margin-top: 60px;
   margin-bottom: 100px;
}
div.footer-fy>span.sye{
    float: left;
}
div.footer-fy>span.xye{
    float:right;
}
div.footer-fy>a{
    display: inline-block;
    width:26%;
    text-align: center;
    font-size: 22px;
    color: #7a7a7a;
}
div.footer-fy>a.activero3{
    color: #000000;

}

div.footer-gy{
    width: 100%;
    height: 82px;
    background-color: #171717;
}
div.footer-gy-box{
    // max-width: 1100px;
    height: 82px;
    margin: 0 auto;
    padding: 20px 10px;
}
div.footer-gy-box>p{
    // display: inline-block;
    // margin-top: 34px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
// div.footer-gy-box>p:nth-child(1){
//     // float: left;
//     // text-align: left;
// }
// div.footer-gy-box>p:nth-child(2){
//     float:left;
//     text-align:right;
// }
/*end*/


/*appÏÂÔØ*/
div.app-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("../img/timg3.jpg") no-repeat center;
    background-size:100% 100%;
    // overflow: auto;
}
div.app-zhezhao{
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
}
div.logo{
    width: 222px;
    position: absolute;
    left: 5%;
    margin-top: 2%;
}
div.logo>img{
    width: 100%;
}
div.app-mother{
    width: 100%;
    /*height: 80%;*/
    /*position: absolute;*/
    /*top: 0;*/
}
div.app-mother>p.app-mother-p1{
    width:60%;
    margin: 0 auto;
    margin-top: 150px;
}
div.app-mother>p.app-mother-p2{
    width:40%;
    margin: 0 auto;
    margin-top:3%;
}
div.app-mother>p>img{
    width: 100%;
}
ul.app-mother-p3{
    width: 1000px;
    margin: 0 auto;
    margin-top: 10%;
}
ul.clearfloat{
	overflow:hidden;
}
ul.app-mother-p3>li.android{
    width: 50%;
    float: left;
}
ul.app-mother-p3>li.iphone{
    width: 50%;
    float:right;
    position: relative;
}
ul.app-mother-p3>li.iphone>img{
    float: right;
}

ul.app-mother-p3>li.android>.aImg{
    float: left;
    width: 130px;
    height: 130px;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    /*position: relative;*/
    /*top: -50px;*/
}
ul.app-mother-p3>li.android>.aImg canvas{
    width: 100%;
    height: 100%;
}
ul.app-mother-p3>li.android>a{
    display: block;
    margin-left: 20px;
}
ul.app-mother-p3>li.iphone>a{
    display: block;
    margin-left:40px;
}
ul.app-mother-p3>li.android>a,ul.app-mother-p3>li.iphone>a{
    width: 300px;
    height: 80px;
    line-height: 80px;
    background-color: #000000;
    border-radius: 40px;
    float:left;
    /*margin-left: 20px;*/
    margin-top: 40px;
    color: #fff;
}
ul.app-mother-p3>li.android>a>img,ul.app-mother-p3>li.iphone>a>img{
    margin-bottom: 14px;
    margin-left: 53px;
}
ul.app-mother-p3>li.iphone>.Iimg{
    /*position:absolute;*/
    /*top:-50px;*/
    right: 10px;
    width: 130px;
    height: 130px;
    float: right;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
}
ul.app-mother-p3>li.iphone>.Iimg canvas{
    width: 100%;
    height: 100%;
}
ul.app-mother-p3>li.android>a>span,ul.app-mother-p3>li.iphone>a>span{
    font-size: 24px;
    color: #ffffff;
    padding-left: 19px;
}
/*end*/

/*¹ØÓÚÎÒÃÇ*/
p.mubiao-lt-p2>span{
    display: inline-block;
    width: 100%;
    text-align: center;
}
div.ziliao1>h1,div.ziliao1>h2{
    width: 100%;
    text-align: center;
    padding-top:80px;
    font-size: 18px;
    color: #333333;
}
div.ziliao1>h2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    padding-top: 0;
    color: #666666;
}
div.intro{
    width: 100%;
}
div.intro-box{
    width: 93%;
    margin: 0 auto;
}
p.intro-title{
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 62px;
    background: url("../img/tu.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 24px;
    color: #191919;
}
p.intro-title-nm3{
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    background: url("../img/tu.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 24px;
    color: #191919;
}
p.intro-title-p1{
    width:100%;
    margin: 0 auto;
}
p.intro-title-p1>span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #191919;
}
div.intro-box-fo{
    width: 100%;
    height: 421px;
    margin-top: 34px;
}
div.intro-box-fo-lt{
    width:30%;
    height: 421px;
    float: left;
   background: url("../img/gymz.png") no-repeat center;
    background-size:cover;
    border-radius: 4px;
}
div.intro-box-fo-rt-bj{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
div.intro-box-fo-rt{
    float: right;
    width: 65%;
    height: 421px;
    background-image: url("../img/sxiang.png");
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-size: cover;
    border-radius: 4px;
}
p.intro-box-fo-rt-title{
    width: 95%;
    margin:0 auto;
    padding: 35px 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height:35px;
    letter-spacing: 1px;
    color: #fefefe;
    height: 100%;
    overflow: hidden;
}
div.mubiao{
    width: 100%;
    height: 300px;

    margin-top: 60px;
}
div.mubiao-lt{
    float: left;
    width: 35%;
    height:100%;
    background-color: #208b9e;
    border-radius: 4px;
    background-image: url("../img/lt.png");
    background-repeat: no-repeat;
    background-position: left;
}
p.mubiao-lt-p1{
    width:100%;
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    margin-top: 38px;
}
p.mubiao-lt-p1>span{
    font-size: 24px;
    color: #fefefe;
    padding-left: 10px;
}
div.mubiao-zt{
    float: left;
    width: 20%;
    height:100%;
    margin: 0 5%;
    background-color: #208b9e;
    border-radius: 4px;
    background-image: url("../img/zt.png");
    background-repeat: no-repeat;
    background-position: left;
}
div.mubiao-rt{
    width: 35%;
    float: left;
    height: 100%;
    background-color: #208b9e;
    border-radius: 4px;
    background-image: url("../img/rt.png");
    background-repeat: no-repeat;
    background-position: left;
}
p.mubiao-lt-p2{
    width: 95%;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
    padding-top:20px;
    font-size: 14px;
    line-height: 29px;
    color: #e6e6e6;
    text-align: center;
}
div.shixian{
    width:100%;
    height: 451px;
    margin-top: 60px;
    background: url("../img/paif.png") no-repeat center;
    background-size: cover;
}
div.shixian-box{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
div.shixian-box>h1{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    padding-top: 111px;
    padding-bottom: 41px;
}
div.shixian-box>p{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    height: 158px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height:35px;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
}

div.wenhua{
    width: 100%;
    height:430px;
}
div.wenhua-box{
    width:90%;
    margin: 0 auto;
}
ul.wenhua-box-lt{
     width: 33.33%;
     float: left;
 }
ul.wenhua-box-zt{
    width: 33.33%;
    float: left;
}
ul.wenhua-box-lt>li,ul.wenhua-box-zt>li{
    width:80%;
    height: 98px;
    background-color: #ffffff;
    box-shadow: 0px 4px 16px 0px
    rgba(214, 214, 214, 0.45);
    border-radius: 4px;

    margin: 0 auto;
    margin-top: 40px;
}
ul.wenhua-box-zt>li{
margin-top: 100px;
}
ul.wenhua-box-lt>li>h1,ul.wenhua-box-zt>li>h1{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-top: 23px;
}
ul.wenhua-box-lt>li>h2,ul.wenhua-box-zt>li>h2{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #208b9e;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
div.zssh{
    width: 100%;
    height: 302px;
    margin-bottom: 60px;
}
div.zssh-lt{
    float: left;
    width: 48%;
    height: 100%;
    background: url("../img/zssh.png") no-repeat center;
    background-size: cover;
    border-radius: 4px;
}
div.zssh-rt{
    float: right;
    width: 48%;
    height: 100%;
}
div.zssh-rt>p{
    width:90%;
    margin: 0 auto;
    height:100%;
    padding-top: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #1a1a1a;
    overflow: hidden;
}

div.banner{
    width: 100%;
    height: 250px;
    background: url("../img/time1.png") no-repeat center;
    background-size:cover;
}
div.banner-box{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
div.banner-box-1 {
    width: 900px;
    height: 48px;
    margin: 0 auto;
    margin-top: 205px;
    position: relative;
}
p.banner-box-1-p1{
    height: 100%;
    width:100px;
    float: left;
}
p.banner-box-1-p1>span{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #acdfe9;
    text-align: center;
}
p.banner-box-1-p1>span:nth-child(2){
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
}
div.txk{
    width: 152px;
    height: 152px;
    border: solid 4px #ffffff;
    margin: 0 auto;
    position:absolute;
    top:-80px;
    border-radius: 50%;
    overflow: hidden;
}
div.txk img{
    width: 100%;
    height: 100%;
}
div.txk-box{
    width: 152px;
    margin: 0 auto;
    position: relative;
}
div.ziliao{
    position: relative;
    width: 100%;
    height: 294px;
    background-color: #ffffff;
}
div.ziliao>h1,div.ziliao>h2{
    width: 100%;
    text-align: center;
    padding-top:80px;
    font-size: 18px;
    color: #333333;
}
div.ziliao>h2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    padding-top: 0;
    color: #666666;
}
p.ziliao-btn{
    width: 100%;
    text-align: center;
    margin-top: 19px;
}
p.ziliao-btn>a{
    display: inline-block;
    width: 140px;
    height: 43px;
    line-height: 43px;
    background-color: #2ab2ca;
    border-radius: 10px;
}
p.ziliao-btn>a:nth-child(1){
    border: solid 1px #2ab2ca;
    background: none;
    font-size: 20px;
    letter-spacing: 1px;
    color: #2ab2ca;
    margin-right: 66px;
}
p.ziliao-btn>a:nth-child(2){
    font-size: 20px;
    color: #ffffff;
    margin-left: 66px;
}
div.canbai{
    width: 100%;
    /*height: 606px;*/
    background: #f5f5f5;
    overflow: hidden;
}
ul.ziliao-nav{
    width: 90%;
    margin: 0 auto;
    margin-top:66px;
}
ul.ziliao-nav>li{
    float: left;
    height:40px;
    text-align: center;
    width: 20%;
}
ul.ziliao-nav>li.activero4>a{
    border-bottom:2px solid #333333;
}
ul.ziliao-nav>li>a{
    display: inline-block;
    height: 100%;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #b3b3b3;
}
div.canbai-box{
    width:90%;
    margin: 0 auto;
    height: 525px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url("../img/wuxiang%20(2).png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:50%;
    margin-bottom: 60px;
}
/*end*/


/*ÎÒµÄ²Î°Ý*/
div.canbai-box-1{
    width: 95%;
    max-width: 1100px;
    margin: 20px auto;
}
ul.canbai-box-1-nav{
    width: 100%;
}
ul.canbai-box-1-nav>li{
    float: left;
    width: 24%;
    height: 295px;
    margin-left:1.3%;
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
}
ul.canbai-box-1-nav>li:nth-child(1),ul.canbai-box-1-nav>li:nth-child(5){
    margin-left: 0;
}
ul.canbai-box-1-nav>li>ul{
    width: 100%;
}
ul.canbai-box-1-nav>li>ul>li{
    width: 32%;
    height: 227px;
    float: left;
    margin-top: 10px;
    margin-left: 1%;
}
ul.canbai-box-1-nav>li>ul>li>img{
    width: 100%;
    height: 100%;
}
ul.canbai-box-1-nav>li>h1{
    width: 100%;
    padding-left: 1%;
    font-size: 17px;
    font-weight: normal;
    color: #1a1a1a;
   padding-top: 9px;
}
ul.canbai-box-1-nav>li>h2{
    font-size: 15px;
    font-weight: normal;
    padding-left: 1%;
    color: #4d4d4d;
    margin-top:5px;
}
/*end*/


/*¹¦µÂ¾èÔù*/
div.canbai-box-2{
    width: 95%;
    /*height: 800px;*/
    margin: 20px auto;
}
div.canbai-box-2-lt{
    width: 192px;
    height: 461px;
    background-color: #ffffff;
    background-image: url("../img/amtf.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
div.canbai-box-2-lt>h1{
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #4d4d4d;
    margin-top: 56px;
}
div.canbai-box-2-lt>h2{
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #4d4d4d;
    margin-top: 39px;
}
ul.canbai-box-2-rt{
    width: 80%;
    float: right;
}
ul.canbai-box-2-rt>li{
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    border-radius: 6px;
    margin-top: 10px;
}
ul.canbai-box-2-rt>li:nth-child(1){
    margin: 0;
}
ul.canbai-box-2-rt>li>ul{
    width: 100%;
    height: 46px;
    line-height: 46px;
}
ul.canbai-box-2-rt>li>ul>li{
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    float: left;
}
/*end*/





div.wenzi,div.wenzi1{

}
div.wenzi>ul,div.wenzi1>ul{
    width: 100%;
    height: 100%;
}
div.wenzi>ul>li{
    display: none;
    float: left;
    width: 10%;
    height: 100%;
}
div.wenzi1>ul>li{
    float: left;
    display: none;
    width: 10%;
    height: 100%;
}
div.wenzi>ul>li>img,div.wenzi1>ul>li>img{
    width: 100%;
    height: 100%;
}




form.ziliao1-for{
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
}
form.ziliao1-for>p.ziliao1-for-p1,form.ziliao1-for>div.ziliao1-for-p2{
    width: 100%;
    margin-top: 30px;
}
form.ziliao1-for>p.ziliao1-for-p1>span,form.ziliao1-for>div.ziliao1-for-p2>p.ziliao1-for-p2-p1>span{
    width:100px;
    display: inline-block;
    font-size: 16px;
    color: #999999;
}
form.ziliao1-for>p.ziliao1-for-p1>input{
    width:80%;
    height: 48px;
    background-color: #f4f4f4;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
    padding-left: 28px;
}

div.ziliao1-for-p2{
    width: 100%;
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p1>input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p1>label {
    font-size: 20px;
    color: #a8a8a8;
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p1>input[type="radio"]:checked + label::before {
    background-clip: content-box;
    margin-bottom: 1px;
    width:10px;
    height:10px;
    border: solid 9px #2ab2ca;
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p1>input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 26px;
    height: 26px;
    border: solid 1px #dbdbdb;
    margin-right: .4em;
    border-radius: 100%;
    text-indent: .15em;
    line-height: 1;
    margin-bottom: 1px;
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p2>b{
    font-size: 16px;
    color: #999999;
    font-weight: 100;
    margin-left:5%;
}
p.ziliao1-for-p1>b{
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    color: #333333;
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p2>select.shuru{
    text-align: center;
    width: 142px;
    height: 48px;
    background-color: #f4f4f4;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
}
div.ziliao1-for-p2>p.ziliao1-for-p2-p2>input.geshi{
    width: 256px;
    height: 48px;
    background-color: #f4f4f4;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
    padding-left: 20px;
    margin-left: 20px;
}

p.ziliao1-for-btn{
    width: 100%;
    text-align: center;
    margin-top: 52px;
    padding-bottom: 50px;
}
p.ziliao1-for-btn>input{
    display: inline-block;
    width: 220px;
    height: 60px;
    background-color: #2ab2ca;
    border-radius: 10px;
    border: none;
    font-size: 24px;
    color: #ffffff;
}

div.ziliao1{
    // width: 1100px;
    background: #fff;
    margin:0 auto;
}
p.ziliao1-for-p2-p1{
    width: 35%;
    float: left;
}
p.ziliao1-for-p2-p2{
    width:65%;
    float: left;
}
div.ziliao1-for-p2{
    line-height: 48px;
}
/*end*/


/*¸öÈËÖ§¸¶*/
div.jine{
    width: 1100px;
    height: 664px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 56px;
}
p.jine-title{
    width: 268px;
    height: 17px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/xian.png") no-repeat center;
    font-size: 16px;
    color: #999999;
    margin-top: 39px;
}
ul.xianjin{
    margin-top: 45px;
}
ul.xianjin>li>input{
    display: none;
}

ul.xianjin>li>label{
    width: 202px;
    height: 64px;
    background-color: #f1fdff;
    border-radius: 6px;
    display:block;
    margin: 0 auto;
    position: relative;
    color: #999;
    z-index: 1;
    font-size: 14px;
}
ul.xianjin>li>label>span{
    display: inline-block;
    width: 100%;
    line-height: 20px;
    text-align: center;
}
ul.xianjin>li>label>span:nth-child(1){
    font-size: 20px;
    color: #333333;
    padding-top: 10px;
}
ul.xianjin>li>label>span:nth-child(2){
    font-size: 16px;
    color: #999999;
    padding-top: 5px;
}

ul.xianjin>li>label:active{
    background: #EEEEEE;
}
ul.xianjin>li>label:after{
    content: "";/*±ØÐëÉèÖÃ*/
    display: inline-block;
    width: 202px;
    height: 64px;
    background-color: #f1fdff;
    border-radius: 6px;
    position: absolute;
    top:0px;
    left:0px;
    z-index: -1;

}

ul.xianjin>li>input:checked+label:after{
    background-color: #56daf1;
}

ul.xianjin>li> .line{
    width: 100%;
    height: 1px;
    background: #ccc;
    opacity: 0.2;
}
ul.xianjin{
    width: 100%;
}
ul.xianjin>li{
    width: 25%;
    float: left;
}
p.jine-shuru{
    font-size: 18px;
    color: #333333;
    width:100%;
    margin: 0 auto;
    margin-top: 49px;
	text-align: center;
}
p.jine-shuru>a{
    font-size: 18px;
    color: #333333;
    width:100%;
    margin: 0 auto;
    margin-top: 49px;
	text-align: center;
}
p.jine-shuru>span{
    font-size: 18px;
    color: #333333;
	text-align:center;
	display:block;
}
p.jine-shuru>input{
    width: 203px;
    height: 38px;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
    padding-left: 16px;
    font-size: 18px;
}

h1.zffs{
    width: 100%;
    font-size: 18px;
    font-weight:normal;
    color: #333333;
    padding-left: 100px;
    padding-top: 47px;
}

ul.zffs-title{
    width:60%;
    margin: 0 auto;
    margin-top: 19px;
}
ul.zffs-title>li{
    width: 33.3333%;
    float: left;
}
ul.zffs-title>li>a{
    padding: 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}
ul.zffs-title>li>a.active{
    border: 2px solid #2ab2ca;
}
ul.zffs-title>li>a>img{
    display: block;
    margin: 0 auto;
}
ul.zffs-title>li>a>span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}
p.jine-nav{
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
p.jine-nav>a{
    display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
}
p.jine-nav>a.jine-nav-1{
    background-color: #2ab2ca;
    border-radius: 10px;
    color: #ffffff;
    float: left;
}
p.jine-nav>a.jine-nav-2{
    border: solid 1px #ababab;
    border-radius: 10px;
    color: #787878;
    float: right;
}
p.jine-nav>a.jine-nav-3{
    background-color: #2ab2ca;
    border-radius: 10px;
    color: #ffffff;
	margin:0px 30%;
	width:40%;
}
/*end*/
ul.header-1-dl>li.zfy>a:first-child{
    margin: 0;
}
ul.header-1-dl>li.zfy>a{
    margin-left: 10px;
}
p.czjl{
    width:100%;
    height: 30px;
    height: 30px;
    margin: 10px 0;
    text-align: center;
}
p.czjl>a{
    display: inline-block;
    width: 180px;
    height:30px;
    line-height:30px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 auto;
    color:#fff;
    background-color: #2ab2ca;
}

div.contaier>ul>li>a{
    display: block;
}
div.contaier>ul>li>a>div{
    width: 95%;
    /*height: 500px;*/
    /*border:1px solid red;*/
    margin: 0 auto;
    margin-top: 10px;
}
div.contaier>ul>li>a>div.pic{
    position: relative;
    width: 100%;
    /*height: 500px;*/
    /*border:1px solid red;*/
    margin: 0 auto;
    margin-top: 0;
}
div.contaier>ul>li>a>div>img{
    width: 100%;
}
div.box-burn1key{
    width: 100%;
    background:#f7f7f7;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    -webkit-overflow-scrolling: touch;
}
div.burn1key{
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    background: url("../img/burn1key.jpg") no-repeat center;
	background-size: 100% 100%;
}
p.burn1key-title{
    width: 268px;
    height: 17px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/xian.png") no-repeat center;
    font-size: 22px;
    color: #ff0000;
    margin-top: 109px;
}
p.burn1key-shuru{
    font-size: 18px;
	color: #ffffff;
    width:100%;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 10px;
	text-align: center;
}
p.burn1key-nav>a{
    display: inline-block;
    width: 40%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
	margin-top: 40px;
	margin-left: 30%;
}
p.burn1key-nav>a.burn1key-nav-1{
    background-color: #2ab2ca;
    border-radius: 10px;
    color: #ffffff;
	float: center;
}

div.footer-gy-1key{
    width: 100%;
    height: 100px;
    background-color: #171717;
	text-align: center;
}
div.footer-gy-box-1key{
    height: 100px;
    margin: 0 auto;
    padding: 5px 5px;
}
div.footer-gy-box-1key>p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
div.footer-gy-box-1key>a{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
	font-weight:bold;
}
.contaier {
    position: relative;
}
.popu-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:  0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.popu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-box {
    position: absolute;
    right: -11px;
    top: -11px;
}
.close-box img {
    width: 30px;
    cursor: pointer;
}
.haslamp-list {
    width: 600px;
    padding: 20px 0 20px 10px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    overflow: auto;
    // max-height: 400px;
    max-height: 300px;
    min-height: 200px;
}
.haslamp-list div{
    font-size: 18px;
    padding: 10px 0;
    // line-height: 45px;
    letter-spacing: 4px;
    color: #2ab2ca;
    text-align: center;
    cursor: pointer;
}
.haslamp-list div a {
    color: #2ab2ca;
}
.live-contaier {
    max-width: 800px;
    width: 56%;
    position: relative;
    margin: 0 auto;
}
.live-contaier #video {
    float: none;
    width: 100%;
}
.controls-box {
    position: absolute;
    width: 78px;
    right: -100px;
    // top: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}
.icon {
    position: absolute;
    width: 62px;
    height: 62px;
    top: -34px;
    left: 50%;
    transform: translate(-50% , 0);
    cursor: pointer;
    z-index: 1;
}
.controlss {
    width: 78px;
    box-sizing: border-box;
    background-color: rgba(37,17,26,.45);
    border-radius: 10px 10px 0px 0px;
    padding: 40px 10px 27px;
    overflow: hidden;
}
.controlss img {
    width: 58px;
    height: 58px;
    cursor: pointer;
}
.controlss div{
    margin-bottom: 14px;
}
.controlss div:last-child{
    margin-bottom: 0;
}
.controlss div p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.add-container {
    display: none;
    width: 960px;
    margin: 20px auto;
}
.form-box {
    padding: 10px 20px;
    background-color: #fff;
}
.add-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-head .pic {
    width: 230px;
    height: 190px;
    margin-right: 20px;
}
.add-head .info .title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3d3b3b;
}
.add-head .info .num {
    display: flex;
    align-items: center;
    color: #9c9c9c;
    font-size: 15px;
}
.info .num  span:nth-child(1){
    padding-right: 20px;
}
.info .num  span:nth-child(2){
    width: 32px;
    height: 28px;
    border: 1px solid #9c9c9c;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.info .num  span:nth-child(3){
    padding-right: 20px;
    line-height: 28px;
    padding: 0 20px;
}
.info .num  span:nth-child(4){
    width: 32px;
    height: 28px;
    border: 1px solid #9c9c9c;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.add-type {
    margin-top: 20px;
}
.add-type p {
    font-size: 15px;
    line-height: 30px;
}
.type-item {
    font-size: 0;
}
.type-item div{
    font-size: 13px;
    width: 15%;
    display:  inline-block;
    margin-bottom: 18px;
    margin-right: 2%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #896a7a;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.type-item div.active {
    color: #fff;
    border: 1px solid #d53086;
    background-color: #d53086;
}
.type-item div:nth-child(6n) {
    margin-right: 0;
}
.add-bless {
    display: flex;
    padding: 0px 0 20px;

}
.add-bless span{
    font-size: 15px;
    margin-right: 20px;
    line-height: 38px;
}
.add-bless >div{
    flex: 1;
}
.add-bless select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    text-indent: 20px;
    color: #cfcfcf;
    height: 38px;
    margin-bottom: 15px;
    font-size: 15px;
}
.add-bless textarea {
    width: 100%;
    padding: 20px;
    height: 150px;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    color: #cfcfcf;
    font-size: 15px;
}
.chose-time span {
    line-height: 30px;
    font-size: 15px;
}
.chose-box {
    font-size: 0;
}
.chose-box div{
    font-size: 13px;
    width: 15%;
    display:  inline-block;
    margin-right: 2%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #896a7a;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.chose-box div.active {
    color: #fff;
    border: 1px solid #d53086;
    background-color: #d53086;
}
.chose-box div:nth-child(6n) {
    margin-right: 0;
}
.chosee-area {
    height: 40px;
    margin-top: 15px;
    background-color: #fff;
    display: flex;
    padding: 0 20px;
    align-items: center;
    font-size: 15px;
    color: #313131;
}
.chosee-area span:nth-child(1){
    flex: 1;
}
.chosee-area span:nth-child(2){
    color: #2ab2ca;
    padding-right: 30px;
}
.chosee-area img {
    width: 15px;
}
.user-form-info {
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #fff;
}
.user-form-info .item {
    display: flex;
    align-items: center;
}
.user-form-info .item span {
    width: 65px;
    font-size: 15px;
    color: #313131;
}
.user-form-info .item input {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
}
.apply-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-price {
    width: 289px;
    height: 69px;
    color: #2ab2ca;
    line-height: 69px;
    text-align: center;
    font-size: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 0px 
        #b2b2b2;
        margin-right: 20px;
    cursor: pointer;
}
.sure-apply {
    width: 139px;
    height: 43px;
    background-color: #2ab2ca;
    border-radius: 10px;
    text-align:center;
    line-height: 43px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.lamp-list {
    display: none;
    max-width: 960px;
    margin: 20px auto;
}
.lapm-head {
    display: flex;
    background-color: #fff;
    padding: 10px 0;
}
.lapm-head >div {
    flex: 1;
    text-align: center;
}
.lapm-head >div img {
    width: 60px;
    // height: 49px;
    margin-bottom: 2px;
}
.lapm-head >div .hasnum {
    font-size: 15px;
    color: #999;
    margin-bottom: 6px;
}
.lapm-head >div p:last-child{
    font-size: 15px;
    color: #181818;
}
// .location-lamp >div {
//     width: 7800px;
// }
.row {
    display: flex;
    // width: 9580px;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}
.row .col:last-child{
    // margin-right: 0;
}
.col {
    margin-right: 15px;
    cursor: pointer;
}
.col p{
    text-align: center;
    font-size: 12px;
}
.col img {
    width: 45px;
}
.lamp-con {
    width: 100%;
    height: 800px;
    background-color: #fff;
    // overflow: hidden;
    margin-top: 10px;
}
.updown{
    display: flex;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    background-color: rgba(34,17,26,.3);
    margin-bottom: 20px;
}
.updown >div{
    display: flex;
    white-space: nowrap;
    padding-left: 50px;
}
.rightleft {
    width: 30px;
    height: calc(100% - 40px);
    text-align: center;
    background-color: rgba(34,17,26,.3);
    overflow: hidden;
}
.rightleft >div {
    height: 100%;
    padding: 20px 0;
}
.updown span {
    font-size: 14px;
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: 20px;
    // background-color: rgba(34,17,26,.3);
}
.rightleft span {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 44.63px;
    line-height: 44.63px;
    color: #fff;
    margin-bottom: 20px;
}

.updown span:last-child{
    margin-right: 0;
}
.line-center {
    height: 100%;
    overflow: hidden;
}
.location-lamp {
    height:calc(100% - 40px);
    flex: 1;
    padding: 15px;
    overflow: auto;
}
.apply-coin {
    display: none;
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
}
.apply-coin h5 {
    font-size: 20px;
    color: #2c2c2c;
    text-align: center;
    padding: 30px 0;
}
.apply-coin .price {
    font-size: 30px;
    color:#d62e50;
    text-align: center;
    padding-bottom: 30px;
}
.apply-coin .line {
    display:  flex;
    justify-content: center;
    align-items:  center;
}
.apply-coin .line span:nth-child(1),.apply-coin .line span:nth-child(3) {
    width:  16%;
    height: 1px;
    background-color: #acacac;
}
.apply-coin .line span:nth-child(2) {
    font-size: 20px;
    padding: 0 20px;
}
.apply-type {
    display: flex;
    padding: 40px 5%;
    flex-wrap: wrap;
}
.apply-type >div{
    cursor: pointer;
    padding:  10px 0;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #fff;
    width:  25%;
}
.apply-type >div.active{
    border: 1px solid #2ab2ca
}
.sure-apply-btn {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.sure-apply-btn div{
    width: 182px;
    height: 40px;
    background-color: #2ab2ca;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border:1px solid #2ab2ca;
    cursor: pointer;
}
.sure-apply-btn div:nth-child(2) {
    margin-left: 10%;
    color: #afafaf;
    border:1px solid #afafaf;
    background-color: #fff;
}

ul.canbai-box-1-nav, ul.canbai-box-2-nav{
    width: 100%;
}
ul.canbai-box-2-nav>li:nth-child(3n+1){
    margin-left: 0;
}
ul.canbai-box-2-nav>li{
    float: left;
    width: 32%;
    margin-left:2%;
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
ul.canbai-box-2-nav>li>h1{
    font-size: 20px;
    color: #395155;
    padding: 5px 0;
}
ul.canbai-box-2-nav>li>h2{
    font-size: 14px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 37px;
}
ul.canbai-box-2-nav>li>div{
    padding: 5px 10px;
    font-size: 14px;
    color: #4d4d4d;
    border: solid 2px #2ab2ca;
}
ul.canbai-box-2-nav>li>img{
    width: 100%;
    height: 150px;
    margin: 5px 0 10px;
    box-shadow: 0px 5px 10px 0px 
        rgba(0, 41, 48, 0.28);
}
ul.canbai-box-2-nav>li .button, ul.canbai-box-2-nav>li .button1{
    display: inline-block;
    width: 95px;
    height: 25px;
    line-height: 25px;
    background-color: #2ab2ca;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    // position: absolute;
    // bottom: 10px;
    // transform: translateX(-50%);
    // left: 50%;
    cursor: pointer;
}

.edit-box{
    width: 50%;
    margin: 20px auto;
}
.edit-box .title{
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}
.edit-box textarea{
    width: 100%;
    background-color: #ffffff;
    border: solid 2px #dedede;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;

}
.edit-box .button{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2ab2ca;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}
.certificate {
    width: 400px;
    margin: 20px auto;
}
#certificate {
    margin-bottom: 20px;
    position: relative;
    padding: 0;
}
#name {
    position: absolute;
    top: 35.5%;
   left: 39.5%;
   width: 14px;
   font-size: 20px;
   color: #fd7122;
   text-align: center;
   line-height: 1;
   word-break: break-all;
}
#lamp-i {
    position: absolute;
    top: 35.5%;
   left: 28.6%;
   font-size: 20px;
   width: 30px;
    text-align: center;
   color: #2f4f98;
}
#lamp-i span {
    display: block;
    line-height: 1;
}
#lamp-i span:nth-child(2){
    padding: 25px 0;
}
#m-y {
    position: absolute;
    top: 54%;
   left: 18.5%;
   font-size: 16px;
   width: 30px;
   color: #2f4f98;
   text-align: center;
   line-height: 1;
   word-break: break-word;
}
#n-t {
    position: absolute;
    top: 58%;
   left: 10%;
   font-size: 14px;
   width: 26px;
   color: #40403e;
   text-align: center;
   line-height: 1;
}
#g-t {
   position: absolute;
   top: 58%;
   left: 2%;
   font-size: 14px;
   width:26px;
   color: #40403e;
   text-align: center;
   line-height: 1;
}
#local {
    position: absolute;
    left: 32%;
    bottom: 2.4%;
    font-size: 16px;
   color: #e9d8a6;
   text-align: center;
}
.certificate img{
    width: 100%;
}
.certificate-btn {
    display: flex;
    justify-content: center;
}
.certificate-btn .save {
    margin-right: 90px;
    text-align: center;
    line-height: 43px;
    width: 112px;
    height: 43px;
    border-radius: 8px;
    border: solid 1px #2ab2ca;
}
.certificate-btn .share{
    width: 112px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background-color: #2ab2ca;
    border-radius: 10px;
    color: #fff;
}
#box-guanyu {
    padding-top: 0;
    overflow: hidden;;
}
#box-guanyu .lamp-list,#box-guanyu .lamp-con {
    margin-top: 0;
    height: 100%;
}
#box-guanyu .line-center{
    height: calc(100% - 50px);
}
#box-guanyu .rightleft, #box-guanyu .location-lamp{
    height: 100%;
}

#share-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:  0;
    background-color: rgba(0,0,0,.5);
    display: none;
}
#share {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}
.close-box1 {
    position: absolute;
    right: -11px;
    top: -11px;
}
.close-box1 img {
    width: 45px;
    cursor: pointer;
}
 .canbai-box-1 #name {
        left: 38%;
        width: 20px;
        font-size: 20px;
    }
    .canbai-box-1 #lamp-i {
        left: 29.6%;
        font-size: 20px;
        width: 20px;
    }
   
    .canbai-box-1 #m-y {
        left: 19.5%;
        font-size: 16px;
        width: 16px;
    }
    .canbai-box-1 #n-t {
        left: 11%;
        font-size: 13px;
        width: 13px;
    }
    .canbai-box-1 #g-t {
        left: 3%;
        font-size: 13px;
        width:13px;
    }
    .canbai-box-1 #local {
        bottom: 2.2%;
        font-size: 17px;
    }