body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;/* Non-prefixed version, currently*/
    max-width: 640px;
    /* height: 166.4rem; */
    margin: 0 auto;
    background: url(../images/bg.jpg??v=1508210403158) no-repeat center top;
    background-size: cover;
}
/* 加载进度样式 */
.loading-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #3e3846;
    z-index: 999;
}
.loading-container-box {
    position: absolute;
    width: 100%;
    top: 30%;
}
.loading-pic {
    width: 30%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 50%;
    transform: translateX(-50%);
    /* animation: rotate 8s infinite linear; */
}
/* @keyframes rotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
} */
.loading_rate {
    font-size: 0.5rem;
    /* color: #dbb761; */
    color: #d7af69;
    text-align: center;
    margin-top: 0.5rem;
}
.container {
    width: 100%;
    padding-bottom: 1.6rem;
}
img {
    display: block;
    width: 100%;
}
.header {
    /* padding: 0.685rem 0.685rem 0; */
    /* padding-top: .48rem; */
}
.header-content {
    position: relative;
    height: 16.8rem;
    /* background: url(../images/frame.png??v=1508210403158) no-repeat center;
    background-size: cover; */
}
.title {
    position: absolute;
    width: 5.28rem;
    top: 1.2rem;
    right: 0.72rem;
    /* left: 50%;
    transform: translateX(-50%); */
}
.main-text {
    position: absolute;
    width: 9.11rem;
    bottom: .8rem;
    left: 50%;
    transform: translateX(-50%);
}
/* .main-text {
    position: absolute;
    width: 7.29rem;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.42rem;
    color: #fff;
    line-height: 0.59rem;
    text-align: center;
} */

/* 头部安装区域 */
.top-install-content {
    /* margin-top: 0.72rem; */
}
.app-content {
    display: flex;
    align-items: center;
}
.app-icon {
    width: 1.44rem;
    height: 1.44rem;
}
.app-info {
    flex: 1;
    margin-left: 0.5rem;
}
.app-title {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
}
.app-desc {
    font-size: 0.39rem;
    color: rgba(255, 255, 255, 0.5);
}
.install { 
    width: 1.92rem;
    height: 0.84rem;
    background: #d7af69;
    border: 1px solid #d7af69;
    color: #483c51;
    border-radius: 0.42rem;
    box-sizing: border-box;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 文字图片内容 */
/* .daoju01 {
    position: absolute;
    width: 1.44rem;
    top: 8.4rem;
    right: 1.07rem;
}
.daoju02 {
    position: absolute;
    width: 1.76rem;
    top: 55.2rem;
    right: .49rem;
}
.daoju03 {
    position: absolute;
    width: 2.04rem;
    top: 92.7rem;
    left: .6rem;
}
.daoju04 {
    position: absolute;
    width: 2.22rem;
    top: 120.7rem;
    right: .9rem;
} */
.content {
    position: relative;
    padding: 0.96rem 0.685rem 0;
}
.theme {
    position: relative;
    width: 9.61rem;
    padding-bottom: .51rem;
}
/* .theme::before {
    position: absolute;
    left: 0;
    content: '';
    width: 0.72rem;
    height: 0.66rem;
    background: url(../images/l_yinhao.png??v=1508210403158) no-repeat center;
    background-size: cover;
}
.theme::after {
    position: absolute;
    top: 0.66rem;
    right: 0;
    content: '';
    width: 0.72rem;
    height: 0.67rem;
    background: url(../images/r_yinhao.png??v=1508210403158) no-repeat center;
    background-size: cover;
} */
.text {
    font-size: .46rem;
    line-height: .8rem;
    margin-top: .44rem;
}
.text p {
    font-size: .46rem;
    color: rgba(255, 255, 255, .6);
    text-align: justify;
}
.text .other-p {
    margin-top: .51rem;
}
.text .p-title {
    color: #d7af69;
    opacity: 1;
    font-size: .5rem;
    line-height: .9rem;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: .18rem;
    text-align: center;
}
.pic {
    width: 9.36rem;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: .55rem;
}
.pic p {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 0.2rem;
}
.bottom-install-content {
    margin-top: 0.94rem;
}
/* 底部内容 */
.footer {
    position: relative;
    margin-top: 1.12rem;
    /* padding-bottom: 1.6rem; */
}
.footer-content {
    /* position: absolute;
    top: 1.12rem; */
    width: 100%;
    /* padding-bottom: 1.63rem; */
}
.footer-title {
    display: flex;
    align-items: center;
    padding: 0 1.93rem;
}
.pre-recommend {
    flex: 1;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, .8);
}
.more {
    display: flex;
    align-items: center;
}
.more>span {
    font-size: 0.42rem;
    color: rgba(255, 255, 255, 0.6);
    padding-right: 0.2rem;
}
.more::after {
    display: block;
    content: '';
    width: 0.24rem;
    height: 0.41rem;
    background: url(../images/common/more.png??v=1508210403158) no-repeat center;
    background-size: cover;
}
/* 往期推荐轮播图 */
.pre-content {
    margin-top: 0.3rem;
}
.pre-box {
    border-radius: 0.24rem;
    overflow: hidden;
}
.pre-app-content {
    display: flex;
    align-items: center;
    padding: 0.24rem 0.32rem;
    background: rgba(255, 255, 255, 0.9);
}
.pre-app-icon {
    width: 1.06rem;
    height: 1.06rem;
}
.pre-app-info {
    flex: 1;
    padding-left: 0.36rem;
}
.pre-app-title {
    font-size: 0.31rem;
    color: #000000;
    font-weight: bold;
}
.pre-app-desc {
    font-size: 0.25rem;
    color: rgba(0, 0, 0, 0.6);
}
.pre-app-install {
    width: 1.42rem;
    height: 0.62rem;
    font-size: 0.27rem;
    color: #ffffff;
    font-weight: normal;
    background: #836166;
    border: 1px solid #836166;
    border-radius: 0.31rem;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 论坛和分享 */
.forum-share {
    display: flex;
    /* padding: 0.48rem 1.94rem; */
    /* padding: 0.8rem 1.94rem; */
    padding: 0.8rem 0.72rem;
    justify-content: space-between;
}
.forum-share>div {
    width: 4.44rem;
    /* width: 100%; */
    height: 0.96rem;
    background: #d7af69;
    border-radius: 0.54rem;
    font-size: 0.42rem;
    color: #483c51;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huawei {
    position: relative;
    width: 6.12rem;
    margin-left: 50%;
    transform: translateX(-50%);
}
.bottom {
    position: relative;
    width: 100%;
}
/* .huawei {
    position: absolute;
    width: 6.12rem;
    bottom: 1.62rem;
    margin-left: 50%;
    transform: translateX(-50%);
} */
.float-install-content {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    box-sizing: border-box;
    padding: 0.2rem 0.685rem;
    /* background: #255da3; */
    background: rgba(62, 56, 70, 0.9);
    box-shadow: 0px -8px 8px rgba(0, 0, 0, .1);
    display: none;
    z-index: 100;
}

/* deeplink拉起客户端提示框 */
.dep-mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
    display: none;
}
.dep-tip-content {
    width: 90%;
    /* height: 12%; */
    background: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}
.dep-tip-title {
    font-size: .42rem;
    color: rgb(0,0,0);
    text-align: center;
    /* padding: 15px 10px; */
    padding: 5% 4%;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.dep-tip-select {
    display: flex;
}
.dep-tip-select .dep-no, .dep-tip-select .dep-yes {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 4% 0;
    font-size: .42rem;
}
.dep-tip-select .dep-yes {
    color: #007dff;
}
.dep-tip-select .dep-no {
    border-right: 1px solid rgba(0,0,0,.2);
    color: #000;
}

.mongolia{background: rgba(0,0,0,.5);position: fixed;width: 100%;height: 100%;top:0;left: 0;display: none;z-index:100}
.mongolia .yst{width: 80%;margin-left: 15%;margin-top: 0%;}
.mongolia img{width: 100%;}