html {
    /*background-image: url("../img/loginBg.png") !important;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body{
	background: none !important;
}


div.login-title-box {
	padding: 0 7%;
	text-align: center;
	margin: 0 auto 12vh;
}

.login-title-box h3.mui-h3 {
	color: #000;
	font-family: PingFangSC-Regular;
	margin: 0;
    text-align:left;
}

.login-title-box h5.mui-h5 {
    text-align: left;
    margin-top:15px;
}

.form_clear {
	width: 86%;
	overflow: hidden;
    margin-right: auto;
    margin-bottom: 0.2rem;
    margin-left: auto;
}

.form_label {
	font-size: 15px;
	color: #222222;
	letter-spacing: 0;
	line-height: 40px;
	position: absolute;
}

.form_input {
	background: transparent !important;
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #D6D4D4 !important;
	font-size: 15px;
	color: #999999;
	letter-spacing: 0;
	line-height: 15px;
	padding-left: 5.6rem !important;
}

.form_phone{
	width: 100%;
}

#chatBtn {
	height: 25px !important;
	width: 25px !important;
	padding: 6px 6px !important;
	left: 0px !important;
	bottom: 20px !important;
	border-radius: 50% !important;
	right: 0 !important;
	left: inherit !important;
	text-align: center;
}

.verify_1:HOVER {
	cursor: pointer;
}

.verify_2 {
	background: #B0B0AF !important;
	z-index: 10;
}

input.btn-block {
    border: none;
    background: linear-gradient(to right, #f37b1d, #f37b1d, #f37b1d);
    background-image: linear-gradient(-58deg, #f37b1d 0%, #f37b1d 60%, #f37b1d 100%);
    box-shadow: 1px 2px 4px 0 #f37b1d;
    border-radius: 8px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
}

input.verify_1 {
    font-family: PingFangSC-Regular;
    font-size: 14px !important;
    line-height: 14px !important;
    border: none;
    background-image: linear-gradient(-58deg, #dd514c 0%, #dd514c 60%, #dd514c 100%);
    background: #dd514c;
    color: #fff;
    z-index: 10;
    padding: 0px !important;
    height: 30px !important;
    border-radius: 4px;
    width: 9rem;
}

btn:HOVER, btn:ACTIVE,btn:VISITED, btn:FOCUS {
	color: #ffffff;
	border-style: none;
}

input.sended{
	background-color: #999;
	border: 1px solid #999;
	color: #FFFFFF;
	opacity: 0.6;
}

.form-ipt {
	background: #565656;
	width: 3rem !important;
	border-radius: 0px;
	min-height: 2.2rem;
	color: #fff;
	border: none;
}

.navbar-header h4 {
	color: #fff !important;
}

.btn-bg {
	background: #FC4C5B;
	color: #333;
}

.comm_mrg9 {
	width: 86%;
	margin: 0px auto;
	margin-top: 0rem;
}

.err_msg {
	float: right;
	color: #f10215 !important;
	width: 80% !important;
	font-size: 1.4rem !important;
	line-height: 1.6rem;
	margin-bottom: 0 !important;
	
}

.transferMethod {
	line-height: 20px;
	width: 86%;
	margin: 0.6rem auto 3.2rem;
}

.transferMethod a{
	text-decoration: none;
	outline: none;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 13px;
}

.transferMethod a:VISITED {
	text-decoration: none;
	outline: none;
}

.err_msg_div{
	position: relative;
    top: 0;
    margin-left: 0;
}

.footer{
	text-align: center;
    color: #666666;
    line-height: 3rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 3rem;
}

.footer a{
	line-height: 0.2rem;
	font-size: 1.4rem !important;
	height: 1.5rem;
	text-decoration: none;
	outline: none;
}

.loading {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%; /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	height: 100%;
	filter: alpha(opacity = 60); /*设置透明度为60%*/
	opacity: 0.6; /*非IE浏览器下设置透明度为60%*/
	z-Index: 999;
	text-align: center;
	display: none;
}

.loading-img{
	margin: 2vh auto;
	width: 62px !important;
	height: 62px !important;
}

.img-box{
	width: 120px;
	height: 125px;
	text-align: center;
	background: rgba(0,0,0,1) !important;
	border-radius: 8px;
	position: relative;
	margin: 35vh auto;
}

.img-box p{
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin: 0 auto;
}

.login-box{
	/* margin-top: 3rem; */
}

.regist-btn{
	position: absolute;
	font-size: 14px;
    color: #777;
    outline: none;
    text-decoration: none;
    right: 7%;
    line-height: 40px;
}

.regist-btn:HOVER{
	text-decoration: none;
}

.footer-code{
	text-align: center;
	width: 100%;
	color: #666666;
	padding: 2%;
	padding-bottom: 2rem;
	padding-top: 3rem;
}

#download-code{
	width: 126px;
	height: 126px;
	text-align: center;
	margin: 10px auto;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 3px;
}

.vericode{
	background-color: #fff !important;
	color: #fff !important;
	z-index: 10;
	padding: 2px !important;
	height: 30px !important;
	position: absolute;
	width: 76px;
	overflow: hidden;
	right: 14px;
}

.verify-img{
	width: 82px;
	height: 36px;
	position: relative;
	margin-left: -4px;
	margin-top: -4px;
}

div.page-top {
	height: 10vh;
	width: 100%;
}

div.notice-header{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 152, 0, .2);
	color: #984c00;
}

p.notice-text{
	color: #984c00;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.notice-header .mui-icon{
	font-size: 24px;
    position: relative;
    margin: 8px;
}
