
html,body,div,h1,h2,p,span,em,b,a,button,img,ol,ul {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    vertical-align: middle;
    font-weight: normal;
}
html,
body {
    height: 100vh;
    background: #0f193b;
}
p {
    margin: 0;
}

.d-none {
    display: none;
}

.dwl {
    background: url("../images/bg.png") 100% 100% no-repeat;
    width: 100%;
    height: 600px;
    background-size: cover;
    text-align: center;
    font-weight: 400;
    padding-bottom: 6rem;
}

#download p {
    color: #717687;
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    padding-top: .4rem;
}

#download p.official-web {
    color: #fff;
    padding: 1rem 0;
}

#download p.official-web img {
    vertical-align: bottom;
}

.dl_logo {
    padding: 2.3rem 0 .6rem 0;
    text-align: center;
    font-weight: normal;
}

.dl_logo img {
    width: 20%;
}

.dl {
    width: 78%;
}

#download input,
.j-download-box .btn,
.j-download-box .btn3 {
    color: #fff;
    width: 88%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
    padding: .6rem;
    font-size: 18px;
}

#downSport {
    margin-bottom: .5rem !important;
    background: linear-gradient(180deg, #475277 0%, #3C4564 100%);
}

#downloadnow,#downloadnow2,#downloadnow3,#downSport {
    margin-bottom: .5rem !important;
    background: linear-gradient(180deg, #C8A96F 0%, #C8A96F 100%);
}

#enter {
    background: linear-gradient(180deg, #475277 0%, #3C4564 100%);
}

.dwl .swiper-container {
    padding-bottom: 2rem;
}

.dwl .swiper-pagination .swiper-pagination-bullet {
    background: #C4C4C4;
    opacity: 1;
}

.dwl .swiper-pagination .swiper-pagination-bullet-active {
    background: #D7A45E !important;
    width: 28px;
    border-radius: 3px;
}

#isAndroid .btn,
#isIos .btn {
    width: 50%;
    margin: 0 auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    cursor: pointer;
}

.space-btn {
    height: 350px;
}

.space-btn2 {
    height: 250px;
}

.space-swiper {
    height: 30px;
}

#wrapper,
#content,
.container,
#platform-area {
    height: 100%;
}

.layui-m-layer-onlySafari {
    background-color: unset !important;
    background: url(/mobile/images/downloadApp/safariModal2.png) no-repeat center;
    background-size: 100%;
    display: inline-block;

}

.layui-m-layer-onlySafari .layui-m-layercont {
    min-height: 250px !important;
    padding: unset;
}

#j-url {
    position: absolute;
    bottom: 41px;
    left: 28px;
    height: 44px;
    width: 200px;
    background: none;
    border: none;
    font-size: 14px;
}

.onlySafariBtn {
    position: absolute;
    bottom: 25px;
    right: 30px;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    outline: none;
}

.safariContent {
    padding: 50px 10px;
    font-size: 14px;
}

#isAndroid {
    background: url(/mobile/images/downloadApp/andriodbg.jpg) top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*position: fixed;*/
}

#isIos {
    background: url(/mobile/images/downloadApp/iosbg.jpg?v=1) top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    /*position: fixed;*/
}

.tutorial {
    font-size: 12px;
    color: #717687;
    margin: 5% auto;
    text-align: center;
}
.app-text img{
    width: 20px;
    height: 20px;
    margin-top: 4px;
}
.slide-title {
    text-align: center;
    background: #101a3c;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#download .enter {
    padding: 0 15px 20px;
    text-align: center;
}

#download .enter p {
    width: 100%;
    font-family: 'PingFang SC';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    text-align: left;
}
#download .enter span{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #C8A96F;
    border-radius: 100px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    vertical-align: text-top;
}

.enter img {
    width: calc(100% - 30px);
    margin-top: 15px;
}
.hide{
    display: none;
}
.wrapper-content {
    position: relative;
}
.wrapper-comp {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
}
.wrapper-comp > img {
    width: 100%;
}

.info-wrap {
    background: url("/mobile/images/imtroduce/img10.png") 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 14px;
    color: #fff ;
    position: relative;
}
.wrapper-comp .info-wrap .p1 {
    font-weight: bolder;
   color: #fff !important; 
}
.info-wrap span {
    display: block;
    color: #ffa200;
    padding: 5px 0 15px;
    font-weight: bolder;
}
.info-wrap img {
    max-width: 120px;
    width: 68%;
    margin: 0 auto;
}
.info-wrap .wrapper-back {
    position: fixed;
    width: 16%;
    left: 81%;
    top: 66%;
}
.info-wrap strong {
    display: block;
    font-size: 12px;
    color: #4d79ef;
    padding-top: 5px;
}
.wrapper-comp  .info-wrap .p3 {
    padding: 15px 10px 50px;
    /*zoom: .91;*/
    color: #fff !important;
}
.layui-m-layershade {
    background-color: rgba(0, 0, 0, .1) !important;
}
/* adnroid包下载 { */
    .down-list {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        border-radius: 20px, 20px, 0px, 0px;
        background: #191F36;
        z-index: 33;
        display: none;
    } 
    
    .down-list .list-title {
        position: relative;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #303857;
        color: #E1E9FF;
        font-size: 16px;
        font-weight: 600;
    }
    
    .down-list .list-title span {
        position: absolute;
        left: 15px;
        top: 4px;
        color: #707EAD;
        font-weight: bold;
        font-size: 30px;
        display: block;
        height: initial;
    }
    
    .down-list ul {
        box-sizing: border-box;
        background: #191F36;
    }
    
    .down-list ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        border-bottom: 1px solid #252D49;
        position: relative;
        padding: 8px  25px;
    }
    .down-list ul li.hide{
        display: none;
    }
    .down-list ul li:last-child {
        border-bottom: none;
    }
    
    .down-list ul li>div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        color: #E1E9FF;
        flex: 1;
    }
    
    .down-list ul li i {
        display: block;
        width: 30px;
        height: 30px;
        background: url('../images/app-down33.png?1') no-repeat center center / 100% 100%;
        margin-right: 15px;
    }
    
    .down-list .down {
        display: flex;
        width: 60px;
        height: 26px;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #fff;
        background: #C8A96F;
        border-radius: 5px;
    }
    .j-download-box .btn3.collect{
border: 1px solid #C8A96F;
}

    .APP-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 2000;
    display: none;
}

.APP-bg .chrome {
    margin-right: 35px;
    background: url(/mobile/images/yindao/i-qm.png) no-repeat right top;
    background-size: 76%;
    height: 58%;
    margin-top: 50px;
    display: none;
}

.APP-bg .safari {
    background: url(/mobile/images/yindao/i-qm.png) no-repeat bottom center;
    background-size: 80%;
    height: 100%;
    width: 100%;
    margin-top: -10px;
}

.APP-bg .safari .sa-1 {
    position: absolute;
    top: 28%;
    left: 78%;
}

.APP-bg .safari .sa-1 img {
    width: 40px;
}
.layui-m-layer-isoLayer .layui-m-layerchild {
    background: #2A314C;
    border-radius: 10px;
}
.layui-m-layer-isoLayer h3 {
    margin: 0;
    font-size: 16px;
    color: #E1E9FF;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
}
.layui-m-layer-isoLayer .layui-m-layercont {
    padding: 0 20px 10px;
    font-size: 12px;
    color: #8F97A7;
    text-align: left;
}
.layui-m-layer-isoLayer .layui-m-layercont .c-white {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
}
.layui-m-layer-isoLayer .layui-m-layercont .icon-setting2 {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(../images/icon-setting2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}
.layui-m-layer-isoLayer .red-bg {
    display: inline-block;
    background: #F5BEBF;
    border-radius: 24px;
    color: #FF3434;
    padding: 0 6px;
    line-height: 24px;
}
.layui-m-layer-isoLayer .red-bg span {
     font-weight: 500;
}
.layui-m-layer-isoLayer .red-bg .c-blue {
    color: #0781fe;
}
.layui-m-layer-isoLayer .layui-m-layerbtn {
    background: transparent !important;
}
.layui-m-layer-isoLayer .layui-m-layerbtn span {
    color: #C8A96F !important;
    font-weight: 500;
     background: transparent !important;
}
.bottom-div {
    flex: 1;
    text-align: left;
}
.bottom-div span {
    color: #E1E9FF;
    font-size: 14px;
    font-weight: 500;
}
#download .bottom-div p {
    color: #9EA7C4;
    font-size: 12px;
    width: initial;
    padding-top: 5px;
}
@media (max-width: 320px) {
    .APP-bg .safari {
        background-size: 50%;
    }
}

    
@media screen and (min-width: 360px) {
    #j-url {
        bottom: 32px;
    }

}

@media screen and (min-width: 375px) {
    #j-url {
        bottom: 29px;
    }

}

@media screen and (min-width: 411px) {
    #j-url {
        bottom: 22px;
        left: 50px;
    }

}

@media screen and (min-width: 414px) {
    #j-url {
        bottom: 22px;
        left: 51px;
    }

}