.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px;
}

.loginbox {
	width: 1002px;
	height: 478px;
}

.loginbox .look {
	padding: 20px 0 15px;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.loginbox .look a {
	color: #3399e7;
	text-decoration: underline;
}

.loginbox .user {
	margin-left: 60px;
	float: left;
	width: 230px;
	height: 300px;
	background-color: #3399e7;
	overflow: hidden;
}

.loginbox .user img {
	margin: 52px auto 0;
	display: block;
}

.loginbox .user .role {
	padding-top: 16px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.loginbox .user .remind {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.loginbox .user .rolelist {
	margin: 25px auto 0;
	width: 160px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.loginbox .myrole {
	margin-right: 60px;
	float: right;
	width: 230px;
	height: 300px;
	background-color: #67c323;
	overflow: hidden;
}

.loginbox .myrole img {
	margin: 52px auto 0;
	display: block;
}

.loginbox .myrole .role {
	padding-top: 16px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.loginbox .myrole .rolelist {
	margin: 25px auto 0;
	width: 160px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.loginbox .myrole .rolelist a {
	margin: 0 12px;
}

.loginbox .myrole .rolelist a:hover {
	text-decoration: underline;
}

.loginbox .ways {
	float: left;
	padding: 0 30px;
	width: 412px;
	height: 300px;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: #3399e7;
	box-sizing: border-box;
	background-color: #fafafa;
}

.loginbox .waystwo {
	float: right;
	padding: 0 30px;
	width: 412px;
	height: 300px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #67c323;
	box-sizing: border-box;
	background-color: #fafafa;
}

.loginbox .tabview-hd {
	position: relative;
	padding: 0 30px;
	height: 50px;
	border-bottom: 1px solid #d5d5d5;
}

.loginbox .tab-item {
	padding: 0 5px;
	font-size: 18px;
	line-height: 48px;
	cursor: pointer;
}

.loginbox .tab-item.active {
	color: #ff6600;
	border-bottom: 3px solid #ff6600;
}

.loginbox .tab-line {
	position: absolute;
	top: 20px;
	left: 50%;
	height: 16px;
	border-left: 1px solid #d5d5d5;
}

.loginbox .code {
	display: block;
	padding: 9px;
	margin: 25px auto 15px;
	border: 1px solid #d5d5d5;
}

.loginbox .ph {
	display: block;
	margin: 25px auto 0;
}

.loginbox .checkLogin {
	padding: 15px 0;
	font-size: 14px;
	line-height: 1;
	color: #ff6600;
	text-align: center;
}

.loginbox .Sweepcode {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	text-align: center;
}

.loginbox .Sweepcode span {
	padding-left: 26px;
	background: url(../images/login/SweepCode.png) 0 0 no-repeat;
}

.loginbox input {
	display: block;
	margin: 20px auto 0;
	padding-left: 60px;
	width: 278px;
	height: 38px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
}

.loginbox input.username {
	background: #fff url(../images/login/user.png) 0 0 no-repeat;
}

.loginbox input.pwd {
	background: #fff url(../images/login/pwd.png) 0 0 no-repeat;
}

.loginbox .login {
	margin: 71px auto 0;
	display: block;
	width: 278px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #f39800;
	border: 0;
	border-radius: 4px;
}

.loginbox .login:hover {
	cursor: pointer;
	background-color: #f36700;
}

.loginbox .notice {
	margin-top: 15px;
	padding-left: 55px;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	text-align: left;
}

.loginbox .other {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: center;
}

.loginbox .other .repair {
	margin-right: 16px;
	padding-left: 19px;
	background: url(../images/login/repair.png) 0 center no-repeat;
}

.loginbox .other .pc {
	margin-left: 16px;
	padding-left: 23px;
	background: url(../images/login/pc.png) 0 center no-repeat;
}

.loginbox .success {
	display: inline-block;
	margin: 22px auto;
	padding-left: 76px;
	font-size: 22px;
	line-height: 56px;
	color: #ff6600;
	text-align: left;
	background: url(../images/login/success.png) 0 0 no-repeat;
	vertical-align: top;
}

.loginbox .selfclosing {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
}

.loginbox .selfclosing em {
	padding: 0 5px;
	font-size: 20px;
	color: #ff6600;
}

.loginbox .warring {
	display: inline-block;
	margin: 22px auto;
	padding-left: 76px;
	font-size: 22px;
	line-height: 56px;
	color: #ff6600;
	text-align: left;
	background: url(../images/login/warring.png) 0 0 no-repeat;
	vertical-align: top;
}

.loginbox .selfclosing1 {
	margin-top: 100px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
	font-size: 16px;
}

.loginbox .selfclosing1 em {
	padding: 0 5px;
	font-size: 20px;
	color: #ff6600;
}.loginbox .selfclosingsq {
	margin-top: 50px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
	font-size: 16px;
}

.loginbox .selfclosingsq em {
	padding: 0 5px;
	font-size: 20px;
	color: #ff6600;
}

.loginbox .choose {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.loginbox .choose a {
	display: inline-block;
	margin: 15px 15px 60px;
	width: 110px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	vertical-align: top;
	border-radius: 3px;
}

.loginbox .choose a.one {
	background-color: #3399e7;
}

.loginbox .choose a.two {
	background-color: #b1bbc2;
}

.loginbox .choose a:hover {
	background-color: #115aad;
}

.tac {
	text-align: center;
}

.pc:hover #info {
	display: block;
}

#info {
	position: absolute;
	top: 215px;
	left: 325px;
	display: none;
	padding: 10px 8px 0;
	width: 189px;
	height: 198px;
	background: url(../images/code2.png);
	box-sizing: border-box;
}

#info p {
	font-size: 12px;
	line-height: 32px;
	color: #666;
	text-align: center;
}

#info img {
	margin: 0px auto 0;
	display: block;
}

#info2 {
	position: absolute;
	top: 175px;
	left: 325px;
	display: none;
	padding: 10px 8px 0;
	width: 189px;
	height: 198px;
	background: url(../images/code2.png);
	box-sizing: border-box;
}

#info2 p {
	font-size: 12px;
	line-height: 32px;
	color: #666;
	text-align: center;
}

#info2 img {
	margin: 0px auto 0;
	display: block;
}

.loginbox .tab-line-one {
	position: absolute;
	top: 20px;
	left: 33.33%;
	height: 16px;
	border-left: 1px solid #d5d5d5;
}
.loginbox .tab-line-two {
	position: absolute;
	top: 20px;
	left: 64%;
	height: 16px;
	border-left: 1px solid #d5d5d5;
}


.loginbox .area {
	/* padding-left : 44px; */
	margin: 0 auto;
	display: block;
	width: 278px;
	height: 38px;
	font-size: 14px;
	line-height: 44px;
	text-indent: 46px;
    background: url(../images/user.png) 16px center no-repeat;
	border: 1px solid #d0dfec;
	outline-color: #3d9ff1;
	border-radius: 3px;
}

.loginbox .selectarea {
	margin: 0 auto;
	display: block;
	width: 278px;
	height: 38px;
	font-size: 14px;
	line-height: 44px;
	text-indent: 46px;
	border: 1px solid #d0dfec;
	border-left: 0px;
	border-top: 0px;
	outline-color: #3d9ff1;
	border-radius: 3px;
}

.loginbox .mcertcontent .renovate {
	height: 100%;
	margin: 0 calc((100% - 193px)/2);
}

.loginbox .mcertcontent .renovate #mcertspan {
	padding-left: 26px;
	background: url(../images/login/SweepCode.png) 0 0 no-repeat;
	margin: 0.5rem 1rem;
}

.loginbox .mcertcontent .success{
	margin: 3rem 5rem;
	font-size: 21px;
}

.loginbox .mcertcontent .greentip{
	margin-left: -76px;
	font-size: 21px;
}

.loginbox .mcertcontent .reinner{
	font-size: 21px;
	display: flex;
	justify-content: center;
	margin: 3rem;
}

.loginbox .mcertcontent .reinner .fresh{
	cursor: pointer;
	color: #3d9ff1;;
}