/* 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;
    background: #101A32;
}
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_light.png) top no-repeat;
    background-size: 100% 2.42rem;
    padding: .6rem 0 .5em;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wrap .header{
    margin: 0 auto;
    width: 2.62rem;
    height: .68rem;
    position: relative;
    margin-bottom: .2rem;
}
.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: .4rem;
    height: 4px;
    border-radius: 4px;
    background: #6F7DD7;
    opacity: 0.3;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active{
    width: .92rem;
    height: 4px;
    border-radius: 4px;
    background: #8696FF;
    opacity: 1;
}
@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;
}
.btns_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.enter_web{
    display: flex;
    align-items: center;
    justify-content: center;
}
.enter_web .web_btn{
    width: 6.5rem;
    line-height: .8rem;
    color: #8696FF;
    text-align: center;
    font-family: PingFang SC;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 100px;
    border: 1px solid #8696FF;
    background: rgba(16, 26, 50, 0.50);
    box-shadow: 0px 0px 6px 0px rgba(120, 138, 255, 0.80) inset;
}
.dl_btn{
    width: 3.24rem;
    height: .8rem;
    border-radius: .45rem;
    line-height: .8rem;
    border-radius: 1000000px;
    border-bottom: 3px solid #0395DB;
    background: var(--gradient-1, linear-gradient(123deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%));
    box-shadow: 0px -4px 6px 1px rgba(255, 255, 255, 0.40) inset;
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: .32rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl_btn img{
    width: .4rem;
    height: .4rem;
}
.android_btn .dl_btn{
    width: 6.5rem;
    margin-bottom: .3rem;
}
.star_line{
    margin: 10px 0;
    width: 100%;
    height: 13px;
    background-image: url(../../img/download/sepline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}

.tips1{
    color: #9A9EAA;
    text-align: center;
    font-family: PingFang SC;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    padding: .3rem 0;
}
.tips1 span{
    color: #FF4B1E;
}
.tips2{
    /* border-radius:.2rem; */
    background: #101A32;
    /* box-shadow: 0px 0px 6px 0px rgba(120, 138, 255, 0.80) inset; */
    padding: 0 .3rem .3rem;
    display: none;
}
.tips2 ul li{
    border-radius: .16rem;
    background: rgba(44, 67, 136, 0.30);
    color: #CECECF;
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: .16rem .16rem .16rem 0;
    margin-bottom: .2rem;
    border-radius: .16rem;
}
.tips2 .h_img{
    padding: .3rem 0;
}
.tips2 .h_img img{
    width: 100%;
    margin: auto;
    display: block;
}
.tips2 .desc{
    color: #CECECF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .2rem;
}
.tips2 .desc span{
    font-weight: 500;
    color:#FFD000;
}
.tips2  .label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.tips2  .step_ic{
    width: .95rem;
    height: .33rem;
    display: inline-block;
    
}
.tips2 .stepbox img{
    display: block;
}
a[title="站长统计"] {
    display: none !important;
}
.tutorial_sort{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tutorial_sort .sort_item{
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    padding: 7px 6px 5px 6px;
    background: rgba(255, 255, 255, 0.05);
    justify-content: center;
    position: relative;
}
.tutorial_sort .sort_item img{
    width: .54rem;
}
.tutorial_sort .sort_item .sort_name{
    color: #fff;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.tutorial_sort .sort_item::after{
    position: absolute;
    content: '';
    width:.07rem;
    height: .15rem;
    background: url(../../img/download/tutorial/ic_r.png) no-repeat;
    background-size: cover;
    bottom: .2rem;
    right: .15rem;
}
.kkchat{
    width: 1.45rem;
    height: .45rem;
    background: url(../../img/download/bg_kkchat.png) no-repeat;
    background-size: cover;
    position: fixed;
    right: -0.18rem;
    top:56%;
    z-index: 99;
}
.kkchat .kk_txt{
    color: #FFF;
    text-align: right;
    font-family: PingFang SC;
    font-size: .2rem;
    font-weight: 400;
    line-height: .45rem;
    padding-right: .3rem;
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}



/* ios下载弹出层 start */
.mask_warp{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999;
    display: flex;
    flex-direction: column;
    display: none;
}

.mask_warp .blank_box{
    flex: 1;
}
.mask_warp  .pop_box{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom:-100%;
    box-sizing: border-box;
    border-radius: 12px 12px 0px 0px;
    background: #101A32;
}
.mask_warp  .pop_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding: .3rem .4rem;
    border-bottom: 1px solid rgba(70, 91, 193, 0.00);
    background: radial-gradient(72.93% 100% at 50% 0%, #705DFF 0%, rgba(28, 35, 54, 0.00) 100%);
}
.mask_warp .pop_close{
    display: block;
    width: .4rem;
}
.mask_warp .tit_box{
    display: flex;
    align-items: center;
}
.mask_warp .tit{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    color: #FFF;
}
.mask_warp .titlogo{
    display: block;
    width: 24px;
    margin-right: 5px;
}
.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_conent{
    margin-top:.28rem;
    width: 100%;
    border-radius: 12px;
    padding: .3rem .4rem;
    box-sizing: border-box;
    margin: auto;

}
.mask_warp .step{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: .3rem;
    line-height:normal;
    color: #fff;
}
.mask_warp .step1{
    font-size: .38rem;
    font-weight: 600;
    color: #FFD000;
    margin-right: 5px;
}
.mask_warp .step div{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    word-break: break-all;
    font-weight:400;
    line-height: normal;
    color: #fff;
    display: flex;
}
.mask_warp .step .iosstore_name{
    white-space: nowrap;
    text-overflow:ellipsis;
    max-width: 110px;
    display: inline-block;
    overflow:hidden; 
}

.mask_warp .app_info{
    width:100%;
    margin:10px auto;
    border-radius: .16rem;
    padding: .3rem .2rem;
    background: rgba(255, 255, 255, 0.05);
}
.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: 50px;
    box-shadow: 0px 0px 5px 0px #00000040;
    border-radius: 10px;
}
.mask_warp .store_logo{
    border-radius: 10px;
}
.mask_warp .app_info_t .equal{
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 10px;
    color: #7894DB;
    font-size: 32.522px;

}
.mask_warp .app_info_t .download_store_btn{
	text-align: center;
	line-height: normal;
    padding: .12rem .2rem;
    color: #8696FF;
    font-size: .24rem;
    font-weight: 500;
    border-radius: 100px;
    border: 1px solid #8696FF;
    background: rgba(16, 26, 50, 0.50);
    box-shadow: 0px 0px 6px 0px rgba(120, 138, 255, 0.80) inset;
}
.mask_warp .download_store_btn img{
    width: .24rem;
    margin-right: .1rem;
}  
.mask_warp .download_store_tri{
    color: #8696FF;
    font-family: "HarmonyOS Sans SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
} 
.mask_warp .download_store_tri img{
    width: 14px;
    margin-right: 10px;
}

.mask_warp .ios_download{
    border-radius: 100px;
    border-bottom: 1px solid #13B2FE;
    background: var(--gradient-1, linear-gradient(123deg, #13B2FE 14.98%, #800BFD 73.92%, #FF22A8 100%));
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: PingFang SC;
    font-size:.32rem;
    font-weight: 400;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 弹出层 end */