/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
	line-height: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
    width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
*{
    box-sizing: border-box;
}

.wrap{
    max-width: 560px;
    margin:auto;
    background: url(../../img/download/bg.webp) center repeat-y;
    padding: .6rem 14px 2.2rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wrap .header{
    margin: 0 auto;
    width: 2.62rem;
    height: .68rem;
    position: relative;
}
.wrap .header img{
    width: 100%;
}
.wrap .header .domain_warp{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    overflow: hidden;
    top: .4rem;
    left: 1.2rem;
}
.wrap .header .writedom{
    height: 100%;
    position: relative;
    padding: 0 .1rem;
    text-align: center;
    color: #A07641;
    font-family: Inter;
    font-size: .2rem;
    font-weight: 400;
    color: #A07641;
    text-align: center;
    font-family: Inter;
    flex: 1;
}

.wrap  .header .dividing{
    display: flex;
    align-items: center;
    
}
.wrap  .header .dividing .round{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #A07641;
}
.wrap  .header .dividing .line{
    width: 10px;
    height: 1px;
    background-color:#A07641;
}

.wrap .main_title{
    width: 100%;
    margin: .12rem  0 .10rem 0;
}
.wrap .main_title img{
    display: block;
}
.wrap .sub_title{
    color: #333;
    text-align: center;
    font-family: PingFang SC;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
}
.swiper-box .swiper-container{
    padding-bottom: .56rem;
}
.swiper-box .swiper-pagination{
    bottom: .24rem !important;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 4px;
    border-radius: 4px;
    background: #1b1b1b;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #E3B682 0%, #D4A473 100%);
}
@keyframes grow-shrink {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
.ios_btn .ios_simp,.ios_btn .ios_gf {
    animation: grow-shrink 0.5s infinite alternate;
}
.android_btn, .ios_btn{
    display: none;
}
.android_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.android_btn .dl_btn{
    width: 6.5rem;
    height: .8rem;
    border-radius: .45rem;
    line-height: .8rem;
    background: linear-gradient(90deg, #E3B682 0%, #D4A473 100%);
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 500;
    cursor: pointer;
    animation: grow-shrink 0.5s infinite alternate;
}
.btns_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}
.enter_web{
    display: flex;
    align-items: center;
    justify-content: center;
}
.enter_web .web_btn{
    width: 4.88rem;
    height: .58rem;
    color: #DFB07A;
    text-align: center;
    font-family: PingFang SC;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: .58rem;
    cursor: pointer;
    background-image: url(../../img/download/web_border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btns_box .dl_btn{
    width: 3.24rem;
    height: .8rem;
    border-radius: .45rem;
    line-height: .8rem;
    background: linear-gradient(90deg, #E3B682 0%, #D4A473 100%);
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 500;
    cursor: pointer;
}
.star_line{
    margin: 10px 0;
    width: 100%;
    height: 13px;
    background-image: url(../../img/download/star_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tips1{
    color: #333;
    text-align: center;
    font-family: PingFang SC;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    padding: .24rem 0 .32rem 0;
}
.tips1 span{
    color: #FB3131;
}
.tips2{
    border-radius: .16rem;
    border: 1px solid #F0F0F0;
    background: rgba(255, 255, 255, 0.80);
    color: #DFB07A;
    text-align: center;
    font-family: PingFang SC;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    padding: .4rem 0;
    line-height: .3rem;
}
a[title="站长统计"] {
    display: none !important;
}
.kkchat{
    width: 1.68rem;
    height: .8rem;
    background: url(../../img/download/kk.webp) no-repeat;
    background-size: cover;
    position: fixed;
    right: -0.18rem;
    top:52%;
    z-index: 99;
}
.kkchat .kk_txt{
    color: #FFF;
    text-align: right;
    font-family: PingFang SC;
    font-size: .2rem;
    font-weight: 400;
    line-height: .65rem;
    padding-right: .3rem;
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.mask_warp{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 99;
    display: flex;
    flex-direction: column;
    display: none;
}
.mask_warp .pop_head{
    display: block;
    width: 100%;
}

.mask_warp .blank_box{
    flex: 1;
}
.mask_warp  .pop_box{
    background-color: #fff;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
    position: fixed;
    left: 0;
    width: 100%;
    bottom:-100%;
}
.mask_warp  .pop_up{
    animation: popup .75s .2s ease; 
}
.mask_warp  .pop_down{
    animation: popdown .75s .2s ease; 
}
@keyframes popup{
    from {bottom:-100%}
    to {bottom:0;}
}
@keyframes popdown{
    from {bottom:0}
    to {bottom:-100%;}
}
.mask_warp .pop_close{
    position: absolute;
    top:.2rem;
    right: .2rem;
    width: .48rem;
}
.mask_warp .pop_conent{
    width: 80%;
    background: #FFF;
    box-shadow: 0px 6px 10px rgba(219, 139, 20, 0.50);
    margin: -2rem auto;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-bottom: 2rem;
}
.mask_warp .pop_conent .install{
    display: block;
    width: 1.48rem;
    position: absolute;
    left: 50%;
    margin-top: -.74rem;
    transform: translateX(-50%);
}
.mask_warp .pop_conent h4{
    color: #000;
    text-align: center;
    font-family: "HarmonyOS Sans SC";
    font-size: .32rem;
    font-style: normal;
    font-weight: 700;
    padding-top: .8rem;
    margin: 0;
}
.mask_warp .step{
    display: flex;
    align-items: center;
    color: #787878;
    font-family: "HarmonyOS Sans SC";
    font-size: .22rem;
    font-weight: 500;
    padding: .3rem .28rem;

}
.mask_warp .step1{
    width: .8rem;
    margin-right:.16rem;
    height: .28rem
}
.mask_warp .step div{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    word-break: break-all;
}

.mask_warp .app_info{
    border-radius:.12rem;
    border: 1px solid #C4C4C4;
    width:86%;
    margin: auto;
    padding: .18rem .2rem .24rem .2rem;
}
.mask_warp .app_info_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mask_warp .logo_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mask_warp .app_info_t .sm_logo{
    width: .9rem;
}
.mask_warp .store_logo{
    border-radius: .24rem;
}
.mask_warp .app_info_t .equal{
    color: #5A5B60;
    font-family: "HarmonyOS Sans SC";
    font-size: .64rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 .2rem;
}
.mask_warp .download_store_btn{
    border-radius:.24rem;
    background: #86B6FF;
    padding: .1rem .2rem;
    color: #FFF;
    font-family: "HarmonyOS Sans SC";
    font-size: .18rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask_warp .download_store_btn img{
    width: .24rem;
    margin-right: .1rem;
}  
.mask_warp .download_store_tri{
    color: #E4AD49;
    font-family: "HarmonyOS Sans SC";
    font-size: .18rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .15rem;
} 
.mask_warp .download_store_tri img{
    width: .16rem;
    margin-right: .1rem;
}
.mask_warp .app_info_b{
    color: #A4A4A4;
    font-family: "HarmonyOS Sans SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: .2rem;
    display: flex;
}
.mask_warp .real_name{
    color: #917641;
    flex: 0 0 1rem;
    white-space: nowrap;
}
.mask_warp .sm_equal{
    margin: 0 .2rem;
}
.mask_warp .store_name{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.mask_warp .ios_download{
    border-radius: .46rem;
    background: #D6AA6D;
    height: .92rem;
    line-height: .92rem;
    text-align: center;
    color: #FFF;
    font-family: "HarmonyOS Sans SC";
    font-size: .3rem;
    font-style: normal;
    font-weight: 400;
    width: 90%;
    margin: .4rem auto;
}