
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body p{
    -webkit-margin-before:0em;
    -webkit-margin-after:0em;
}
/* åŠ è½½è¿›åº¦ */
#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #094262;
    z-index: 2;
    width: 300px;
    height: 2px;
  /*  border-radius: 2px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading #loadingBar{
    position: absolute;
    left: 0px;
    width: 0px;
    height: 4px;
  /*  border-radius: 4px;*/
    background-color: #6aaad0;
}
#loading #processvalue{
    position: absolute;
    top: 10px;
    color: #6aaad0;
}
#loading #handle{
    top: -70px;
    left: -11%;
    width: 32px;
    height: 63px;
    position: absolute;
    background: url(../images/loading.gif);
}
/* å·¦ä¾§é¡¶éƒ¨ */
.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: 25%;
    right: 3%;
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60vh;
}
.rightMune{
    position: relative;
    width: 100%;
    height: 100%;
}
.wwPos{
    position: absolute;
    width: 100%;
}
.wwPos img{
    position: absolute;
    width: 100%;
    top: 0;
}
.ww-btn1{
    top: 0;
    left: 0;
}
.ww-btn2{
    top: 35%;
    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;
    text-align: center;
    margin-top: 30px;
    }
    .xian{
    margin: 15px auto;
    }
}
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;
    bottom: 5%;
    right: 2%;
    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-vioce{
    background: url(../images/openM.png) no-repeat center center;
    background-size: 100% 100%;
}
/* å£°éŸ³å…³é—­æŒ‰é’® */
.ww-voiceCl{
    background: url(../images/closeM.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%;
}
/* åˆ†äº«æŒ‰é’® */
.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%;
}
.phoneShare{
    position: absolute;
    right: 0;
    display: none;
    top: 0;
    z-index: 2;
}
.phoneShare>img{
    width: 200px;
    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;
}
.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: 2880px){
   
  
}
@media screen and (max-width:1920px){
    .rightC {
        width: 43px;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 23%;
        right: 26%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 23%;
        right: 26%;
    }
}
@media screen and (max-width:1680px){
    .rightC {
        width: 43px;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 19%;
        right: 23%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 19%;
        right: 23%;
    }
}
@media screen and (max-width:1440px){
    .rightC {
        width: 40px;
     
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 17%;
        right: 17%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 17%;
        right: 17%;
    }
}
@media screen and (max-width:1366px){
    .rightC {
        width: 33px;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 10%;
        right: 17%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 10%;
        right: 17%;
    }
}
@media screen and (max-width:768px){
   /* è¿›åº¦æ¡*/
    #loading{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #094262;
    z-index: 2;
    width: 200px;
    height: 2px;
  /*  border-radius: 2px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading #loadingBar{
    position: absolute;
    left: 0px;
    width: 0px;
    height: 4px;
  /*  border-radius: 4px;*/
    background-color: #6aaad0;
}
#loading #processvalue{
    position: absolute;
    top: 10px;
    color: #6aaad0;
}
#loading #handle{
    top: -50px;
    left: -11%;
    width: 20px;
    height: 39px;
    position: absolute;
    background: url(../images/loading20.gif);
}
    /* å·¦ä¾§é¡¶éƒ¨ */
    .ww-title{
        font-size: 30px;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        padding-left:0%;
        text-align: center;
        width: 80%;
    }
    /* å³ä¾§ä¸­éƒ¨ */
    .rightC {
        width: 40px;
		height: 40vh;
    }
    .ww-btn2{
        top: 52%;
    }
    .ww-btn3{
        display: none;
    }
    /* æ‰‹æœºç«¯è¿”å›žä¸»é¡µ */
    .phoneB{
        display: block;
        position: absolute;
        bottom: 5%;
        left: 2%;
        width: 127px;
        height: 40px;
    }
    .phoneB img{
        width: 100%;
        height: 100%;
    }
    /* æ–‡å­—ä»‹ç» */
    .ww-content {
        width: 468px;
        height: 650px;
        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;
    }
    .mouseTip {
        bottom: 3%;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        top: 83%;
        right: 50%;
        transform: translateX(50%);
    }

    /* å¸®åŠ©æ–‡æ¡£ */
    .helpPc{
        display: none;
    }
    .helpPhone{
        display: block;
    }
    .helpPhone{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 468px;
        height: 650px;
        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;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        top: 83%;
        right: 50%;
        transform: translateX(50%);
    }
    /* åˆ†äº«æŒ‰é’® */
    .ww-share{
        display: none;
    }
    .ww-share1{
        display: block;
    }
}
@media screen and (max-width:414px){
    /* å·¦ä¾§é¡¶éƒ¨ */
    .ww-title{
        font-size: 20px;
        
    }
    /* å³ä¾§ä¸­éƒ¨ */
    .rightC {
        width: 30px;
    }
    .ww-btn2{
        top: 52%;
    }
    /* æ‰‹æœºç«¯è¿”å›žä¸»é¡µ */
    .phoneB{
        width: 96px;
        height: 30px;
    }
    /* æ–‡å­—ä»‹ç» */
    .ww-content {
        width: 350px;
        height: 500px;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        width: 45px;
        height: 45px;
    }
    /* å¸®åŠ©æ–‡æ¡£ */
    .helpPhone {
        width: 350px;
        height: 500px;
    }
    .helpTitle{
        height: 40%;
    }
    .handPose{
        height: 50%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width:375px){
    /* å³ä¾§ä¸­éƒ¨ */
    .rightC {
    }
    /* æ–‡å­—ä»‹ç» */
    .ww-content {
        width: 300px;
        height: 450px;
    }
    .ww_contFlex {
        height: 93%;
    }
    /* æ–‡å­—ä»‹ç»å…³é—­æŒ‰é’® */
    .ww-close{
        width: 40px;
        height: 40px;
    }
    /* å¸®åŠ©æ–‡æ¡£ */
    .helpPhone {
        width: 300px;
        height: 450px;
    }
    .helpTitle{
        height: 40%;
    }
    .handPose{
        height: 55%;
    }
    /* å¸®åŠ©æ–‡æ¡£å…³é—­æŒ‰é’® */
    .closeBtn{
        width: 40px;
        height: 40px;
    }
}