/* 发布需求css */
html body {
	background: #F9F9F9;
}

[v-cloak] {
	display: none;
}

/* 导航条 */
#newdemand {
	width: 1200px;
	margin: 20px auto;
}

.newdemand_nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 138px;
}

.newdemand_nav .newdemand_nav_item {
	position: relative;
	width: 290px;
	height: 100%;
	background: #E6FBEF;
	padding: 30px 0 30px 134px;
	border-radius: 6px;
}

.newdemand_nav .newdemand_nav_item img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.newdemand_nav .newdemand_nav_item h1 {
	line-height: 56px;
	font-size: 40px;
	color: rgba(0, 0, 0, .75);
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newdemand_nav .newdemand_nav_item h2 {
	line-height: 22px;
	font-size: 16px;
	color: rgba(0, 0, 0, .75);
}

/* 导航条end */
/* 表单 */
.newdemand_form {
	width: 100%;
	background: #FFF;
	margin: 12px auto 80px;
	padding: 38px 0 88px;
}

.newdemand_form .form_title {
	line-height: 29px;
	font-size: 24px;
	font-family: Helvetica;
	color: #0ba2cf;
	text-align: center;
}

.newdemand_form .form_remind {
	padding: 0 11px 0 16px;
  display: table;
	height: 36px;
	line-height: 36px;
	margin: 32px 0 24px 165px;
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FAAD14;
	text-align: center;
	border: 1px solid #FAAD14;
	border-radius: 4px;
}
.newdemand_form .form_remind .phone-text {
	list-style: none;
	font-size: 16px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FAAD14;
	padding: 0 6px;
}
.newdemand_form .el-form {
	width: 780px;
	margin: 0 0 0 163px;
}

.newdemand_form .el-form-item__label {
	padding-right: 20px;
}

/* 单选 */
.newdemand_form .el-radio__input.is-checked .el-radio__inner {
	border-color: #0ba2cf;
	background: #0ba2cf;
}

.newdemand_form .el-radio__input .el-radio__inner:hover {
	border-color: #0ba2cf;
}

.newdemand_form .el-radio__input.is-checked+.el-radio__label {
	color: #0ba2cf;
}

/* 表单中的input */
.newdemand_form .el-input {
	width: 500px;
}

.newdemand_form .el-input .el-input__inner {
	width: 100%;
	border: 1px solid #E8E8E8;
}

.el-form-item.is-error .el-input__inner {
	border-color: #F56C6C;
}

.newdemand_form .el-input .el-input__inner:hover {
	border-color: #0ba2cf;
}

.newdemand_form .el-input .el-input__inner:focus {
	border-color: #0ba2cf;
}

/* end */
.newdemand_form textarea {
	width: 500px;
	height: 150px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	resize: none;
	overflow: auto;
}

.newdemand_form textarea:focus {
	border-color: #0ba2cf;
}

.newdemand_form .el-form-item.is-error textarea {
	border-color: #F56C6C;
}

.newdemand_form .form_item_tips {
	margin-top: -8px;
	line-height: 17px;
	font-size: 12px;
	color: #FEA000;
}

.newdemand_form .form_item_tips2 {
	margin-top: 8px;
	line-height: 17px;
	font-size: 12px;
	color: #FEA000;
}

.newdemand_form .el-form-item .upfile {
	position: relative;
	width: 40px;
	height: 40px;
	background: #FFF url('//cdn0.shiyanjia.com/c/2020/images/newdemand/icon_upfile.png') center center / 24px 24px no-repeat;
	border: 1px dashed #E8E8E8;
}

.newdemand_form .el-form-item .upfile input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	opacity: 0;
	cursor: pointer;
}

.newdemand_form .el-form-item .upfile+.file_list {
	line-height: 40px;
	margin-left: 10px;
	font-size: 12px;
	color: rgba(0, 0, 0, .65);
}

.newdemand_form .el-form-item .instruments {}

.newdemand_form .el-form-item .instruments .instruments_item {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	cursor: pointer;
}

.newdemand_form .el-form-item .instruments .instruments_item.active {
	background: #0ba2cf;
	color: #FFF;
	border-color: #0ba2cf;
}

.newdemand_form .el-button.submit {
	display: block;
	width: 136px;
	height: 48px;
	background: #0ba2cf;
	margin: 20px auto;
	font-size: 18px;
	border-color: #0ba2cf;
	border-radius: 5px;
}

.newdemand_form .submit_btn_box .el-form-item__content {
	margin-left: 0 !important;
}

.newdemand_form .el-button.submit:hover {
	background: rgba(11, 162, 207, 0.8)
}

.el-loading-spinner .path {
	stroke: #0ba2cf;
}

.el-loading-spinner .el-loading-text {
	color: #0ba2cf;
}

/* 右侧负责人弹框 */
.fixed_box_sm {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	width: 58px;
	line-height: 17px;
	background: #FFF;
	/* margin-right: -590px; */
	padding: 8px 0 6px;
	font-size: 12px;
	color: rgba(0, 0, 0, .65);
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.fixed_box_sm span {
	display: inline-block;
	width: 46px;
	height: 20px;
	line-height: 20px;
	background: #E0F9EF;
	margin-top: 6px;
	font-size: 14px;
	color: #0ba2cf;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

.fixed_box_sm span:hover {
	background: #0ba2cf;
	color: #FFF;
}

.fixed_box {
	position: absolute;
	top: 38px;
	right: 28px;
	z-index: 8;
	width: 166px;
	/* margin-right: -600px; */
	opacity: 1;
	transition: all .3s linear;
}

.fixed_box>div {
	position: relative;
	width: 100%;
	height: 162px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #0ba2cf;
	box-shadow: 0px 2px 8px 0px rgba(94, 141, 247, 0.15);
}

.fixed_box>div>img {
	display: block;
	width: 50px;
	height: 60px;
	margin: 10px auto 0;
}

.fixed_box>div>img.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}

.fixed_box>div>h1 {
	line-height: 20px;
	margin: 20px 0 4px;
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	text-align: center;
}

.fixed_box>div>h3 {
	line-height: 20px;
	margin-top: 7px;
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	text-align: center;
}

.fixed_box>a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #0ba2cf;
	margin-top: 20px;
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	border-radius: 31px;
}

.fixed_box>a:hover {
	color: #FFF;
}
/* 20220510 */
.qrcode-box {
	position: absolute;
	top: 38px;
	right: 28px;
	z-index: 8;
	width: 182px;
	padding-bottom: 15px;
	transition: all .3s linear;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	border: 1px solid #0ba2cf;
}
.qrcode-box .qrcode-title {
	position: relative;
	font-size: 16px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
	line-height: 22px;
	text-align: left;
	margin-top: 27px;
	margin-left: 28px;
}
.qrcode-box .qrcode-title::before {
	position: absolute;
	left: -12px;
	top: 2px;
	content: '';
	display: block;
	width: 4px;
	height: 18px;
	background: #0ba2cf;
}
.qrcode-box .qrcode-desc {
	margin-top: 11px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
}
.qrcode-box .qrcode-img {
	margin-top: 10px;
	width: 122px;
	height: 122px;
}
.qrcode-box .qrcode-tips {
	margin-top: 12px;
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #0ba2cf;
	line-height: 20px;
}
.newdemand-radio .el-form-item__label{
	line-height: 20px;
}
.newdemand-radio .el-radio {
	margin-bottom: 16px;
	height: 20px;
	line-height: 20px;
}
.newdemand-radio .el-radio__input{
	width: 18px;
	height: 18px;
	top: -1px;
}
.newdemand-radio .el-radio__inner  {
	width: 18px;
	height: 18px;
	top: -1px;
	border-width: 2px;
}
.newdemand_form .el-radio__input.is-checked .el-radio__inner {
	border-color: #86d0c8;
	background: #fff;
}
.newdemand_form .el-radio__input.is-checked .el-radio__inner::after {
	width: 10px;
	height: 10px;
	background-color: #0ba2cf;
}