.header{
	width: 100%;
	background: #1F1F1F;
	border-radius: 0px 0px 0px 0px;
	color: #fff;
}
.el-header{
	padding: 0;
	padding-left: 363px;
	padding-top: 15px;
	overflow: hidden;
}
.header_left{
}
.header_right{
	display: flex;
    justify-content: center;
    align-items: center;
	padding-right:64px;
}
.header_box{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.login_btn{
	border-radius: 2px;
	background-color: transparent;
	font-size: 18px;
	cursor: pointer;
}
.reg_btn{
	background: #D80C18;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.reg_btn:hover{
	color: #fff;
}
.el-button{
	padding: 12px 14px;
	line-height: 0;
}
.top{
	width: 100%;
	height: 919px;
	/* background: url('../img/banner.png') no-repeat; */
	background-size: 100% 100%;
	position: relative;
}
.el-main{
	padding: 0;
	overflow: hidden;
}
.tabbar{
	width: 100%;
	height: 82px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 10px 6px -7px rgba(0,0,0,0.1);
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: flex;
    align-content: space-around;
    justify-content: space-between;
}
.tabbar_n{
	background: rgba(255,255,255,1);
}
.logo{
	padding-left: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
}
.logo span{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
}
.tabbar_box{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.menus{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 20px;
}
.menus_line{
	width: 26px;
	height: 0px;
	opacity: 1;
	border: 2px solid #D80C18;
	position: absolute;
	bottom: 0px;
	left: 10px;
}
.menus_active{
	color: #D80C18!important;
}
.menus li{
	margin-right: 20px;
	margin-left: 20px;
}
@media screen and (max-width: 1615px){
	.menus li{
		margin-right: 10px;
		margin-left: 10px;
	}
	.loginDiv a {
		padding: 30px 15px!important;
	}
}
@media screen and (max-width: 1350px){
	.menus li{
		margin-right: 5px;
		margin-left: 5px;
	}
	.loginDiv a {
		padding: 30px 5px!important;
	}
}
.menus li a{
	font-size: 18px;
	/* font-weight: bold; */
	color: #1F1F1F;
}
.menus li a:hover{
	color: #D80C18;
}
.title{
	font-size: 48px;
	font-weight: bold;
	color: #313131;
	width: 240px;
	height: 70px;
	margin-left: 360px;
	padding-top: 360px;
}
.title span:nth-child(1){
	display: inline-block;
	border-bottom: 5px solid #D80C18;
}
.title span:nth-child(2){
	display: inline-block;
}
.loginDiv{
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.loginDiv a{
	padding: 30px;
}
.el-footer{
	width: 100%;
	height: 430px;
	background: #1C1C1C;
	position: relative;
}
.footer_top{
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 44px;
}
.footer_item{
	float: left;
}
.footer_item p{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #D4D4D4;
}
.footer_item1{
	width: 324px;
}
.footer_item1_p1{
	margin-top: 48px;
}
.footer_item1_p2{
	margin-top: 15px;
}
.footer_item1_p3{
	margin-top: 15px;
}
.footer_item1_p4{
	margin-top: 15px;
}
.footer_item2{
	width: 150px;
	margin-left: 40px;
	margin-top: 38px;
}
.footer_item_title{
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.footer_item_title span:nth-child(1){
	border-bottom: 4px solid #D80C18;
	display: inline-block;
	padding-bottom: 10px;
}
.footer_item2 ul{
	margin-top: 19px;
}
.footer_item2 ul li{
	margin-top: 15px;
}
.footer_item2 ul li a{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #D4D4D4;
}
.footer_item2 ul li a:hover{
	color: #D80C18;
}
.dian{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #D4D4D4;
	border-radius: 50%;
	margin-left: -10px;
	margin-right: 8px;
}
.footer_item3{
	margin-left: 38px;
}
.footer_item4_title{
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.footer_item4{
	float: right;
	margin-top: 38px;
}
.footer_item4 img{
	margin-top: 17px;
}
.footer_bottom{
	width: 100%;
	height: 46px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	position: absolute;
	left: 0;
	bottom: 60px;
	line-height: 46px;
}
.footer_bottom ul{
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.footer_bottom ul li{
	float: left;
	margin-right: 180px;
}
.footer_bottom ul li a{
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #D4D4D4;
}
.footer_cq{
	width: 460px;
	height: 24px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #D4D4D4;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -230px;
}
.icon_box{
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-top: 30px;
	background: linear-gradient(180deg, #F3F5F8 0%, rgba(255,255,255,0) 100%);
	box-shadow: 0px 4px 9px 2px rgba(0,0,0,0.1);
	opacity: 1;
	cursor: pointer;
}
.icon_back{
	height: 50px;
	background: url('../img/back.png') no-repeat;
	background-position: center;
}
.icon_back:hover{
	background: url('../img/back_active.png') no-repeat;
	background-position: center;
}
.icon_phone{
	height: 50px;
	background: url('../img/phone.png') no-repeat;
	background-position: center;
}
.icon_phone:hover{
	background: url('../img/phone_active.png') no-repeat;
	background-position: center;
}
.icon_liuyan{
	height: 50px;
	background: url('../img/liuyan.png') no-repeat;
	background-position: center;
}
.icon_liuyan:hover{
	background: url('../img/liuyan_actice.png') no-repeat;
	background-position: center;
}
.backTop{
	position: fixed;
	top: 31%;
	right: 3%;
	z-index: 9999999;
}
.el-dialog__title{
	font-weight: bold;
}
.el-form-item{
	margin-bottom: 0px;
	color: #1F1F1F;
}
.el-textarea__inner{
	border: 1px solid #D9D9D9;
}
.dialog-footer{
	text-align: right!important;
}
.qx_btn{
	width: 60px;
	height: 24px;
	border: 1px solid #1F1F1F;
	color: #1F1F1F;
}
.tj_btn{
	width: 60px;
	height: 24px;
	background-color: #D80C18;
	border: none;
	color: #ffffff;
}
.login_dialog .el-dialog{
	height: auto;
	border-radius: 6px;
}
.login_dialog .el-dialog__body{
	padding-top: 0px;
}
.login_tabs{
	overflow: hidden;
	position: relative;
	left: 40px;
	height: 26px;
}
.login_tabs_item{
	float: left;
	color: #666666;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}
.login_tabs_item:nth-child(2){
	margin-left: 36px;
}
.login_tabs_item_active{
	color: #1F1F1F;
}
.login_line{
	position: absolute;
	width: 20px;
	height: 0px;
	border: 1px solid #D80C18;
	top: 22px;
	left: 3px;
}
.login_line_active{
	left: 90px
}
.login_account .el-input__inner, .login_password .el-input__inner{
	width: 300px;
	height: 48px;
	background: #EFEFEF;
	border-radius: 4px;
	border: none;
}
.login_form{
	position: relative;
	top: 22px;
	left: 16px;
}
.login_password{
	margin-top: 20px;
}
.pass_icon{
	position: absolute;
	right: 40px;
	top: 80px;
	cursor: pointer;
}
.p{
	top: 34px;
}
.p2{
	top: 34px;
}
.zw{
	margin-top: 30px;
	overflow: hidden;
}
.checkBox{
	float: left;
	overflow: hidden;
	margin-left: 18px;
	margin-top: 5px;
}
.zw i{
	float: right;
	padding-right: 16px;
	padding-top: 5px;
}
.checkBox_b{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
.checkBox b{
	float: left;
	margin-left: 4px;
	margin-top: 2px;
}
.el-checkbox__input.is-checked .el-checkbox__inner{
	background-color: #D80C18;
	border-color: #D80C18;
}
.loginBtn{
	width: 300px;
	height: 48px;
	margin-left: 15px;
	margin-top: 15px;
	background: #D80C18;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
}
.noAccount{
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	padding-left: 17px;
}
.registerBtn{
	width: 300px;
	height: 48px;
	border: 1px solid #666666;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	color: #666666;
	margin-left: 15px;
	margin-top: 3px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
 -webkit-appearance: none !important;
}
input[type=‘number’] {
	-moz-appearance: textfield !important;
}
.yzmBtn{
	color: #c3c6ce;
	position: absolute;
	top: 82px;
	right: 38px;
	cursor: pointer;
}
.yzmBtn_active{
	color: #D80C18;
}
.changePsd_title{
	font-weight: 700;
	font-size: 16px;
	color: #1F1F1F;
	overflow: hidden;
}
.changePsd_title i{
	font-size: 24px;
	color: #1F1F1F;
	font-weight: 700;
	float: left;
	cursor: pointer;
}
.changePsd_title span{
	float: left;
}
.kf_btn{
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	display: inline-block;
}
.kf_btn:hover{
	color: #D80C18;
}
.el-popover__title{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}
.el-popover{
	color: #1F1F1F;
}
.resetBtn{
	margin-left: 0px;
}
.goBtn{
	margin-left: 0px!important;
	margin-top: 20px;
	margin-bottom: 30px;
}
.res_title{
	font-weight: 700;
	font-size: 16px;
	color: #1F1F1F;
}
.line2{
	top: 51px;
	left: 29px;
}
.yzmBtn2{
	top: 34px;
}
.checkbox2{
	margin-left: 0px;
}
.el-button.is-disabled{
	background-color: rgb(216, 12, 24, 0.3);
	color: #666666;
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover{
	background-color: rgb(216, 12, 24, 0.3);
	color: #666666;
}
.noAccount2{
	padding-left: 0;
}
.goBtn2{
	margin-top: 5px;
}
.el-dropdown-menu__item.is-disabled{
	margin-top: -15px;
}
.a_btn{
	color: #1F1F1F;
	font-size: 18px;
}
.a_btn:hover{
	color: #D80C18;
}
.el-avatar{
	background-color: transparent;
}
.a_group{
	float: left;
	margin-top: 4px;
}
.yj_btn{
	cursor: pointer;
	text-align: center;
}
.el-divider{
	position: absolute;
	bottom: 25px;
	left: 0;
}
.search_btn i {
    font-weight: bold;
}
