<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * [页面名称]:项目处理页-采购
 * author: [chenxuan];
 */
body {
	min-height: 770px;
}

.container {
	width: 1230px;
	margin: 0 auto;
}

.itemdeal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 780px;
	top: 0;
	left: 0;
	z-index: -1;
}

.header {
	height: 88px;
	line-height: 88px;
	color: #fff;
	text-align: center;
}

.header&gt;.title {
	/* 	padding-left: 108px; */
	padding: 0px 0 0px 0;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	/* background: url(../image/epoint-bg.png) left center no-repeat; */
}

/*content*/
.content {
	height: 700px;
	border-top: 8px solid #d0d6e2;
	border-radius: 6px;
	background-color: #fff;
}

.center {
	text-align: center;
}

.success-pos {
	margin: 185px 0 64px 0;
}

.success {
	padding: 14px 0 10px 82px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #26b570;
	background: url(../image/register-successBg.png) left center no-repeat;
}

.close-btn, .login-now {
	width: 282px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-radius: 5px;
	background-color: #496ce9;
	cursor: pointer;
}

.login-unsure {
	width: 282px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border: 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	border-radius: 5px;
	cursor: pointer;
}

.close-btn {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: 136px;
	color: #7087a3;
	line-height: 38px;
	border: 1px solid #7087a3;
	background-color: transparent;
}

/*ewb-form*/
.input-area {
	/* 	margin: 0 118px; */
	border-bottom: 1px dashed #efefef;
}

.input-area .tip {
	color: #999;
	margin: 6px 0 8px 8px;
	line-height: 14px;
	font-size: 12px;
}

.radio-row {
	padding-right: 25px;
	line-height: 34px;
	color: #666;
	cursor: pointer;
}

.radio-row&gt;input[type="radio"] {
	vertical-align: -4px;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

#yzmbtn {
	margin-left: 50px;
	padding: 3px;
}

#yzmCheckText {
	color: red;
	margin-left: 10px;
}

.ewb-form-row {
	margin-top: 28px;
}

.ewb-form-row.mt0 {
	margin-top: 0;
}

.ewb-form-row.mt15 {
	margin-top: 15px;
}

.ewb-form-row.mb28 {
	margin-bottom: 28px;
}

.ewb-form-label {
	width: 430px;
	margin-right: 18px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	text-align: right;
}

.ewb-form-label span {
	font-size: 20px;
	margin-top: 3px;
	color: #d21818;
	vertical-align: middle;
	float: right;
}

.ewb-form-input {
	width: 430px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d9d9d9;
	font-family: "Microsoft Yahei";
	text-indent: 10px;
	font-size: 15px;
	color: #999;
	border-radius: 5px;
}
/* .mini-textbox{ */
/* 	border-radius: 5px; */
/* } */
.ewb-form-input.wd276 {
	width: 276px;
}

.mini-verifycode {
	margin-left: 22px;
	width: 123px;
	height: 30px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	border-radius: 5px;
}

.img-code&gt;img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.ewb-form-spe {
	*margin-left: -5px;
}

.ewb-form-checkbox input[type="checkbox"] {
	vertical-align: -3px;
	width: 16px;
	height: 16px;
}

.ewb-form-checkbox span {
	padding-left: 6px;
	color: #2566d1;
}

/* 校验 */
.ewb-form-row .error {
	padding-left: 38px;
	color: #ff0000;
	height: 32px;
	line-height: 32px;
	background: url(../image/error-icon.png) 12px center no-repeat;
}

.ewb-form-row .rights {
	padding-left: 38px;
	color: #ff0000;
	height: 32px;
	line-height: 32px;
}

/*shade layer*/
.shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/layer-bg.png);
}

.markeSure-layer {
	position: absolute;
	height: 358px;
	width: 816px;
	top: 50%;
	left: 50%;
	margin-top: -179px;
	margin-left: -408px;
	background: url(../image/marksure-bg.png) center no-repeat #fff;
}

.markeSure-layer&gt;h5 {
	font-size: 16px;
	line-height: 75px;
	text-align: center;
	font-weight: bold;
	color: #2680e5;
}

.markeSure-layer&gt;.listUl {
	height: 195px;
	margin-left: 35px;
	font-size: 16px;
	color: #666;
}

.markeSure-layer&gt;.listUl li {
	margin-bottom: 14px;
}</pre></body></html>