@charset "utf-8";


/*reset*/

html,
body {
    background:#a0959b;
    font-family: SimSun, STSong, sans-serif;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
}

body {
    height: 100%;
    font-size: .12rem;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

i,
em,
address {
    font-style: normal;
}


img {
    max-width: 100%;
    border: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.showBrow {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 999;
}

.wxtip {
    width: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
    z-index: 999;
}

a {
    color: #fff;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.rel {
    position: relative;
}


.text-tips {
    text-align: center;
    color: #fff;
    opacity: .8;
    padding-bottom: .1rem;
}

.boxImg {
    background: #a0959b url('img/loading.svg') no-repeat center center;
    background-size: .4rem auto;
}

.main-download {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.main-download:focus-visible,
.download-trigger:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.barrage {
    display:none;
    z-index: 2;
    position: absolute;
    top: .56rem;
    height: 2rem;
    right: 10px;
    overflow: hidden;
}
@keyframes myfirst {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-51%);
    }
}

.box {
    animation: myfirst 7s linear infinite;
}

.scroxt-vertical {
    width: 100%;
    margin-top: 15px;
    text-align: right;
}

.scroxt-vertical span {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 200;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 1px 10px 1px 1px;
    border-radius: 22px;
}

.scroxt-vertical span img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    float: left;
    margin-right: 2px;
}

.android {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    background-color: #fff;
    width: 80%;
    border-radius: 15px;
    padding: 14px;
}

.ios-download {
    display: none;
}
.android p {
    margin-top: 5px;
}
.android .title{
    text-align: center;
    font-weight: bolder;
    font-size: .18rem;
}
.android .tip{
    font-weight: bolder;
    font-size: .14rem;
}
.android img {
    display: block;
    margin: 0;
    height: .42rem;
}

.download-trigger {
    display: block;
    margin: 20px auto 0 auto;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}
#kf_link {
    z-index: 99;
    position: absolute;
    top: 5.64rem;
    width: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    height: .2rem;
    cursor: pointer;
    opacity: 0;
}

/* 爬虫检测 */
body.crawler-mode .user-only { display: none !important; }
body:not(.crawler-mode) .crawler-only { display: none !important; }
body.crawler-mode { background: #fff; }

.crawler-only {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
}
.crawler-only .barrage {
    display: block;
    position: static;
    height: auto;
    overflow: visible;
}
.crawler-only .box {
    animation: none;
}
.crawler-only .scroxt-vertical {
    margin-top: 8px;
    text-align: left;
    padding: 0 10px;
}

/* 右侧悬浮客服按钮 */
#kf_float {
    position: fixed;
    right: 10px;
    bottom: 1.2rem;
    width: .6rem;
    height: .6rem;
    z-index: 9998;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

#kf_float img {
    width: 100%;
    height: 100%;
    display: block;
}

#kf_float:active {
    transform: scale(.95);
}

/* 客服弹层 */
#kf_panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
    display: none;
    -webkit-overflow-scrolling: touch;
}

#kf_panel.show {
    display: flex;
    flex-direction: column;
}

#kf_panel .kf-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .44rem;
    padding: 0 .16rem;
    background: #1e9fff;
    color: #fff;
    font-size: .16rem;
    flex-shrink: 0;
}

#kf_panel .kf-close {
    font-size: .24rem;
    line-height: 1;
    padding: 0 .08rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

#kf_iframe {
    flex: 1;
    width: 100%;
    border: 0;
    background: #fff;
}

/* 通用 toast 提示 */
.toast {
    position: fixed;
    left: 50%;
    bottom: 25%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .82);
    color: #fff;
    font-size: .14rem;
    line-height: 1.4;
    padding: .1rem .18rem;
    border-radius: .06rem;
    max-width: 80%;
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
    word-break: break-all;
    text-align: center;
}

.toast.show {
    opacity: 1;
}
