@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 180%;
	letter-spacing: 0;
}
body {
	background: #fff;
	min-width: 1440px;
	overflow: hidden;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input,button,textarea,select{
    outline: none;
}
.fc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}
.fl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.hide{
	display: none
}
.login_left{
	width: 50%;
	height: 100vh;
}
.login_right{
	width: 100%;
	height: 100vh;
	background: url('../img/bj.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.login_left img{
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.login_r1{
	background: #efefef;
	border-radius: 0.5rem;
	width: 100%;
	max-width: 20rem;
	position: relative;
	top: 50%;
	left: calc(50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	height: 30rem;
	box-shadow: 0 0 0.5rem #333;
	padding: 2.5rem
}
.login_r1_tab{
	justify-content: center;
}
.login_r1_box_1 .d1{
	text-align: center;
	color: #eb6623;
	font-size: 1.8rem;
	padding-bottom: 2rem
}
.login_r1_tab_li span{
	font-size: 1rem;
	font-weight: 600;
	color: #eb6623;

}
.login_r1_tab_li{
	
	padding: 0.3rem 0.7rem;
	cursor: pointer;
	border-bottom: 2px solid #efefef;
	position: relative;
	margin:0 0.5rem;
}
.login_r1_tab_li.active{
	border-bottom: 2px solid #eb6623;
}
.login_r1_tab_li.active span:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height:0;
	border-left:0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.3rem solid #eb6623;
}
.login_r1_tab_li:hover{
	border-bottom: 2px solid #eb6623;
	transition: 0.5s;
}
.login_r1_tab_li:hover span:before{
	transition: 0.5s;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0;
	height:0;
	border-left:0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.3rem solid #eb6623;
}
.login_r2{
	width: 15rem;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	
}
.login_r2_li{
	height: 16.6vh;
	border-bottom: 1px solid #d5d0cb;
	justify-content: center;
	background: rgba(255,255,255,0.5);
}
.login_r2_li:hover{
	transition: 0.5s;
	background: none
}
.login_r2_li:last-child{
	border: 0
}
.login_r2_li img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.login_r2_li span{
	display: block;
	text-align: center;
	font-size: 0.8rem;
	color: #eb6623;
	font-weight: 600
}
.login_r2_li span.s2{
	letter-spacing: 0;
	font-size: 0.7rem
}
.login_r1_con_button{
	margin-top: 7rem
}

.login_r1_con_button button{
	width: 80%;
	padding: 1rem 0;
	border-radius: 0.5rem;
	background: #eb6623;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
	cursor: pointer;
	border: 0;
	margin: 0 auto;
}
.login_r1_con_button button:hover{
	opacity: 0.9
}
.login_r1_con_2{
	position: relative;
}
.login_r1_con_2 .yzm{
	cursor: pointer;
	border: 0;
	width: auto;
	min-width: 6rem;
	padding: 0 0.5rem;
	border-radius: 0.3rem;
	background: #eb6623;
	color: #fff;
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.login_r1_con_2 .yzm:hover{
	opacity: 0.9
}
.login_r1_con_2 .yzm[disabled]{
	background: #ccc
}
.login_r1_tab{
	margin-bottom: 2rem
}

.login_r1_con_1{
	margin-bottom: 2.5rem 
}
.login_r1_con_1 input{
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 0.95rem;
	color: #333;
	padding: 0.5rem;
	background: #efefef;
	width: 100%;

}
.login_r1_con_1 img{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem
}



.login_r1_con_2 input{
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
	color: #333;
	padding: 0.5rem;
	background: #efefef;
	width: 100%

}
.login_r1_con_2 img{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem
}

.login_r1_con_li_ewm img{
	max-width: 80%;
	max-height: 12rem;
	display: block;
	margin: 0 auto
}
.login_r1_con_li_ewm span{
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 0.95rem;
	margin-top: 2rem;
	color: #eb6623
}

.login_r1_text{
	position: absolute;
	bottom: 0.5rem;
	font-size: 0.7rem;
	color: #eb6623;
	width: 100%;
	text-align: center;
	left: 0
}

.login_r1_text a{
	color: #eb6623
}
.login_r1_text a:hover{
	border-bottom: 1px solid #eb6623
}

.login1 .login_r1{
	left: 50%
}