*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
body,html{
	width: 100%;
	height: 100%;
}
input,select{  
	background:none;  
	outline:none;  
	border:none;
	height: 30px;
	/* color: #fff; */
	width: 100%;
	font-size: 14px;
}
.rebox input{
	color: #000;
}
input:focus{   
	border:none;
}
button{
	cursor: pointer;
}
::-webkit-input-placeholder { 
	color: rgba(255,255,255,0.7);
}
.con{
	height: 100%;
	width: 100%;
	background-image: url(../images/seller/login/bg.png);
	background-size: 100% 100%;
	position: relative;
}
.login{
	position: absolute;
	right: 10%;
	top: 20%;
}
.login .title{
	height: 60px;
	background-color: #F87622;
	color:#fff;
	font-size: 18px; 
	display: flex;
	flex-direction: row;
	font-weight: 500;
	line-height: 60px;
	cursor: pointer;
}
.login .tab{
	margin-left: 15px;
}
.login .hot{
	font-weight: lighter;
	font-size: 16px;
}
.login .login_box{
	height: 50px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
}
.login .login_box img{
	margin-right: 4px;
}
.login .login_box .yzm{
	position: absolute;
	right: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}
.login .logininfo .btn{
	width:280px;
	height:48px;
	background:#fff;
	box-shadow:0px 4px 0px 0px rgba(217,107,35,0.5);
	border-radius:5px;
	color: #F87622;
	margin-top: 30px;
	border:0;
	font-size: 18px;
	font-weight:500;
	outline:none;
	cursor: pointer;
}
.login .logininfo p{
	color: rgba(255,255,255,0.7);
	font-size: 16px;
	margin-top: 15px;
}
.login .logininfo p span{
	cursor: pointer;
	color: rgba(255,255,255,1);
}
.mask{
	width: 50%;
	height: 86%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin:auto;
	padding:40px 60px;
	box-shadow:0px 2px 25px 0px rgba(0,0,0,0.12);
	border-radius:10px;
	display: none;
}
.mask .head{
	position: relative;
	margin-bottom: 30px;
}
.mask .head .title{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.mask .head .tit{
	position: absolute;
	right: 0;
	top: 0;
	color:#C0C0C0;
	font-size: 16px;
}
.mask .head .tit span{
	color:#F87622;
	cursor: pointer;
}
.mask input,.mask select{
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	width: 280px;
}
.mask ::-webkit-input-placeholder { 
	color: #cccccc;
}
.mask ::-webkit-select-placeholder {
	color: #cccccc;
}
.mask .rebox .box{
	display: flex;

	align-items: center;
	position: relative;
	width: 360px;
	margin:15px auto;
}
.mask .rebox .box .lable{
	width: 80px;
	color: #333333;
	text-align: right;
}
.mask .rebox .box .yzm{
	position: absolute;
	right: 0;
	color: #F87622;
	cursor: pointer;
}
.mask .rebox .box label{
	display: flex;
	align-items: center;
	margin-right:40px;
	font-size: 14px;
}
.mask .rebox .box .jiaocai{
	width: 16px;
	margin-right: 10px;
}
.jiaocai{
	display: none;
}
.radioInput,.checkinput{
	display: inline-block;
	width:16px;
	height:16px;
	border:1px solid #cccccc;
	border-radius:100%;
	margin-right:10px;
	vertical-align: middle;
}
.jiaocai:checked + .radioInput:after{
	content:"";
	display: inline-block;
	width:8px;
	height:8px;
	background:#F87622;
	border-radius:100%;
	margin-left: 3px;
	margin-bottom: 4px;
}
.jiaocai:checked + .radioInput{
	border:1px solid #F87622;
}
.jiaocai:checked + .checkinput{
	background-image: url(../images/seller/login/agree.png);
	background-size: 100% 100%;
	border:0;
}
.jiaocai:checked + .checkinput:after{
	
}
.mask .box .btn{
	width:280px;
	height:48px;
	background:rgba(248,118,34,1);
	border-radius:5px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	border:0;
	font-size: 18px;
	font-weight:500;
	outline:none;
	margin:20px auto 0;
}
#forgetpass{
	height: 62%; 
}
@media screen and (min-width:1800px) and (max-width:1920px){
	.mask{
		width: 40%;
		height: 76%;
	}
	#forgetpass{
		height: 44%;
	}
	.login{
		right: 20%;
	}
}