body{
	margin:0px;
	padding:0px;
}
.loginConbox{height: 100%;}
#LoginContent{
	border-radius:10px;
		width: 480px;
	height: 470px;
	background-color: #ffffff;
	border-radius: 10px;
}
.loginTabs{
	border-bottom: 1px solid #e4e4e4;
}
.loginTabs a{
		font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	width: 50%;
	height: 70px;
	line-height:80px;
	text-align: center;
}
.loginTabs .loginTabCur,
.loginTabs a:hover{
	position: relative;
	color: var(--font-main-color);
}
.loginTabCur:after{
	content:"";
	position: absolute;
		width: 70px;
	height: 1px;
	background-color: var(--font-main-color)
	bottom: -1px;
	left: 50%;
	margin-left: -35px;
}
.loginTop{height: 175px;}
.loginTop div{	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;line-height: 24px;}
.loginCon{
	background:url(../img/loginBgNew.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 665px;
}
.login0{
	width: 60%;
	padding-left: 10%;
	line-height: 40px;
	height: 40px;
	margin: 40px auto;
}
.login0 input{width:100%;border-bottom: 1px solid #666;line-height: 40px;height: 40px;}
.login01{
	background:  url(../img/login01new.png) left center no-repeat;
}
.login02{
	background:  url(../img/login02new.png) left center no-repeat;
}
.login03{
	background:  url(../img/login03new.png) left center no-repeat;
}
.login03 input{width:40%;}
.yanzhengma.login03{width: 60%;padding-left: 10%;}
p.yanzhengma img{margin-right:0%;margin-left: 10%;}
.register{
	display: block;
	width: 70%;
	margin:20px auto 0;
	border-radius: 100px;
		font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	word-spacing:40px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
  background: -webkit-linear-gradient(90deg,
  var(--main-linear-gradient-color-start)  0%,
  var(--main-linear-gradient-color-end) 100%); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg,
  var(--main-linear-gradient-color-start)  0%,
  var(--main-linear-gradient-color-end) 100%); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg,
  var(--main-linear-gradient-color-start)  0%,
  var(--main-linear-gradient-color-end) 100%); /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg,
  var(--main-linear-gradient-color-start)  0%,
  var(--main-linear-gradient-color-end) 100%); /* 标准的语法 */
  cursor: pointer;
}
.loginBot{
	color: #999;
	height: 200px;
	text-align: center;
	font-size: 14px;
}
.loginBot01{margin-bottom: 30px;}
.loginBot03{margin-right: 20px;}
.resetA{display: block;width:70%;height: 30px;line-height: 30px;font-size: 14px;color: var(--font-main-color);margin: 0 auto;text-align: right;}
/*重置密码*/
.resetPopBox{width: 100%;height:0;position: fixed;top: 0;left: 0;background: rgba(255,255,255,.2);overflow: hidden;}
.resetPop{
        background-image: linear-gradient(90deg, 
 #ff8800 0%, 
 #ff5000 51%, 
 #ff5e00 100%), 
 linear-gradient(
 #fb443a, 
 #fb443a);
 border-radius: 5px;
 padding: 2px;
 box-shadow: 1px 1px 5px rgba(255,111,0,.3);
}
.resetPop div{text-align: center;height: auto;width:240px;background: #fff;padding: 30px;line-height: 24px;color: #ff5d00;
 border-radius: 5px;font-size: 16px;
}
.resetBox .loginCon{height: 400px;}
.resetBox #LoginContent{height:260px;}
.resetBox #LoginContent p.reg{margin-top:10px;width: 50%;}
.resetBox #LoginContent p input.reset{    
    display: block;
    width: 70%;
    margin: 0 auto;
    border-radius: 100px;
    font-size:20px;
    font-weight: normal;
    font-stretch: normal;
    word-spacing: 40px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-indent: 0;
    color: #fff;
    background: -webkit-linear-gradient(top, #ff8d37 , #fe753f);
    background: -o-linear-gradient(bottom, #ff8d37, #fe753f);
    background: -moz-linear-gradient(bottom, #ff8d37, #fe753f);
    background: linear-gradient(to bottom, #ff8d37 , #fe753f);
    cursor: pointer;
    float: none;
}
.mcontiner {
    position: relative;
    width: 47%;
    height:40px;
    background:#bbb;
    border: 1px solid #b5b5b5;
    margin-left: 16%;
    margin-top:30px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    color: #fff;
}
.btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height:38px;
    border: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
    color: #ccc;
    text-align: center;
    line-height:38px;
    z-index: 5;
}
#LoginContent p.text {
    display: block;
    position: absolute;
    width: 100%;
    line-height:40px;
    text-align: center;
    z-index: 3;
}
@media (max-width: 639px) {
	.register{font-size: 20px;}
	.loginTop{height: 100px;}
	.loginTop div{font-size: 20px;padding-top: 30px;}
	.loginTop img{height: 20px !important;}
	.loginCon{height: 525px;}
	.loginTabs a{height: 60px;line-height: 60px;font-size: 20px;}

.login0 input{border-bottom: 1px solid #666;line-height:34px;height:34px;}
.login0 {
    margin: 26px auto;}
    .loginTabs a {
    height: 50px;
    line-height:56px;
    font-size: 18px;
}
.login03 input{float: left;}
p.yanzhengma img{width: 55%;margin: 0;}
.login0 {
    padding-left: 12%;
-webkit-background-size: 24px;
background-size: 24px;
background-position:0 10px;
}
.register {
    display: block;
    width: 60%;
    margin:10px auto 0;
    border-radius: 100px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    word-spacing: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;}
#LoginContent{width: 95%;margin: 0 auto;height: auto;padding-bottom: 20px;}
.loginCon{height: auto;padding: 20px 0;}
.loginTop {
    height: 100px;
    width: 80%;
    min-width: 200px;
}
.loginBot03{margin: 0;margin-bottom: 30px;}
.loginBot02 p{padding:0 10px;}
.resetBox #LoginContent p input.reset{font-size: 16px;letter-spacing:5px;}
}