@charset "utf-8";
body{ min-height: 100vh; background: #000; background-size: cover; font-size:.48rem;}
body::-webkit-scrollbar { display: none;}
div { box-sizing: border-box;}
.dn { display: none;}
.clearfix:after { content: '\20'; clear: both; height: 0; display: block;}
a {-webkit-tap-highlight-color:transparent;}
*{ outline:none!important;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
input,textarea { outline: none; border: none; box-sizing: border-box; background: none;}
/* --------------index-start-------------- */
.home { background: url(../images/bg.jpg) no-repeat center; background-size: cover; min-height: 100vh;}
.wrap { padding-top: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
.logo {  width: 3rem;}
.safe { display: block; width:2.6rem; margin: .2rem auto;}
.wrap p { text-align: center; font-size: 14px; line-height: 19px;}
.gowarp { font-size: 16px; margin-top: 1rem; display: flex; justify-content: center; align-items: center; height: .9rem; width: 3.8rem;
background: #0D186A; color: #ffffff; border-radius: .2rem;}
.gowarp img { width: .4rem; margin-left: .16rem;}
.fixed_fotter{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 2vh;
    z-index: 9999;
    /* display: none; */
}
.fixed_fotter .add_home{
    display: flex;
    width:3rem;
    height: .8rem;
    background:url(../images/fo_bg.png) no-repeat center;
    background-size: cover;
    margin: auto;
    line-height: .68rem;
    justify-content: center;
    color: #282A29;
    font-family: "HarmonyOS Sans SC";
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
}
.fixed_fotter .add_home_l{
    position: relative;
    width: 2.3rem;
    text-align: center;
}
.fixed_fotter .add_home_l::after{
    content: '';
    width: 1px;
    height: 10px;
    background: #252738;
    position: absolute;
    right: 1px;
    top:.25rem

}

.fixed_fotter .add_home .add_home_l img{
    width: .34rem;
    vertical-align: text-bottom;
    margin-right: 5px;
	display: inline-block;
}
.fixed_fotter .add_home .add_home_r{    
    width:.9rem;
    text-align: center;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
    background: rgb(0 0 0 / 40%);
}
.overlay .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: auto;
    border-radius: 20px;
    background: #fff;
    padding: .4rem  .2rem;
    position: relative;
}
.overlay .content .head_close{
    position: absolute;
    right: .3rem;
    top:.3rem;
    width:.36rem;
}
.overlay .content .t{
    color: #37417F;
    font-family: "PingFang SC";
    font-size: .32rem;
    font-weight: 600;
    line-height: normal;
}
.overlay .content .sub_t{
    color: #282A29;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .26rem;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    padding-bottom: .38rem;
}
.overlay .tips_box{
    width: 4.89rem;
    display: none;
}
.overlay .tips_box img{
    width: 100%;
}
.overlay .btn_close{
    width: 4.2rem;
    height: .8rem;
    line-height: .8rem;
    background: #0066FF;
    border-radius: .4rem;
    margin-top: .5rem;
    background: #0066FF;
    font-size: .26rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}