/* 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: .4rem 20px 1.2rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wrap .header{
    width: 2.96rem;
    margin: auto;
    
}
.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: .35rem  0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap .main_title img{
    display: block;
    height: .49rem;
    width: unset;
    max-width: 100%;
}
.wrap .sub_title{
    color: #282A29;
    text-align: center;
    font-family: PingFang SC;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
}

.wrap .foot_img{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap .foot_img img{
    width: 77.5%;
    display: block;
}
.wrap .foot_img2 img{
    width: 93%;
    margin-top:.6rem;
    display: block;
}
.swiper-box .swiper-container{
    padding-bottom: .56rem;
}
.swiper-box .swiper-pagination{
    bottom: .24rem !important;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 6px;
    border-radius: 4px;
    background: #1b1b1b;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active{
    width: 35px;
    height: 6px;
    border-radius: 4px;
    background: #0D186A;
}
@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{
    padding: 0 15px;
}
.ios_btn{
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ios_btn .ios_gf{
    margin-left: 15px;
}
.enter_web{
    height: .8rem;
    line-height: .8rem;
    border-radius: .2rem;
    margin: 10px 15px;
    color: #0E176C;
    padding: 0 10px;
    border: 1px solid #0E176C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enter_web .web_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.enter_web img{
    width: .4rem;
    margin-left: 2px;
}

.dl_btn{
    width: 100%;
    height: .8rem;
    border-radius: .2rem;
    line-height: .8rem;
    background:linear-gradient(270.12deg, #2738B2 -7.95%, #0C176B 119.83%),
     linear-gradient(162.86deg, #2738B2 10.22%, #0C176B 86.79%);
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: .32rem;
    font-style: normal;
    font-weight: 400;
    flex: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl_btn img{
    width: .4rem;
    margin-left: 2px;
}
.dl_btn .apple{
    margin-right: 5px;
}

a[title="站长统计"] {
    display: none !important;
}
.kkchat{
    width: 1.68rem;
    height: .8rem;
    background: url(../../img/download/kk.png) no-repeat;
    background-size: cover;
    position: fixed;
    right: -0.18rem;
    top:48%;
    z-index: 99;
}
.kkchat .kk_txt{
    color: #FFF;
    text-align: right;
    font-family: PingFang SC;
    font-size: .2rem;
    font-weight: 400;
    line-height: .78rem;
    padding-right: .3rem;
}
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.android_tips{
    width: 100%;
    display: none;
}
.android_tips .tips1{
    color: #282A29;
    text-align: center;
    font-family: PingFang SC;
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    padding: .24rem 0 .32rem 0;
}
.android_tips .tips1 span{
    color: #DF233D;
}

.tutorial_ul {
    width: 100%;
    padding: 0 15px;
}
.tutorial_ul a{
    width: 100%;
}
.tutorial_ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #0D186A;
    background: #FFF;
    line-height: .8rem;
    font-size: 14px;
    font-weight: 400;
    background: linear-gradient(90deg, #6573D6 0%, #37417F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.tutorial_ul li span{
    display: inline-block;
    padding: 0 10px;
}
.tutorial_ul .bluedown{
    width: 20px;
    transform: rotate(-90deg);
}
.tutorial_ul .ic_hw{
    width: 20px;
}
.tutorial_ul .ic_vo{
    width: 50px;
}
.tutorial_ul .ic_op{
    width: 58px;
}
.tutorial_ul .ic_ten{
    width: 20px;
}
.tutorial_ul .ic_har{
    width: 73px;
}
.tutorial_ul .ic_hw{
    width: 20px;
}


/* 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{
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom:-100%;
    padding: 15px;
    box-sizing: border-box;
}
.mask_warp  .pop_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mask_warp .pop_close{
    display: block;
    width: 24px;
}
.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: #0E176C;
}
.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: 15px;
    width: 345px;
    border-radius: 12px;
    background: #F7F8FA;
    padding: 10px;
    box-sizing: border-box;

}
.mask_warp .step{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #282A29;
}
.mask_warp .step1{
    font-size: 20px;
    font-weight: 600;
    color: #0E176C;
    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: 500;
    line-height: 19.6px;
    color: #0E176C;
    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:80%;
    margin:10px auto;
}
.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{
    color: #5A5B60;
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0 10px;
}
.mask_warp .app_info_t .download_store_btn{
	height: 22px;
	text-align: center;
	line-height: 22px;
    border-radius:4px;
    background: #0E176C;
    padding: 0 8px;
    color: #FFF;
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
}
.mask_warp .download_store_tri{
    color: #545C78;
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    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: 10px;
    background: linear-gradient(270.12deg, #2738B2 -7.95%, #0C176B 119.83%);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* 弹出层 end */