@charset "UTF-8";
html,
body {
    color: #fff;
    line-height: 1.4;
    font-size: 14px;
    background: #ecfdff;
    max-width: 720px;
    margin: 0 auto;
}
a{
    color:#f7576a;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
}

input {
    color: #000;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    /*0531 此处修改*/
    background-color: #ecfdff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://cdn.fzbosun.com/dm/common/img/circles.svg);
    background-size: 20% 20%;
}

.mask {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
}

.content .top {
    position: relative;
}

.content .top img {
    width: 100%;
    vertical-align: top;
}

.content .main {
    position: relative;
    padding: 0.32rem;
}
.section{
    height: 100%;
    position: relative;
    min-height: 11rem;
}
.section1 .fot{
    position: absolute;
    left:0;
    bottom:-5%;
    width:100%;
    z-index: 2;
}
.section1 .fot img{
    width: 100%;
}

.loginForm{
    position: absolute;
    z-index: 3;
    background:rgba(255,255,255,.6);
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 8px 0 rgba(65,163,230,.56);
    top:50%;
    transform:translateY(-50%);
    left:0.3rem;
    right:0.3rem;
    padding:0.46rem 0.3rem 0.1rem 0.3rem;
}

.inputBox .inpLi input {
    width: 100%;
    height: 1rem;
    border: 0;
    line-height: 0.94rem;
    text-align: center;
    font-size: 0.3rem;
    color: #534d48;
    border-radius: 0.94rem;
    background: #fff;
    border: 1px solid #41a3e6;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inputBox .inpLi{
    margin-bottom: 0.3rem;
}

.btnWrap {
    text-align: center;
    position: relative;
}

.btnWrap button {
    width:100%;
    color: #8b4500;
    font-size: 0.36rem;
    text-align: center;
    background: url(https://cdn.fzbosun.com/dm/common/img/btnBg.png) no-repeat center center;
    background-size: auto 100%;
    height: 1.15rem;
    line-height: 0.98rem;
    border: 0;
        animation: myfirst2 1.5s linear 0s infinite alternate;
    -moz-animation: myfirst2 1s linear 0s infinite alternate;
    -webkit-animation: myfirst2 1s linear 0s infinite alternate;
    -o-animation: myfirst2 1s linear 0s infinite alternate;
}
.btnWrap:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1.09rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/point.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0.6rem;
    bottom: 0;
    z-index: 2;
    animation: myfirst 1s linear 0s infinite alternate;
    -moz-animation: myfirst 1s linear 0s infinite alternate;
    -webkit-animation: myfirst 1s linear 0s infinite alternate;
    -o-animation: myfirst 1s linear 0s infinite alternate;
}

.loginInfo{
    line-height: 0.6rem;
    text-align: center;
    color:#505050;
    font-size: 0.20rem;
}
.loginInfo i {
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.06rem;
    background: #fedf84;
    border: 1px solid #ff7f01;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    border-radius: 0.08rem;
    margin-top:0.13rem;
}
.loginInfo.cur i{
    background:#ff7f01;
}
.loginInfo.cur i:before{
    content:'';
    width:100%;
    height: 100%;
    display: inline-block;
    background:url(https://cdn.fzbosun.com/dm/common/img/gou_ico.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: top;
}


@keyframes myfirst
{
50%   { transform: scale(0.8)}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
50%   { transform: scale(0.8)}
}
@keyframes myfirst2
{
50%   { transform: scale(0.92)}
}
@-webkit-keyframes myfirst2 /* Safari 和 Chrome */
{
50%   { transform: scale(0.92)}
}


.infoBox .title {
    position: relative;
    padding-top: 0.3rem;
    padding-bottom: 0.24rem;
}

.infoBox .title span {
    width:2.34rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    position: relative;
    display: block;
    background: url(https://cdn.fzbosun.com/dm/common/img/titleBg.png) no-repeat center bottom;
    background-size: 100% 100%;
    font-size: 0.28rem;
    color: #ffffff;
}

.infoBox .text {
    color: #1894e2;
    font-size: 0.26rem;
    line-height: 0.38rem;
}

.infoBox .text p {
    margin-bottom: 0.3rem;
    padding-left:0.52rem;
    position: relative;
}
.infoBox .text p .num{
    display: block;
    width:0.34rem;
    height: 0.34rem;
    text-align: center;
    line-height: 0.34rem;
    background:-webkit-linear-gradient(to bottom, #fdd376, #eeaf36);
    background:-moz-linear-gradient(to bottom, #fdd376, #eeaf36);
    background:-o-linear-gradient(to bottom, #fdd376, #eeaf36);
    background:linear-gradient(to bottom, #fdd376, #eeaf36);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 1px 3px 2px rgba(253,211,118,.56);
    font-size: 0.26rem;
    color:#b96e00;
    position: absolute;
    left:0;
    top:0.02rem;
}




.protocolPop{
    background:#fff;
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 10000;
    display: none;
}
.protocolPop .tit{
   position: absolute;
    left:0; 
    top:0;
    right:0;
    height: 44px;
    line-height: 44px;
    z-index: 2;
    background:#fff;
    font-size: 0.36rem;
    text-align: center;
    color:#333;
}
.protocolPop .mid{
position: absolute;
    left:0;
    bottom:0.9rem;
    top:0;
    right:0;
    overflow: auto;
}
.protocolPop .fot{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.36rem;
    color:#097eda;
    border-top:1px solid #EEF1F3;
}


.pop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.pop .box {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.7rem;
    z-index: 2;
}

.pop .box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ecfdff;
    z-index: 0;
    border-radius: 0.2rem;
}

.pop .box .popClose {
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/close.png) no-repeat right top;
    background-size: 100% 100%;
    right: -0.33rem;
    top: -0.33rem;
    cursor: pointer;
    z-index: 4;
}

.pop .box .cont {
    position: relative;
    z-index: 3;
    padding: 0.4rem 0.4rem 0.6rem 0.4rem;
    overflow: hidden;
}

.pop .box .cont .pic {
    text-align: center;
}

.pop .box .cont .pic img {
    width: 3.5rem;
}

.pop .box .cont .text h3 {
    font-size: 0.36rem;
    color: #3886f9;
    margin-top: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
}

.pop .box .cont .text h4 {
    font-weight: normal;
    color: #1894e2;
    font-size: 0.3rem;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.2rem;
}

.pop .box .cont .text p {
    color: #463b37;
    font-size: 0.24rem;
    line-height: 0.38rem;
    text-align: center;
}

.pop .box .cont .text span {
    color: #ff9732;
}



.quickPop{
    color: #333;
    text-align: center;
    font-size: 0.5rem;
}
.pop.quickPop .box{
    position: relative;
}
.pop.quickPop .box img{
    width:100%;
    position: absolute;
    left:0;
    top:-1rem;
    z-index: 5;
}
.pop.quickPop .box:before{
    background:none;
}
.pop.quickPop .box .cont{
    background: #ecfdff;
    border-radius: 50% 50% 0.2rem 0.2rem;
    padding-top: 0;
    position: relative;
}
.pop.quickPop .phoneTxt{
    padding-top: 1.5rem;
}
.quickPop .btnWrap {
    text-align: center;
    padding-top: 0.2rem;
    font-size: 0;
    padding-bottom: 0.1rem;
    margin-top:0;
}
.quickPop .btnWrap a{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 1.15rem;
    background:url(https://cdn.fzbosun.com/dm/common/img/btnBg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #8b4500;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.92rem;
    animation: myfirst2 3s linear 0s infinite alternate;
    -moz-animation: myfirst2 3s linear 0s infinite alternate;
    -webkit-animation: myfirst2 3s linear 0s infinite alternate;
    -o-animation: myfirst2 3s linear 0s infinite alternate;
}


.quickPop .phoneInfo{
    padding-top:0.2rem;
    text-align: center;
    font-size: 0.26rem;
}
.quickPop .phoneInfo span{
    display: inline-block;
    vertical-align: top;
}
.quickPop .phoneInfo a{
    color:#f7576a;
}
.quickPop .phoneInfo i{
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.06rem;
    background: #fb9aa5;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    border-radius: 0.08rem;
}
.quickPop .phoneInfo.cur i{
        background: #f7576a;
}
.quickPop .phoneInfo.cur i:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(https://cdn.fzbosun.com/dm/common/img/gou_ico.png) no-repeat center center;
    background-size: 100% 100%;
    vertical-align: top;
}
.pop.successPop {
    background: rgba(0, 0, 0, .7);
}
.pop.successPop .container .pic img {
    width: 6.35rem;
    max-width: 90%;
}
.pop.successPop .container {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.pop.successPop .container .text {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.4rem;
    text-align: center;
    margin:0 10%;
    border-bottom: 1px dashed #fff;
    padding-bottom: 0.1rem;
}
.pop.successPop .container .text span{
    color:#ffba00;
}
.copyCode{
    text-align: center;
    color:#fff;
    font-size: 0.24rem;
    line-height: 0.48rem;
}
.copyCode h3{
    font-size: 0.32rem;
}
.copyCode h4{
    font-size: 0.3rem;
    line-height: 0.48rem;
}
.copyCode p{
    line-height: 0.48rem;
    text-align: center;
}
.copyCode h4 a{
    color:#ffba00;
}
.copyCode .step{
    margin: 0 10%;
    padding-bottom: 0.2rem;
}
.copyCode .step ul{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: flex-start;
}
.copyCode .step li{
    order:1;
    margin:0 0.1rem;
    position: relative;
}
.copyCode .step li img{
    width:100%;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    border-radius: 0.08rem;
    vertical-align: top;
}
.copyCode .step li .num{
    display: block;
    background:#ef2b03;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius:100%;
    border-radius: 100%;
    width:0.34rem;
    height: 0.34rem;
    text-align: center;
    line-height: 0.34rem;
    position: absolute;
    z-index: 2;
    left:50%;
    transform: translateX(-50%);
    bottom: -0.17rem;z-index: 2;
}
.imgBox{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1999;
    background: rgba(0, 0, 0, .7);
    display: none;
}
.imgBox img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.imgBox .arrow{
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    display: block;
    width:1rem;
    height: 1rem;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
}
.imgBox .arrow.disa{
    opacity: 0.5;
}
.imgBox .arrow.left{
    left:0.2rem;
    background-image: url(https://cdn.fzbosun.com/dm/common/img/arrowLeft.png);
}

.imgBox .arrow.right{
    right:0.2rem;
    background-image: url(https://cdn.fzbosun.com/dm/common/img/arrowRight.png);
}
.imgBox .imgClose{
    position: absolute;
    z-index: 2;
    right:0.2rem;
    top:0.2rem;
    width:0.6rem;
    height: 0.6rem;
    background:url(https://cdn.fzbosun.com/dm/common/img/close2.png) no-repeat center center;
    background-size: 100% 100%;
}

.loginForm .inpLi{
    position: relative;
}
.loginForm .inpLi.codeWrap #getCode {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 46px;
    color: #ffba00;
}


.layerBox {
    min-width: 100px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border: none;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    display: none;
    z-index: 999999;
    left: 20%;
    top: 35%;
    width: 60%;
    -webkit-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.layerBox .content {
    position: relative;
    padding: 22px 25px;
    text-align: center;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



/*07-14*/
.setRingTong {
    position: fixed;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 100;
    right: 0.1rem;
    bottom: 1.7rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/setRingTong.png) no-repeat center center;
    background-size: 100% 100%;
}
.downMigu {
    position: fixed;
    width: 1.2rem;
    height: 1.5rem;
    z-index: 100;
    right: 0.1rem;
    bottom: 0.1rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/down.png) no-repeat center center;
    background-size: 100% 100%;
}

/*07-20*/
.phoneNum{
    color:#222;
    text-align: center;
    font-size: 0.38rem;
    line-height: 0.8rem;
}
.loginInfo i{
        -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius:100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ff5b7e;
    background:#f8f8f8;
}
.loginInfo.cur i {
    background:#fff;
}
.copyCode h4{
    padding-top:0.2rem;
    margin-bottom: -0.1rem;
    font-size: 0.31rem;
}
.copyCode h4 a{
        color: #f7576a;
        font-weight: bold;
}

.loginForm .phoneNum{
    display: none;
}
.quick .loginForm .inpUl{
    display: none;
}
.quick .loginForm .phoneNum{
    display: block;
}


/*07-21*/
.serviceIco {
    position: fixed;
    width: 1.4rem;
    height: 0.68rem;
    z-index: 100;
    right: 0.1rem;
    top: 0.1rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/serviceIco.png) no-repeat center center;
    background-size: 100% 100%;
}
.setMember{
    position: fixed;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 100;
    right: 0.1rem;
    bottom: 3.0rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/setMember.png) no-repeat center center;
    background-size: 100% 100%;
}

.codePop .btnWrap {
    text-align: center;
    padding-top: 0.2rem;
    font-size: 0;
    padding-bottom: 0.1rem;
    margin-top: 0;
}
.pop .btnWrap a {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 1.15rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/btnBg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #8b4500;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.92rem;
}
.pop .btnWrap:before{
    display: none;
}
.pop .inpLi {
    position: relative;
}
.pop .inpLi input {
    width: 100%;
    height: 1rem;
    border: 0;
    line-height: 0.94rem;
    text-align: center;
    font-size: 0.3rem;
    color: #534d48;
    border-radius: 0.94rem;
    background: #fff;
    border: 1px solid #41a3e6;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding:0 0.2rem;
}
.pop .codeWrap .sendYzm{
    position: absolute;
    right: 0.2rem;
    top: 0;
    line-height: 1rem;
    color: #f7576a;
}

.copyCode h4 a{
    border:1px solid #f7576a;
    border-radius: 0.1rem;
    display: inline-block;
    vertical-align: top;
    padding:0.1rem 0.5rem;
    font-size: 0.4rem;
    margin-top: 0.1rem;
    animation: myfirst2 1.5s linear 0s infinite alternate;
    -moz-animation: myfirst2 1.5s linear 0s infinite alternate;
    -webkit-animation: myfirst2 1.5s linear 0s infinite alternate;
    -o-animation: myfirst2 1.5s linear 0s infinite alternate;
}
.pop .btnWrap button{
        animation:none;
    -moz-animation:none;
    -webkit-animation:none;
    -o-animation:none;
}
.unRegCodePop .btnWrap {
    font-size: 0;
}
.unRegCodePop .btnWrap button {
    width: calc(50% - 0.1rem);
    display: inline-block;
    vertical-align: top;
    border-radius: 0.92rem;
    height: 0.92rem;
    background: linear-gradient(to bottom,#f9e624,#f9d823);
    box-shadow: 0 2px 5px 0 #ffe9be;
}

.btnWrap button.btnCancel {
    color: #48342d;
    margin-right: 0.2rem;
    background: linear-gradient(to bottom,#d7d7d7,#c5c5c5);
    box-shadow: 0 2px 5px 0 #ebebeb;
}
.pop .btnWrap, .pop .inpLi {
    margin-top: 0.2rem;
}

/*07-22*/
.homeService{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    text-align: center;
    z-index: 9;
}
.homeService a {
        background: rgba(255,255,255,.6);
    border: 1px solid #f7576a;
    border-radius: 0.1rem;
    display: inline-block;
    vertical-align: top;
    padding: 0.1rem 0.5rem;
    font-size: 0.3rem;
    margin-top: 0.1rem;
    animation: myfirst2 1.5s linear 0s infinite alternate;
    -moz-animation: myfirst2 1.5s linear 0s infinite alternate;
    -webkit-animation: myfirst2 1.5s linear 0s infinite alternate;
    -o-animation: myfirst2 1.5s linear 0s infinite alternate;
}

/*08-05*/
.loginForm{
    padding-top:0;
    transform: translateY(-58%);
}
.loginInfo{
    line-height: 0.3rem;
    padding-top:0.1rem;
    padding-bottom: 0.1rem;
}
.loginInfo i{
    margin-top:-0.02rem;
    width: 0.3rem;
    height: 0.3rem;
}

/*08-05*/
.newMid{
    position: absolute;
    z-index: 3;
    left: 0.3rem;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-58%);
}
.loginForm{
    position: relative;
    left:initial;
    right:initial;
    top: inherit;
    transform: none;
}
.homeService{
    position: relative;
    left:initial;
    top: inherit;
    margin-top:0.1rem;
}
.content .main{
position: initial;
}
.newMid{
transform: translateY(-50%);
}

/*08-16*/
.section1{
    background:url(https://cdn.fzbosun.com/dm/common/img/bg.jpg) no-repeat center top;
    background-size: 100% auto;
}
.logoWrap{
    position: relative;
}
.logoWrap{
    position: relative;
    padding-left:0.3rem;
    padding-top:0.62rem;
}
.logo{
    width:2.33rem;
    height: 0.61rem;
}
.serviceIco {
    position: fixed;
    width: 1.24rem;
    height: 1.27rem;
    z-index: 100;
    right: 0;
    top: 3.32rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/serviceIco.png) no-repeat center center;
    background-size: 100% 100%;
}
.topTxt{
    position: relative;
    padding-top:0.54rem;
}
.topTxt img{
    width:100%;
}
.couponBox{
    position: relative;
    padding-top:0.6rem;
    text-align: center;
}
.couponBox img{
    width:100%;
}
.couponBox p{
    color:#fb4c53;
    font-size: 0.28rem;
    padding-top:0.3rem;
    text-align: center;
}
.section1{
    min-height:12rem;
}
.section1 .main{
    position: absolute;
    left:0;
    right:0;
    top:50%;
    bottom:0;
    padding-top:0;
    padding-bottom:0;
}
.homeService{
    margin-top:0.2rem;
}
.loginForm{
    padding-top:0.46rem;
}
@media screen and (max-height:600px){
    .topTxt{
        padding-top: 0.34rem;
    }
    .couponBox{
        padding-top:0.4rem;
    }
}



/*08-19*/
.pop.okPop .box .cont .text p{
    margin-top:0.2rem;
}
.pop.okPop .box .cont .pic{
    padding:0.2rem 0;
}

.pop.waitPop .box .cont .pic{
    position: relative;
}
.pop.waitPop .box .cont .pic span{
    position: absolute;
    display: block;
    width:100%;
    height: 1rem;
    z-index: 2;
    left:0;
    top:1.1rem;
    text-align: center;
    line-height: 1rem;
    color:#fff;
    font-size: 0.5rem;
}
.pop.waitPop .box .cont .pic span b{
    margin-right:0.05rem;
}

/*21-08-27*/
.couponBox{
    padding-top:0.3rem;
}
.couponBox p.green{
    padding-top:0;
    color:#416f5f;
}
.section1 {
    min-height: 13rem;
}
.infoBox .title span{
    text-align: left;
    padding-left: 0.6rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.infoBox .title2 span{
    background-image: url(https://cdn.fzbosun.com/dm/common/img/titleBg2.png);
    width:2.78rem;
}
.infoBox .title3 span{
    background-image: url(https://cdn.fzbosun.com/dm/common/img/titleBg3.png);
    width:4rem;
}
.infoBox .text p font{
    color:#f7576a;
}
.loginInfo{
    line-height: 0.4rem;
}
.inputBox .inpLi input{
    font-size: 0.38rem;
}


/*21-10-27*/

.copyCode .btnWrap button {
    max-width: 5.12rem;
    height: 0.96rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/copy-button-bg.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    outline: none;
    border: 0;
    padding: 0;
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.96rem;
}
.copyCode .btnWrap button:after {
    content: '';
    display: block;
    width: 0.68rem;
    height: 0.74rem;
    background: url(https://cdn.fzbosun.com/dm/common/img/point.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 15%;
    bottom: -0.2rem;
    z-index: 2;
}


.pop.codePop .btnWrap a{
    font-size: 0.32rem;
}

.loginInfoNew {
    line-height: 0.4rem;
    text-align: center;
    color: #505050;
    font-size: 0.20rem;
}

.section1{
    height:auto!important;
}
.section1 .main {
    position: relative;
    left: 0;
    right: 0;
    top: 0!important;
    bottom: 0;
    padding-top: 0.1rem;
    padding-bottom: 0;
}
.newMid {
    position: relative;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    transform: none!important;
}
.section2 .main{
        padding-top: 0;
}
.serviceIco{
    position: absolute;
}


.btnWrap button.quickClass{
    background-image: url(https://cdn.fzbosun.com/dm/common/img/btnBg2.png);
    height: 1.56rem;
    line-height: 0.6rem;
}


/*播放器相关代码*/

.playBox{
    width:160px;
    height: 160px;
    
    position: fixed;
    z-index: 100;
    left:-80px;
    top:50%;
    transform: translateY(-50%);
}
.playBox .bg{
    position: absolute;
    width:100%;
    height: 100%;
    background:url(https://cdn.fzbosun.com/dm/common/img/playBox.png) no-repeat center center;
    background-size: 100% 100%;
    left:0;
    top:0;
    z-index: 0;
    -webkit-animation: 4s rowround linear infinite normal;
  animation: 4s rowround linear infinite normal;
}
.playBox .play{
    display: block;
    position: absolute;
    width:60px;
    height: 60px;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background:-webkit-linear-gradient(to right, #ff536c, #e7425b);
    background:-moz-linear-gradient(to right, #ff536c, #e7425b);
    background:-o-linear-gradient(to right, #ff536c, #e7425b);
    background:linear-gradient(to right, #ff536c, #e7425b);
}
.playBox a:before{
    content:'';
    display: block;
    width:18px;
    height: 18px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.playBox a.play:before{
    background-image:url(https://cdn.fzbosun.com/dm/common/img/player_play.png);
    left: initial;
    right: 0px;
}
.playBox .play.stop:before{
    background-image:url(https://cdn.fzbosun.com/dm/common/img/player_stop.png);
}
.playBox a.prev{
    position: absolute;
    width:40px;
    height: 40px;
    left:50%;
    top:0;
    z-index: 2;
}
.playBox a.prev:before{
    background-image:url(https://cdn.fzbosun.com/dm/common/img/player_prev.png);
    left:14px;
}
.playBox a.next{
    position: absolute;
    width:40px;
    height: 40px;
    left:50%;
    bottom:0;
    z-index: 2;
}
.playBox a.next:before{
    background-image:url(https://cdn.fzbosun.com/dm/common/img/player_next.png);
    left:14px;
}
.playBox .title{
    font-size: 13px;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    width:46px;
    height:20px;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    z-index: 2;
    
}
.playBox .title span{
    position: absolute;
    width:200px;
    height:20px;
    line-height: 20px;
    -webkit-animation: 4s rowup linear infinite normal;
  animation: 4s rowup linear infinite normal;
}
@keyframes rowup {
    0% {
      -webkit-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0);
    }
  
    100% {
      -webkit-transform: translate3d(-120px, 0, 0);
      transform: translate3d(-120px, 0, 0);
    }
  }
@keyframes rowround {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: otate(360deg);
    }
  }
  

.playBox.stopBox .bg{
    animation-play-state:paused;
-webkit-animation-play-state:paused;
}
.playBox.stopBox .title span{
    animation-play-state:paused;
-webkit-animation-play-state:paused;
}



.btnWrap.twoBtn {
    font-size: 0;
}
.btnWrap.twoBtn button {
    width: calc(50% - 0.1rem);
    display: inline-block;
    vertical-align: top;
    border-radius: 0.92rem;
    height: 0.92rem;
    background: linear-gradient(to bottom,#f9e624,#f9d823);
    box-shadow: 0 2px 5px 0 #ffe9be;
}
.btnWrap.twoBtn button.btnCancel{
    background: linear-gradient(to bottom,#d7d7d7,#c5c5c5);
    box-shadow: 0 2px 5px 0 #ebebeb;
}




.loadLayerBox {
    min-width: 100px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    border: none;
    position: fixed;
    _position: absolute;
    pointer-events: auto;
    display: none;
    z-index: 999999;
    left: 20%;
    top: 35%;
    width: 60%;
    -webkit-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border-radius: 0.1rem;
}

.loadLayerBox .content {
    position: relative;
    padding: 22px 25px;
    text-align: center;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}