@charset "UTF-8";
/*  瀹氫綅鍑芥暟  */
/*  瀹介珮鍑芥暟  */
/*  瀛椾綋鍑芥暟  */
/*  涓讳綋鏍峰紡  */
*{
    padding: 0;
    margin: 0;
}
html{
    background: #0084ff;
}
.container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #0084ff;
}
.container .appHeader{
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: .3rem;
    text-align: center;
    height: 0.7rem;
    line-height: .7rem;
    position: absolute;
    width: 100%;
}
.container .header{
    margin: 0 auto;
    font-size: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .header img{
    width: 100%;
}
.container .section{
    position: absolute;
    bottom: 35px;
}
.container .sectionErCode .erCode{
    width: 85%;
    margin: -.3rem auto 0;
}
.container .sectionErCode .erCode img{
    width: 100%;
}
.container .section .main{
    width: 82%;
    border-radius: .2rem;
    background:url(../images/circle.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    font-size: .28rem;
    color: #1A5299;
    padding: .3rem;
    margin-bottom: .2rem;
}
.container .section .three{
    background-size: 100% 100%;
}
.container .section .main p{
    line-height: .4rem;
    letter-spacing: 2px;
}
.container .section .main p .pcDownLoad{
    letter-spacing: 0;
    cursor: pointer;
    color: #054473;
}
.container .section .three p{
    letter-spacing: -.15px;
}
.container .section .main span{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: .05rem;
}
.container .section .main span a{
    display: inline-block;
    width: 2rem;
    text-align: center;
    color: #fff;
    height: .54rem;
    line-height: .54rem;
    font-size: .3rem;
    cursor: pointer;
    background: url(../images/button.png) no-repeat;
    background-size: 100%;
}


/* .container .section .main span a.androidDownLoad{
    background: url(../images/button.png) no-repeat;
    background-size: 100%;
}
.container .section .main span a.iosDownLoad{
    background: url(../images/2.png) no-repeat;
    background-size: 100% 100%;
    cursor: not-allowed;
}
.container .section .main span a.pcDownLoad{
    background: url(../images/3.png) no-repeat;
    background-size: 100% 100%;
}
.container .section .main span img{
    width: 100%
} */
.guide{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    display: none;
}
.guideContent{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    position: relative;
}
.guideContent img{
    width: 6.4rem;
    height: 5rem;
}
.guideContent .close{
    position: absolute;
    left: 1rem;
    top: 1.4rem;
    width: .4rem;
    height: .4rem;
}

.containerpc{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/pc11.jpg) no-repeat;
    background-size: 100%;
}
.containerpc .content{
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
}
/* .containerpc .content .header{
    flex: 1;
    display: flex;
    align-items: center;
} */
.containerpc .content .section{
    flex-basis: 50%;
    padding-top: 6%;
}

/* .containerpc .header span{
    width: 90%;
    margin: 0 auto;
    font-size: 0;
}
.containerpc .header img{
    width: 100%;
} */
.containerpc .section .main{
    width: 70%;
    background:url(../images/circlepc.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #1A5299;
    padding: 30px;
    margin-bottom: 40px;
}
.containerpc .section .main p{
    line-height: 40px;
    letter-spacing: 2px;
}
.containerpc .section .main p i{
    letter-spacing: 0;
    cursor: pointer;
    color: #054473;
}
.containerpc .section .main span{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: -60px;
}
.containerpc .section .main span a{
    display: inline-block;
    width: 150px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 46px;
    font-size: 24px;
    background: url(../images/button.png) no-repeat;
    background-size: 100% 100%;
}
/* .containerpc .section .main span a.androidDownLoad{
    background: url(../images/111.png) no-repeat;
    background-size: 100% 100%;
}
.containerpc .section .main span a.iosDownLoad{
    background: url(../images/222.png) no-repeat;
    background-size: 100% 100%;
    cursor: not-allowed;
}
.containerpc .section .main span a.pcDownLoad{
    background: url(../images/333.png) no-repeat;
    background-size: 100% 100%;
} */

.containerpc .guide .guideContent  .show-box{
    width: 317px;
    height: 226px;
    position: absolute;
    right: 20px;
    top: 40px;
}

.containerpc .guide .guideContent .close{
    width: 15px;
    height: 15px;
    position: absolute;
    left: calc(100% - 317px - 20px);
    top: 40px;
    z-index: 200;
}

