@charset "utf-8";
/*登录部分2022-05-25*/
.bnr_left{
	padding-top: 5px;
	box-shadow: 0 0.5rem 1rem rgb(235 237 243 / 30%);
	background: #fff;
}
.loginformset1_rbtn{
	border: 1px solid #e6e6e6;
	border-left: 0;
	background: #fff;
}
.bnl_p1{
	padding-bottom: 0;
	height: 75px;
}
.codesbm{
	border: 1px solid #5858b5;
	background: #5858b5;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .25s;
}
.codesbm:hover{
	opacity: .85;
}
.loginipt1,.loginipt2{
	background: #fff;
	border: 1px solid #e6e6e6;
}
.login_tab_content li{
	display: none;
}
.login_tab_content li.active{
	display: block;
}
.bnl_p1_ul li{
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	transition: .25s;
	position: relative;
	line-height: 40px;
}
.bnl_p1_ul li::after{
	height: 2px;
	width: 0px;
	content: "";
	background: #E00B4F;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: .35s;
}
.bnl_p1_ul li.active::after{
	width: 90%;
	left: 5%;
}
.bnl_p1_ul li.active{
	color: #E00B4F;
}
/*发布需求弹窗部分*/
.layui-layer-content{
	height: auto !important;
}
.rtcbox{
	padding: 20px 0;
}
.rtcr{
	width: 210px;
	padding-left: 20px;
}
.rtcra{
	margin-top: 25px;
}
.rtcra i img{
	height: 32px;
}
.rtcl{
	border-right: 1px dashed #e9e9e9;
	padding: 5px 30px;
}
.rtcltop i{
	width: 5px;
	height: 18px;
	background: #E00B4F;
	margin-top: 9px;
	margin-right: 20px;
	border-right: 4px;
}
.rtcla{
	margin-top: 20px;
}
.rtclal{
	width: 80px;
	line-height: 40px;
	text-align: right;
}
.rtclar_ipt input{
	background: #fff;
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	padding: 0 12px;
}
.rtclar_ipt input:focus{
	border: 1px solid #E00B4F;
	position: relative;
	z-index: 9;
}
.rtclar_code{
	width: 100px;
	margin-left: -1px;
}
.rtclar_code input{
	font-size: 12px;
}

.rtclar_code_sbm input{
	border: 1px solid #e6e6e6;
	border-left: 0;
	background: #E00B4f;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	width: 100px;
	height: 40px;
	transition: .25s;
}
.codesbm:hover{
	opacity: .85;
}
.rtclar_label{
	width: 102%;
}
.rtclar_label label{
	cursor: pointer;
	width: 32%;
	margin: 5px 0;
	margin-right: 2%;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	color: #666;
	text-align: center;
	display: block;
	font-size: 13px;
	position: relative;
	transition: .25s;
}
.rtclar_label label i{
	position: relative;
	z-index: 9;
}
.rtclar_label label:hover{
	border: 1px solid #E00B4F;
	color: #E00B4F;
}
.rtclar_label label.active{
	border: 1px solid #E00B4F;
	color: #fff;
}
.rtclar_label label input{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	-webkit-appearance:none;
}
.rtclar_label label input::after{
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	right: -1px;
	content: "";
	transition: .25s;
	cursor: pointer;
}
.rtclar_label label input:checked::after{
	background: #E00B4F;
}
.rtcla_sbm button{
	width: 100%;
	height: 44px;
	background: #E00B4f;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.rtcla_sbm button:hover{
	opacity: .85;
}
.release_layer{
	display: none;
}

.code_layer{
	display: none;
	padding: 8px;
	text-align: center;
}