.mui-content {
	background: #fff;
}

input {
	font-size: 1.6rem;
}

.mobile {
	display: none;
}

.logo-box {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.logo-box img {
	width: 36%;
}

.login,
.regist,
.forgetpwd {
	height: 100%;
}

.login form,
.regist form,
.forgetpwd form {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
}

.mui-icon-eye.mui-active {
	color: #30a26a;
}

.mui-icon-eye+span.mui-icon-clear {
	right: 32px;
}

.loginBtn {
	height: 50px;
	width: 90%;
	background: #287aab;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	border: 0;
	margin-top: 50px;
	margin-left: 5%;
	font-size: 1.6rem;
}

.loginBtn:active {
	background: #01458c;
	border: 0;
}

.toOtherbox {
	background: #fff;
	position: relative;
	width: 90%;
	margin: 20px auto 0;
}

.toOtherbox span {
	display: inline-block;
	width: 49%;
	height: 26px;
	text-align: center;
	line-height: 26px;
}

.toOtherbox span:first-of-type {
	border-right: 1px solid #3a3a3a;
}

.toOtherbox span:first-of-type a {
	color: #838383;
}

.toOtherbox span a {
	color: #3a3a3a;
}

.jjrLogin {
	position: fixed;
	bottom: 50px;
	left: 10%;
	width: 80%;
	height: 125px;
	text-align: center;
}

.jjrLogin:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url("../img/icon/jjrlogoin.png") no-repeat center center/100% auto;
	width: 100%;
	height: 10px;
}

.jjrLogin .title {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.imgbox {
	width: 100%;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.imgbox img {
	width: 40px;
	height: 100%;
}

.jjrLogin>p {
	font-size: 12px;
}

.regist .vcodeInput+span.mui-icon-clear,
.forgetpwd .vcodeInput+span.mui-icon-clear {
	right: 110px;
}

.vcodeBtn {
	position: absolute;
	right: 10px;
	top: 9px;
	background: #c3c3c3;
	color: #fff;
	border: 0;
}

.loginway {

	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.loginway a {
	display: block;
	padding: 10px 0;
	font-size: 1.2rem;
}

.loginway a:nth-child(1) {
	border-bottom: solid 1px #d9d9d9;
}

.loginway a.active {
	color: #287aab;
	font-size: 1.4rem;
}


/**/

.mui-btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 1.4rem;
}

.mui-input-row .mui-input-clear~.mui-icon-clear,
.mui-input-row .mui-input-password~.mui-icon-eye,
.mui-input-row .mui-input-speech~.mui-icon-speech {
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 6px;
	width: 38px;
	height: 38px;
	text-align: center;
	color: #999;
}

.mui-input-row label {
	width: auto;
	font-size: 1.6rem;
}

.mui-input-row label~input,
.mui-input-row label~select,
.mui-input-row label~textarea {
	float: left;
	font-size: 1.4rem;
}

.mui-input-group::after {
	height: 0;
}

.mui-input-group .mui-input-row {
	height: 50px;
	padding: 5px 0;
}

.mui-input-group .mui-input-row::after {
	left: 0;
	background: #d9d9d9;
}

.mui-input-row .mui-input-password~.mui-icon-eye.mui-active {
	color: #287aab;
}

.Agreement {
	margin: 10px 15px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.Agreement a {
	color: #287aab;
	font-size: 1.2rem;
}

.right {
	float: right;
}

.checked {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: #287aab;
	display: inline-block;
	margin-right: 10px;
}

.mui-input-row em{
	float: right;
	height: 40px;
	line-height: 40px;
	color:#999;
	padding-right: 15px;
}
.mui-input-group::before {
    display: none;
}