body{ font-family:Helvetica;position: relative;}
html, body{ overflow-x: hidden; }
a{ text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form{ margin:0;}
ol,ul,li,dl,dt,dd{ margin:0; padding:0; list-style: none;}
html{font-size: 50px;}
body{font-size: 0.28rem;color: #666666}
input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;} 
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}
body.mhome{
	padding: 0;
    min-width: 300px;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;/*溢出为touch事件*/
    -webkit-text-size-adjust: 100%;/*清除浏览器默认字号大小,横竖屏时字号不变*/
    text-size-adjust: 100%;
	background-color: #fffcfc;
}
img{
	max-width: 7.5rem;
}
/*===通用===*/
.clear{clear: both;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form{
	padding: 0 0.55rem;
	position: absolute;
	width: 100%;
	top: 7.6rem;
	left: 0;
	font-size: .3rem;
	color: #333;
}
.line{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.2rem;
}
.line input{
	display: block;
	height: 0.9rem;
	padding: 0 0.35rem;
	border: 0;
	outline: 0;
	font-size: .3rem;
	color: #333;
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
}
.line .yzm{
	color: #448cfc;
	padding: 0;
}

.form .code {
	flex-shrink: unset;
    width: 4.25rem;
	
}
.form .sub {
    width: 100%;
    height: 0.9rem;
    background-size: 100% 100%;
    font-size: 0.32rem;
	color: #fff;
	background: #de2121;
    margin: 0.06rem 0 0 0;
	border: 0;
	outline: 0;
	border-radius: 4px;
	background-size: 100% 100%;
}
.yzmBox{
	background-color: #fff;
	border-radius: 4px;
	align-items: center;
}
.tip{
	color: #777;
	font-size: .26rem;
	text-align: center;
	margin: .2rem 0 .3rem;
}
.xyBox{
	display: flex;
	color: #777;
	font-size: .26rem;
	margin: .1rem auto .4rem;
	align-items: flex-start;
	line-height: 1.8em;
	text-align: center;
}
.xyBox a{
	color: #448cfc;
}
.xyBox label{
	position: relative;
	margin-right: .2rem;
	margin-top: .1rem;
}
.xyBox label input{
	height: .24rem;
	width: .24rem;
	position: relative;
	z-index: 2;
	opacity: 0;
	visibility: visible;
	padding:0;margin:0;
}
.xyBox label{height: .24rem;
	width: .24rem;}
.xyBox label input+span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 2px;
	top:0;
	left: 0;
}
.xyBox label input:checked+span{
	background: url(20230529_bg3.png);
	background-size: 100% 100%;
	border:0;
}

.layercode{
	position: absolute;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	display: none;
	width: 86%;
}
.lines{
	height: .36rem;
	width: 1px;
	background-color: #D6D6D6;
	margin: 0 2px;
}