@charset "utf-8";
/* CSS Document */


/* 登录注册 */
.popup_box input {
	border: 0;
}

.popup_box input:focus {
	outline: none;
}

/*--弹窗样式--*/

#gray {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0px;
	display: none;
	z-index: 999;
}

/* 登录 */
.popup {
	width: 442px;
	height: 420px;
	background: #FFFFFF;
	border-radius: 6px;
	position: absolute;
	z-index: 100;
	left: 400px;
	top: 96px;
	display: none;
	z-index: 999;
}

.popup_box .top_nav {
	width: 442px;
	height: 32px;
	position: relative;
	cursor: move;
}

.popup_box a.guanbi {
	background: url(/ZBGG/zbcg/images/popup_guanbi.png) repeat 0px 0px;
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}


.popup_box a.guanbi:hover {
	background: url(/ZBGG/zbcg/images/popup_guanbi.png) repeat 0px -35px;
}

.popup .min_box {
	display: flex;
	flex-direction: column;
	margin-left: 46px;
}

.popup .min_title h2 {
	font-size: 27px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #323641;
}

.popup .min_box .form_box {
	margin-top: 30px;
}

.form_box form>div {
	margin-top: 26px;
	width: 308px;
	height: 41px;
	background: #F8F8F8;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.form_box p {
	position: absolute;
	top: 45px;
	left: 10px;
	color: red;
	font-size: 12px;
}

.form_box input {
	background: #F8F8F8;
}

.form_box form .code {
	background: inherit;

}

.form_box form .code .code_left {
	width: 197px;
	height: 41px;
	background: #F8F8F8;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.form_box form .code .code_left input {
	width: calc(100% - 35px);
	text-indent: 1em;
	height: 100%;
}

.form_box form .code .code_left i {
	width: 19px;
	height: 24px;
	margin-left: 15px;
}

.form_box form .code .code_left i.cede_ico {
	background: url(/ZBGG/zbcg/images/phone.png) no-repeat;
	background-size: 100% 100%;
}

.code_right {
	width: 100px;
	height: 41px;
	background: #F7FEED;
	border-radius: 5px;
	position: relative;
}

.code_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.hyz {
	position: absolute;
	right: -50px;
	top: 18px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2275F5;
	opacity: 0.8;
	cursor: pointer;
}

.form_box form .code_box {
	width: 197px;
	height: 41px;
	background: #F8F8F8;
	border-radius: 5px;
}

.form_box form>div:first-child {
	margin-top: inherit;
}

.form_box form>div:last-child {
	margin-top: 24px;
}

.form_box form>div i {
	width: 19px;
	height: 24px;
	margin-left: 15px;
}

.form_box form>div i.phone_ico {
	background: url(/ZBGG/zbcg/images/phone.png) no-repeat;
	background-size: 100% 100%;
}

.form_box form>div i.pass_ico {
	background: url(/ZBGG/zbcg/images/pass.png) no-repeat;
	background-size: 100% 100%;
}

.phone input,
.pass input {
	width: calc(100% - 35px);
	text-indent: 1em;
	height: 100%;
}

.button_box input {
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	background: linear-gradient(90deg, #5395FB 0%, #307EF6 100%);
	box-shadow: 0px 3px 5px 0px rgba(26, 57, 179, 0.32);
	border-radius: 5px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

.form_box dd {
	width: 308px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 17px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2275F5;
	opacity: 0.8;
}

/* 注册 */
.popup_reg {
	width: 596px;
	/* height: 656px; */
	background: #FFFFFF;
	border-radius: 6px;
	position: absolute;
	z-index: 100;
	left: 400px;
	top: 96px;
	display: none;
	z-index: 1000;
}

.reg_nav {
	width: 596px;
	height: 32px;
	position: relative;
	cursor: move;
}

.popup_reg .reg_box {
	width: 506px;
	display: flex;
	flex-direction: column;
	margin-left: 46px;
}

.reg_box_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.popup_reg .reg_box_top h2 {
	font-size: 27px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #323641;
}

.popup_reg .reg_box_top .top_right {
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #757575;
	display: flex;
	align-items: flex-end;
}

.popup_reg .reg_box_top .top_right a {
	color: #2275F5;
}

.popup_reg .reg_box_bottom {
	margin-top: 20px;
}

.reg_box_bottom form {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reg_box_bottom form>div {
	width: 236px;
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
	position: relative;
}
.reg_box_bottom form p{
	position: absolute;
	bottom: -14px;
	left: 8px;
	font-size: 12px;
	color: red;
}

.reg_box_bottom .about {
	width: 100%;
}

.reg_box_bottom .about textarea {
	width: 506px;
	height: 74px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-top: 5px;
	border-radius: 2px;
	text-indent: 1em;
	outline: 0 none;
	resize: none;
}

.reg_box_bottom .about textarea::placeholder {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #C7C7C7;
}

.reg_box_bottom form>div.update {
	width: 506px;
	flex-direction: row;
}

.reg_box_bottom form .update input {
	width: 400px;
	height: inherit;
	background: inherit;
	border: none;
	border-radius: 3px;
	margin-top: inherit;
	text-indent: inherit;
	font-size: 14px;
	color: #555555;
}

.reg_box_bottom form label i {
	width: 7px;
	color: #FF2B2B;
	display: inline-block;
}

.reg_box_bottom form label {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #555555;
	display: flex;
	align-items: center;
}

.reg_box_bottom form input,
.reg_box_bottom form select {
	width: 236px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	margin-top: 2px;
	text-indent: 1em;
	color: #555555;
}
.reg_box_bottom form input[type="date"] {
	padding-right: 10px;
	text-indent: 0.2em;
	width: calc(100% - 10px);
	font-size: 14px;
}

.reg_box_bottom form input[type="date"]::-webkit-calendar-picker-indicator {
	background-image: url("/ZBGG/zbcg/images/date.png");
}

.reg_box_bottom input::placeholder {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #C7C7C7;
}

.reg_box_bottom form .reg_button {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 26px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.reg_box_bottom form .reg_button .register {
	width: 90px;
	height: 32px;
	background: linear-gradient(90deg, #5395FB 0%, #307EF6 100%);
	border-radius: 5px;
	text-align: center;
	outline: none;
	border: none;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-indent: inherit;
	cursor: pointer;
}
.code_img img{    width: 100%;
    height: 100%;}

.tips {
	position: absolute;
	top: 45px;
	font-size: 12px;
	right: 0;
}

/* 招标公告 */
.w1400 {
	width: 1400px;
	min-height: 782px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	padding: 32px;
	margin: 40px 0;
}


.Plate {
	min-height: 902px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E8F1FF;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 20px;
	text-align: center;
}
.login_box{
	
}
.login_box a{
	font-size: 30px;
	color: #307EF6;
	padding: 10px 30px;
	border-radius: 10px;
	background: #2275F5;
	color: #FFFFFF;
}

.table_box {
	/* margin: 32px; */

}

.el-table tr {
	height: 76px;
}

.el-table a {
	color: #2275F5;
}
.el-table  span{
	color: #2275F5;
	cursor: pointer;
}
.el-table .el-loading-mask{
	z-index: 300;
}
.row{
	margin-top: 20px;
}
 .reg_pass   {
      position: relative;
    }
.reg_pass    input {
      width: 300px;
      height: 46px;
      border: 0px white;
      border-bottom: 1px solid black;
      outline: none;
    }
 .reg_pass   #eyes {
      width: 18px;
      position: absolute;
      top: 27px;
      right: 2px;
    }
	
	
#eyes{
	
}

 .reg_pass   {
      position: relative;
    }

 .reg_pass   #eyes {
      width: 18px;
      position: absolute;
      top: 27px;
      right: 2px;
    }
	
	.pass  #eyesL {
		width: 20px;
		position: absolute;
		top: 12px;
		right: 10px;
	}
#eyes{
	
}

.Logout{
	color: #ffffff;margin-top: 45px;
	display: inline-flex;
	height: 53px;
	line-height: 52px;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 80px;
	cursor: pointer;
}

.code_box .code_right{display: flex;width: auto;background: none;}
.code_box>div {display: flex;}
.code_box>div .el-input{flex: 1;margin-right: 10px;}
.code_box .code_right .code_img{width: 100px;margin:0 10px;}
.code_box .hyz{position: initial;}<!--耗时1752824992.0589秒-->