
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
p{
    -webkit-margin-before:0em;
    -webkit-margin-after:0em;
}
p.hh{
    -webkit-margin-before:0em;
    -webkit-margin-after:0em;
}
/* åŠ è½½è¿›åº¦ */
#loading{
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 20px;
}
/* å·¦ä¾§é¡¶éƒ¨ */
.ww-title{
    position: absolute;
    z-index: 2;
    font-size: 30px;
    top: 3%;
    padding-left:2%;
    font-weight: 500;
    /* background: linear-gradient(to bottom, #eecd92, #a58457);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text; 
    color: transparent;*/
    color: #dbba82;
}
/* å³ä¾§ä¸­éƒ¨ */
.rightC{
    top: 35%;
    right: 3%;
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 32vh;
}
.rightMune{
    position: relative;
    width: 100%;
    height: 100%;
}
.wwPos{
    position: absolute;
    width: 100%;
}
.wwPos img{
    position: absolute;
    width: 100%;
    top: 0;
}
.ww-btn2{
    top: 0;
    left: 0;
}
.wwPos img:nth-child(2),.wwPos:hover img:nth-child(1),.wwPosActive img:nth-child(1){
    opacity: 0;
}
.wwPos:hover img:nth-child(2),.wwPosActive img:nth-child(2){
    opacity: 1;
}
.phoneB{
    display: none;
}

/* æ–‡å­—ä»‹ç» */
/* æ–‡å­—ä»‹ç» */
.jsOutDiv{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    display: none;
    z-index: 3;
}
.ww-content{
    position: absolute;
    width: 800px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    background: url(../images/pcK.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: 999;
}
.ww_contFlex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.ww-contTitle{
    position: relative;
    width: 30%;
    height: 100%;
}
.ww-contTitle img{
    position: absolute;
    width: 15%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.ww-text{
    position: relative;
    width: 70%;
    height: 100%;
    line-height: 1.3em;
    overflow: hidden;
    color: #fff;
    text-align: justify;
}
.ww-ContentP{
    position: absolute;
    top: 15%;
    box-sizing: border-box;
    width: 105%;
    height: 70%;
    overflow: hidden;
    padding-right: 20%;
}
.wzjsDiv{
    width: 103%;
    height: 60%;
    overflow-y: scroll;
    padding-right: 20%;
}
.xian{
    width: 50px;
    height: 3px;
    background-color: #edd193;
    margin: 3% 0;
}
.ww-ContentP p{
    line-height: 1.6em;
    color: #efcb8b;
}
.ww-ContentP>p:nth-child(1){
    font-size: 25px;
    color: #edd193;
}
@media screen and (max-width:768px){
    .ww-ContentP p{
    font-size: 14px;
    }
   .ww-ContentP>p:nth-child(1){
    font-size: 20px;
    }
}
p.wzjsP:before{content:"â—"; color:#dcbe64;}
.ww-close{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30%;
    right: 32%;
    display: block;
    z-index: 1000;
}
.ww-close img{
    width: 100%;
    height: 100%;
    background-position: center;
    cursor: pointer;
    transition: all 0.8s;
}
.ww-close:hover img{
    transform: rotate(-360deg);
}
/* é¼ æ ‡æç¤º */
.mouseTip{
    position: absolute;
    bottom: 5%;
    width: 10px;
    height: 20px;
    border: 1px solid #dcbe64;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.mouseTip span{
    position: absolute;
    width: 2px;
    height: 4px;
    background-color: #dcbe64;
    top: 5px;
    left: 4px;
    animation: mouse 1s linear 2s infinite;
}
@keyframes mouse{
    0%{
        top: 5px;
    }
    50%{
        top: 10px; 
    }
    100%{
        top: 5px; 
    }
}

/* å³ä¾§åº•éƒ¨ */
.ww-btnList{
    position: absolute;
    z-index: 2;
    bottom: 5%;
    right: 3%;
    width: 150px;
    display: flex;
    justify-content: space-between;
}
.ww-icon{
    width: 42px;
    height: 42px;
    cursor: pointer;
}
/*è¿”å›žä¸»é¡µ*/
.ww-backHome{
    background: url(../images/home1.png) no-repeat center center;
    background-size: 100% 100%;
}
.ww-backHome:hover{
    background: url(../images/home2.png) no-repeat center center;
    background-size: 100% 100%;
}
/* åˆ†äº«æŒ‰é’® */
.ww-share{
    background: url(../images/share1.png) no-repeat center center;
    background-size: 100% 100%;
}
.ww-share:hover{
    background: url(../images/share2.png) no-repeat center center;
    background-size: 100% 100%;
}
/* æ‰‹æœºç«¯åˆ†äº«æŒ‰é’® */
.ww-share1{
    background: url(../images/share1.png) no-repeat center center;
    background-size: 100% 100%;
    display: none;
}
.ww-share1:hover{
    background: url(../images/share2.png) no-repeat center center;
    background-size: 100% 100%;
}
/* å¸®åŠ©æ–‡æ¡£æŒ‰é’® */
.ww-help{
    background: url(../images/help1.png) no-repeat center center;
    background-size: 100% 100%;
}
.ww-help:hover{
    background: url(../images/help2.png) no-repeat center center;
    background-size: 100% 100%;
}

.phoneShare{
    position: absolute;
    right: 0;
    display: none;
    top: 0;
    z-index: 2;
}
.phoneShare>img{
    width: 300px;
    height: auto;
}

/* å¸®åŠ©æ‰‹å†Œ */
.helpManual{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: none;
    z-index: 3;
}

.closeBtn{
    position: absolute;
    right: 32%;
    top: 31%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000;
}
.closeBtn img{
    width: 100%;
    transition: all 0.6s;
}
.closeBtn:hover img{
    transform: rotate(-360deg);
}
.helpPc{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 400px;
    background: url(../images/pcK.png) no-repeat left top;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 4%;
    box-sizing: border-box;
}
.cir{
    width: 11%;
    text-align: center;
}
.cir img{
    width: 100%;
}
.helpCir{
    width: 6%;
}
.helpText{
    color: #efcb8b;
}
.helpPhone{
    display: none;
}

/* åˆ†äº«åˆ—è¡¨ */
.ww-shareList{
    display: none;
    width: 42px;
    height: 168px;
    position: absolute;
    top: -126px;
    left: 0;
    background: #292929;
    border-radius:0px 0px 25px 25px;
    box-sizing: border-box;
}
.social-share a.ww-icon{
    display: block;
    position: absolute;
    margin: 0px;
    color: #292929;
    border-color: #292929;
}
.social-share a:nth-child(1){
    top: 0px;
}
.social-share a:nth-child(2){
    top: 42px;
}
.social-share a:nth-child(3){
    top: 84px;
}
.ww-shareCl{
    position: absolute;
    top: 126px;
}
.social-share a.ww-shareWx:hover{
    background: url(../images/icon.png) 0px -406px no-repeat;
    background-size: 42px auto;
}
.social-share a.ww-shareQq:hover{
    background: url(../images/icon.png) 0px -448px no-repeat;
    background-size: 42px auto;
}
.social-share a.ww-shareWb:hover{
    background: url(../images/icon.png) 0px -490px no-repeat;
    background-size: 42px auto;
}
.ww-shareWx{
    background: url(../images/icon.png) 0px -406px no-repeat;
    background-size: 42px auto;
}
.ww-shareQq{
    background: url(../images/icon.png) 0px -448px no-repeat;
    background-size: 42px auto;
}
.ww-shareWb{
    background: url(../images/icon.png) 0px -490px no-repeat;
    background-size: 42px auto;
}
.ww-shareCl{
    background: url(../images/closeBtn.png)  no-repeat center center;
    background-size: 100% 100%;
}
@media screen and (max-width:1920px){
    .rightC {
        top: 30%;
        width: 45px;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 23%;
        right: 26%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 23%;
        right: 26%;
    }
}
@media screen and (max-width:1680px){
    .rightC {
        width: 43px;
        height: 37vh;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 19%;
        right: 23%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 19%;
        right: 23%;
    }
}
@media screen and (max-width:1440px){
    .rightC {
        width: 40px;
        height: 40vh;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 17%;
        right: 17%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 17%;
        right: 17%;
    }
}
@media screen and (max-width:1366px){
    .rightC {
        width: 33px;
        height: 42vh;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 10%;
        right: 17%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 10%;
        right: 17%;
    }
}
@media screen and (max-width:990px){
    /* åŠ è½½è¿›åº¦ */
    #loading{
        font-size: 50px;
    }
    /* å·¦ä¸Šè§’ */
    .ww-title{
        font-size: 51px;
        left: 50%;
        padding-left: 0;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
    }
    /* å³ä¾§ä¸­éƒ¨ */
    .rightC {
        top: 20%;
        width: 80px;
        height: 28vh;
    }
    .ww-btn2{
        top: 50%;
    }
    .ww-btn3{
        display: none;
    }
    /* æ‰‹æœºç«¯è¿”å›žä¸»é¡µ */
    .phoneB{
        display: block;
        position: absolute;
        bottom: 5%;
        left: 2%;
        width: 255px;
        height: 80px;
        z-index: 2;
    }
    .phoneB img{
        width: 100%;
        height: 100%;
    }

    /* æ–‡å­—ä»‹ç» */
    .ww-content {
        width: 800px;
        height: 1100px;
        transform: translate(-50%,-55%) ;
        background: url(../images/phoneK.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .ww_contFlex{
        flex-direction: column;
    }
    .ww-contTitle{
        width: 100%;
        height: 50%;
        display: none;
    }
    .ww-contTitle img{
        width: 7%;
    }
    .ww-text{
        width: 100%;
        height: 100%;
        padding: 0 8%;
        box-sizing: border-box;
    }
    .ww-ContentP{
        top: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .ww-ContentP p{
        font-size: 35px;
    }
    .xian{
        width: 100px;
        height: 6px;
        margin: 20px auto;
    }
    .ww-ContentP>p:nth-child(1){
        font-size: 55px;
        text-align: center;
        margin-top: 80px;
    }
    .mouseTip {
        width: 27px;
        height: 41px;
        bottom: 1%;
    }
    .mouseTip span{
        width: 4px;
        height: 10px;
        left: 11px;
        top: 10px;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 83%;
        right: 50%;
        transform: translateX(50%);
        width: 100px;
        height: 100px;
    }
    /* å³ä¸‹è§’ */
    .ww-btnList{
        width: 300px;
    }
    .ww-icon{
        width: 82px;
        height: 82px;
    }
    /* åˆ†äº«æŒ‰é’® */
    .ww-share{
        display: none;
    }
    .ww-share1{
        display: block;
    }

    /* å¸®åŠ©æ–‡æ¡£ */
    .helpPc{
        display: none;
    }
    .helpPhone{
        display: block;
    }
    .helpPhone{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 800px;
        height: 1100px;
        transform: translate(-50%,-55%) ;
        background: url(../images/phoneK.png) no-repeat center center;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
    }
    .helpTitle{
        position: relative;
        width: 100%;
        height: 45%;
    }
    .helpTitle img{
        width: 7%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) ;
    }
    .handPose{
        position: relative;
        width: 100%;
        height: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .cirPhone{
        width: 35%;
        text-align: center;
        color: #efcb8b;
    }
    .helpImgPhone{
        width: 100%;
        text-align: center;
    }
    .helpImgPhone img{
        width: 47%;
    }
    .helpTextPhone{
        font-size: 40px;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 83%;
        right: 50%;
        transform: translateX(50%);
        width: 100px;
        height: 100px;
    }
    
}
