div,
ul,
li {
	box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
}

label {
	font-weight: normal;
}

input::-webkit-search-cancel-button {
	display: none;
}

input[type=search]::-ms-clear {
	display: none;
}

input::-ms-clear,
::-ms-reveal {
	display: none;
}

ul li {
	list-style-type: none;
}


@keyframes bgbody {
	0% {
		opacity: 0;
		background-color: #3C8AB6;
	}

	100% {
		opacity: 1;
	}
}


/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {

	float: right;
}


html,
body {
	margin: 0;
	padding: 0;
	font-size: .18rem;
	height: 100%;
	font-family: "Microsoft YaHei";
	min-width: 12rem;
	-webkit-animation: bgbody 1s ease;
	-o-animation: bgbody 1s ease;
	animation: bgbody 1s ease;
}

html {
	/* min-height: 10.80rem; */
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
	width: 0
}

body {
	font-size: .16rem !important;
	/*background-image: url(../img/login/home_bg.png);*/
	/*background-size: 100% 100%;*/
	/*background-repeat: no-repeat;*/
	color: #fff;
	/*display: none;*/
	position: relative;
}

.body_content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;

}

.bgDiv {
	position: absolute;
	top: .67rem;
	bottom: 0rem;
	width: 100%;
	background-image: url(../img/login/home_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 0;
}

.titleName {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	font-size: 0.3rem;
	width: 100%;
	height: 0.67rem;
	background-color: #fff;

}

.title_left {
	display: flex;
	align-items: center;
	letter-spacing: .04rem;
	font-weight: 800;
}

.titleName .logo {
	width: 4.2rem;
	height: 0.47rem;
	margin-right: .28rem;
	margin-left: .3rem;
	/*background-image: url(../img/login/logo.png);*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.title_right {
	float: right;
	display: flex;
	align-items: center;
}

.title_right > a {
	text-decoration: underline;
	color: #000000;
	font-size: 0.18rem;
	margin: 0 .25rem;
	font-weight: 400;
}
.sqmjhButton{
	padding-right: .25rem;
}
.sqmjhButton a{
	color: #0290FF;
	font-size: .18rem;
}

.formDiv {
	width: 7.22rem;
	height: 3.03rem;
	position: relative;
	margin-bottom: 0.5rem;
}

.fbg {
	width: 6.95rem;
	height: 2.8rem;
	background-color: rgba(0, 198, 255, .6);
	z-index: 0;
}

.fbg1 {
	position: absolute;
	left: 0;
	top: 0;

}

.fbg2 {
	position: absolute;
	bottom: 0;
	right: 0;

}

.loginDiv {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: .3rem;
}

.inputDiv {
	width: 4.84rem;
	height: 0.54rem;
	/*border: .01rem solid #FFFFFF;*/
	border-radius: 0.05rem;
	display: flex;
	align-items: center;
	padding: 0;
	margin: .07rem 0;

}

.inputDiv .icon {
	width: .24rem;
	height: .24rem;
	display: inline-block;

}

.inputDiv .userIcon {
	background-image: url(../img/login/user.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.inputDiv .passwordIcon {
	background-image: url(../img/login/password.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.inputDiv .line {
	width: .01rem;
	background-color: #FFFFFF;
	height: .29rem;
	display: inline-block;
	margin: 0 .13rem;
}

.inputDiv input {
	flex: 1;
	background: none;
	font-size: 0.18rem;
	outline: none;
	border: 0;
	color: #000;
	padding: 0;
}

.inputDiv input::-webkit-input-placeholder {
	/*颜色*/
	color: #999 !important;
}

.inputDiv input::-moz-placeholder { /* Mozilla Firefox 19+ */
	/*颜色*/
	color: #999 !important;
}

.inputDiv input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	/*颜色*/
	color: #999 !important;
}

.inputDiv input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	/*颜色*/
	color: #999 !important;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #F2F6F9 inset !important;
	-webkit-text-fill-color: #000000;
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.jzmmDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .3rem;
	margin: .25rem 0;
	width: 4.84rem;
}

.xzcjBtn {
	cursor: pointer;
}


.check_box {
	display: inline-block;
	position: relative;
}

.check_box label {
	width: .16rem;
	height: .16rem;
	min-height: auto;
	position: absolute;
	top: 0;
	left: 0;
	border: .01rem solid #fff;
	border-radius: 10%;
	background: none;
	padding: .1rem;
	cursor: pointer;
	margin-top: .02rem;
}

.check_box label:hover {
	border: .01rem solid #0f65ff;
}

.check_box label:after {
	content: '';
	width: 0.15rem;
	height: 0.08rem;
	position: absolute;
	top: 0.04rem;
	left: .03rem;
	border: 0rem solid #cacaca;
	border-top: none;
	border-right: none;
	opacity: 0.4;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.check_box label:hover:after {
	border: 0 solid #f78642;
	border-top: none;
	border-right: none;
}

.check_box input {
	display: none;
}

.inputDiv input:focus,
.inputDiv input:hover {
	border: 0;
	box-shadow: none;
}

.check_box input:checked + label {
	border: .01rem solid #fff;
}

.check_box input:checked + label:after {
	opacity: 1;
	border: .03rem solid #F4EA2A;
	border-top: none;
	border-right: none;
}

.check_box em {
	margin: 0 0 0 .32rem;
	font-style: normal;
}


.dlBtn {
	width: 2.51rem;
	height: 0.56rem;
	line-height: .56rem;
	background: #005ACD;
	box-shadow: 0 .05rem .1rem 0 rgba(0, 90, 205, 0.35);
	border-radius: 0.05rem;
	text-align: center;
	font-weight: 400;
	font-size: 0.24rem;
	cursor: pointer;
}

.dlBtn:hover {
	background: #0070ff;
}

.bqDiv {
	margin-top: 0.9rem;
}

.quickdelete {
	width: 0.3rem;
	height: 0.3rem;
	display: none;
	line-height: .3rem;
	text-align: right;
}

.quickdelete .iconfont {
	font-size: 0.2rem;
	color: #dedede;
}

.login-right {
	width: 5rem;
	height: calc(100% - .67rem);
	border-radius: 0.05rem;
	position: relative;
	margin: auto;
	padding: 0.15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 10%;
}

/*.login-right:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: -0.2rem;*/
/*	left: 0;*/
/*	right: 0;*/
/*	margin: auto;*/
/*	!*background-image: url(../img/login/form_top_line.png);*!*/
/*	background-repeat: no-repeat;*/
/*	background-size: 100% 100%;*/
/*	background-position: center;*/
/*	width: 100%;*/
/*	height: 0.37rem;*/
/*}*/

.form-div {
	width: 100%;
	height: 4.64rem;
	padding: 0.2rem 0.5rem 0.4rem;
	border-radius: 0.05rem;
	background: linear-gradient(0deg, #ffffff, #ffffff);
}

.login-right form .form-group {
	position: relative;
	padding: 0.08rem;
	padding-left: 0.58rem;
	border-radius: 0.06rem;
	/*margin-bottom: 0.28rem;*/
	background-color: #F2F6F9;
	border: 0.01rem solid #CCCCCC;

	display: inline-flex;
	align-items: center;
	width: 100%;
	height: .52rem;
	overflow: hidden;

}

.login-right form .checkbox {
	margin: .25rem 0;
}

.quickdelete {
	width: 0.15rem;
	height: 0.2rem;
	background: url(../img/login/quickdelete.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.09rem;
	right: 0.02rem;
	opacity: .8;
}

.quickdelete:hover {
	opacity: 1;
}

.login-right form .form-group .quickdelete-wrap {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: .34rem;
	margin-right: 0;
	overflow: hidden;
}

.login-right form .form-group .quickdelete-wrap input {
	height: 100%;
	border: 0;
	font-size: .14rem;
	padding: 0 .35rem 0 .05rem;
	line-height: .34rem;
	background: #F2F6F9;
	color: #000000;
}

.login-right form .form-group .quickdelete-wrap input::-webkit-input-placeholder {
	/*颜色*/
	color: #999999;
}

.login-right form .form_icon{
	position: absolute;
	left: .18rem;
	top: 0;
	bottom: 0;
	margin: auto;

	display: inline-block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.login-right form .form_icon_user {
	width: 0.28rem;
	height: 0.3rem;
	background-image: url(../img/login/user.png);
}

.login-right form .form_icon_password {
	width: 0.25rem;
	height: 0.29rem;
	background-image: url(../img/login/password.png);
}
.login-right form .form_icon_mobileNumber {
	width: 0.36rem;
	height: 0.36rem;
	left: .1rem;
	background-image: url(../img/login/mobileNumber.png);
}
.login-right form .form_icon_mobileCode {
	width: 0.32rem;
	height: 0.32rem;
	left: .14rem;
	background-image: url(../img/login/mobileCode.png);
}
.login-left {
	position: absolute;
	width: 60%;
	text-align: center;
}

.pull-left {
	float: left !important;
}

.avatar_forget {
	height: .20rem;
}

.avatar h4 {
	font-size: .3rem;
	margin: 0.15rem 0 0.25rem;
	letter-spacing: .1rem;
	color: #000;
	text-align: center;
}

.avatar .h4-2 {
	letter-spacing: .2rem;
	text-align: center;
	margin-bottom: 0.3rem;
}

.avatar h4 > b {
	font-size: .28rem;
	color: #013eaf;
}

.form-checkbox {
	color: #999;
	color: #f7f7f7;
	min-height: .2rem !important;
	font-size: .16rem;
	padding-left: .25rem !important;
	vertical-align: middle;
}

.login-right form .checkbox input[type=radio], .login-right form .checkbox input[type=checkbox] {
	width: .18rem;
	height: .18rem;
	margin-left: -0.25rem !important;
	outline: none;
}

.login-right form .checkbox input[type=radio]:before, .login-right form .checkbox input[type=checkbox]:before {
	content: '';
	display: block;
	width: .18rem;
	height: .18rem;
	margin-top: 0;
	z-index: 10;
	background-size: .18rem !important;
}


.btn {
	display: inline-block;
	padding: .06rem .12rem;
	margin-bottom: 0;
	font-size: .14rem;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: .01rem solid transparent;
	border-radius: 0.04rem;
}

.btn-login {
	background-color: #0290FF;
	border-radius: 0.06rem;
	color: #fff;
	height: 0.5rem;
	font-size: .24rem;
	width: 100%;
	margin-top: 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: .1rem;
}

.btn.btn-login:hover, .btn.btn-login:focus {
	color: #fff;
	background-color: #0089f3;
}

.btn-try {
	float: left;
	background-color: #fff;
	color: #333;
	border-color: #ddd;
	margin-top: .15rem;
	font-weight: normal;
}

.login-bottom {
	position: absolute;
	bottom: 0;
	height: .9rem;
	width: 100%;
	line-height: .9rem;
	color: #333333;
	font-size: .18rem;
	text-align: center;
	/*background-color: #fff;*/
}

.form-control, .ue-form, .qd_ipt {
	border-width: 0;
	padding-right: 0;
}

.quickdelete-wrap:focus, .quickdelete-wrap:hover {
	border-color: #3e99ff;
	box-shadow: none;
}

.error-hints {
	display: none;
	margin-top: .15rem;
	border: .01rem;
	border-color: #ff8e8e;
	border-style: solid;
	background-color: #fff2f2;
	color: black;
	padding: .04rem 0;
	border-radius: .04rem;
	display: flex;
	align-items: center;
}


.error-hints > img {
	width: .16rem;
	display: inline-block;
	margin-left: .08rem;
	margin-right: .03rem;
	margin-bottom: .01rem;
}

.error-hints > p {
	display: inline;
	/*vertical-align: middle;*/
	/*line-height: .25rem;*/
}

a {
	color: #08c;
}

.ue-form:focus, .ue-form:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.passwordpadding {
	margin-bottom: 0.1rem !important;
}

/*验证码*/

.yzmdiv .yzmIcon {
	width: 0.28rem;
	height: 0.28rem;
	background-image: url(../img/login/yzm.png);
}
.yzmdiv.active .yzmIcon{
	background-image: url(../img/login/yzm-a.png);
}

.yzmdiv{
	display: flex;
	/*width: 4.22rem;*/
	/*height: 0.6rem;*/
	margin: 0.12rem 0;
}

.yzmdiv .inputDiv{
	width: 3.1rem;
	height: auto;
	margin: 0;
	margin-right: .06rem;
}
.yzmImg{
	height: 100%;
	flex: 1;
}

.yzm-img{

}
.yzm-img>img{
	height: 100%;
	width:1.1rem;
}
/*手机验证码*/
.form_sjyzm {
	padding-left: .10rem;
	padding-top: 1rem;
}
.sendCodeBtn{
	width: .90rem;
	height: 100%;
	padding: 0 .05rem;
	margin: 0;
	font-size: .14rem;
	text-align: center;
	background: transparent;
	color: #00bbee;
	box-shadow: none;
	border: .01rem solid #00bbee;
	outline: none;
}
