@CHARSET "UTF-8";
html,body{
	background-color: #f5f5f5;
	height: 100%;
	width: 100%;
	padding: 0;
	margin:0;
	overflow: auto;
	overflow-x: hidden;
	overscroll-behavior: none;
}
.main{width:100%;min-height:100%;padding:0;margin:0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.main > table{max-width:640px;width:100%;padding:0;margin:auto;}
.main > table > tbody{padding:0;margin:0;font-family:"Alibaba-PuHuiTi-Regular","PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",system-ui;}

@media (max-width: 768px) {
	html, body {height: auto;}
	.main {-webkit-align-items:flex-start;align-items:flex-start;min-height:100vh;}
}

.sys-header{text-align:center;margin-bottom:32px;}
.sys-header h1{font-size:20px;font-weight:600;color:#333;line-height:1.4;}

.main-content{margin-top:32px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;background:#ffffff;border-radius:8px;box-shadow:0 4px 24px 0 rgba(0,0,0,0.08);}

.box-header{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:3px 0 5px 0;font-size:22px;font-weight:500;text-align:center;color:#333333;line-height:30px;}

.result-box{background:#ffffff;border-radius:8px;box-shadow:0 4px 24px 0 rgba(0,0,0,0.10);}
.chafen-header>.header-text,.result-header>.header-text{padding:0;white-space:nowrap;overflow:hidden;}
.result-header::before{display:none;}

.chafenFrame{width:400px;margin:15px 28px;}
.info,.btns{margin:0 auto;width:350px;text-align:left;}

.field-label{display:block;font-size:13px;color:#666;margin-bottom:6px;margin-top:16px;width:350px;}
.field-label:first-child{margin-top:0;}

.textfield{text-indent:35px;width:345px;height:40px;border:1px solid #DDDDDD;text-align:left;}
.textfield:hover{border:1px solid orange;}
.textfield > input{background-color:transparent;height:38px;line-height:38px;border:none;width:300px;font-size:16px;outline:none;}
.textfield > .warning{background:url("../../../../../resources/images/common/warning.png") no-repeat center;padding:10px;margin-left:5px;display:none;cursor:pointer;}
.textfield.error{border:1px solid red;}
.textfield.error > .warning{display:inline;}
.zkzh{background:url("../../../../../resources/images/common/user_gray.png") no-repeat 5px center;}
.xm{background:url("../../../../../resources/images/common/user_gray.png") no-repeat 5px center;}
.sfzh6{background:url("../../../../../resources/images/common/password_gray.png") no-repeat 5px center;}
.randcode{background:url("../../../../../resources/images/common/phone_gray.png") no-repeat 5px center;text-align:left;width:345px;position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.randcode > input{-webkit-flex:1;flex:1;padding-left:35px;text-indent:0;}
.randcode > img{height:40px;width:100px;cursor:pointer;-webkit-flex-shrink:0;flex-shrink:0;}

.notice-tips{text-align:center;padding:60px 20px;font-size:16px;color:#ff4d4f;line-height:1.8;}

.btns{margin:16px 0;}
.btns button{border:none;cursor:pointer;font-size:16px;font-weight:400;text-align:center;color:#FFFFFF;line-height:22px;width:350px;height:40px;background:#F59300;border-radius:4px;}
.btns button:hover{background:#F6AD40;}

.back-link{color:#F59300;text-decoration:none;font-size:14px;}
.back-link:hover{text-decoration:underline;}

.chafenInfo{margin:10px auto;width:350px;text-align:center;color:#ff4d4f;font-size:13px;min-height:20px;}

@media (max-width: 480px) {
	.main > table{max-width:100%;padding:0 4px;box-sizing:border-box;}
	.sys-header{margin-bottom:20px;}
	.sys-header h1{font-size:18px;}
	.main-content{margin-top:0;width:100%;}
	.chafen-box,.chafen-box form{width:100%;}
	.chafenFrame{width:100%;margin:0;padding:20px;box-sizing:border-box;}
	.info,.btns,.chafenInfo{width:100%;box-sizing:border-box;}
	.field-label{width:100%;}
	.textfield{width:100%;box-sizing:border-box;}
	.textfield > input{width:calc(100% - 50px);}
	.btns button{width:100%;}
}
