/*** general start ***/
body{
    /*background-image: url(../images/sty2_home/body-bg.png);
    background-size: cover;*/
    /*background-color: rgba(102,10,105,0.5);*/
}

/*body:after {
    z-index: -1;
    content: "";
    border-radius: inherit;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/

body, html {
    margin: 0;
    padding: 0;
    position: relative;
	width: 100%;
    height: 100%;
}

body * {
    font-size: .24rem;
    font-family: DinPro,dinpro,PingFangSC-Regular,sans-serif;
}

.hidden{
	display: none !important;
}

.ft-sz-18px {
    font-size: 18px;
}

.bg-gray {
    background-color: #9a9a9a;
}
.yellow-txt {
    color: #ffde00;
}
.red-txt {
    color: #FF0000;
}
.dark-red-txt {
    color: #ad0101;
}
.green-txt {
    color: #008940;
}
.blue-txt{
	color: blue;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #d0d0d0;
}

::-webkit-scrollbar-track {
	border-radius: 0;
	background: #fff;
}
/*** general end ***/

#wrapper { 
    max-width: 500px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
	background-color: #1f1e56;
    /*background-image: url(../images/sty2_home/home-bg-1.webp);
    background-repeat:no-repeat;
	background-size: contain;*/
}

#header{
	position: sticky;
	top: 0;
	z-index: 10;
	line-height: initial;
    background-color: #131245;
}

#header .panel-v1{
	padding: 0.1rem 0.15rem;
/*	height: .9rem; */
	display: flex;
	justify-content: space-between;
    align-items: center;
	/*background: #216f7c;*/
}

#header .panel-v1 .logo{
	display: flex;
    align-items: center;
}

#header .panel-v1 .logo .img{
	display: block;
}

#header .panel-v1 .logo.v1 .img{
    position: absolute;
    width: 2.4rem;
    top: 0.05rem;
}

#header .panel-v1 .logo.v2 .img{
    width: 2.4rem;
}

#header .panel-v1 .online .title{
	color: #d8d1a0;
	border: 1px solid #d8d1a0;
	font-weight: 600;
	padding: 0.02rem 0.1rem;
	letter-spacing: 0.05rem;
	text-align: center;
	font-size: 0.22rem;
}
#header .panel-v1 .online .number{
	color: #fff;
    font-size: 0.22rem;
    border-radius: 999px;
    background: #5fa1d4;
    padding: 0.05rem 0.2rem;
    border: 0.04rem solid #fff;
    box-shadow: 0 0 0.1rem 0.02rem #0ca6d8;
}

/*header not styl_home*/
#header .panel-v1 .txt {
    flex: 1;
    text-align: center;
    color: #fff;
    font-weight: 900;
	font-size: .35rem;
}

#header .panel-v1 .btn-back {
    width: .3rem;
    background: url(../images/sty1_home/btn_back.svg) no-repeat center;
    background-size: 100% auto;
	cursor:pointer;
}

#header .panel-v1 .btn-close {
    width: .3rem;
    background: url(../images/sty1_home/btn_close.png) no-repeat center;
    background-size: 100% auto;
	cursor:pointer;
}


/*footer*/
#footer{
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 10;
	max-width: 500px;
	width: 100%;
    background-image: url(../images/sty2_home/footer-bg.webp);
    background-repeat:no-repeat;
	background-size: 100% 100%;
}

#footer .btn{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	cursor: pointer;
	text-align: center;
	margin: 0.33rem 0 0.05rem;
	z-index: 11;
}
#footer.ios .btn{
	margin-bottom: 0.26rem;
}

#footer .btn.mem-center{
	position: relative;
}

#footer .btn.mem-center .circle{
	position: absolute;
    top: -0.1rem;
    right: 0.4rem;
    width: 0.2rem;
    height: 0.2rem;
    background: red;
	border-radius: 9999px;
}

#footer .btn .icon{
	width: 28%;
	margin: 0 auto;
}
#footer .btn .icon img{
	width: 100%;
	vertical-align: middle;
}

#footer .discount .icon{
	/*width: 30%;*/
}

#footer .transfer-quota .icon{
    width: 34%;
}

#footer .service .icon{
    width: 35%;
}

#footer .home{
	position: relative;
	justify-content: flex-end;
}

#footer .home .icon{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    top: -44%;
	width: 55%;
}

#footer .btn .txt{
    font-size: .2rem;
    color:#fff;
    padding-top: .02rem;
}

/*login*/
.login-layer{
	background-color: transparent!important;
	border-radius: .1rem!important;
    box-shadow: rgb(102 102 102) 0px 2px 10px !important;
}

.login-layer .layui-layer-content{
	border-radius: .1rem;
}

.login-area{
	margin: 0 auto;
 	width: 5.5rem;
	background-color: #1f1e56;
}

/*header*/
.login-area .header{
    color: #EAECEF;
    text-align: center;
    font-weight: bold;
	padding: .3rem .3rem 0 .3rem;
}

.login-area .header .txt{
	font-size: .4rem;
}

/*main*/
.login-area .main {
	padding: 0 .4rem;
}

.login-area .main .account-block,
.login-area .main .password-block{
	background: #fff;
	/*border-width: 0.06rem;
    border-style: solid;
    border-color: #338c99 #8dcfd8 #8dcfd8 #338c99;*/
	border-radius: .1rem;
	margin-top: .4rem;
}
.login-area .main .password-block{
	display: flex;
	align-items: center;
}

.login-area .main .account-block input,
.login-area .main .password-block input{
	width: 100%;
	height: .75rem;
    padding-left: .7rem;
    background-repeat: no-repeat!important;
    background-position: 2.5% center!important;
    background-size: auto 55%!important;
    background: transparent;
	border: none;
	font-size: .3rem;
    border: none;
}

.login-area .main .password-block img{
	margin-right: 0.1rem;
	cursor: pointer;
	width: 0.3rem;
    filter: grayscale(1);
}

/*.login-area .main .input::-webkit-input-placeholder{color:rgba(255,255,255,.5);opacity:1;}
.login-area .main .input:-moz-placeholder{color:rgba(255,255,255,.5);opacity:1;}
.login-area .main .input::-moz-placeholder{color:rgba(255,255,255,.5);opacity:1;}
.login-area .main .input:-ms-input-placeholder{color:rgba(255,255,255,.5);opacity:1;}*/

.login-area .main .remember-div{
	margin-top: .4rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.login-area .main .remember-div .remember-ckbox{
	margin-right: .2rem;
    width: .32rem;
    height: .32rem;
}

.login-area .main .remember-div .remember-txt{
	font-size: .3rem;
    color: #FFF;
}

/*image*/
.login-area .main .input.icon-account-number{
	background-image: url(../images/sty1_home/icon_account_number2.svg);
    filter: grayscale(1);
}

.login-area .main .input.icon-password{
	background-image: url(../images/sty1_home/icon_password2.svg);
    filter: grayscale(1);
}


/*footer*/
.login-area .footer{
	display: flex;
	justify-content: space-between;
	padding: 0 .4rem .4rem .4rem;
	margin-top: .3rem;
}

.login-area .footer .enter-login-btn{
	font-size: .3rem;
	width: 100%;
    height: .7rem;
	text-align: center;
	line-height: .7rem;
	border-radius: .1rem;
    font-weight: bold;
    cursor: pointer;
    background-color: #5e00d3;
    color: #FFF;
}
