/* CSS Document */

/******右键弹出菜单******/
.caidan-youjian { width:116px; height: auto; overflow: hidden; position:absolute; visibility:hidden; top:0px; left:0px; border: 1px solid #d6d6d6;background:#f7f7f7;text-align:center; padding:0px; margin: 0px; font-family: "微软雅黑"; box-shadow:1px 1px 8px #d1d1d1;}
.caidan-youjian a{ width: 100%; line-height: 35px; display: block; text-decoration: none; font-size:12px; color:#545454; clear: both; border-bottom: 1px solid #ecebeb; }
.caidan-youjian a:hover{ background: #ddecd0; color:#545454; text-decoration: none;}

/******面包屑******/
span.mianbaoxie{ padding: 0px 10px; font-size:14px; font-weight: normal; color: #ABABAB }
span.mianbaoxie-1{ padding: 0px 0px; font-size:14px; font-weight: normal; color:#d0d0d0;}

/******基础样式******/

root {display: block;}
html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote,/* th, td*/ img,textarea{border: 0px;margin: 0px;outline: 0px;padding: 0px;}
fieldset, img { border: 0; }
img { display:inline-block; }
:focus { outline: 0; }
li {display: list-item;text-align: -webkit-match-parent;}
em, i, u {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family:"微软雅黑" }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
button{border:none;}
code, kbd, samp, tt { font-size:100%; }
input, button, textarea, select { *font-size: 100%;font-family:"Microsoft YaHei";}
ol, ul { list-style: none outside none; }
table { border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left; }
a:link, a:visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a{ color: #333;text-decoration:none;}
div{display: block;}
input::-ms-clear{
  display: none;
}
html,body{width:100%;height:100%;min-width:1570px;position:relative;}
a:hover{cursor:pointer;text-decoration:none;}
.nav-list a:hover,.nav-list a:focus,.menu a:hover,.menu a:focus{text-decoration:none;}
.clearfix:after{
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.row{margin-right:0px; margin-left: 0px;}
.r_f{ float:right}
.l_f{ float:left}
body
{
  padding-bottom: 0;
  background-color: #ffffff;
  min-height: 100%;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif ;
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}
.clear{ clear:both}
/* 媒体查询  最小宽度1546px*/
@media screen and (max-width: 1500px) {
    .page-content{
		padding:0 40px 0 15px;
	}
}
a:focus{outline:none;}
/*	--------------------------------------------------
弹出添加属性
-------------------------------------------------- */
.mainCtr{
	height:100%;
}
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.3);
	z-index: 999;
	display: none;
	top: 0;
	left: 0; 
}
.reveal-modal {
	visibility: hidden;
	top: 50%;
	left: 50%;
	margin: -200px 0px 0px -300px;
	width: 600px;
	background: #fff;
	position: absolute;
	z-index: 101;
	padding: 20px 20px 20px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-butten {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rgba(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 
.reveal-modal-1{ font-size:16px;}
.reveal-modal-2{ margin-top:20px; margin-left:20px; line-height:30px;}
.reveal-modal-3{margin-top:20px; margin-left:150px;}
.text-add-1{width:420px; height:30px; border:#e5e5e5 solid 1px; padding-left:5px; margin-right:12px;}
.reveal-modal-3-1{width:90px; height:28px; line-height:28px; color:#FFF; border-radius:20px; background:#8abb21; border:none; margin:0 10px; display:block; text-align:center;}
.reveal-modal-3-2{ width:90px; height:28px; line-height:28px; color:#FFF; border-radius:20px; background:#b3b3b3; border:none; margin:0 10px; display:block; text-align:center;}

/*	--------------------------------------------------
提交弹出层
-------------------------------------------------- */

.reveal-modal-one {
	visibility: hidden;
	top: 200px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff;
	position: absolute;
	z-index: 101;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}

/*	--------------------------------------------------
消息提示和消息确认框样式
-------------------------------------------------- */
p.title-tishi{ width: 160px; height: 25px; line-height: 25px; color:#64bb1d; position: absolute; top:0px; left: 0px; display: block;text-align: left; padding: 0px 0px 0px 10px; margin: 5px 0px 0px 0px;}

.tanchubox{ width:319px; height:auto; overflow: hidden; margin:-98px 0px 0px -158px; padding:0px 20px 30px 20px; background: #ffffff; box-shadow:1px 1px 8px #d1d1d1; position: absolute; top:50%; left:50%; z-index: 1000; visibility: hidden;}

.tanchubox1{ width:390px; height:auto; overflow: hidden; margin:-98px 0px 0px -195px; padding:0px 20px 30px 20px; background: #ffffff; box-shadow:1px 1px 8px #d1d1d1;position: absolute; top:50%; left:50%; z-index: 101; visibility: hidden; }

.tanchubox2{ width:390px; height:auto; overflow: hidden;  margin:-98px 0px 0px -195px; padding:0px 20px 40px 20px; background: #ffffff; box-shadow:1px 1px 8px #d1d1d1;position: absolute;top:50%; left:50%; z-index: 101; visibility: hidden; }

.tanSlide{width:450px;height:auto; overflow: hidden;background: #ffffff; box-shadow:1px 1px 8px #d1d1d1;position: absolute;top:50%; left:50%; z-index: 101; visibility: hidden;padding:60px;}


p.new{ width: auto; text-align:left; color:#8d8d8d; line-height: 20px; margin: 50px 0px 0px 0px; display: block; }
p.new-1{ width: auto; text-align:left; color:#8d8d8d; line-height: 20px; margin: 5px 0px 0px 0px; display: block; }

p.align-cenger{ text-align:center;}

input.close-ts{ width: 14px; height: 14px; background: #ffffff url(../images/Operator-img/close-tx.png);  border: 0px; cursor: pointer; margin: 0px 0px ; padding: 0px; display: block;  float: right; position: absolute; top:2px; right: 2px;}

input.tijiao{ width: 88px; height: 30px; background:#64bb1d; line-height: 30px; color: #ffffff; border: 0px; border-radius: 20px; cursor: pointer; margin: 20px 0px 0px 25%; padding: 0px; display: block;  float: left;}
input.quxiao{ width: 88px; height: 30px; background:#b3b3b3; line-height: 30px; color: #ffffff; border: 0px; border-radius: 20px; cursor: pointer; margin: 20px 0px 0px 15px; padding: 0px; display: block;  float: left;}
input.guanbi{ width: 88px; height: 30px; background:#64bb1d; line-height: 30px; color: #ffffff; border: 0px; border-radius: 20px; cursor: pointer; margin: 20px auto; padding: 0px; display: block;}
.img-ok{ width: 45px; height: 45px; margin: 35px auto 0px auto; padding: 0px; background: url(../images/Operator-img/tishi-1.jpg) no-repeat;}

/* alertTips 样式*/
/* .tanc-red-box{width:528px;position: fixed; top:50%; left:50%; z-index: 1000; visibility: hidden;margin-left:-264px;margin-top:-156px;background-color:#fff;border:1px solid #e01116;z-index:101;} */
.tanc-red-box{width:600px;position: fixed;left:50%;top:50%;transform:translate(-50%,-50%);visibility: hidden;background-color:#fff;border:1px solid #e01116;z-index:201;padding-bottom:80px;}
.file-errtan-box{visibility: visible;}
.files-errtan-body{padding:0 15px!important;font-size:14px;line-height:28px;height:calc(100% - 148px);border:1px solid #e0e0e0;}
.file-errtan-tips{font-size:20px;font-weight:bold;text-align:center;line-height:40px;color:#e01116;height:40px;overflow:hidden;}
.wenxin-tipstit{height:48px;line-height:48px;color:#fff;font-weight:bold;font-size:22px;text-align:center;background-color:#d6050a;position:relative;}
.status-tips{font-size:20px;font-weight:bold;text-align:center;line-height:60px;margin-top:40px;color:#e01116;}
.status-tips i{display:inline-block;width:36px;height:36px;vertical-align:top;margin-right:12px;margin-top:12px;}
/*.status-tips .suc-green-icon{background:url(../images/common-icon/greensuc-icon_03.png) no-repeat;}换图标了*/
/*.status-tips .fail-red-icon{background:url(../images/common-icon/redfail-icon_03.png) no-repeat;}换图标了*/
.status-tips .suc-green-icon{background:url(../images/inp-icon/tips_face_ico_03.png) no-repeat center center; margin-right: 8px;}
.status-tips .fail-red-icon{background:url(../images/inp-icon/tips_face_ico_05.png) no-repeat center center;margin-right: 8px;}
.status-tips .forbid-orange-icon{background:url(../images/common-icon/orangeforbid-icon_03.png) no-repeat;}
.status-tips .tips-yellow-icon{background:url(../images/common-icon/yellow-tips-icon_03.png) no-repeat; width:41px;}
p.sucstatus-box{color:#00a306;}
.commonmsg-tips{text-align:center;font-size:20px;color:#333;line-height:42px;padding: 0 20px;max-height: 360px;overflow-y: auto;}
.commonmsg-tips p{
	font-size:16px;
}
.commonconfirm-tips{text-align:center;font-size:20px;color:#333;line-height:42px;margin-top:60px;padding:0 10px}
.tips-rttopclose-icon{position:absolute;width:16px;height:16px;top:20px;right:20px;font-size:0;background:url(../images/common-icon/white-close-icon_03.png) no-repeat;cursor:pointer;}
.confirmBtn{width:128px;height:44px;line-height:44px;background-color:#e01116;color:#fff;text-align:center;border-radius:4px;display:block;margin:30px auto;outline:none;border:none;font-size:18px;}
.filestan-Btn{margin:0 auto;}
.conf-BotBtnBox{text-align:center;margin-top:40px;}
.conf-BotBtnBox .confirmBtn{display:inline-block;margin:0 10px;}
/*	--------------商品分类-增加和修改弹窗-------------- */
.tanchubox-zeng{ width:600px; height:auto;over-flow:scroll;padding:0px 20px 30px 20px; background: #ffffff; box-shadow:1px 1px 8px #d1d1d1;position: absolute;margin:auto;z-index: 101; visibility:hidden;
				transform: translate(-50%, -50%);
				left:50%;
				top:50%;
				-webkit-transform: translateX(-50%) translateY(-50%);
				-moz-transform: translateX(-50%) translateY(-50%);
				-ms-transform: translateX(-50%) translateY(-50%);
			/* 	 top:0; left:0; right:0;bottom:0; */
				}

table.gongyong{ width:auto; height: auto; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
table.no1{margin: 17px 0px 0px 7px;}
table.gongyong td.jichu{ line-height: 30px; color:#393939; padding: 5px 13px 5px 5px;}
table.gongyong td.no1{ width:140px; text-align: right; }
table.gongyong td.no2{ width: 394px; text-align: left;}
table.gongyong td.color-1{color:#e52809;}
table.gongyong td.col1{width:130px;text-align:center;}
table.gongyong td.col2 textarea{width:410px;padding:5px;}
p.mianbaoxie-gongyong{ width: auto; height: 30px; margin: 12px 0px 0px 0px; padding: 0px 0px 5px 0px; line-height: 30px; display: block; color:#838383; border-bottom: 1px solid #ededed; font-size: 16px; }
input.gongyong-input,select.gongyong-input{ width:auto; height: 30px; border: 1px solid #d0d0d0; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; color:#494949; text-indent: 5px;}
select.gongyong-input{padding-right: 14px;}
input.no1{ width:395px; }
textarea.gongyong-area{ width:auto; height: 120px; border: 1px solid #d0d0d0; margin: 5px 0px 5px 0px; padding: 5px 5px 5px 5px; color:#494949;line-height: 20px; clear: both; }
textarea.no1{width:395px;}
input.gongyong-btn1{ width: 88px; height: 30px; background:#64bb1d; line-height: 30px; color: #ffffff; border: 0px; border-radius: 20px; cursor: pointer; margin: 0px; padding: 0px; display: block;  float: left;}
input.btn1{margin: 0px 0px 0px 0px; }
input.gongyong-btn2{ width: 88px; height: 30px; background:#b3b3b3; line-height: 30px; color: #ffffff; border: 0px; border-radius: 20px; cursor: pointer; margin: 0px; padding: 0px; display: block;  float: left;}
input.btn2{margin: 0px 0px 0px 20px;}
input.gongyong-btn3{ width: 88px; height: 30px; background:#64bb1d; line-height: 30px; color: #ffffff; border: 0px; border-radius: 20px; cursor: pointer; margin: 20px 0px 0px 40%; padding: 0px; display: block;  float: left;}
.btn-box{ width: 196px; height: 30px; margin: 12px auto 0px auto; padding: 0px;}

/*===================================================框架样式==========================================================================*/
/*———————————————————————————————————————————————————top样式——————————————————————————————————————————————————————————————————————————*/
.top{width: 100%; min-width:1260px; height: 60px; margin: 0px; padding: 0px; background:#128def;}
.title{ width: auto; overflow: hidden; height: 40px; clear: both; margin: 0px; padding: 0px; position:absolute; top:60px; left: 240px; z-index: -1000px;}
p.title-1{ width: 100px; height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; color:#71c82b; display: block; float: left; }
.img-box{ width:180px; height: 60px; float: left; margin: 0px 10px 0px 0; padding: 0px;}
.dh-box{width:560px;height:60px;float:left;}
.dh-box a{text-align:center;}
.dh-box a i{margin-bottom:5px;}
a.dh-top{width:112px;height: 60px;margin: 0px;padding: 0px;text-decoration: none;float: left; color:#FFFFFF; line-height:60px;position:relative;}
a.dh-top:hover,.dh-box a.active{background:url(../images/common-bgimg/select-arrow-icon_03.png) no-repeat 60px bottom;}
/* .select-arrow-icon{position:absolute;width:15px;height:13px;background:url(../images/common-bgimg/select-arrow-icon_03.png) no-repeat;bottom:0px;left:60px;border-bottom:1px solid #fff;}
a.dh-top:hover .select-arrow-icon{display:inline-block;} */
.sy-icon{display:inline-block;width:19px;height:19px;background:url(../images/frame-img/sy-dh.png) no-repeat;vertical-align:middle;margin-right:5px;}
.sy-1:hover .sy-icon{background:url(../images/frame-img/sy-dh-hover.png)}
.wpk-icon{display:inline-block;width:19px;height:19px;background:url(../images/frame-img/wpk-dh.png) no-repeat;vertical-align:middle;margin-right:5px;}
.wpk-1:hover .wpk-icon{background:url(../images/frame-img/wpk-dh-hover.png) no-repeat;}
.ztsh-icon{display:inline-block;width:19px;height:19px;background:url(../images/frame-img/ztsh-dh.png) no-repeat;vertical-align:middle;margin-right:5px;}
.ztsh:hover .ztsh-icon{background:url(../images/frame-img/ztsh-dh-hover.png) no-repeat;}
.wpgl-icon{display:inline-block;width:19px;height:19px;background:url(../images/frame-img/wpgl-dh.png) no-repeat;vertical-align:middle;margin-right:5px;}
.wpgl:hover .wpgl-icon{background:url(../images/frame-img/wpgl-dh-hover.png) no-repeat;}
.hy-icon{display:inline-block;width:19px;height:19px;background:url(../images/frame-img/hy-dh.png) no-repeat;vertical-align:middle;margin-right:5px;}
.hy:hover .hy-icon{background:url(../images/frame-img/hy-dh-hover.png) no-repeat;}

.btn-top-kuozhan{ width: 113px; height: 50px; float: left; border: none; outline:none; cursor: pointer; position: relative;display:inline-block;padding-top:5px;}
.btn-top-kuozhan .more-msg{
	display:block;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:45px;
}
.btn-kuozhan-hover .more-msg{
	background:url(../images/common-icon/img_icon.png) left bottom;
	color:#2a99e9;
}
.btn-kuozhan-hover .more-msg .wt-down-arrow{
	background:url(../images/common-bgimg/down-arrow_03.png) no-repeat;
}

.btn-top-kuozhan .gongneng{width:676px;overflow: hidden; position: absolute; top:50px;right:0;background: #ffffff;z-index: 100;display:none;border:1px solid #f3f3f3;border-top:none;}
a.gongneng-a{width:112px;height: 60px;text-align:center;margin: 0px;padding: 0px;display: block;text-decoration: none;float: left; color:#939393; line-height:60px; border-bottom: 1px solid #f3f3f3;  border-right: 1px solid #f3f3f3;}
.gongneng-a:hover{color:#72c92c;}
.gongneng-a.choose{color:#72c92c;}
.gongneng a:nth-child(6n){
	border-right:none;
}
a.border-none{ border-right:none;}
.cagl-icon{display:inline-block;width:19px;height:19px;background: url(../images/frame-img/gl.png) no-repeat;vertical-align:middle;margin-right:5px;}
.cagl:hover .cagl-icon{background: url(../images/frame-img/gl-hover.png) no-repeat;}
.sjtj-icon{display:inline-block;width:19px;height:19px;background: url(../images/frame-img/tj.png) no-repeat;vertical-align:middle;margin-right:5px;}
.sjtj:hover .sjtj-icon{background: url(../images/frame-img/tj-hover.png) no-repeat;}
.xxfb-icon{display:inline-block;width:19px;height:19px;background: url(../images/frame-img/fbxx.png) no-repeat;vertical-align:middle;margin-right:5px;}
.xxfb:hover .xxfb-icon{background: url(../images/frame-img/fbxx-hover.png) no-repeat;}

input.shousuo-top{width:9% /*208px*/;height: 38px;border-radius: 20px;border: 0px;text-indent: 37px;margin: 10px 10px 0px 10px;float: right;color: #AEB8C2; background: #FFFFFF url(../images/frame-img/sousuo.jpg) no-repeat 17px 12px;font-size: 12px; outline: none;}
.shenfen-selectBox{float:right;width:180px;position:relative;text-align:center;margin-right:20px;}
.shenfen-selectBox h4 a{
	display:block;
	color:#fff;
	font-size:16px;
	line-height:50px;
	background:rgba(54,163,255,0.9);
}
.shenfen-selectBox:hover h4 a{
	text-decoration:none;
}
.show-shenfen-list{
	position:absolute;
	width:226px;
	left:-33px;
	top:50px;
	padding-top:8px;
	display:none;
}
.top-shenfen-list{
	position:relative;
	border:1px solid #bfe1fc;
	background:#fff;
	padding:14px 0;
}
.top-shenfen-list li{
	line-height:36px;
	color:#666666;
	clear:both;
}
.top-shenfen-list .active{
	color:#0086f2;
}
.top-shenfen-list li label{
	display:block;
}
.top-shenfen-list li input[type=radio]{
	display:none;
}
.top-shenfen-list input:checked + em{
	background:url(../images/common-bgimg/shenfen-icon_06.png) no-repeat;
}
.top-shenfen-list li .no-select-bg{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/common-bgimg/shenfen-icon_10.png) no-repeat;
	vertical-align:middle;
}
.top-shenfen-list li .is-select-bg{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/common-bgimg/shenfen-icon_06.png) no-repeat;
}
.top-shenfen-list li em{
	float:left;
	margin:11px;
}
.top-shenfen-list li i{
	float:right;
	margin:8px 16px;
}
.preson-head-icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/common-bgimg/shenfen-icon_03.png) no-repeat;
}
.shenfen-show-icon{
	position:absolute;
	width:19px;
	height:8px;
	left:50%;
	transform:translateX(-50%);
	border-bottom:1px solid transparent;
	top:-8px;
	background:url(../images/common-bgimg/shenfen-show-bg_03.png) no-repeat;
}
.shenfen-selectBox:hover .show-shenfen-list{
	display:block;
}

.yhzx-box{ width: 140px; height: 50px; margin: 0px 10px 0px 0px; padding: 6px 0px 0px 10px; float: right;position: relative;cursor:pointer;}
.img-headr{ width:38px; height: 38px; border-radius: 20px; margin: 0px 8px 0px 0px; padding: 0px; float: left;}
.img-headr img{border-radius:50%;width:38px;height:38px;}
.name{width: 80px; height: 45px; margin: 0px; padding: 0px; float: left; color:#cae8fd; font-size: 14px; line-height:38px; /* background:url(../images/operate-icon/down-arrow-icon_08.png) no-repeat 70px 16px; */}
.name span{display:inline-block;max-width:60px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.name i{vertical-align:top;margin-top:17px;margin-left:5px;}
.yhzx-box:hover .user-info-box{display:block;}
.yhzx-box .user-info-box{width: 204px;position: absolute; top:50px; right:0px; display:none;padding-top:8px;}
.user-zhuti-box{position:relative;width:100%;height:120px;background:url(../images/common-bgimg/userzhuti-bg_03.png) repeat;border:1px solid #0186f2;border-bottom:none;}
.user-zhuti-box .shenfen-show-icon{left:180px;}
.base-operate-list{
	 border:1px solid #0186f2;
	 background: #FFFFFF;
	 border-top:none;
	 width:204px;
}
.base-operate-list li{
	line-height:50px;
	text-align:left;
	width:202px;
	clear:both;
}
.base-operate-list li a{
	display:block;
	color:#2a3542;
}
.base-operate-list li a:hover{
	display:block;
	background:#0186f2;
	color:#fff;
}
.base-operate-list li a i{
	display:block;
	width:30px;
	float:right;
	height:50px;
	background:url(../images/common-bgimg/right-arrow_03.png) no-repeat center center;
}
.base-operate-list li a:hover i{
	background:url(../images/common-bgimg/right-arrow_06.png) no-repeat center center;
}
.base-operate-list li a em{
	display:block;
	width:30px;
	float:left;
	height:50px;
	margin-right:26px;
	border-left:none;
}
.base-operate-list li:hover{
	border-left:none;
}
.base-info-icon{
	background:#e8eceb url(../images/common-bgimg/base1.png) no-repeat center center;
}
.revise-password-icon{
	background:#e8eceb url(../images/common-bgimg/revise-password.png) no-repeat center center;
}
.exit-icon{
	background:#e8eceb url(../images/common-bgimg/exit.png) no-repeat center center;
}
.base-operate-list li a:hover .base-info-icon{
	background:#0186f2 url(../images/common-bgimg/base1-hover.png) no-repeat center center;
}
.base-operate-list li a:hover .revise-password-icon{
	background:#0186f2 url(../images/common-bgimg/revise-password-hover.png) no-repeat center center;
}
.base-operate-list li a:hover .exit-icon{
	background:#0186f2 url(../images/common-bgimg/exit-hover.png) no-repeat center center;
}

.base-info-list{
	text-align:center;
	padding:10px 5px;
	color:#fff;
	font-size:12px;
}
.base-info-list dt a{
	display:inline-block;
	width:44px;
	height:44px;
}
.base-info-list dt a img{
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
}
.base-info-list dd{
	line-height:25px;
}

a.bangzhu{width:19px;height: 19px;text-decoration: none;background:url(../images/frame-img/top-bangzhu.png) no-repeat top center;float: right;padding: 0px 0px 0px 0px; margin: 21px 1% 0px 0px;}
a.bangzhu:hover{background:url(../images/frame-img/top-bangzhu-hover.png) no-repeat top center; }
a.xiaoxi{width:21px; height:23px; text-decoration: none; background:url(../images/common-bgimg/xiaoxi-bg_03.png) no-repeat; float: right; padding: 0px 0px 0px 0px; margin:14px 1% 0px 0px; position: relative;}

p.number-1{ width: 18px; height: 18px; border-radius:5px; font-size: 12px; display: block; color: #EB0003; text-align: center; line-height: 16px; position: absolute; top: -8px; right:-9px; color: #FFFFFF; background: #fb4c30; font-weight: normal;}
a.tuichu{width:19px; height: 19px; text-decoration: none; background:url(../images/frame-img/top-tuichu.png) no-repeat top center; float: right; padding: 0px 0px 0px 0px; margin: 21px 1% 0px 0px;}
a.tuichu:hover{width:19px; height: 19px; text-decoration: none; background:url(../images/frame-img/top-tuichu-hover.png) no-repeat top center; float: right; padding: 0px 0px 0px 0px; margin: 21px 1% 0px 0px;}

/*——————————————————————————————————————————————————————————————————————left样式—————————————————————————————————————————— ———————————————————————————— */

/* 简单粗暴重置默认样式 */
*{ margin: 0; padding: 0;box-sizing: border-box; }img{border:0;}
 ul,li{list-style-type:none;}
a {text-decoration:none;}		
.treebox{ width: 100%; margin:0px; background-color:#f9f9f9;}
.menu{ height: 100%;overflow-y:auto;border:0px;background-color: #fdf5f5;overflow-x: hidden;}

/* 第一层 */
.menu li.level1{
	border-top:1px solid #fff;
	background-color:#fdf5f5;
	margin-bottom: 3px;
}
.menu li.level1.current{
	background-color: #ffe1e1;
}
.menu li.level1.current.onlyOne-hover,.menu li.level1.onlyOne-hover:hover{
	background-color:#ff6060;
}
.menu li.level1.current.onlyOne-hover>a .down{
	background: url(../images/framever3/arrow-v3_03.png) no-repeat center center;
}
.menu li.level1.onlyOne-hover:hover .down,.menu li.level1.onlyTwo-hover>a:hover >.down{
	background:url(../images/framever3/arrow-v3_04.png) no-repeat center center;
}
.menu li.level1.current.onlyOne-hover a,.menu li.level1.onlyOne-hover:hover a,.menu li.level1.onlyTwo-hover>a:hover{
	color: #fff;
}
.menu li.level1.onlyTwo-hover >a:hover{
    background-color:#ff6060;
}
.menu li.level1.current.onlyTwo-hover>a:hover >.down{
    background: url(../images/framever3/arrow-v3_03.png) no-repeat center center;
}
.menu li.level1>a{
	display:block;
	height: 46px;
	line-height:46px;
	color: #333;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	border-left:4px solid transparent;
	padding-left:35px;
	border-bottom: 1px solid #f6e8e8;
}
.menu li.level1 a.a-hover{
	text-decoration: none;
	background-color:#ff6060;
	color: #fff;
}
.menu li.level1 a.current{
	background-color: #ff6060;
	color: #fff;
	text-decoration: none;
	border-left:4px solid #db0c00;
	border-bottom:1px solid #f3c0c0;
}
.menu li.level1.current i{
	background:url(../images/leftver4/leftver4_03_do.png) no-repeat center center;
}
/* 小箭头 */
.level1 i.down{
	width: 12px;
	height:12px;
	background:url(../images/leftver4/leftver4_03.png) no-repeat center center;
	display: block;
	position: absolute;
	left:20px;
	top:17px;}

/* 第二层 */
.menu li ul.level2{
	display: none;
	background-color: #fff;
}
.menu li ul.level2 li{
	padding-top: 1px;
}
.menu li ul.level2 li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	text-indent: 45px;
	font-size: 16px;
	text-decoration:none;
	border-left:4px solid transparent;
	position:relative;
	background-color: #ffe1e1;
	border-bottom: 1px solid #f3c0c0;
}
.menu li ul.level2 li a:hover{
	background-color:#ff6060;
	color: #fff;
	text-decoration:none;
	border-left:4px solid #db0c00;
	border-bottom:1px solid #e63c3c;
}
.menu li ul.level2 li a.current{
	background-color:#ff6060;
	color: #fff;
	text-decoration:none;
	border-bottom:1px solid #e63c3c;
}
.menu li ul.level2 li a em{
	display:block;
	position:absolute;
	width:4px;
	height:4px;
	background:url(../images/leftver4/lfver4-cir_18.png) no-repeat center center;
	left:35px;
	top:18px;
}
.menu li ul.level2 li a:hover em,.menu li ul.level2 li a.current em{
	background:url(../images/leftver4/lfver4-cir_15.png) no-repeat center center;
}
.menu li ul.level2 li a .lfarow-icon,.menu li.level1.onlyOne-hover>a .lfarow-icon{
	position:absolute;
	width:10px;
	height:100%;
	background:url(../images/leftver4/leftver4_07.png) no-repeat center center;
	top:0;
	right:-1px;
	display:none;
}
.menu li ul.level2 li a.current .lfarow-icon,.menu li.level1.current.onlyOne-hover>a .lfarow-icon{
	display:block;
}

.right-box{
	min-width:1200px;
	/*width: calc(100% - 190px);*/
	width: 100%;
	height: calc(100% - 68px);
	margin:0px;
	padding: 0;
	padding-left: 166px;
	overflow:hidden;
	overflow-y:hidden;
	/*position:absolute;*/
	/*left:165px;*/
	/*top:90px;*/
	/*bottom:0px;*/
	/*right:0;*/
	/*z-index: 1;*/
	background:#fff;
}
.right-full-box{
	/*position:absolute;*/
	/*left:0px;*/
	/*top:90px;*/
	/*bottom:0px;*/
	/*right:0;*/
	/*z-index: 1;*/
	background:#fff;
	min-width:1570px;
	width:auto;
	height:calc(100% - 68px);
	padding:0;
	margin:0px;
}
.right-pbhall-box{
	width: 100%;
	height: 100%;
	padding: 0;
	margin:0px;
	background:#fff;
	min-width: 1500px;
}
.page-content{width:100%;margin:0; padding:0 0 0 15px; background:#FFF;height:100%;position:absolute;overflow:hidden;}


.left-bar{
	margin:0px;
	padding:0px;
	width:176px;
	/*position:absolute;*/
	left:0px;
	top:50px;
	bottom:0px;
	z-index: 50;
	background:#fafafa;
}

.left-barver4{
	width:166px;
	height:calc(100% - 68px);
	float: left;
	padding-left: 30px;
	padding-top: 25px;
	position: absolute;
	top: 68px;
	left: 0;
	z-index: 1;
}
.lf-menu-v5 .tm-tit{
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #e01116;
	background: url(../images/list-icon/kj_t_ico_03.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.lf-menu-v5{
	height:100%;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
	float: left;
}
.lf-menu-v5 .lf-menu-list{
	height: 100%;
}
.lf-menu-v5 .lf-menu-list>li{
	width: 136px;
	position: relative;
	margin-bottom: 12px;
	float: left;
}
.lf-menu-v5 .lf-menu-list>li>a{
	display: block;
	width: 100%;
	height: 42px;
	font-size: 16px;
	background-color: #f5f5f5;
	line-height: 42px;
	color: #8d8d8d;
	text-align: center;
	font-weight: bold;
	position: relative;
	border: 1px solid #e0e0e0;
}
.lf-menu-v5 .lf-menu-list>li .yic-ico{
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #fff;
	background-color: #fb635e;
	line-height: 16px;
	text-align: center;
	top: 13px;
	right: 13px;
	font-size: 12px;
}
.lf-menu-v5 .lf-menu-list li.onlyOne-hover.current{
}
.lf-menu-v5 .lf-menu-list .onlyOne-hover.current a{
	background-color: #fb635e;
	color: #fff;
	border: 1px solid #fb635e;
	border-bottom: 1px solid #d53217;
}
.lf-menu-v5 .lf-menu-list .onlyOne-hover.current a .lfarow-icon{
	display: block;
}
.lf-menu-v5 .lf-menu-list .onlyOne-hover.current .yic-ico{
	color: #fb635e;
	background-color: #fff;
}
.lf-menu-v5 .lf-chd-list{
	width: 100%;
	display: none;
}
.lf-menu-list-v2>li{
	margin-bottom: 30px!important;
	position: relative;
}
.lf-menu-list-v2-48>li{
	margin-bottom: 48px!important;
}
.lf-menu-list-v2>li .ban-y-ico{
	position: absolute;
	display: none;
	width: 6px;
	height: 12px;
	left: 20px;
	top: 15px;
	background: url(../images/leftver4/lf_menu_v2_hover_07.png) no-repeat;
}
.lf-menu-list-v2>li a{
	position: static!important;
}
.lf-menu-list-v2>li .top-line{
	position: absolute;
	left: 50%;
	width: 12px;
	height: 10px;
	top: -10px;
	margin-left: -6px;
	background: url(../images/leftver4/lf_menu_v2_hover_12.png) no-repeat left center;
}
.lf-menu-list-v2>li .top-line-18{
	background: url(../images/leftver4/left_ico_ver_bh_07.png) no-repeat left center;
	height: 18px;
	top: -18px;
}
.lf-menu-list-v2>li .bot-line-y{
	position: absolute;
	left: 50%;
	width: 12px;
	height: 22px;
	bottom: -22px;
	margin-left: -6px;
	background: url(../images/leftver4/lf_menu_list_v2_009.png) no-repeat;
}
.lf-menu-list-v2>li .bot-line-y-30{
	background: url(../images/leftver4/left_ico_ver_bh_04.png) no-repeat;
	height: 30px;
	bottom: -30px;
	margin-left: -5px;
}
.lf-menu-list-v2>li:first-child .top-line{
	display: none;
}
.lf-menu-list-v2>li:last-child a{
	z-index: 2;
}
.lf-menu-list-v2>li:last-child .top-line{
	background: url(../images/leftver4/lf_menu_v2_hover_13.png) no-repeat;
	top: -20px;
	height: 22px;
}
.lf-menu-list-v2>li:last-child .top-line-30{
	background: url(../images/leftver4/left_ico_ver_bot_30_06.png) no-repeat;
	top: -30px;
	height: 32px;
}
.lf-menu-list-v2>li:last-child .bot-line-y{
	display: none;
}
.lf-menu-list-v2>li.current .ban-y-ico{
	display: block;
}
.lf-menu-list-v2>li.current a{
	background-color: #fb635e;
	color: #fff;
	border: 1px solid #fb635e;
	border-bottom: 1px solid #d53217;
}
.lf-menu-list-v2>li.current .bot-line-y{
	background: url(../images/leftver4/lf_menu_v2_hover_10.png) no-repeat;
	z-index: 1;
}
.lf-menu-list-v2>li.current .bot-line-y-30{
	background: url(../images/leftver4/left_ico_ver_bh_06.png) no-repeat;
	z-index: 1;
}
.lf-menu-list-v2>li.current:last-child .top-line{
	background: url(../images/leftver4/lf_menu_v2_hover_009.png) no-repeat;
}
.lf-menu-list-v2>li.current:last-child .top-line-30{
	background: url(../images/leftver4/left_ico_ver_bh_06_7.png) no-repeat;
}
.lf-menu-v5 .lf-chd-list li{
	display: block;
	width: 100%;
	height: 38px;
	font-size: 16px;
	background-color: #f5f5f5;
	line-height: 38px;
	margin-top: 4px;
}
.lf-chd-list li a{
	color: #333;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 38px;
	position: relative;
	border-bottom: 1px solid transparent;
	overflow: hidden;
}
.lf-chd-list li .cir-icon{
	display: inline-block;
	width:4px;
	height: 4px;
	background-color: #333;
	border-radius: 50%;
	margin-top: 17px;
	vertical-align: top;
	margin-right: 2px;
}
.lf-menu-v5 li .lfarow-icon{
	position: absolute;
	width:6px;
	height: 100%;
	background: url(../images/list-icon/kj_lf_t_ico_07.png) no-repeat center center;
	top: 0;
	right: -2px;
	display: none;
}
.lf-chd-list a.current .lfarow-icon{
	display: block;
}
.lf-menu-v5 .lf-menu-list li.onlyTwo-hover.current a{
	background-color: #ffedea;
	color: #333;
	border: 1px solid #ffedea;
	border-bottom: 1px solid #eeaca1;
}
.lf-menu-v5 li.onlyTwo-hover .lf-chd-list a.current{
	background-color: #fb635e;
	color: #fff;
	border-bottom: 1px solid #fb635e;
}
.lf-chd-list a.current .cir-icon{
	background-color: #fff;
}
.left-fix-menu{
	position: absolute;width: 160px;height: calc(100% - 133px);top: 133px;z-index: 2;left: 30px;
}
.cont-container-v5{
	width: 100%;
	height: 100%;
	padding-left: 24px;
	padding-right: 30px;
}
.cont-pad-container-v5{
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.cont-top-v5{
	width: 100%;
	height: 65px;
	padding-top: 25px;
	float: left;
}
.cont-tit-v5{
	float:left;
	color: #e01116;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.cont-tit-v5-ht32{
	float:left;
	color: #e01116;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
}
.cont-main-v5{
	width: 100%;
	height: calc(100% - 65px);
	float: left;
}
.cont-main-m2-v5{
	padding-left: 160px;
	width: 100%;
	height: calc(100% - 65px);
	float: left;
}
.sch-cont-btn-v5{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #1a91ed;
	display: inline-block;
	padding: 0 10px;
	border-radius: 14px;
	vertical-align: top;
	margin: 0 5px;
	font-size: 15px;
}
.sch-cont-btn-v5 .sch-ico{
	display: inline-block;
	width: 17px;
	height: 100%;
	vertical-align: top;
	background: url(../images/common-icon/search-icon_03.png) no-repeat center center;
	margin: 0 5px 0 0;
}
.sch-cont-btn-v5 .sub-ico{
	position: absolute;
	height: 18px;
	min-width: 18px;
	line-height: 18px;
	background-color: #ea0d00;
	color: #fff;
	font-size: 15px;
	text-align: center;
	right: -4px;
	top: -6px;
	border-radius: 9px;
}
/*————————————————————————————————————————————————right样式————————————————————————————————————————————*/

/*———————————————————————————————————————————————————物品类别样式—————————————————————————————————————————————*/


/***********************供应商物品类别列表左侧样式***********************/

.ProductType-1{ width:30%; margin-top:20px;float:left;height:98%;overflow:hidden;}
.ProductType-2{width:100%;background: #72c92b;height:40px;border-radius:3px 3px 0px 0px;}
.goodsClass-1{width:100%;background: #ffffff;height:40px;border-radius:3px 3px 0px 0px;}
.ProductType-3{ height:38px; background:url(../images/Product-img/ProductType-icon1.png) no-repeat 15px 10px; width:40px; text-align:center; line-height:38px; display:block;}
.goodsClassIcon{ height:38px; background:url(../images/frame-img/fenglei-1.png) no-repeat 15px 10px; width:40px; text-align:center; line-height:38px; display:block;}
.ProductType-4{ line-height:38px; color:#FFF; font-weight:bold; font-size:16px;}
.ProductType-5{ width:100%;height:calc(100% - 40px);padding-bottom:20px; overflow:scroll; overflow-x:hidden;background:#ffffff; border-left: 1px solid #8cda4c;  border-right: 1px solid #8cda4c; border-bottom: 1px solid #8cda4c;}
.ProductType-5-2{ max-height:430px;border:none;}
.ProductType-6{ padding:15px;}
.ProductType-7{width: 59%;padding-bottom:20px;margin-top:20px;float:left}
.ProductType-8{margin-left: 20px;}
.ProductType-9{ height:38px; background:url(../images/Product-img/ProductType-icon2.png) no-repeat 0px 10px; width:25px; line-height:38px; display:block;}
.ProductType-10{ line-height:38px; color:#666; font-weight:bold; font-size:16px;}
.ProductType-11{margin-top: 30px;margin-left:100px;}
.ProductType-12{ padding:15px 0px;}
.ProductType-12-1{ color:#666; font-size:14px; line-height:28px; padding-right:15px;}
.ProductType-12-2{ color:#F00; padding:0 8px;}
.ProductType-12-3{ border: solid 1px #e5e5e5; height:28px; line-height:28px; padding-left:5px; width:500px;}
.ProductType-12-4{ width:500px; padding-left:5px; border: solid 1px #e5e5e5; height:200px; float:right; margin-left:15px;}
.ProductType-13{ padding:15px 0px; margin-left:270px;}
.ProductType-13-1{background:#9ad124; border-radius:20px; border:none; color:#FFF; font-size:13px; height:28px; line-height:28px; width:90px; text-align:center; margin:10px 10px; display:block;}
.ProductType-14{background:#57a8e1; border-radius:4px 4px 0px 0px; height:40px; line-height:40px; padding-left:10px; color:#FFF; font-weight:bold; font-size:14px;}
.ProductType-14-1{ padding-top:15px; padding-right:15px;}
.ProductType-15{padding-left:10px;padding-right:10px; text-align:center; padding-top:30px; padding-bottom:5px;}
.ProductType-16{padding-left:10px;padding-right:10px; text-align:center; padding-top:5px; padding-bottom:30px; font-size:14px; font-weight:bold; color:#9ad124;}
.zidian-lf{margin-top:20px;float:left;height:98%;overflow:hidden;}
.zidian-rt{padding-bottom:20px;margin-top:20px;float:left}
.zidian-rt button{margin-right:20px;}

/* ***************************物品类别右侧样式********************************* */
/* CSS Document */
body{ margin:0px; padding:0px; font-family:"微软雅黑"; font-size:14px;background:#ffffff;/*overflow-x:hidden;*/overflow-y:hidden;}
a, input,textarea {outline: none;}

/*————————————————————————————物品类right——————————————————————————————*/
p.title-wpl-right{ width:auto; height:40px; background:#72c92b; line-height: 40px; color: #FFFFFF; display: block; margin: 0px; padding: 0px 0px 0px 25px;border-radius: 3px 3px 0px 0px; }
.box-conter-wpl{ width: auto; height: auto; min-height: 190px; overflow: hidden; border-bottom: 1px solid #8cda4c; border-left: 1px solid #8cda4c; border-right: 1px solid #8cda4c; padding: 20px; margin: 0px; }
.box-hang-wpl { width:auto;clear: both;position:relative;overflow:hidden;}
.box-hang-wpl p.left{ width:85px;margin: 0px;vertical-align:middle;padding: 0px; float:left; line-height:30px; color: #7b7b7b; text-align: right;  }
.box-hang-wpl p.right{ width:50%; line-height: 30px;margin: 0px; padding-left: 2px; float:left; color: #545454; display: block; font-weight: bold;  }


/* *********************************************************列表样式    wt开头***************************************************** */
.wt-mainPart-container{
	padding:30px 44px 30px 40px;
	height:100%;
	position:relative;
}
.wt-mainPart-container:after{
	content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.wt-bgWhite{
	background:#ffffff;
}
.wt-listTop {
	height: 40px;
	width: 100%;
	line-height:40px;
}
.wt-listToplf {
	float: left;
}
.wt-listToprt {
	float: right;
}
.wt-listToprt .wt-italBlueBtn,.wt-listToprt .wt-italRedBtn{
	margin-left:-10px;
}
.wt-listTop-tips{
	color:#fb4c30;
	font-size:16px;
	line-height:60px;
	font-weight: bold;
}
.wt-listTop-content{
	height:30px;
}
.wt-listTop-content button{
	font-weight:normal;
}
.wt-listTop-content dt,.wt-listTop-content dd{
	float:left;
}
.wt-listTop-content dt{
	line-height:30px;
	color:#393939;
	margin-right:4px;
}
.wt-listTop-content dd{
	margin-right:20px;
}
.wt-listTop-content dd.wt-rt{
	float:right;
}
.wt-listTop-content dd input,.wt-listTop-content dd select{
	height:30px;
	line-height:28px;
	padding:0 24px 0 10px;
	border:1px solid #e3e3e3;
}
.wt-listTop-contentRt{
	height:32px;
	display:inline-block;
	vertical-align: top;
}
.wt-listTop-contentRt dt{
	line-height:30px;
	color:#393939;
	margin-right:4px;
	color:#fff;
	margin-left:20px;
}
.wt-listTop-contentRt dd{
	margin-right:10px;
    padding-top: 1px;
}
.wt-listTop-contentRt dd button{
	border-radius:30px;
	height:28px;
	line-height:28px;
	font-weight: bold;
}
.wt-listTop-contentRt dt,.wt-listTop-contentRt dd{
	float:left;
}
.wt-listTop-contentRt dd input{
	height:28px;
	line-height:28px;
	padding-left:10px;
	width:240px;
}
.wt-listTop-contentRt dd select{
	appearance:none;
  	-moz-appearance:none;
 	-webkit-appearance:none;
}
.bidsOperate-top{
	border:1px solid #d4d4d4;
	overflow:hidden;
	margin:10px 0 -10px;
}
.project-status-box select{
	height:28px;
	line-height:28px;
	padding-left:10px;
	background:#fff url(../images/common-bgimg/select-down-bg_03.png) no-repeat right center;
	background-image:none\0;
	padding-right:25px;
	padding-right:0\0;
}
.wt-listTop-contentRt dt{
	margin-left:10px;
}
.wt-listTop-contentRt dd.wt-longInpBox input{
	width:300px;
}
.wt-listTop-contentRt dd.wt-shortInpBox input{
	width:150px;
}
.wt-listTop-contentRt .inp-box{
	padding-right:20px;
}
.wt-listTop-contentRt .inp-box input,.wt-listTop-contentRt .inp-box select{
	width:100%;
	border:1px solid #e0e0e0;
	height:30px;
	padding-left:5px;
}
.dbgl-search-list dt{
	margin:0;
	color:#333;
	text-align:right;
}
.dbgl-search-list dd{
	margin:0;
}
.dbgl-search-list .fir-inpbox{
	width:calc(23% - 80px);
}
.dbgl-search-list .sec-inpbox{
	width:calc(16% - 80px);
}
.dbgl-search-list .but-box{
	width:6%;
	padding-right:0;
	text-align:right;
}
.rtTop-FixedbtnBox{
	height:50px;
	width:99%;
	position:absolute;
	top:33px;
	right:8px;
	background:#fff;
	padding:5px 0;
	z-index:2;
}
.wt-oval-bg{
	height:100%;
	display:inline-block;
	background:#1a91ed;
	border-radius:30px;
	padding:2px;
	margin-right:10px;
    padding-top: 1px;
}
.wt-searchbox,
.wt-dateBox {
	display: inline-block;
	color:#767676;
}

.wt-dateBox span {
	display: inline-block;
	position: relative;
}

.wt-dateBox span input {
	width: 110px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #e4e4e4;
	padding: 0 10px;
}
.wt-dateBox span i{
	cursor:pointer;
}
.wt-searchInput {
	min-width: 200px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e4e4e4;
	padding: 0 10px;
	margin-right:5px;
}
.wt-main{
	width:calc(100% - 128px);
	height:calc(100% - 161px);
	position:absolute;
	overflow-y:scroll;
	margin-top:20px;
}
.tensSalesScrBar{
	width:calc(100% - 128px);
	height:calc(100% - 58px);
	position:absolute;
	overflow-y:scroll;
	border-bottom:1px solid #d4d4d4;
/* 	height:calc(100% - 137px);
	height:-moz-calc(100% - 137px);
	height:-webkit-calc(100% - 137px);
	position:absolute;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4; */
}
.tensOrdersScrBar{
	width:calc(100% - 128px);
	height:calc(100% - 150px);
	position:absolute;
	overflow-y:scroll;
	margin-top:20px;
}
.wt-listTitle {
	border: 1px solid #e0e0e0;
	height: 41px;
	line-height: 40px;
	background:#ebebeb;
	color:#333;
}
.wt-listTitle h5{
	position:relative;
	line-height:40px;
	padding-left:22px;
}
/* .wt-listTitle h5 i{
	position:absolute;
	right:10px;
	top:12px;
	cursor:pointer;
}
.wt-listTitle h5 i:first-child{
	right:35px;
	top:0;
}
.wt-listTitle h5 i:nth-child(2){
	right:75px;
	top:0;
} */
.wt-listTitle h5 i .wt-blueDel-icon{
	margin:12px 12px 0 0 ;
}
.wt-listTitle dd {
	float: left;
	height: 40px;
	line-height:40px;
	text-align: center;
	color: #333;
	margin: 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.wt-listTitle.wt-listTitle-v2 dd{
	font-size: 15px!important;
}
.wt-listTitle li{
	float: left;
	height: 40px;
	line-height:40px;
	text-align: center;
	color: #989898;
	margin: 0;
}
.wt-listTitle dd.wt-tleft{
	text-align:left;
	padding-left:10px;
}
.wt-listMainContainer{
	height:calc(100% - 130px);
}
.wt-listMain {
	line-height: 40px;
	border: 1px solid #e0e0e0;
	border-top:none;
	clear:both;
	overflow:hidden;
}
.detlist-borTop{
	border-top:1px solid #e0e0e0;
}
.wt-listMain li{
	float: left;
	text-align: center;
	color: #6e6e6e;
	min-height: 40px;
	margin: 0;
	padding:0 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:40px;
}
.wt-listMain .fuze-box{
	position:relative;
}
.wt-listMain .fuze-msg{
	display:none;
}
.wt-listMain .fuze-box .fuze-msg{
	position:absolute;
	width:19px;
	height:24px;
	background-color:red;
	color:#fff;
	left:4px;
	top:0;
	display:block;
	line-height:24px;
}
.wt-listMain li.wt-detail-reviseBg{
	color:#fe020e;
}
.wt-listMain li.wt-tleft{
	text-align:left;
	padding-left:10px;
}
.wt-listMain li .color-blue,.wt-listMainAuto li .color-blue{
	color:#1790ed;
}
.wt-listMain li .color-red{
	color:#e01116;

}
.wt-listMain li button{
	vertical-align:middle;
}
.wt-listMain li input{
	height:32px;
	line-height:32px;
	border:1px solid #E5E5E5;
	padding-left:10px;
	padding-top:0;
	padding-bottom:0;
}
.wt-listinp-init li input[type=checkbox]{
	height:15px;
	line-height:15px;
	padding-left:0;
}
.wt-listMain li input[type=radio]:checked + i{
	background-position:0 -24px;
}
.wt-listMainAuto li input[type=radio]:checked + i{
	background-position:0 -24px;
}
.wt-listMain li select{
	height:32px;
	line-height:32px;
	border:1px solid #E5E5E5;
	margin-top:4px;
}
.wt-listMain li .plf20{
	padding-left:20px;
}
.wt-listMain .wt-textlf{
	text-align:left;
}
.wt-listMain .wt-listMain-name{
	color:#6e6e6e;
	font-weight:600;
}
.wt-listMain:nth-child(2n) {
	background: #FFFFFF;
}
.wt-listImp-list{
	background-color: #fdf6ec!important;
}
.wt-listImp-list li{
	font-weight: bold;
	color: #FF5722;
}
.wt-supImp-list{
	background-color: #f3704b!important;
}
.wt-supImp-list li{
	font-weight: bold;
	color: #f5e7e3;
}
.wt-listBorLine>li{
	border-right:1px solid #e3e3e3;
}
.wt-listBorLine>li:last-child{
	border-right:none;
}
.wt-listBorLine li.wt-borRtNone{
	border-right:none;
}
.wt-listBorLine>dd{
	border-right:1px solid #e3e3e3;
}
.wt-listBorLine>dd:last-child{
	border-right:none;
}
.wt-listMainAuto{
/* 	line-height: 40px; */
	border: 1px solid #e0e0e0;
	border-top:none;
	clear:both;
	overflow:hidden;
	display:flex;
	flex-direction:row;
	align-items:center;
/* 	justify-content:center; */
	padding:5px 0;
	display:-ms-flexbox;
	-ms-flex-align: center;
}
.wt-listMainAuto li{
	float: left;
	text-align: center;
	color: #6e6e6e;
	min-height: 30px;
	margin: 0;
	padding:0 5px;
	line-height:30px;
	word-break:break-all;
}
.wt-listMainAuto li.wt-tleft{
	text-align:left;
}
.wt-listMainAuto li .cap-tit{
	color:red;
	font-weight:600;
	font-size:14px;
	padding-right:5px;
}
.wt-listMainTips{
	overflow:visible;
	min-height:40px;
}
.wt-listMainTips li{
	position:relative;
	overflow:visible;
}
.wt-listMainTips li .wt-listTips-slide{
	position:absolute;
	width:260px;
	height:auto;
	left:50%;
	top:30px;
	margin-left:-130px;
	display:none;
	z-index:3;
}
.wt-listMainTips li .wt-listrecords-slide{
	width:290px;
	margin-left:-240px;
}
.wt-listMainTips li .wt-filesRecords-slide{
	width:300px;
	margin-left:-150px;
}
.wt-listMainTips li:hover .wt-listTips-slide{
	display:block;
}
.wt-listTips-slide .wt-bhTipsarr-icon{
	position:absolute;
	left:50%;
	top:-5px;
	margin-left:-5px;
}
.suspend-caselist{
	max-height:200px;
	overflow-y:scroll;
	width:400px;
	border-radius:8px 0 0 8px;
	background:#fffff5;
	border:1px solid #e60000;
	white-space:normal;
	text-indent:30px;
	padding:5px;
	line-height:30px;
	text-align:left;
	word-break:break-all;
	min-height:40px;
}
.suspend-caselist .suspcase-row{
	clear:both;
	border-bottom:1px solid #e0e0e0;
	display:flex;
	display:-ms-flexbox;
	align-items: center;
}
.suspend-caselist .suspcase-row span{
	display:block;
	float:left;
}
.suspend-caselist .suspcase-row span:first-child{
	border-right:1px solid #e0e0e0;
}

.wt-listrecords-slide .wt-bhTipsarr-icon{
	left:unset;
	right:45px;
}
.wt-listTips-slide .wt-bhTipserr-icon{
	position:absolute;
	left:11px;
	top:13px;
}
.wt-listMainTips li .wt-listTips-slide p{
	background:#fffff5;
	border:1px solid #e60000;
	white-space:normal;
	border-radius:8px;
	text-indent:30px;
	padding:5px;
	line-height:30px;
	text-align:left;
	word-break:break-all;
	min-height:40px;
}
.wt-listMainTips li .wt-listTips-slide p .info{
	margin:0 10px;
	color:red;
	font-weight:400;
}
.wt-listTips-slide p .sec-away{
	margin-left:10px;
}
.wt-listflexTitle{
	height: 38px;
    font-weight: bold;
    text-align: center;
    background-color: #ebebeb;
    border: 1px solid #e0e0e0;
}
.wt-listflexTitle dd{
    float: left;
    height: 36px;
    line-height: 36px;
    border-right:1px solid #e0e0e0;
}
.wt-listflexTitle dd:last-child{
    border-right: none;
}
.wt-listMainflex{
	min-height: 37px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-top: none;
    display: flex;
    display: -ms-flexbox;
}
.wt-listMainflex li{
	float: left;
    min-height: 36px;
    line-height: 36px;
    border-right:1px solid #e0e0e0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
.wt-listMainflex li:last-child{
    border-right: none;
}
.wt-listMainflex li>div{
    display: block;
    width: 100%;
    padding: 5px;
    line-height: 20px;
    word-break:break-all;
}
.wt-listMainflex .active-msg{
	color:#1a91ed;
}

/*                                    */
.add-newRow{
	line-height:30px;
	margin:10px 0;
	float:right;
	border-radius:5px;
	background:none;
	color:#fb4c30;
	position:absolute;
	right:5px;
	bottom:-6px;
}
.tcode-list{
	clear:both;
	display:flex;
	border-top: none;
}
.tcode-list dd{
	float:left;
	line-height:20px;
	color:red;	
	padding-left:10px;
}


/* 招投标列表样式 */
.wt-listTen{
	overflow:hidden;
	clear:both;
	display:flex;
	border:1px solid #e3e3e3;
	justify-content:center;
	align-items:center;
}
.wt-listTen-lf{
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:left;
	float:left;
	height:100%;
}
.wt-listTen-rt{
	float:left;
}
.wt-listTen-list{
	float:left;
	width:100%;
}
.wt-listTen-list:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.wt-listTen-list li{
	float:left;
}
.wt-listBid-main{
	border:1px solid #e3e3e3;
	height:auto;
	overflow:hidden;
	border-top:none;
	clear:both;
	/*display:flex;*/
	/*display:table\0;*/
	width:100%\0;
}
.wt-listBid-main:first-child{
	border-top:1px solid #e3e3e3;
}
.wt-listBid-main li{
	padding:0 20px 0 20px;
	border-right:1px solid #e3e3e3;
	position:relative;
/* 	height:100px; */
	display:flex;
    display: -webkit-flex;
	-ms-flex-direction: column;
	flex-direction:column;
	-ms-justify-content:center;
	justify-content:center;
	text-align:center;
	display:table-cell\0;
	vertical-align:middle\0;
}
.wt-listBid-main li button{
	margin-left:10px;
}
.wt-listBid-main .textcenter{
	text-align:center;
}
.wt-listBid-main li .bidTit-box{
	width:100%;
}
.wt-listBid-main li h5{
	font-size:16px;
	color:#383838;
	line-height:32px;
	font-weight:600;
	text-align:left;
	width:100%;
	max-width:480px\0;
}
.wt-listBid-63{
	border:1px solid #e3e3e3;
	height:63px;
	overflow:hidden;
	border-top:none;
	clear:both;
}
.wt-listBid-63 li{
	float: left;
	border-right:1px solid #e3e3e3;
	position:relative;
	height: 100%;
}
.wt-listBid-63 li h5{
	font-size:16px;
	color:#383838;
	line-height:30px;
	font-weight:600;
	text-align:left;
	width:100%;
}
.bidTit-box{
	position:relative
}
.bidTit-box i.bidTit-icon{
	position:absolute;
	left:-16px;
	top:12px;
}
.bidTit-box h4{
	font-weight:bold;
	color:#1a91ed;
	line-height:32px;
	padding-left:15px;
}
.bidTit-icon{
	display:inline-block;
	width:4px;
	height:4px;
	background:url(../images/common-bgimg/bid-list-icon_03.png) no-repeat;
	vertical-align:middle;
	margin:0 5px;
}
.bid-info-box span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	float: left;
}
.bid-info-box .inf-hy-wid{
	max-width: 330px;
}
.wt-listBid-messageList{
/* 	width:540px;
	margin:0 auto; */
}
.wt-listBid-messageList dt,.wt-listBid-messageList dd{
	float:left;
	font-weight:400;
	line-height:30px;
	color:#383838;
}
.wt-listBid-messageList dt{
	/* margin-left:17px; */
}
.wt-listBid-messageList dd{
	margin-right:10px;
}
.bid-status{
	position:relative;
	margin:16px auto;
	/*min-width:420px;*/
	height:30px;
/* 	margin-left:-10px; */
}
.bid-status span{
	display:inline-block;
	height:30px;
	width:80px;
	line-height:30px;
/* 	position:absolute; */
	font-size:12px;
	font-style:italic;
	min-width:65px;
	width:14%;
	margin-left:-3px;
}
/* .bid-status .left10{left:10px;padding-left:10px;}
.bid-status .left85{left:85px;padding-left:15px;}
.bid-status .left160{left:160px;padding-left:15px;}
.bid-status .left235{left:235px;padding-left:15px;}
.bid-status .left310{left:310px;padding-left:15px;}
.bid-status .left385{left:385px;padding-left:15px;}
.bid-status .left460{left:460px;padding-left:15px;} */

.bid-status .no-editor{
	background:url(../images/common-bgimg/zhuangtai_08.png) no-repeat;
	color:#939393;
	background-size:100% 100%;
}
.bid-status .now-editing{
	background:url(../images/common-bgimg/zhuangtai_03.png) no-repeat;
	color:#939393;
	background-size:100% 100%;
}
.bid-status .finish-edit{
	background:url(../images/common-bgimg/zhuangtai_07.png) no-repeat;
	color:#fff;
	background-size:100% 100%;
}
.bid-status .first-editing{
	background:url(../images/common-bgimg/zhuangtai_04.png) no-repeat;
	color:#939393;
	background-size:100% 100%;
}
.bid-status .first-finishEdit{
	background:url(../images/common-bgimg/zhuangtai_09.png) no-repeat;
	color:#fff;
	background-size:100% 100%;
}
.bid-status .last-noEdit{
	background:url(../images/common-bgimg/zhuangtai_06.png) no-repeat;
	color:#939393;
	background-size:100% 100%;
}
.bid-status .last-finishEdit{
	background:url(../images/common-bgimg/zhuangtai_05.png) no-repeat;
	color:#fff;
	background-size:100% 100%;
}
.wt-listBid-main .wt-operateBox{
	flex-direction:row;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	border-right:none;
}

.wt-throBtn-box{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.wt-throBtn-box button{
	margin:0 10px;
}
/************switch开关***************/
.wt-switchBox i{
	display:block;
	width: 47px;
	height: 20px;
	margin: 10px auto;
}
.wt-switchBox .close-icon{
	background: url(../images/Operator-img/closeicon.png);
}
.wt-switchBox .open-icon{
	background: url(../images/Operator-img/openicon.png);
	display: none;
}
.wt-down-arrow{
	width:11px;
	height:6px;
	display:inline-block;
	background: url(../images/operate-icon/down-arrow-icon_08.png) no-repeat;
	vertical-align:middle;
	margin-left:5px;
}
/*------------------------------常用按钮图标-----------------------*/
.wt-revise-icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/goods-img/wpgl-fenlei3.png);
	margin:10px auto;
	cursor:pointer;
}
.wt-search-icon{
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background:url(../images/common-icon/search-icon_03.png) no-repeat;
	margin:0 5px 0 0;
}
.wt-xiazai-icon{
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background:url(../images/list-icon/btn3_13.png) no-repeat;
}
.wt-tuxing-icon{
	display: inline-block;
	width: 17px;
	height: 100%;
	vertical-align: top;
	background:url(../images/common-icon/tl-tx_03.png) no-repeat center center;
}
.wt-biaoge-icon{
	display: inline-block;
	width: 17px;
	height: 100%;
	vertical-align: top;
	background:url(../images/common-icon/tl-bg_03.png) no-repeat center center;
}
.wt-dateicon{
	position:absolute;
	right:3px;
	top:9px;
	display:inline-block;
	width:14px;
	height:13px;
	background:url(../images/Operator-img/dateicon.png) no-repeat;
}
.wt-dateblueicon{
	position:absolute;
	right:3px;
	top:9px;
	display:inline-block;
	width:16px;
	height:18px;
	background:url(../images/common-bgimg/date_03.png) no-repeat;
	cursor:pointer;
}
.wt-blueDown-arrow{
	display:inline-block;
	background:url(../images/common-bgimg/down-arrow_03.png) no-repeat;
	width:11px;
	height:6px;
	vertical-align:middle;
}
.wt-radioicon{
	display:inline-block;
	width:14px;
	height:16px;
	background-image:url(../images/operate-icon/radio-icon_04.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:0 0;
}
.wt-blueDel-icon{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/operate-icon/blueDel-icon.jpg) no-repeat;
	cursor:pointer;
}
.wt-blueBianJi-icon{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(../images/inp-icon/blue-inp_03.png) no-repeat;
    cursor:pointer;
    vertical-align: top;
    margin-top: 12px;
}
.wt-blueBaoCun-icon{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(../images/inp-icon/blue-inp_05.png) no-repeat;
    cursor:pointer;
    vertical-align: top;
    margin-top: 12px;
}
.wt-redDel-icon{
	display:inline-block;
	width:15px;
	height:18px;
	background:url(../images/infover4-img/comsterppver4_18.png) no-repeat center center;
	cursor:pointer;
	vertical-align:top;
	margin-top:11px;
}
.wt-whiteDel-icon{
	display:inline-block;
	width:15px;
	height:17px;
	background:url(../images/list-icon/btn3icon_03.png) no-repeat center center;
	background-size: 100% 100%;
	cursor:pointer;
	vertical-align:top;
	margin-top:8px;
	margin-right: 5px;
}
.wt-zhankai-icon{
	display:inline-block;
	width:12px;
	height:12px;
	cursor:pointer;
	background:url(../images/operate-icon/zhankai_03.png) no-repeat center center;
	background-size:100% 100%;
	vertical-align:middle;
}
.wt-shouhui-icon{
	display:inline-block;
	width:12px;
	height:12px;
	cursor:pointer;
	background:url(../images/operate-icon/shousuo_03.png) no-repeat center center;
	background-size:100% 100%;
	vertical-align:middle;
}
.wt-zhankaiTwo-icon{
	display:inline-block;
	width:12px;
	height:12px;
	cursor:pointer;
	background:url(../images/operate-icon/zhankai_03.png) no-repeat center center;
	background-size:100% 100%;
	vertical-align:middle;
}
.wt-retlist-icon{
	display:inline-block;
	width:14px;
	height:14px;
	cursor:pointer;
	background:url(../images/operate-icon/retlist_03.png) no-repeat center center;
	background-size:100% 100%;
	vertical-align:middle;
	margin:0 6px;
}
.wt-conadd-icon{
	display:inline-block;
	width:14px;
	height:14px;
	cursor:pointer;
	background:url(../images/operate-icon/conadd_05.png) no-repeat center center;
	background-size:100% 100%;
	vertical-align:middle;
	margin:0 6px;
}
.wt-blueEdit-icon,.wt-blueSave-icon,.wt-blueCancel-icon{
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:0 5px;
	color:#fff;
	border-radius:5px;
	background:#1a91ed;
	font-size:10px;
	cursor:pointer;
}
.wt-redEdit-icon,.wt-redSave-icon,.wt-redCancel-icon{
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:0 5px;
	color:#fff;
	border-radius:5px;
	background:#e01116;
	font-size:10px;
	cursor:pointer;
}
.wt-bhTipsarr-icon{
	display:inline-block;
	width:10px;
	height:6px;
	background:url(../images/common-bgimg/bohui-arrow_03.png) no-repeat center center;
	vertical-align:middle;
}
.wt-bhTipserr-icon{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/common-bgimg/bohuitipsicon_03.png) no-repeat center center;
	vertical-align:middle;
}
.wt-editCatalog-icon{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/common-bgimg/catalogicon_03.jpg) no-repeat center center;
	vertical-align:middle;
	background-size:100% 100%;
}


/* 添加      删除 按钮*/
.wt-addBtn,.wt-delBtn{
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
}
.wt-addBtn a,.wt-delBtn a{
	display: block;
	color: #fff;
	border-radius: 5px;
}
.wt-addBtn a:hover,.wt-delBtn a:hover{
	text-decoration:none;
	cursor:pointer;
}
.wt-addBtn a .wt-addicon,.wt-delBtn a .wt-delicon{
	display:inline-block;
	width:13px;
	height:13px;
	vertical-align:top;
	margin:9px 4px 0 4px;	
}
.wt-addBtn a .wt-addicon{
	background:url(../images/goods-img/wpgl-fenlei4.png);
}
.wt-delBtn a .wt-delicon{
	background:url(../images/goods-img/wpgl-fenlei6.png);
}

.wt-addBtn a{
	background: #7fc444;
}
.wt-delBtn a{
	background: #d46954;
}
/* 弹框右上角按钮 */
.wt-rTopcloseBtn{
	display:inline-block;
	width:12px;
	height:12px;
	background: url(../images/operate-icon/tanclose_03.png) no-repeat center center;
/* 	vertical-align:baseline;
	vertical-align:-webkit-baseline-middle; */
	background-size:100% 100%;
	cursor:pointer;
	vertical-align:top;
	margin-top:10px;
	margin-left:30px;
}
/* 返回按钮 */
.wt-returnBtn{width:80px;height:32px;line-height:32px;border:none;text-align:center;background:#bab9b9;color:#fff;border:none;border-radius:4px;}
.wt-returnBtn .return-icon{display:inline-block;width:15px;height:15px;background:url(../images/detail-img/return-icon.png)no-repeat center center;background-size:100%;vertical-align:top;margin:8px 5px 0 0;}
/* 添加按钮 */
.wt-addsBtn{width:90px;height:32px;line-height:32px;border:none;text-align:center;background:#8bd353;border-radius:5px;color:#fff;}
.wt-addsBtn .add-icon{display:inline-block;vertical-align:top;background:url(../images/detail-img/return-icon.png)no-repeat left center;background-size:100%;}
/* 保存按钮 */
.wt-saveBtn{width:90px;height:32px;line-height:32px;border:none;text-align:center;background:#7ecc41;border-radius:5px;color:#fff;}
.wt-saveBtn .save-icon{display:inline-block;width:15px;height:15px;vertical-align:top;background:url(../images/detail-img/save-icon.png)no-repeat left center;margin-right:5px;margin-top:8px;}
/* 蓝色查询按钮 */
.wt-searchBtn{
	width:68px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#1a91ed;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}
.wt-red-searchBtn{
	width:68px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#e01116;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}
/* 绿色查询按钮 */
.wt-searchGreenBtn{
	width:54px;
	height:32px;
	line-height:32px;
	text-align:center;
	background:#7fc444;
	color:#fff;
	cursor:pointer;
	border-radius:5px;
}
/* 蓝色按钮，白色字体 */
.wt-blueBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#1a91ed;
	display:inline-block;
	padding:0 20px;
	border-radius:3px;
	vertical-align:top;
}
/* 浅绿色按钮，白色字体 */
.wt-lGreenBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#9bd125;
	display:inline-block;
	padding:0 20px;
	border-radius:5px;
	vertical-align:top;
}
/* 红色按钮，白色字体 */
.wt-redBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#e01116;
	display:inline-block;
	padding:0 20px;
	border-radius:3px;
	vertical-align:top;
}
/* 灰色页面按钮，黑色字体 */
.wt-grayBtn{
	height:28px;
	line-height:28px;
	text-align:center;
	color:#333;
	background:#d5d5d5;
	display:inline-block;
	padding:0 20px;
	border-radius:5px;
	vertical-align:top;
}
.wt-grayBtn-white{
	height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
	background:#d5d5d5;
	display:inline-block;
	padding:0 20px;
	border-radius:5px;
	vertical-align:top;
}
.wt-huiBtn{
	height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
	background:#d5d5d5;
	display:inline-block;
	padding:0 20px;
	border-radius:5px;
	vertical-align:top;
}
/* 蓝色斜背景按钮，白色字体 */
.wt-italBlueBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:url(../images/common-bgimg/tendersbtnbg_07.png) no-repeat;
	display:inline-block;
	padding:0 24px;
	/*border-radius:5px;*/
	vertical-align:top;
	background-size:100%;
}
.wt-italBlueBtn .add_ico{
	display: inline-block;
	height: 100%;
	width: 12px;
	vertical-align: top;
	background:url(../images/infover4-img/comsterppver4_14.png) no-repeat center center;
}
/* 红色斜背景按钮，白色字体 */
.wt-italRedBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:url(../images/common-bgimg/detail-reditialBtn_03.png) no-repeat;
	display:inline-block;
	padding:0 25px;
	border-radius:5px;
	vertical-align:top;
}
/*帮助按钮 红色斜背景 白色字体*/
.wt-italHelpBtn,.wt-italHelpBlueBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:url(../images/common-bgimg/help_ico_03.png) no-repeat;
	display:inline-block;
	padding-left: 25px;
	border-radius:5px;
	vertical-align:top;
	position: absolute;
	bottom: 0px;
	width: 106px;
}
.wt-italHelpBlueBtn{
    background:url(../images/list-icon/icoc_07.png) no-repeat;
}
.wt-italChatBtn{
	width: 106px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:url(../images/list-icon/chat_ico_03.png) no-repeat;
	display:inline-block;
	padding-left: 25px;
	border-radius:5px;
	vertical-align:top;
}
/*右上 返回一级按钮 蓝色背景 白字*/
.wt-italTopRtRetBtn{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:url(../images/common-bgimg/ret-firclass_03.png) no-repeat;
	display:inline-block;
	padding-left: 25px;
	border-radius:5px;
	vertical-align:top;
	width: 106px;
	font-size: 14px;
	font-weight: bold;
}
.wt-blueBtn .arow-rt{
	display: inline-block;
	width: 8px;
	vertical-align: top;
	height: 100%;
	background: url(../images/inp-icon/suo_arow_r_03_03.png) no-repeat center center;
}
.wt-closeBtn-bg{
	width: 19px;
	height: 19px;
	background: url(../images/tit-icon/close-cha_03.png) no-repeat center center;
	display: block;
}
/* 详情 通过按钮白字 */
.wt-passBtn{
	display: inline-block;
	width: 96px;
	height: 34px;
	background: #1a91ed;
	border-radius: 8px;
	margin:13px 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}
/* 详情 驳回按钮白字 */
.wt-bohuiBtn{
	display: inline-block;
	width: 96px;
	height: 34px;
	background:#fb4c30;
	border-radius: 8px;
	margin: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}
.wt-changeBlueBtn{
	display: inline-block;
	width: 160px;
	height: 42px;
	background:url(../images/common-bgimg/shchange_03.png) no-repeat center center;
	margin: 0 10px 0 200px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	padding-left: 40px;
}
/* 列表操作右上角添加行按钮 */
.wt-listAddRowBtn{
	float:right;
	padding:0 20px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#a6a1a1;
	border-radius:5px;
}
/* 蓝色边框，蓝色字体，白色背景按钮 */
.wt-blueBorBtn{
	height:28px;
	line-height:28px;
	text-align:center;
	color:#1a91ed;
	background:#fff;
	display:inline-block;
	width:160px;
	border-radius:5px;
	vertical-align:top;
	border:1px solid #1a91ed;
}
/* 蓝色背景白色问号帮助按钮 */
.wt-blueHelpBtn{
	height:28px;
	width:28px;
	background:url(../images/common-icon/helpicon_03.png) no-repeat center center;
	display:inline-block;
	vertical-align:top;
}
.moni-btn{
	float: left;
	width: 132px;
	height: 32px;
	background:url(../images/common-bgimg/mnyl_6_03.png) no-repeat center center;
	position: relative;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.moni-btn .s-span{
	width: 32px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
.moni-btn .d-span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*CA 绑定 按钮*/
.bindCA-btn{
	width: 103px;
	height: 30px;
	padding-left: 28px;
	text-align: center;
	color: #fff;
	background:#fff url(../images/common-bgimg/ca-b_03.png) no-repeat center center;
	line-height: 30px;
	font-size:14px;
}

/* ------------------------------------------------- */
.wt-pageBox{
	position:absolute;
	bottom:0px;
	height:70px;
/*	width:calc(100% - 128px);	*/
	width:100%;
}
.wt-no-data{
	width:100%;
	height:70%;
	background:#fff url(../images/frame-img/wt-no-data.jpg) no-repeat center center;	
}
.wt-linksMsg{
	color:#1a91ed;
	text-decoration:underline;
}
.wt-linksMsg:hover{
	color:#1a91ed;
	text-decoration:underline;
}

.wt-cf1a91ed{
	color:#1a91ed;
}
.wt-bottomSpac{
	padding-bottom:50px;
}
/* 结束 截止 灰色字体 */
.wt-cfb5b1b1{
	color:#b5b1b1;
}
/* ***************************状态字体颜色*************************************** */
.wt-passGreen{
	color:#66ba1f;
}
.wt-failRed{
	color:#ee5151;
}
.wt-pengingOrange{
	color:#da7c18;
}
.wt-draftYellow{
	color:#a09e0b;
}
.sub-audit{
	padding:5px 8px;
	border:1px solid #66ba1f;
	color:#66ba1f;
	border-radius:12px;
}
.sub-audit:hover{
	color:#989898;
	text-decoration:none;
}
/* 操作文字蓝色 */
.wt-b0186f2{
	color:#0186f2;
	cursor:pointer;
}
/* *********************************************************列表样式    wt开头*****end************************************************ */

/* *******************菜单隐藏****************************** */
/* .hide-bar{
	position:absolute;
	width:10px;
	height:100%;
	top:0px;
	right:0px;
	z-index:100;
} */
.hide-baricon{
	position:absolute;
	width:10px;
	height:57px;
	background:url(../images/Operator-img/leftbarhide-icon.png) no-repeat left center;
	top:50%;
	right:-10px;
	transform: translateY(-50%);
	z-index:51;
}
.zhanwei{
	width:1200px;
	height:calc(100% - 60px);
	position:absolute;
	margin:0 auto;
	background:cyan;
}
/* -----右侧固定工具条----- */
.wt-kefu-icon{
	display:inline-block;
	width:26px;
	height:26px;
	background:url(../images/operate-icon/kefu-icon_35.png) no-repeat;
}
.wt-help-icon{
	display:inline-block;
	width:26px;
	height:26px;
	background:url(../images/operate-icon/help-icon_39.png) no-repeat;
}
.wt-edit-icon{
	display:inline-block;
	width:26px;
	height:26px;
	background:url(../images/operate-icon/edit-icon_42.png) no-repeat;
	vertical-align:middle;
}
.wt-erweima-icon{
	display:inline-block;
	width:26px;
	height:26px;
	background:url(../images/operate-icon/erweima-icon_45.png) no-repeat;
	vertical-align:middle;
}
.wt-backTop-icon{
	display:inline-block;
	width:28px;
	height:12px;
	background:url(../images/operate-icon/back-top-icon_03.png) no-repeat;
	vertical-align:middle;
}
.right-redArrow-icon{
	display:inline-block;
	width: 10px;
	height: 14px;
	position:absolute;
	top:3px;
	left:0;
	background: url(../images/common-bgimg/redright-arrow-icon_03.png) no-repeat;
}

.right-bar{
	width:40px;
	height:calc(100% - 50px);
	position:fixed;
	right:0;
	top:50px;
	background:#000;
}
.right-bar-box{
	width:100%;
	height:100%;
	position:relative;
}
.right-bar-list{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.right-bar-list li{
	width:100%;
	text-align:center;
	position:relative;
}
.right-bar-list li a{
	padding:12px 0;
	display:block;
	cursor:pointer;
}
.right-bar-list li .right-arrow-show{
	position:absolute;
	width:18px;
	height:21px;
	left:-18px;
	top:50%;
	transform:translateY(-50%);
	background:url(../images/common-bgimg/right-arrow-icon_03.png) no-repeat;
	display:none;
}
.right-bar-list li .erweima-box{
	width:96px;
	height:96px;
	padding:7px;
	background:#0487f2;
	border-radius:8px;
	position:absolute;
	left:-114px;
	top:-40px;
}
.right-bar-list li .erweima-box img{
	width:100%;
	height:100%;
	display:block;
}
.right-bar-list li:hover a{
	background:#0089ff;
}
.right-bar-list li .rightbar-detail{
	display:none;
}
.right-bar-list li:hover .rightbar-detail{
	display:block;
}
.right-bar-list li:hover .right-arrow-show{
	display:block;
}
.right-bar-list li span{
	color:#fff;
}
.wt-back-top{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:30px;
}
.wt-back-top a{
	padding:12px 0;
	display:block;
	cursor:pointer;
	color:#fff;
}
.wt-back-top:hover a{
	background:#0089ff;
}
/* 居中表单 */
.wt-alCen-list{
	width:800px;
	margin:0 auto;
	clear:both;
}
.wt-alCen-list dt{
	width:240px;
	text-align:right;
	line-height:32px;
	display:inline-block;
	font-weight:normal;
	margin-bottom:20px;
}
.wt-alCen-list dt i{
	display:inline-block;
	width:16px;
	text-align:center;
	color:#fb4c30;
}
.wt-alCen-list dd{
	width:500px;
	display:inline-block;
}
.wt-alCen-list dd input{
	width:240px;
	height:32px;
	line-height:32px;
	border:1px solid #E5E5E5;
	padding-left:10px;
}
/* 企业审核 详情展示 */
.wt-outerScroll-box{
	position:absolute;
	width:calc(100% - 304px);
	height:100%;
}
.wt-baseScroll-box{
	width:calc(100% - 260px);
}
.wt-noticeDetScrollBar{
	position:absolute;
	width:calc(100% - 270px);
	width:-webkit-calc(100% - 270px);
	width:-moz-calc(100% - 270px);
	height:calc(100% - 60px);
}
.wt-zbwjDetScrollBar{
	width:calc(100% - 311px);
	width:-webkit-calc(100% - 311px);
	width:-moz-calc(100% - 311px);
}
.wt-upScroll-box{
	position:absolute;
	width:calc(100%);
	height:100%;
}
.compUp-audit-top{
	position:absolute;
	height:60px;
	line-height:60px;
	left:0;
	top:12px;
	width:calc(100%);
	background:#fff;
	padding-top:13px;
	z-index:2;
}
.comp-audit-top{
	position:absolute;
	height:60px;
	line-height:60px;
	left:0;
	top:0px;
	width:calc(100% - 304px);
	background:#fff;
	padding-top:13px;
	z-index:2;
}
.minPer-AuditLog,.minComp-AuditLog{
	width:calc(100% - 364px);
	margin:0 30px;
}
.company-AuditLog{
	padding:40px 30px;
}
.comp-auditTop-tit{
	font-size: 18px;
	color: #fb4c30;
	font-weight: normal;
	padding-left: 24px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
.comp-auditTop-tit i{
	width: 10px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
	background: url(../images/common-bgimg/redright-arrow-icon_03.png) no-repeat;
}
.wt-detail-title{
	position: relative;
	font-size: 16px;
	padding-left: 22px;
	margin-top: 30px;
	border-bottom: 1px solid #e3e3e3;
	line-height:36px;
	color: #0e8cf0;
	font-weight:bold;
	min-height:36px;
}
.wt-detail-title button{
	font-weight:normal;
}
.wt-detail-title .wt-italBlueBtn,.wt-detail-title .wt-italRedBtn{
	font-weight:normal;
	margin-left:-10px;
	font-size:14px;
}
.wt-detailTit-icon{
	display: inline-block;
	width: 4px;
	height: 18px;
	background: #0e8cf0;
	position: absolute;
	top: 9px;
	left: 2px;
}
.wt-tenList-title{
	position: relative;
	font-size: 14px;
	padding-left: 22px;
	border-bottom: 1px solid #e3e3e3;
	line-height:36px;
	margin-bottom: 30px;
	color: #393939;
	min-height:36px;
}
.wt-topfixed-title{
	position: relative;
	font-size: 16px;
	padding-left: 22px;
	line-height:36px;
	color: #0e8cf0;
	font-weight:600;
	min-height:40px;
}
.wt-topfixed-title button{
	font-size: 14px;
}
.wt-topfixed-title .wt-listToprt{
	color:#393939;
	font-weight:normal;
	font-size:14px;
	height: 40px;
}
.wt-topTit-tips{
	position:absolute;
	top:0;
	left:100px;
}
.wt-topTit-tips span{
	line-height:20px;
	color:#fb4c30;
	margin-right:20px;
	font-size:13px;
	font-weight:normal;
}
.wt-cred-tips p{
	text-align:center;
	color:#fb4c30;
	font-size:16px;
	line-height:40px;
}
.wt-tenList-title .wt-zhankai-icon,.wt-detail-title .wt-zhankai-icon{
	margin-left:15px;
}
.comp-auditDetail-box{
	
}
.comp-auditDetail-list{
	width: 900px;
	margin: 0 auto;
}
.comp-auditDetail-list:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.comp-auditDetail-list dt{
	display: inline-block;
	width: 185px;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight:normal;
	line-height:30px;
}
.comp-auditDetail-list dt i{
	color: #fb4c30;
	width:16px;
	display:inline-block;
	text-align:center;
}
.comp-auditDetail-list dd{
	display: inline-block;
	width: 220px;
	float: left;
	text-align: left;
	font-size: 14px;
	padding-left: 12px;
	line-height:30px;
	display:inline-block;
	min-height:30px;
}
.comp-auditDetail-list dd:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.comp-auditDetail-list dd.wt-longBox{
	width:700px;
}
.comp-audit-certBox p,.comp-audit-certBox span,.comp-audit-certBox p a{
	display:inline-block;
}
.comp-audit-certBox span{
	vertical-align:bottom;
}
.comp-audit-certBox p a img{
	display:block;
	width:100%;
	height:100%;
}
.comp-audit-certBox p a{
	margin-right:5px;
	width:60px;
	height:60px;
}
.comp-audit-certBox span i{
	display:inline-block;
	width:23px;
	height:20px;
	background:url(../images/operate-icon/fangda-icon.png) no-repeat;
	cursor:pointer;
}
.wt-detail-reviseBg{
	color:#fe020e;
}
.wt-detail-imgreviseBg{
	border:1px solid #fe020e;
}
.wt-bottom-btnBox{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}
/* 审核记录 */
.wt-examine-box{
	position: absolute;
	top:0px;
	right:0;
	width:260px;
	height: 100%;
	border-left: 1px solid #e3e3e3;
	background: #fff;
}
.wt-examine-ver3{
	right:44px;
}
.wt-examine-container{
	width:260px;
	margin:0 auto;
	height:calc(100% - 80px);
	overflow:hidden;
}
.wt-examine-box h2{
	font-size: 16px;
	height: 20px;
	position: relative;
	color: #0e8cf0;
	font-weight: normal;
	margin:20px 0;
	padding-left: 16px;
}
.wt-examine-box h2 i{
	display: inline-block;
	width: 4px;
	height: 18px;
	background: #0e8cf0;
	position: absolute;
	top: 2px;
	left: 2px;
}
.wt-audit-container{
	padding-left:10px!important;
	padding-right:10px!important;
	overflow:hidden;
	height:calc(100% - 60px);
}
.examine-tg div:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.examine-tg h3 {
	height: 28px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.examine-tg h3 i,
.examine-bh h3 i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/common-bgimg/auditlog_downicon_03.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor:pointer;
}
.examine-tg h3 i.fold,
.examine-bh h3 i.fold{
	background: url(../images/common-bgimg/menurt-icon_03.png) no-repeat;
}

.examine-tg h3 strong {
	border-bottom: 2px solid #2496eb;
	padding: 0 0 6px;
	color:#2496eb;
	position:absolute;
	left:0;
	bottom:-1px;
}

.examine-tg ul li {
	font-size: 14px;
	text-align: left;
}
.examine-tg ul.foldList,
.examine-bh ul.foldList{
	display:none;
}
.examine-tg ul li em,.examine-bh ul li em{
	/* margin-right:8px; */
}
.examine-tg ul li span {
/* 	margin-left:25px; */
}

.examine-tg ul li i {
	display: inline-block;
	width: 64px;
}
.auditver4-scrollbox{
	height:calc(100% - 80px);
}
.auditver4-container{
	padding:0 10px;
}
.audit-ver4-list li i{
	display: inline-block;
	width: 90px;
}
.audit-ver4-list li{
	font-size:14px;
	line-height:28px;
}
.audit-ver4-list li span{
	margin-left:25px;
}
.audit-ver4-con h3{
	color:#db0c00;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 15px;
	margin-bottom: 11px;
	height:32px;
	line-height:32px;
	position: relative;
}
.audit-ver4-con h3 strong{
	border-bottom: 2px solid #db0c00;
/* 	padding: 0 0 6px; */
	font-size:15px;
	color:#fb4c30;
	position:absolute;
	left:0;
	bottom:-1px;
	line-height:30px;
}
.audit-ver4-con h3 i{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/infover4-img/auditver4-arico_03.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor:pointer;
}
.audit-ver4-con h3 .i_v2{
	top: auto;
	bottom: 8px;
	background: url(../images/infover4-img/auditver4-arico_03.png) no-repeat center bottom;
}
.audit-ver4-con h3 i.fold{
	background: url(../images/infover4-img/auditver4-arico_bot.png) no-repeat;
}
.audit-ver4-con h3 .i_v2.fold{
	background: url(../images/infover4-img/auditver4-arico_bot.png) no-repeat center bottom;
}
.examine-bh h3 {
	height: 28px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.examine-bh h3 strong {
	border-bottom: 2px solid #fb4c30;
	padding: 0 0 6px;
	color:#fb4c30;
	position:absolute;
	left:0;
	bottom:-1px;
}

.examine-bh ul li {
	font-size: 12px;
	text-align: left;
}

.examine-bh ul li span,.examine-tg ul li span{
	margin-left: 30px;
}

.examine-bh ul li i {
	display: inline-block;
	width: 64px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
}

.c_fb4c30 {
	color: #fb4c30;
}
.c_2496eb{
	color:#2496eb;
}
.examine-bh p,.examine-tg p{
	text-indent: 2em;
	font-size: 12px;
	border-top: 1px dashed #f3f3f3;
	margin:6px 0;
	padding-top: 6px;
}
/* 新建项目 */
.tendersListAdd-outScroll{
	position:absolute;
	width:100%;
	height:100%;
}
.tendersListAdd-container,.compPerAdd-container,.expertBasic-container{
	padding:0 30px 10px;
	overflow:hidden;
}
.tendersListAdd-container{
	overflow-y:auto;
	position:absolute;
	width:100%;
	height:calc(100% + 12px);
	top:0;
	padding-top:12px;
}
.tendersListAdd-top{
	height:60px;
	font-size:16px;
	padding-top:15px;
	border-bottom:1px solid #ebebeb;
}
.wt-detlist-infotop{
	height:50px;
	font-size:16px;
	padding-top:15px;
	border-bottom:1px solid #ebebeb;
	background:#fff;
}
.wt-topBtnBox{
	position:absolute;
	right:0;
	top:-5px;
}
.wt-topBtnBox button{
	font-weight:normal;
	margin-left:-12px;
}
.tendersListAdd-top-lsit{
	line-height:30px;
}
.tendersListAdd-top-lsit dt{
	display:inline-block;
	font-weight:700;
	position:relative;
	padding-left:16px;
}
.tendersListAdd-top-lsit dd{
	margin-right:30px;
	display:inline-block;
}
.tendersListAdd-main{
	padding-top:30px;
}
.tendersListAdd-leftMenu,.tendereeList-lfmenu,.tendList-lfmenu-44{
	width:136px;
	float:left;
	margin-top:35px;
	position:relative;
}
.tendersListAdd-leftMenu li,.tendereeList-lfmenu li,.tendList-lfmenu-44 li{
	height:42px;
	line-height:42px;
	text-align:center;
	position:relative;
	width:100%;
	background:#f5f5f5;
	margin-top:18px;
	color:#8d8d8d;
	cursor:pointer;
}
.tendList-lfmenu-44 li{
	height: 44px;
	line-height: 44px;
	font-size: 15px;
}
.tendersListAdd-leftMenu li.current,.tendereeList-lfmenu li.current,.tendList-lfmenu-44 li.current {
	background:#fb4c30;
	color:#fff;
}

.tendersListAdd-leftMenu li.current i,.tendList-lfmenu-44 li.current i{
	position:absolute;
	width:10px;
	height:14px;
	left:15px;
	top:14px;
	background:url(../images/common-bgimg/right-arrow-white.png) no-repeat;
}
.tendList-lfmenu-44 li.current i{
	top: 15px;
}
.tendersListAdd-leftMenu li.current em,.tendereeList-lfmenu li.current em,.tendList-lfmenu-44 li.current em{
	position:absolute;
	width:30px;
	height:12px;
	right:-30px;
	top:15px;
	z-index:3;
	background:#fff url(../images/common-bgimg/tendersleftmenu_14_07.png) no-repeat right center;
}
.tendList-lfmenu-44 li.current em{
	top: 16px;
}
.tendersListAdd-leftMenu li em,.tendereeList-lfmenu li em,.tendList-lfmenu-44 li em{
	position:absolute;
	width:30px;
	height:12px;
	right:-30px;
	top:15px;
	z-index:3;
	background:#fff url(../images/common-bgimg/tendersleftmenu_14.png) no-repeat right center;
}
.tendList-lfmenu-44 li em{
	top: 16px;
}
.tendersListAdd-rightBox{
	float:left;
	width:calc(100% - 136px);
	padding-left:24px;
}
.tendersNew-rightBox{
	float:left;
	width:calc(100%);
}
.tendersListAdd-rightMenu{
	padding-left:32px;
/* 	overflow:hidden; */
	position:relative;
	min-height:32px;
	clear:both;
	
}
.tendersListAdd-rightMenu>li{
	float:left;
	margin-left:10px;
}
.tendersListAdd-rightMenu>li a{
	display:block;
	padding:0 11px;
	line-height:32px;
	border:1px solid #d4d4d4;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
	margin-bottom:-1px;
	color:#7b7b7b;
}
.tendersListAdd-rightMenu>li.current a{
	color:#fff;
	background:#1a91ed;
	border:1px solid #1a91ed;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
	margin-bottom:-1px;
}
.tendersListAdd-rightContent{
	position:relative;
	border:1px solid #d4d4d4;
	padding:10px 40px 40px;
	border-top:none;
	min-height:600px;
    height:100%;
}
.tendersListAdd-rightMenu .wt-italBlueBtn,.tendersListAdd-rightMenu .wt-italRedBtn{
	position:absolute;
	right:0px;
	bottom:0px;
}
.tendersListAdd-rightMenu .cur-savebtn{
	right:72px;
}
.tendersListAdd-rightMenu .cur-thirdbtn{
	right:144px;
}
.tendersListAdd-rightMenu .cur-delbtn{
	right:72px;
}
/* 人员添加 */
.compPerAdd-scroll{
	width:calc(100% - 310px);
	width:-moz-calc(100% - 310px);
	width:-webkit-calc(100% - 310px);
	height:calc(100% - 90px);
	height:-moz-calc(100% - 90px);
	height:-webkit-calc(100% - 90px);
	border-top:1px solid #d4d4d4;
	position:absolute;
}
.compPerAddDet-scroll{
	width:calc(100% - 260px);
	width:-moz-calc(100% - 260px);
	width:-webkit-calc(100% - 260px);
	height:calc(100% - 90px);
	height:-moz-calc(100% - 90px);
	height:-webkit-calc(100% - 90px);
	border-top:1px solid #d4d4d4;
	position:absolute;
}
.compPerAdd-leftBox{
	width:calc(100% - 250px);
	width:-moz-calc(100% - 250px);
	width:-webkit-calc(100% - 250px);
}
.compPerAdd-fWidBox{
	width:calc(100%);
	width:-moz-calc(100%);
	width:-webkit-calc(100%);
}
.comp-perAddtBtn button{
	position:absolute;
	right:0px;
	bottom:0px;
}
.comp-perAddtBtn .cur-subBtn{
	right:72px;
}
.comp-perAddtBtn .cur-cunBtn,.comp-perAddtBtn .cur-editbtn{
	right: 144px;
}
.zhiye-infoCon{
	padding:0.1px;
	border:1px solid #e0e0e0;
	border-top:none;
	padding-bottom:10px;
	min-height:210px;
}

/* 新建列表 */
.tenListAdd-scroll{
	width:calc(100% - 220px);
	width:-moz-calc(100% - 220px);
	width:-webkit-calc(100% - 220px);
	height:calc(100% - 137px);
	height:-moz-calc(100% - 137px);
	height:-webkit-calc(100% - 137px);
	position:absolute;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	min-height:602px;
}
.tenListAdd-content{
	padding-top:20px;
	min-height:300px;
}

.wt-tenListAdd-box{
/* 	overflow:hidden; */
	clear:both;
	padding-bottom:20px;
}
.wt-tenListAdd-list:after{
	 content: ".";
     display: block;
     height: 0px;
     clear: both;
     visibility: hidden;
}
.wt-tenListAdd-list{
	width:1000px;
	margin:10px auto 0;
	color:#393939;
	font-size:14px;
}
.wt-tenListAddAuto-list{
	display:flex;
	align-items:center;
	flex-direction:row;
}
.wt-tenListAdd-list dd,.wt-tenListAdd-list dt,.wt-compListAdd-list dt{
	float:left;
	line-height:28px;
	min-height:28px;
}
.wt-tenListAdd-list dt{
	width:220px;
	text-align:right;
	font-weight:normal;
}
.wt-tenListAdd-list dd{
	padding-left:10px;
	font-size:14px;
	display:flex;
	flex-direction:row;
	align-items: center;
/* 	justify-content:center; */
	flex-wrap: wrap;
	min-width:270px;
	max-width:720px;
	word-break:break-all;
}
.wt-tenListAdd-list dt i{
	color:#fb4c30;
	margin:0 4px;
	display:inline-block;
	width:4px;
}
.wt-tenListAdd-list dd input{
	height:28px;
	border:1px solid #e3e3e3;
	padding:0 10px 0 10px;
	margin-right:10px;
}
.wt-tenListAdd-list dd select{
	height:28px;
	border:1px solid #e3e3e3;
	padding:0 24px 0 10px;
	margin-right:10px;
/* 	padding-right:0\9\0;
	padding-right:24px\0; */
}
.wt-tenListAdd-list dd input[type=checkbox]{
	vertical-align:bottom;
	margin-top:0px;
}
.wt-tenListAdd-list dd.dLong-box{
	width:680px;
}
.wt-tenListAdd-list dd.pLongInp-box{
	width:700px;
}
.wt-tenListAdd-list dd.shortInp-box,.wt-tenListAdd-list dd.longInp-box{
	display:block;
}
.wt-tenListAdd-list dd.shortInp-box{
	width:calc(50% - 220px);
}
.wt-tenListAdd-list dd.date-inpbox{
	width:calc(50% - 150px);
}
.wt-tenListAdd-list dd.selectInp-box{
	display:block;
}
.wt-tenListAdd-list dd.selectTwoInp-box select{
	width:117px;
}
.wt-tenListAdd-list dd.longInp-box input{
	width:680px;
}
.wt-tenListAdd-list dd.longfullInp-box input{
	width:705px;
}
.wt-tenListAdd-list dd.longInp-box select{
	min-width:91px;
}
.wt-tenListAdd-list dd.pLongInp-box input{
	width:580px;
}
.wt-tenListAdd-list dd.pLongInp-box .qita{
	width:240px;
}
.wt-tenListAdd-list dd.shortInp-box input{
	width:250px;
}
.wt-tenListAdd-list dd.idcardInp-box select{
	width:250px;
}
.wt-tenListAdd-list dd.shortInp-box>span{
	display:block;
}
.wt-tenListAdd-list dd.longInp-box>span{
	display:block;
}
.wt-tenListAdd-list dd.shortInp-box .wt-inBlock{
	display:inline-block;
}
.wt-tenListAdd-list dd.longdd-box input{
	width:240px;
	margin:0 10px;
}
.wt-tenListAdd-list dd.pDistInp-box input{
	width:250px;
}
.wt-tenListAdd-list dd.idCardInp-box select{
	width:250px;
}
.wt-tenListAdd-list dd input[type=radio]{
	display:none;
}
.wt-tenListAdd-list dd .wt-radioicon{
	margin-right:5px;
	vertical-align:sub;
}
.wt-tenListAdd-list dd label{
	margin-right:14px;
	font-weight:normal;
}
.wt-tenListAdd-list dd input[type=radio]:checked + i{
	background-position:0 -24px;
}
.wt-detail-list dd input[type=radio]:checked + i{
	background-position:0 -24px;
}
.wt-tenListAdd-list dd .qita{
/* 	display:none; */
	margin-left:10px;
}
/* .wt-tenListAdd-list dd input[type=radio]:checked ~ .qita{
	display:inline-block;
} */
.wt-tenListAdd-list dd.ueEditor-box{
	width:700px;
	line-height:20px;
	align-items:baseline;
}
.wt-tenListAdd-list dd.ueEditor-box p{
	display:block;
	line-height:28px;
	width:100%;
}
.wt-tenListAdd-list dd.proj-scope textarea{
	width:580px;
	border:1px solid #e3e3e3;
	resize:vertical;
	padding:5px;
}
.wt-tenListAdd-list dd.areaInp-box textarea{
	width:680px;
	min-height:80px;
}
.wt-tenListAdd-list dd.btn-box{
	text-align:center;
}
.wt-tenListAdd-list dd.btn-box button{
	margin-left:20px;
}
.wt-tenListAdd-list dd.comp-audit-certBox{
	display:inline-block;
}
.wt-tenListAdd-list .cueFrame,.wt-detail-list .cueFrame{
	color:red;
	font-size:13px;
}
.wt-tenListAdd-list dt .label-CheckBox{
	margin-right:8px;
}
.wt-tenListAdd-list dt .label-CheckBox input{
	vertical-align:top;
	margin-top:7px;
	display:none;
}
.wt-tenListAdd-list dt .label-CheckBox .wt-checkboxicon{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/operate-icon/checkboxicon_03.png);
	vertical-align:text-bottom;
}
.wt-tenListAdd-list dt .label-CheckBox input[type="checkbox"]:checked + em{
	background:url(../images/operate-icon/checkboxicon_05.png);
}
.wt-tenListAdd-list .quanxian-down{
	position:absolute;
	top:28px;
	left:0;
}
.wt-tenListAdd-list .quanxian-expl{
	position:absolute;
	top:0;
	left:260px;
	width:100%;
}
/* .wt-tenListAdd-list dd .editcatalog-box:hover input{
	display:block;
}
.wt-tenListAdd-list dd .editcatalog-box:hover .wt-editCatalog-icon{
	display:none;
} */
.wt-tenListAdd-list .files-wrap{
	width:64px;
	height:64px;
	position:relative;
}
.wt-tenListAdd-list .files-wrap img{
	width:100%;
	height:100%;
	overflow:hidden;
}
.files-wrap .wt-smcloseBtn{
	position: absolute;
	right: -8px;
	top: -8px;
	z-index: 2;
}
.wt-smcloseBtn{
	width:16px;
	height: 16px;
	border-radius: 50%;
	background:#fff url(../images/frame-img/preclsoe-icon.png) no-repeat center center;
	border: 1px solid #f28f5e;
}
.wt-smcloseBtn.wt-smcloseBtn-v2{
	width:18px;
	height: 18px;
	background:#fff url(../images/common-bgimg/bank_01_24.png) no-repeat center center;
}
.wt-tenListAdd-list .files-wrap,.wt-tenListAdd-list .filesup-btn,.wt-tenListAdd-list .files-msg{
	margin-right:10px;
	float:left;
}
.wt-tenListAdd-list .files-msg{
	font-size:13px;
}
.wt-tenListAdd-list .files-msg p{
	color:#abaaaa;
}
.wt-tenListAdd-list .filesup-btn{
	width:64px;
	height:64px;
	background:#efefef url(../images/operate-icon/picadd-icon_03.png) center center no-repeat;
	font-size:14px;
	cursor:pointer;
}
.wt-tenListAdd-list .files-msg span{
	color:#5eb51a;
}
.wt-lump-box{
	padding:0 30px 30px;
}
.dateRelBox{
	position:relative;
}
.dateRelBox .wt-dateblueicon{
	position:absolute;
	right:20px;
	top:5px;
}
.quanxian-box button{
	line-height:28px;
	padding: 0 10px;
	border-radius:0;
}
.proj-uploaderBox ul li{
	line-height:28px;
}
#projPickerBtn .webuploader-pick{
	width:64px;
	height:64px;
	background:#fff url(../images/detail-img/zeng.png) no-repeat center center;
	border:2px dashed #e5e5e5;
}
.files-name{
	display:inline-block;
	font-size:14px;
	max-width:500px;
}
.proj-uploaderBox .queueList ul li span.files-panel{
	display:inline-block;
	height:28px;
	vertical-align:top;
}
.proj-uploaderBox .queueList ul li span i{
	vertical-align:sub;
	margin-left:20px;
	cursor:pointer;
}
.projfiles-btn{
	width:64px;
	display:block;
}
/* 人员添加 */
.wt-compListAdd-list{
	width:1200px;
	margin:10px auto 0;
	color:#393939;
}
.wt-compListAdd-list dt{
	width:180px;
	text-align:right;
	font-weight:normal;
	height:28px;
}
.wt-compListAdd-list dd.shortInp-box{
	width:350px;
}
.wt-compListAdd-list dd.longInp-box{
	width:300px;
}
.wt-compListAdd-list dd{
	float:left;
	line-height:28px;
	min-height:28px;
	padding-left:10px;
	font-size:14px;
	display:flex;
	flex-direction:row;
	align-items: center;
/* 	justify-content:center; */
	flex-wrap: wrap;
	min-width:270px;
	max-width:720px;
	word-break:break-all;
}

/* 详情页面 */
.perfInfo-step1,.perfInfo-step2,.perfInfo-step4,.perfInfo-step5{
	width:1326px;
	margin:0 auto;
}
.perfInfo-step3{
	width:1326px;
	margin:0 auto;
}
.wt-infomation-list,.wt-credentials-list{
	width:1200px;
}
.info-content{
	padding-left:20px;
}
.wt-infomation-list dd input{
	width:380px;
}
.wt-detail-mainCont{
	padding-top:30px;
}
.wt-detail-content{
	padding-top:20px;
	min-height:300px;
}
.wt-scrollBarBox{
	width:calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:-webkit-calc(100% - 60px);
	height:calc(100% - 137px);
	height:-moz-calc(100% - 137px);
	height:-webkit-calc(100% - 137px);
	position:absolute;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
.wt-scrollBarProBuBox{
	width:calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:-webkit-calc(100% - 60px);
	height:calc(100% - 137px);
	height:-moz-calc(100% - 137px);
	height:-webkit-calc(100% - 137px);
	position:absolute;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}

.wt-scrollBidDeBox{
	width:calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:-webkit-calc(100% - 60px);
	height:calc(100% - 170px);
	height:-moz-calc(100% - 170px);
	height:-webkit-calc(100% - 170px);
	position:absolute;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
.wt-scrollmyBidsMain{
	width:calc(100% - 104px);
	width:-moz-calc(100% - 104px);
	width:-webkit-calc(100% - 104px);
	height:calc(100% - 255px);
	height:-moz-calc(100% - 255px);
	height:-webkit-calc(100% - 255px);
	position:absolute;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	
}
.expertBasic-scrollBar{
	position:absolute;
	width:calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:-webkit-calc(100% - 60px);
	height:calc(100% - 50px);
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
}
.expertBasic-scrobox{
	position:absolute;
	width:calc(100% - 100px);
	width:-moz-calc(100% - 100px);
	width:-webkit-calc(100% - 100px);
	height:calc(100% - 50px);
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
}
.expertdetail-scrollBar{
	position:absolute;
	width:calc(100% - 334px);
	width:-moz-calc(100% - 334px);
	width:-webkit-calc(100% - 334px);
	height:calc(100% - 50px);
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
}
.expertdetail-scrollBox{
	position:absolute;
	width:calc(100% - 310px);
	width:-moz-calc(100% - 310px);
	width:-webkit-calc(100% - 310px);
	height:calc(100% - 50px);
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
}
.wt-noticeScrollBar{
	width:calc(100% - 60px);
	width:-moz-calc(100% - 60px);
	width:-webkit-calc(100% - 60px);
	height:calc(100% - 137px);
	height:-moz-calc(100% - 137px);
	height:-webkit-calc(100% - 137px);
	position:absolute;
	border:1px solid #d4d4d4;
}
.wt-zbwjScrollBar{
	width:calc(100% - 104px);
	width:-moz-calc(100% - 104px);
	width:-webkit-calc(100% - 104px);
}
.wt-detail-main{
	padding:10px 40px 40px;
}
.rtTopBtn-spac{
	padding-top:50px;
}
.wt-Detailtop-title{
	line-height:22px;
	font-size:16px;
	position:relative;
	padding-left:16px;
	font-weight:700;
}
.wt-detail-topList{
	padding-left:32px;
	overflow:hidden;
	position:relative;
}
.rtTop-TabsBtnBox{
	min-height:32px;
	overflow:visible;
}
.wt-detail-topList>li{
	float:left;
	margin-left:10px;
}
.wt-detail-topList>li a{
	display:block;
	padding:0 11px;
	line-height:32px;
	border:1px solid #d4d4d4;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
	margin-bottom:-1px;
	color:#7b7b7b;
}
.wt-detail-topList .new-n{
	position: absolute;
	width: 49px;
	height: 25px;
	right: -16px;
	top: -12.5px;
	background: url(../images/common-bgimg/20190822174329.gif) no-repeat left center;
}
.wt-detail-topList>li.current a{
	color:#fff;
	background:#1a91ed;
	border:1px solid #1a91ed;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
	margin-bottom:-1px;
}
.wt-detail-topList .wt-italBlueBtn,.wt-detail-topList .wt-italRedBtn{
	position:absolute;
	right:0px;
	bottom:0px;
}
.wt-topfixedBtnBox{
	margin-right:30px;
	margin-left:40px;
	margin-top:5px;
	overflow:hidden;
	border-bottom:1px solid #e3e3e3;
}
.wt-topfixedTenBox{
	margin-right:30px;
	margin-left:40px;
	margin-top:5px;
	border-bottom:1px solid #e3e3e3;
}
.wt-topfixedBtnBox .wt-italBlueBtn,.wt-topfixedTenBox .wt-italBlueBtn,
.wt-topfixedBtnBox .wt-italRedBtn,.wt-topfixedTenBox .wt-italRedBtn{
	position:static;
/* 	float:left; */
	margin-right:5px;
}
.wt-detail-topList .cur-savebtn{
	right:144px!important;
}
.wt-detail-topList .cur-delbtn{
	right:72px!important;
}
.wt-detail-listBox{
	padding:10px 20px;
}
.wt-detail-listBox .wt-detail-title{
	margin-top:15px;
	margin-bottom:0;
	font-size:14px;
	border:none;
}
.wt-detail-listBox .wt-detail-title .wt-yunShchuang-icon{
	position:absolute;
	right:0px;
	top:12px;
}
.wt-detail-listBox .wt-linksBlack-icon{
	vertical-align:top;
	margin-top:16px;
}
.wt-tenListAdd-list .wt-linksBlack-icon{
	vertical-align:top;
	margin-top:4px;
}
.wt-detail-TopBtnBox{
	position:absolute;
	height:30px;
	top:0;
	right:0;
	z-index:1;
}
.wt-detail-TopiconBox{
	position:absolute;
	height:100%;
	top:0;
	right:0;
	z-index:1;
}
.wt-detail-TopiconBox i{
	margin-right:12px;
	cursor:pointer;
}
.wt-detail-TopiconBox .wt-blueDel-icon{
	margin-top:12px;
}
.wt-detail-TopiconBox .wt-redDel-icon{
	margin-top:11px;
}
.wt-detail-list{
	width:95%;
	clear:both;
	margin:10px auto 0;
	font-size:14px;
	color:#393939;
	overflow:hidden;
}
.wt-detail-list dt{
	float:left;
	line-height:28px;
	min-height:28px;
	text-align:right;
	font-weight:normal;
	width:160px;
}
.wt-detail-list dt i{
	display:inline-block;
	margin:0 4px;
	width:4px;
	color:#fb4c30;
}
.wt-detail-list dd{
	padding-left:10px;
	font-size:14px;
/* 	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap; */
	line-height:28px;
	word-break:break-all;
	min-width:220px;
	max-width:720px;
	float:left;
	position:relative;
	min-height:28px;
}
.wt-detail-list dd input{
	height:28px;
	border:1px solid #e3e3e3;
	padding:0 10px 0 10px;
	margin-right:10px;
}
.wt-detail-list dd select{
	height:28px;
	border:1px solid #e3e3e3;
	padding:0 24px 0 10px;
	margin-right:10px;
}
.wt-detail-list dd.pLongInpBox{
	width:600px;
}
.wt-detail-list dd.shortInp-box,.wt-detail-list dd.shortSel-box{
	width:230px;
}
.wt-detail-list dd.moneyInp-box input{
	width:200px;
}
.wt-detail-list dd.moneyInp-box select{
	width:185px;
}
.wt-detail-list dd.pLongInp-box input{
	width:590px;
}
.wt-detail-list dd.shortInp-box input{
	width:200px;
}
.wt-detail-list dd.shortSel-box select{
	width:200px;
}
.wt-detail-list dd.textareaInp-box textarea{
	width:590px;
	border:1px solid #e3e3e3;
	resize:vertical;
	padding:5px;
	min-height:100px;
}
.wt-detail-list dd.chooseInp-box{
	width:300px;
}
.wt-detail-list dd.chooseInp-box input{
	width:200px;
}
.wt-detail-list dd.smallInp-box{
	min-width:70px;
}
.wt-detail-list dd.pLongInp-box .textmsg-box{
	line-height:28px;
}
.wt-detail-list dd.pLongInp-box .wt-grayBtn{
	margin-left:20px;
}
.wt-detail-list dd.fujianInp-box input{
	padding:0 30px 0 10px;
}
.wt-tenListAdd-list dd.fujianInp-box{
	position:relative;
}
.wt-tenListAdd-list dd.fujianInp-box input{
	padding:0 30px 0 10px;
}
.fujianInp-box .wt-rTopcloseBtn{
	position:absolute;
	right:0;
}
.wt-detail-list dd.shortInp-box .wt-dateblueicon{
	right:28px;
	top:6px;
}
.wt-detail-list dd.shortInp-box .wt-linksBlack-icon,
.wt-detail-list dd.pLongInp-box .wt-linksBlack-icon{
	position:absolute;
	left:20px;
	top:8px;
	cursor:pointer;
}
.wt-detail-list dd.shortInp-box a,
.wt-detail-list dd.pLongInp-box a{
	padding-left:20px;
}
.wt-detail-list dd.shortInp-box a .wt-linksBlack-icon,
.wt-detail-list dd.pLongInp-box a .wt-linksBlack-icon{
	left:10px;
	top:6px;
}
.wt-detail-list dd.shortInp-box .wt-yunShchuang-icon{
	position:absolute;
	right:28px;
	top:6px;
}
.wt-tenListAdd-list dd.shortInp-box .wt-yunShchuang-icon{
	position:absolute;
	right:20px;
	top:6px;
}
/* ********标段信息******** */
.wt-biaoduan-listCon{
	border:1px solid #e3e3e3;
}
.wt-biaoduan-list{
	border-bottom:1px solid #e3e3e3;
	background:#fff;
}
.wt-biaoduan-listCon .curselect{
	background:rgb(152, 152, 152);
}
/*.wt-biaoduan-listCon .wt-biaoduan-list:last-child{*/
	/*border-bottom:none;*/
/*}*/
.wt-biaoduan-listCap,.wt-biaoduan-list{
	line-height:30px;
	padding:4px 0;
	overflow:hidden;
}
.wt-listCapbg{
	background:#f5f5f5;
}
.wt-biaoduan-listCap li,.wt-biaoduan-list li{
	float:left;
	min-height:30px;
}
.wt-biaoduan-list li input{
	width:90%;
	border:1px solid #e3e3e3;
}
.wt-links-icon{
	display:inline-block;
	width:17px;
	height:19px;
	background:url(../images/common-bgimg/edit-icon_17.png) no-repeat;
}
.wt-linksBlack-icon{
	display:inline-block;
	width:17px;
	height:19px;
	background:url(../images/operate-icon/lianjie_10.png) no-repeat center center;
	vertical-align:top;
}
.wt-links-blueVer4-icon{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/infover4-img/link4icon_03.png) no-repeat center center;
	vertical-align:top;
}
.wt-yunShchuang-icon{
	display:inline-block;
	width:22px;
	height:14px;
	background:url(../images/operate-icon/shangchuang_03.png) no-repeat;
	cursor:pointer;
}
.wt-biaoduan-list li.wt-posRel{
	position:relative;
}
.wt-biaoduan-list li.wt-posRel input{
	padding-left:30px;
}
.wt-biaoduan-list li.wt-posRel i{
	position:absolute;
	left:11px;
	top:6px;
}

/* 手动弹出层 */
.wt-posAbsoC{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	position:absolute;
	z-index:3;
	display:none;
	left:0;
	top:0;
}
.wt-BDTanC{
	z-index:5;
}
.wt-posFixedC{
	width:calc(100% - 150px);
	height:calc(100% - 128px);
	background:rgba(0,0,0,.3);
	position:fixed;
	z-index:30;
	display:none;
	left:150px;
	top:128px;
	right:0px;
}
.wt-notposAbsoC{
	width:calc(100% + 58px);
	height:calc(100% + 12px);
	top:-12px;
}
.wt-posRelC{
	width:100%;
	height:100%;
	position:relative;
}
.wt-addsuc-box{
	padding:60px;
}
.wt-addsuc-box .wt-tanC-btnBox{
	right:10px;
	top:10px;
}
.wt-tanchu-top{
	height:36px;
	font-size:16px;
	position:relative;
	background:#fff;
	width:100%;
	padding-top:7px;
}
.wt-tan-top-slide{
	height:36px;
	position:relative;
	background:#fff;
	width:100%;
	float: left;
}
.wt-tan-top-slide .top-tit{
	line-height: 30px;
	font-size: 16px;
	position: relative;
	font-weight: 700;
	float: left;
}
.wt-tan-top-slide .top-tit .lf-arow-ico{
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 14px;
	margin-top: 8px;
	background: url(../images/common-bgimg/redright-arrow-icon_03.png) no-repeat;
	margin-right: 9px;
}
.wt-tan-top-slide .btn-slide{
	float: right;
	font-weight: bold;
	font-size: 15px;
}
.wt-tanchu-topTabList{
	
}
.wt-tanchu-topTabList li{
	float:left;
	min-height:30px;
	line-height:30px;
	padding:0 20px;
	border:1px solid #e4e4e4;
	border-bottom:none;
}
.wt-tanchu-topTabList li.current{
	background-color:#1a91ed;
}
.wt-tanchu-topTabList li.current a{
	color:#fff;
}
.wt-tanchu-topTabList li:last-child{
	border-left:none;
}
.wt-addsuc-MainC{
	position:absolute; 
	width:400px;
	box-shadow:1px 1px 8px #d1d1d1;
	background:#fff; 
	overflow:hidden;
/* 	top:50%; 
	left:50%;
	transform: translate(-50%, -50%); */
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	border-radius:10px;
	height:200px;
}
.wt-tanchuMainC{
	position:absolute; 
	width:1060px;
	box-shadow:1px 1px 8px #d1d1d1;
	background:#fff; 
	overflow:hidden;
	/* 	top:50%; 
	left:50%;
	transform: translate(-50%, -50%); */
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
/* 	overflow-y:scroll; */
/* 	padding:0 30px 30px; */
/* 	height:90%; */
	padding:24px 30px;
/* 	min-height:80%; */
	max-height: 98%;
}
.wt-tanchuMainC .password-side{
	width:100%;
}
.wt-tanchuMainC .password-side span{
	line-height:30px;
	font-size:15px;
	color:#666;
}
.wt-tanchuMainC .password-side input{
	border:1px solid #e0e0e0;
	height:30px;
	width:200px;
	padding:0 10px;
	line-height:30px;
	display:block;
	margin:0 auto;
}
.wt-tanchuBoHuiC{
	width:560px;
	height:240px;
	padding:10px 20px;
}
.wt-tanMiniC{
	width:560px;
	height:190px;
	padding:10px 20px;
}
.viewimg-close{
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	height: 80px;
	overflow: hidden;
	position: absolute;
	right: -40px;
	top: -40px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
	width: 80px;
}
.viewimg-close::before{
	content:'close';
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	color: transparent;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	width: 20px;
	bottom: 15px;
	left: 15px;
	position: absolute;
	background-position: -260px 0;
}

.wt-mincon-box{
	border:1px solid #e3e3e3;
	padding:30px 20px;
}
.bohui-conbox{
	border:1px solid #e3e3e3;
	padding:17px 20px;
}
.wt-mincon-box .wt-detail-list dt{
	width:150px;
}
.wt-mincon-box .wt-detail-list{
	width:100%;
}
.wt-mincon-box .wt-detail-list dd.shortInp-box,.wt-mincon-box  .wt-detail-list dd.shortInp-box input{
	width:310px;
}
.wt-tanFlex-box{
	display:flex;
}
.wt-tanchuScroll{
	width:100%;
	height:calc(100% - 40px);
	border:1px solid #e3e3e3;
}
.wt-tanRbacScroll{
	width:100%;
	height:calc(100% - 70px);
	border:1px solid #e3e3e3;
}
.wt-tanchuMainC .wt-tenListAdd-list{
	width:960px;
}
.wt-tanchuMainC .wt-tenListAdd-list .shortInp-box{
	min-width:240px;
}
.wt-tanchuMainC .wt-tenListAdd-list .shortInp-box input{
	width:240px;
}
.wt-tanC-btnBox{
	position:absolute;
	height:30px;
	top:0;
	right:0;
	z-index:1;
}
.wt-sucC-tit{
	 font-size:18px;
	 text-align:center;
	 font-weight:normal;
	 color:#5a5a5a;
}
.wt-botBtn-box,.wt-botFlexBtn-box{
	display:flex;
	margin:20px 0 15px;
/* 	justify-content:space-between; */
	justify-content:center;
}
.wt-botBtn-box button,.wt-botFlexBtn-box button{
	border:1px solid #1a91ed;
	height:30px;
	line-height:30px;
	border-radius:5px;
	margin-right:15px;
}
.wt-botBtn-box button i{
	display:none;
}
.wt-botBtn-box button:first-child{
	background:#fff;
	color:#1a91ed;
}
.wt-botBtn-box button:last-child{
	background:#1a91ed;
	color:#fff;
}
.wt-justCenter{
	justify-content:center!important;
}
.wt-bohuiTan-list dt{
	float:left;
	line-height:28px;
	min-height:28px;
	text-align:center;
	width:80px;
	font-weight:normal;
}
.wt-bohuiTan-list dd{
	float:left;
}
.wt-bohuiTan-list dd.textareaInp-box textarea{
	border:1px solid #e3e3e3;
	resize:none;
	padding:5px;
	min-height:150px;
	width:360px;
}
/* pb tan */
.wt-tanmain-con{
	padding:20px;
}
.wttan-topoper-box{
	height:30px;
}
.wttan-topoper-list{
	height:30px;
	line-height:30px;
	font-size:14px;
}
.wttan-topoper-list dt{
	float:left;
	font-weight:bolder;
	height:30px;
	line-height:30px;
}
.wttan-topoper-list dd{
	float:left;
	height:30px;
	line-height:30px;
	text-align:center;
	position:relative;
	margin:0 12px 0 6px;
}
.wttan-topoper-list dd input{
	border:1px solid #a9a9a9;
	height:30px;
	line-height:30px;
	padding:0 5px;
	width:100%;
}
.wttan-posr-box{
	width: 100%;
    height: 100%;
    border:1px solid #a9a9a9;
}
.wttan-posr-box .wttan-seldown-icon{
	display:inline-block;
    width:13px;
    height:100%;
    background:url(../images/spsetting/down-grayarow_03.png) no-repeat left center;
    vertical-align:top;
    margin-left:8px;
    position:relative;
    cursor:pointer;
}
.wttan-posr-box .wttan-selup-icon{
	position:absolute;
    width:13px;
    height:7px;
    background:url(../images/framever3/arrow-ver3_03.png);
    top:21px;
    left:0;
    z-index:3;
    display: none;
}
.wttan-selbox-list{
	position: absolute;
    top: 28px;
    width:100%;
    border: 1px solid #cbcbcb;
    padding-right: 2px;
    background-color: #fff;
    left:0;
    display: none;
    z-index:2;
}
.wttan-selbox-list>div{
	height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 2px 0;
    cursor: pointer;
}
.wttan-selbox-list>div .wttan-listhover-icon{
     display:inline-block;
     float:left;
     width:8px;
     height:100%;
     background:url(../images/framever3/person-ver3_06.png) no-repeat left center;
     vertical-align: top;
}
.wttan-selbox-list>div:hover{
	background-color: #1a91ed;
    color: #fff;
}
/* .wttan-sel-box:hover .wttan-posr-box .wttan-selup-icon{
	display:block;
}
.wttan-sel-box:hover .wttan-selbox-list{
	display:block;
} */
.wttan-list-mainCon{
	overflow:hidden;
	margin-top:15px;
}
.wttan-list-thead{
	height:38px;
	background-color:#ebebeb;
	font-weight:bold;
	border:1px solid #e0e0e0;
	text-align:center;
}
.wttan-list-thead li{
	line-height:36px;
	height:36px;
	float:left;
}
.wttan-list-thead-v2{
	height: 42px;
}
.wttan-list-thead-v2 li{
	line-height:40px;
	height:40px;
}
.wttan-list-body{
	min-height:37px;
	border:1px solid #e0e0e0;
	border-top:none;
	text-align:center;
	position:relative;
}
.wttan-list-body li{
	line-height:36px;
	height:36px;
	float:left;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.wttan-list-body .wt-checked-icon{
	display:inline-block;
	height:100%;
	width:17px;
	vertical-align:center;
	background:url(../images/operate-icon/wt-list-chicon_03.png) no-repeat left center;
}
.wttan-list-body .wt-checked-icon-v2{
	display:inline-block;
	height:16px;
	width:16px;
	vertical-align:top;
	margin-top: 12px;
	background:url(../images/operate-icon/wt-list-chicon_03.png) no-repeat left center;
	background-size: 100% 100%;
}
.wttan-list-body-v2{
	min-height:40px;
	width: 100%;
	float: left;
}
.wttan-list-body-v2 li{
	line-height: 40px;
	height: 40px;
}
.wttan-list-body-v2 .down-list{
	display: none;
}
ul.wt-checked-bluebg{
	background-color:#1a91ed;
	color:#fff;
}
ul.wt-checked-light-bluebg{
	background-color:#7ec6fe;
	color:#fff;
}
ul.wt-checked-light-bluebg .down-list{
	display: block;
}
ul.wt-checked-redbg{
    background-color:#ff7679;
    color:#fff;
}
ul.wt-checked-redbg-v2{
	background-color:#ffeff0;
	color:#e01116;
}
ul.wt-checked-redbg-v2 .wt-checked-icon{
	background:url(../images/operate-icon/red_sel_dui_bg_03.png) no-repeat left center;
}
ul.bortot-trans{
	border-top:1px solid transparent;
}
ul.wt-checked-bluebg .wt-checked-icon,ul.wt-checked-redbg .wt-checked-icon{
	background:url(../images/operate-icon/wt-list-chicon_07.png) no-repeat left center;
}
ul.wt-checked-light-bluebg .wt-checked-icon-v2{
	background:url(../images/operate-icon/u_dui_v5_07.png) no-repeat left center;
}
ul.wt-selblue-icon{
	color:#393939;
	background-color:#fff;
	border:1px solid #1a91ed;
}
ul.wt-selblue-icon .wt-checked-icon{
	background:url(../images/operate-icon/checkboxicon_05.png) no-repeat left center;
}
.wttan-list-body .ggbd-posabso-box{
	position:absolute;
	width:calc(100% + 2px);
	min-height:40px;
	background-color:#1a91ed;
	top:36px;
	z-index:2;
	left:-1px;
}
.ggbd-posabso-box .ggbd-bd-box{
	float:left;
	width:calc(100% - 180px);
}
.ggbd-posabso-box .ggbd-bd-box span{
	color:#fff;
	display:inline-block;
	line-height:40px;
	height:40px;
	margin:0 15px;
}
.ggbd-posabso-box .check-icon{
	display:inline-block;
	height:100%;
	width:17px;
	vertical-align:top;
	background:url(../images/operate-icon/wt-list-chicon_03.png) no-repeat left center;
	margin-right:15px;
}
.ggbd-posabso-box .sel-sp .check-icon{
	background:url(../images/operate-icon/wt-list-chicon_07.png) no-repeat left center;
}
.ggbd-posabso-box button{
	width:58px;
	text-align:center;
	height:26px;
	line-height:26px;
	color:#1a91ed;
	background-color:#fff;
	margin-top:7px;
}
.wttan-disinfo-wrap{
	overflow:hidden;
}
.wttan-disinfo-tit{
	padding-bottom:10px;
	line-height:16px;
	border-bottom:1px solid #e0e0e0;
	font-size:14px;
	font-weight:600;
	color:#333;
}
.wttan-disinfo-tit .tit-linebg{
	display:inline-block;
	vertical-align:top;
	width:3px;
	height:16px;
	background-color:#1a91ed;
	margin-right:8px;
}
.wttan-disinfo-list{
	padding:15px 55px;
	overflow:hidden;
}
.wttan-disinfo-list li{
	width:50%;
	float:left;
	min-height:30px;
	line-height:30px;
	padding-right:8px;
}
.wttan-disinfo-list li .fir{
	display:block;
	float:left;
	font-weight:normal;
}
.wttan-disinfo-list li .sec{
	display:block;
	float:left;
	padding-left:10px;
}
.wttan-main-con{
	height:100%;
	width:100%;
	padding:20px 30px;
}
.wttan-list-mainslide{
	padding:20px;
}
.wttan-topsearch-list{
	height:30px;
	margin-bottom:16px;
}
.wttan-topsearch-list dt,.wttan-topsearch-list dd{
	float:left;
	height:30px;
	line-height:30px;
	font-weight:normal;
	margin-left:10px;
}
.wttan-topsearch-list dd{
	margin-right:12px;
}
.wttan-topsearch-list dd input{
	border:1px solid #e0e0e0;
	width:180px;
	padding:0 10px;
}
.wttan-topsearch-list .search-btn{
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#e60012;
	color:#fff;
}
.wttan-topsearch-list .search-btn .fd-icon{
	display:inline-block;
	height:100%;
	width:17px;
	background:url(../images/inp-icon/fdjicon_03.png) no-repeat center center;
	margin-right:10px;
	vertical-align:top;
}
/* 证件照弹出 */
.comp-auditDetail-list .viewer-container,.wt-tenListAdd-list .viewer-container{
	top:128px;
	right:0px;
	left:150px;
}
.stepBox-viewer .wt-tenListAdd-list .viewer-container,.stepBox-viewer .comp-auditDetail-list .viewer-container{
	left:0;
}
.stepBox-viewer .wt-tenListAdd-list .viewer-container .viewer-canvas,.stepBox-viewer .comp-auditDetail-list .viewer-container .viewer-canvas{
	left:0;
}
.comp-auditDetail-list .viewer-container .viewer-canvas,.wt-tenListAdd-list .viewer-container .viewer-canvas{
	left:-136px;
}

.certImg-tanchu{
	width:90%;
	height:90%;
	box-shadow:1px 1px 8px #d1d1d1;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	visibility:hidden;
	z-index:999;
	background:black;
	padding:10px 40px;
}
.certImg-list{
	width:100%;
	height:100%;
}
.certImg-list li{
	width:100%;
	height:100%;
}
.certImg-list li img{
/* 	width:500px;
	height:200px; */
	height:100%;
	display:block;
	margin:0 auto;
}
.leftswh-btn{
	position:absolute;
	background:url(../images/detail-img/detail-bigimg_06.png) 0px 0px no-repeat;
	left:15px;
	cursor:pointer;
	width:27px;
	height:43px;
	top:50%;
	transform:translateY(-50%);
}
.rightswh-btn{
	position:absolute;
	background:url(../images/detail-img/detail-bigimg_09.png) 0px 0px no-repeat;
	right:15px;
	cursor:pointer;
	width:27px;
	height:43px;
	top:50%;
	transform:translateY(-50%);
}
.wt-closeGreBtn{
	width:15px;
	height:15px;
	position:absolute;
	right:12px;
	top:12px;
	background:url(../images/Operator-img/close-tx.png) no-repeat;
}
/* 附件上传自定义美化 */
.wt-filesbox{
	width:30px;
	height:30px;
	position:relative;
/* 	background: #D0EEFF; */
	cursor:pointer;
/* 	border: 1px solid #99D3F5; */
	border-radius: 4px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-align:center;
    line-height: 30px;
    margin:5px auto 0;
    font-size:0;
    background:url(../images/infover4-img/comsterppver4_21.png) no-repeat center center;
}
.wt-filesdef{
	position:absolute;
	font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.wt-listMain .wt-filesbox .wt-filesdef{
	width:100%;
	padding:0;
}
.wt-listMain .wt-linksBlack-icon{
	margin-top:10px;
}
.wt-listMainAuto li a .wt-linksBlack-icon{
	margin-top:5px;
}
.wt-fliesnamebox{
	height:40px;
}
.wt-fliesnamebox .wt-fliesname{
	display:inline-block;
	width:80%;
	
}
.wt-fliesnamebox .files-del{
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
}
.comp-belong-industry{
	position:relative;
}
.industry-belongBox{
	position:absolute;
	top:32px;
	left:0px;
	width:100%;
	display:none;
	background-color: #fff;
	border:1px solid #e5e5e5;
	height:300px;
	overflow-y:scroll;
	z-index:2;
}
.wt-tenListAdd-list .industry-belongBox{
	top:28px;
	left:10px;
	display:block;
	overflow-x:hidden;	
}
.wt-tenListAdd-list .wt-none{
	display:none;
}


#positionButtonDiv {background: rgb(58, 56, 63);background: rgba(58, 56, 63, 0.8);border: solid 1px #100000;color: #fff;padding: 8px;text-align: left;position: absolute;right:35px;top:35px;}
#positionButtonDiv .positionButtonSpan img {float: right;border: 0;}
.positionMapClass area {cursor: pointer;}
.zoomButton {border: 0;	cursor: pointer;}


/*****************列表页*翻页***************/
.page-container{color:#989898;height:80px;padding:15px 10px 0 10px;position:relative;}
.compet-page-container{
	padding:24px 0px;
}
.page-container .showNum-box,.page-turning,.page-container .pageSkip-box{width:23%;float:left;line-height:32px;margin-left:0;}
.page-container .showNum-box{text-align: left;padding-left: 5px;}
.page-turning{width:54%;}
.showNum-box span,.showNum-box strong{margin:0 3px;}
.showNum-box select{height:30px;border:1px solid #dddddd;line-height:28px;margin:0 3px;padding-left:5px;min-width: 40px;}
.page-container .page-turning{text-align:center;margin:0;}
.page-container .page-turning li{display:inline-block;}
.page-turning li a{display:block;}
.page-turning li a:hover{background:#428bca;color:#ffffff;cursor:pointer;}
.pageSkip-box{text-align:right;}
.pageSkip-box input{width:60px;text-align:center;height:30px;}
.pageSkip-box span{display:inline-block;margin:0 5px;cursor:pointer;text-decoration:underline;}
.rt-pagbox .page-turning{
	float: right;
	text-align: right;
	width: 70%;
}
.page-new-con{
	width: 100%;
	float: left;
}
.page-new-con .page-container{
	height: 34px;
	padding: 0;
}
.page-new-con .pageSkip-box span,.page-new-con .page-container .page-turning li{
	vertical-align: top;
}

/*****************审核记录*翻页***************/
.auditPage-container{
	width:100%;
	text-align:center;
	height:60px;
}
.auditPage-container ul{
	display:inline-block;
	height:28px;
	border-radius:28px;
	background:#e9ecf3;
	/* padding:0 14px; */
}
.auditPage-container ul li a{
	height:28px;
	text-align:center;
	line-height:28px;
	width:28px;
	padding:0;
	border-radius:50%;
	background:#e9ecf3;
	border:none;
	margin:0;
}
.auditPage-container ul .audit-lastPage{
	width:28px;
	height:28px;
	background:#e9ecf3 url(../images/operate-icon/auditpage_03.png) no-repeat center center;
	border:none;
	padding:0;
}
.auditPage-container ul .audit-lastPage:hover{
	background-color:#e9ecf3;
	background:#e9ecf3 url(../images/operate-icon/auditpage_03.png) no-repeat center center;
}
.auditPage-container ul .audit-nextPage:hover{
	background-color:#e9ecf3;
	background:#e9ecf3 url(../images/operate-icon/auditpage_05.png) no-repeat center center;
}
.auditPage-container ul .disabled a{
	background-color:#e9ecf3;
}
.auditPage-container ul .disabled a:hover{
	background-color:#e9ecf3;
}
.auditPage-container ul .audit-nextPage{
	width:28px;
	height:28px;
	background:#e9ecf3 url(../images/operate-icon/auditpage_05.png) no-repeat center center;
	border:none;
}
.auditPage-container ul .active a{
	border-radius:50%;
	width:28px;
	height:28px;
	background-color:#0487f3;
	border-color:#0487f3;
}
/* ZBGG */
.zbggType-listBox{
	position:absolute;
	top:30px;
	right:0;
	width:180px;
	text-align:center;
	z-index:2;
}
.zbggType-listBox>span{
	position:relative;
	height:6px;
	width:180px;
	display:block;
}
.zbggType-listBox>span i{
	position:absolute;
	width:10px;
	height:6px;
	background:url(../images/common-bgimg/xiala-arrowbg.png) no-repeat center center;
	bottom:-2px;
	right:29px;
}
.zbggType-list{
	background:#fafafa;
	border:1px solid #e3e3e3;
}
.zbggType-list li a{
	display:block;
	padding:0 20px;
	border:1px solid #e3e3e3;
}
.zbggType-list li a:hover{
	background:#1a91ed;
	color:#fff;
	border:1px solid transparent;
}
.all-selectBox{
	margin:10px 8px 5px;
	padding-left:22px;
	padding-right:22px;
	height:30px;
	line-height:30px;
}
.all-selectBox label em{
	position:absolute;
	left:5px;
	top:50%;
	width:14px;
	height:14px;
	background:url(../images/common-bgimg/weixuan_06.jpg) no-repeat;
	margin-right:5px;
	margin-top:-5px;
}
.all-selectBox label .select-color{
	height:100%;
	padding-left:25px;
	border:1px solid transparent;
	padding-right:15px;
	border-radius:5px;
}
.all-selectBox label input[name=zbggBDAllSel1]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.all-selectBox label input[name=zbggBDAllSel1]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.all-selectBox .wt-listTitle{
	padding-left:25px;
}
.all-selectBox .wt-listTitle dd:first-child{
	border-right:1px solid #e0e0e0;
}
.zbggBD-box{
	/* padding-top:10px; */
}
.zbggBD-box ul{
	overflow-x:hidden;
	border:1px solid #e0e0e0;
	border-top:none;
}
.zbggBD-box ul label{
	width:100%;
	line-height:30px;
	min-height:30px;
	display:block;
}
.zbggBD-box ul label:last-child li{
	border-bottom:none;
}
.zbggBD-box ul li{
	line-height:30px;
	min-height:30px;
	overflow-x:visible;
	border-bottom:1px solid #e0e0e0;
}
.zbggBD-box ul label li{
	position:relative;
	width:100%;
}
.zbggBD-box ul li input{
	display:none;
	width:0;
	height:0;
}
.zbggBD-box ul li .no-select-bg{
	position:absolute;
	left:5px;
	top:50%;
	width:14px;
	height:14px;
	background:url(../images/common-bgimg/weixuan_06.jpg) no-repeat;
	margin-right:5px;
	margin-top:-4px;
}
.zbggBD-box ul li .select-color{
	width:100%;
	height:100%;
	padding-left:25px;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.zbggBD-box ul li .select-color span{
	display:block;
	float:left;
	min-height:30px;
	word-break:break-all;
	padding:0 5px;
}
.zbggBD-box ul li .select-color span:first-child{
	border-right:1px solid #e0e0e0;
}
.zbggBD-box ul li input[name=zbggBD1]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.zbggBD-box ul li input[name=zbggBD2]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.zbggBD-box ul li input[name=zbggBD3]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.zbggBD-box ul label li input[name=zbggBD1]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.zbggBD-box ul label li input[name=zbggBD2]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.zbggBD-box ul label li input[name=zbggBD3]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.zbggBD-box ul label li input[type="checkbox"]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.zbggBD-box ul label li input[type="checkbox"]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.zbggBD-box ul li input[type="radio"]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.zbggBD-box ul li input[type="radio"]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.all-selectBox input[type="checkbox"]:checked + em{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.all-selectBox input[type="checkbox"]:checked ~ .select-color{
	background:#1a91ed;
	color:#fff;
}
.zbggBD-Tfixed{
	position:fixed;
	left:50%;
	margin-left:400px;
	background:#fff;
	z-index:2;
	width:1000px;
	height:120px;
	margin-left:-411px;
	
}
.zbggBD-displayBox{
	margin:10px 8px;
}
.zbggBD-displayBox p{
	line-height:26px;
	font-weight:bold;
}
.zbggBD-displayBox ul{
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap:wrap;
	min-height:26px;
	line-height:26px;
}
.zbggBD-displayBox ul li{
	float:left;
	margin:0 5px;
	padding:0 5px;
	border:1px solid #1a91ed;
	border-radius:5px;
	margin-bottom:5px;
}
.zbggBD-displayBox ul li .wt-rTopcloseBtn{
	margin:0 3px 0 5px;
	cursor:pointer;
}
.wt-redTips{
	color:red;
	font-weight:normal;
	font-size:12px;
}
.detail-content{
	padding-top:10px;
}
.wt-detailMain-con{
	padding-top:30px;
	height:calc(100% - 60px);
}
.noticeAudit-ListCon{
	padding:0 30px 30px;
	height:100%;
}
.noticeAudit-detCon{
	padding-left:10px;
}
.wt-notice-topWid{
	width:calc(100% - 270px);
	width:-webkit-calc(100% - 270px);
	width:-moz-calc(100% - 270px);
}
.noticeBigTit{
	width:100%;
	font-size:26px;
	color:#1a91ed;
	text-align:center;
	font-weight:bold;
	margin:20px 0;
	line-height:40px;
}
/* 专家信息   */
.detaillf-part{
	float:left;
	width:calc(100% - 250px);
}
.detaillf-part-ver3{
	width:calc(100% - 206px);
}
.expertpic-box{
	position:absolute;
	background:url(../images/common-bgimg/touxiang_03.png) no-repeat center center;
	height:160px;
	width:150px;
	left:10px;
	top:0px;
	border:1px solid #e3e3e3;
}
.expertpic-box .wt-detail-imgreviseBg{
	border:1px solid #fe020e;
	display:block;
	width:100%;
	height:100%;
}
.expertpic-box img{
	width:100%;
	height:100%;
	display:block;
}
.expertpic-box img[src=""],.expertpic-box img:not([src]){
	opacity: 0;
}
.expertpic-btn{
	position:absolute;
	height:40px;
	line-height:40px;
	width:150px;
	top:160px;
	left:10px;
	border:1px solid #e3e3e3;
	border-top:none;
	background:#f0efef;
	color:#323232;
}
.wt-tenListAdd-list .expertBasic-scope{
	max-width:750px;
}
.expertBasic-scope textarea{
	border:1px solid #e3e3e3;
	padding:5px;
	width:740px;
}
.more-huibiUnit{
	width:100%;
	overflow:hidden;
	padding-left:230px;
}
.more-huibiUnit ul li{
	margin-top:10px;
}
.more-huibiUnit ul li input{
	padding:0 24px 0 10px;
	border:1px solid #e3e3e3;
	height:28px;
	width:250px;
}
.more-huibiUnit .wt-blueBorBtn{
	margin-top:10px;
}
.more-huibiUnit .wt-rTopcloseBtn{
	margin-left:10px;
	cursor:pointer;
}
.ztree-belongBox{
	position:absolute;
	top:28px;
	left:10px;
	width:100%;
	background-color:#fff;
	border:1px solid #e5e5e5;
	overflow-y:scroll;
	height:300px;
	z-index:5;
}
.cert-detailBox p,.cert-detailBox span,.cert-detailBox p a{
	display:inline-block;
}
.cert-detailBox p a{
	margin-right:5px;
}
.cert-detailBox span{
	vertical-align:bottom;
}
.cert-detailBox p a img{
	display:block;
	width:55px;
	height:55px;
}
.cert-detailBox span i{
	display:inline-block;
	width:23px;
	height:20px;
	cursor:pointer;
	background:url(../images/operate-icon/fangda-icon.png) no-repeat;
}
.wt-toprt-BtnBox{
	position:absolute;
	right:0px;
	top:0px;
}
.tendersListAdd-rightMenu .wt-toprt-BtnBox .wt-italBlueBtn, 
.tendersListAdd-rightMenu .wt-toprt-BtnBox .wt-italRedBtn{
	position:static;
	margin-left:-10px;
}
.wt-nextHang-checkCode{
	color:red;
	font-size:13px;
	line-height:30px;
	display:block;
	margin:0 5px;
	width:100%;
	clear:both;
}
/* 投标申请 */
.wt-listdrop-box{
	clear:both;
}
.payMentType-box{
	padding:20px 0;
}
.payMentType-list{
	display:flex;
}
.payMentType-list li{
	margin-right:20px;
}
.payMentType-list li label input[type="radio"]:checked + i{
	background-position:0 -24px;
}
.payMentType-list li>label{
	display:flex;
	align-items:center;
}
.payMentType-list li .wt-radioicon{
	margin-right:5px;
}
.payMentType-list li
.zhifubao-payIcon{
	display:inline-block;
	width:120px;
	height:50px;
	background:url(../images/common-bgimg/u81.png) no-repeat left center;
	background-size:100% 100%;
}
.weixin-payIcon{
	display:inline-block;
	width:120px;
	height:50px;
	background:url(../images/common-bgimg/u83.png) no-repeat left center;
	background-size:100% 100%;
}
.yinlian-payIcon{
	display:inline-block;
	width:120px;
	height:50px;
	background:url(../images/common-bgimg/u87.png) no-repeat left center;
	background-size:85% 85%;
}
/* 我的投标  */
.topRT-clockBox{
/* 	background:#1a91ed; */
	border-radius:50%;
	color:#fff;
}
.bidsTime-topBox{
	width:100%;
	height:158px;
/* 	border:1px solid #d4d4d4; */
	margin-top:10px;
/* 	padding:10px; */
	display:flex;
	justify-content:space-around;
	align-items:center;
    justify-content: space-around;
}
.wt-ToplfTimeCon{
	height:100%;
	width:35%;
	float:left;
	border:1px solid #d4d4d4;
	border-right:none;
	background:#f8f8f8;
	display:flex;
	justify-content:space-around;
	display: -ms-flexbox;
	-ms-flex-pack: distribute;
}
.nor-timeBox{
	float:left;
	color:#1a91ed;
}
.nor-timeTit{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	border-bottom:1px dashed #1a91ed;
}
.nor-timeDate{
	font-size:18px;
	line-height:45px;
}
.nor-timeTime{
	font-size:36px;
	font-weight:bold;
	text-align:center;
}
.wt-TopcenInfoCon{
	height:100%;
	float:left;
	width:35%;
	border:1px solid #d4d4d4;
	border-right:none;
}
.my-bidsConTit{
	line-height:36px;
	color:#1a91ed;
	font-size:20px;
	text-align:center;
	background:#f8f8f8;
	font-weight:bold;
}
.my-bidsConList{
	overflow:hidden;
	border-top:1px solid #d4d4d4;
}
.my-bidsConList dt,.my-bidsConList dd{
	float:left;
	line-height:29px;
}
.my-bidsConList dt{
	width:110px;
	text-indent:15px;
}
.my-bidsConList dd{
	width:calc(100% - 115px);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.my-bidsConList dd.clear-btnWid{
	width:calc(100% - 200px);
}
.my-bidsConList .wt-blueBtn{
	float:right;
	margin-right:10px;
	height:25px;
	line-height:25px;
	margin-top:2px;
}
#more-bidsInfo:hover #more-bidsList{
	display:block;
}
.more-boxCon{
	position:relative;
	background:#fff;
	z-index:3;
}
.more-infoCon{
	width:100%;
	position:absolute;
}
.wt-ToprtCountCon{
	height:100%;
	float:left;
	width:30%;
	border:1px solid #d4d4d4;
	background:#f8f8f8;
}
.countDownCon-tit{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	border-bottom:1px dashed #1a91ed;
	color:#1a91ed;
	width:92%;
	margin:0 auto 0;
}
.countDownCon-num{
	text-align:center;
	margin-top:17px;
}
.countDownCon-unit{
	text-align:center;
}
.countDownCon-end{
	text-align:center;
	font-size:30px;
	color:#b6c2cc;
	margin-top:25px;
}
.countDownCon-num span,.countDownCon-num em{
	display:inline-block;
	line-height:60px;
	font-size:45px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.countDownCon-num span{
	width:80px;
	height:60px;
	color:#fff;
	background:#1a91ed;
}
.countDownCon-num em{
	color:#1a91ed;
	line-height:60px;
	width:20px;
}
.countDownCon-unit span,.countDownCon-unit em{
	display:inline-block;
	line-height:26px;
	font-size:14px;
	text-align:center;
	height:26px;
	color:#1a91ed;
}
.countDownCon-unit span{
	width:80px;
	background:#f8f8f8;
}
.countDownCon-unit em{
	width:20px;
}
.gggs-showlistBox,.gggs-detailBox{
	padding:0 25px;
}
.wt-scrollmyBidsMain > div.scroll-element.scroll-x,.wt-noticeScrollBar > div.scroll-element.scroll-x{
	height:0;
	width:0;
	bottom:-10px;
	min-width:0;
}
.bidsRelFiles-wrap .bidsRelFiles-box{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border:1px solid #d4d4d4;
	border-top:none;
	border-bottom:none;
	box-shadow:1px 1px 10px 2px #d4d4d4;
	display:none;
	z-index:2;
	background-color: #fff;
}
.bidsRelFiles-wrap .bidsRelFiles-box p{
	border-bottom:1px solid #d4d4d4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wt-listMainTips li:hover .bidsRelFiles-box{
	display:block;
}
.t-list-45 li:hover .bidsRelFiles-box{
	display:block;
}
/*  */
.make-erWeiMa{
	border:1px solid #d4d4d4;
	width:150px;
	height:150px;
	position:relative;
}
.make-erWeiMa .wt-rTopcloseBtn{
	position:absolute;
	right:-25px;
	top:0;
}
.zbwj-btn{
	width:120px;
	height:40px;
	background:#1a91ed;
	line-height:40px;
	color:#fff;
	border-radius:4px;
}
.zbwj-createicon{
	display:inline-block;
	width:24px;
	height:100%;
	background:url(../images/operate-icon/createzbwj_03.png) no-repeat left center;
	vertical-align:middle;
	margin-right:5px;
}
.wt-tenListAdd-list .zbwj-creIconBox{
	/* width:180px; */
}
.zbwj-comOperateBtn{
	background-color:transparent;
	padding:0 8px;
	border-radius:4px;
}
.zbwj-comOperateBtn:hover{
	background-color:#cce6fb;
}
.wt-tenListAdd-list .zbwj-creIconBox i{
	display:inline-block;
	width:16px;
	height:28px;
}
.zbwj-selettempicon{
	display:inline-block;
	width:16px;
	height:100%;
	background:url(../images/operate-icon/createicon_03.png) no-repeat left center;
	vertical-align:middle;
	margin-right:5px;
}
.zbwj-createfilesicon{
	display:inline-block;
	width:16px;
	height:100%;
	background:url(../images/operate-icon/createicon_06.png) no-repeat left center;
	vertical-align:middle;
	margin-right:5px;
}
.zbwj-producePDFicon{
	display:inline-block;
	width:16px;
	height:100%;
	background:url(../images/operate-icon/createicon_08.png) no-repeat left center;
	vertical-align:middle;
	margin-right:5px;
}
.file-prodPDFicon{
	display:inline-block;
	width:30px;
	height:100%;
	background:url(../images/tit-icon/033004_ico_01_03.png) no-repeat left center;
	vertical-align:top;
	margin-right:3px;
}
.zbwj-tabHead{
	width:800px;
	margin:10px auto;
	font-size:15px;
	padding-left:10px;
	font-weight:bold;
}
.zbwj-table{
	display: table;
	width: 800px;
	margin: 0 auto;
}
.zbwj-tr{
	display: table-row;
	border: 1px solid #DEDEDE;
}
.zbwj-thead{
	display: table-header-group;
	border: 1px solid #DEDEDE;
	font-weight: 600;
}
.zbwj-tr .zbwj-table{
	border: 1px solid #DEDEDE;
	border-top: none;
}
.zbwj-thead .zbwj-table{
	border: 1px solid #DEDEDE;
}
.zbwj-td{
	display: table-cell;
	border-left:1px solid #DEDEDE;
	width:20%;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px;
	line-height: 36px;
}
.zbwj-td p{
	line-height: 36px;
}
.zbwj-td .scroe-line{
	display: inline-block;
	width: 80px;
	text-align: center;
	margin: 0 4px;
	border-bottom: 1px solid #3c3a3a;
}
.zbwj-subtable .zbwj-td:first-child{
	border-left: none;
}
.zbwj-tdCap{
	width: 150px;
}
.zbwj-tdTwo{
	width: 200px;
}
.zbwj-tdThree{
	width: 450px;
	text-align: left;
}
.zbwj-tdF-three{
	width: 350px;
}
.zbwj-tdF-four{
	width: 100px;
}
.zbwj-tdTwoCol{
	width: 650px;
}
.zbwj-tdOneCol{
	width:700px;
}
.zbwj-tableList{
	clear:both;
/* 	display:flex; */
}
.zbwj-tableList li{
	float:left;
	margin:0 10px;
	line-height:30px;
}
.zbwj-tableList li:first-child{
	margin:0;
	width:80px;
	text-align:center;
}
.zbkb-list li:first-child,.zbkb-list li:nth-child(3n+1){
	width:200px;
	clear:both;
	text-align:left;
	margin:0;
}
.zbkb-list .two,.zbkb-list .three,.zbkb-list .four{
	width:200px;
	text-align:left;
}
.cap{
	font-weight:bold;
	color:#000;
}
.zbwj-tableList .scroe-line{
	display:inline-block;
	border-bottom:1px solid #3c3a3a;
	margin:0 6px;
	text-align:center;
	padding:0 10px;
}
.zbpf-list .two{
	width:200px;
}
.zbpf-list .three{
	width:230px;
}
.zbpf-list .four{
	width:230px;
}
.zbcb-list .two{
	width:200px;
}
.zbcb-list .three{
	width:480px;
}
.scroe-list p{
	float:left;	
}
.scroe-list p:nth-child(2n - 1){
	clear:both;
	margin-right:30px;
}

/* 需要媒体查询 */
.operator-right{
	padding:0 30px;
}
.propertyDetail-shuoming,.uploader-list-container,.propertyAdd-shuoming{
	width:800px;
}
.wt-credentials-list dd{
	max-width:900px;
}
.wt-infomation-list .comp-typeBox select{
	width:380px;
}
.wt-infomation-list .comp-zcziben input{
	width:170px;
}
.wt-infomation-list .comp-distsuozai select:first-child{
	width:185px;
}
/***************翻页**end*************/

/*2017-7-14 header */
.header-box{
	height:68px;
	width:100%;
	z-index:999;
	/*min-width:1366px;*/
	position:relative;
}
.header-box>ul{ float:left;padding-top:5px;}
.header-box>ul>li{display:inline-block; width:113px; height:45px;line-height:45px; font-size:16px; color:#fff; text-align:center;}
.header-box>ul>li a{ color:#fff;display:block;}
.header-box>ul>li i{ display:inline-block; width:24px; height:22px; margin-right:6px; background-repeat:no-repeat;vertical-align:top; margin-top:16px;background-position:0px 0px;}

.header-box>ul li.choose a{ display:block;background:url(../images/common-icon/img_icon.png) left bottom; color:#2a99e9;text-decoration:none;}
.header-box>ul li.choose a i{background-position:0 -22px;}
/* ------------------right ver3~4 ------------------*/
.rt-peng-bg{
	position: fixed;
	top: 50%;
	margin-top: 9px;
	width: 19px;
	height: 40px;
	background:url(../images/common-bgimg/kf_qe_bg_03.png) no-repeat center center;
	cursor: pointer;
	right: 0;
}
.rightside-ver3{
	position: fixed;
	right:-40px;
	width: 40px;
	height: 298px;
	z-index:19;
	top: 50%;
	margin-top: -131px;
}
.rtside-posreal{
	position:relative;
	height:100%;
	width:100%;
}
.rtside-operlist{
	width: 40px;
	background-color:#1a91ed;
/* 	margin-bottom: 30px; */
	border-radius: 5px;
	position:absolute;
}
.rtside-showlist{
	width:100%;
	position:absolute;
	bottom:0px;
}
.rtside-operlist li{
	height: 40px;
	width: 100%;
	margin-top:2px;
	position: relative;
}
.rtside-operlist li>a{
	display: block;
	height: 40px;
	width: 100%;
	background-repeat:no-repeat ;
	background-position: center center;
	border-radius: 5px;
}
.rtside-operlist li.mt-none,.rtside-showlist li .mt-none{
	margin-top: 0;
}
.rtside-operlist li:hover >a{
	background-color:#006ec3;
}
.rtside-operlist li a.zixun{
	background-image: url(../images/framever3/person-ver3_23.png);
}
.rtside-operlist li a.help{
	background-image: url(../images/framever3/person-ver3_26.png);
}
.rtside-operlist li a.fankui{
	background-image: url(../images/framever3/person-ver3_28.png);
}
.rtside-operlist li a.q_down{
	background-image: url(../images/framever3/q_down_ico_03.png);
}
.rtside-operlist li a.kf_ico{
	background-image: url(../images/common-bgimg/kf_hd_img.png);
}
.rtside-operlist li:hover .arrow,.rtside-showlist li:hover .arrow{
	display: block;
}
.rtside-operlist li .more,.rtside-showlist li .more{
	display: none;
}
.rtside-operlist li:hover .more{
	display: block;
}
.rtside-showlist li{
	height: 40px;
	width: 100%;
	margin-top:5px;
	position: relative;
}
.rtside-showlist li>a{
	display: block;
	height: 40px;
	width: 100%;
	background-color:#1a91ed;
	background-repeat:no-repeat ;
	background-position: center center;
	border-radius: 5px;
}
.rtside-showlist li .rtmore-side{
	background-color: #333333;
}
.rtside-showlist li:hover >a{
	background-color: #006ec3;
}
.rtside-showlist li a.erweima{
	background-image: url(../images/framever3/person-ver3_30.png);
}
.rtside-showlist li a.backtop{
	background-image: url(../images/framever3/person-ver3_32.png);
}
.rtside-showlist li:hover .more{
	display: block;
}
.rtmore-side{
	position: absolute;
	right: 40px;
	color: #fff;
	background-color: #333333;
	line-height: 40px;
	top: 0;
	height: 40px;
	min-width: 101px;
}
.ewm-box{
	position: absolute;
	right: 40px;
	color: #fff;
	background-color: #333333;
	width: 75px;
	height: 75px;
	top: -23px;
}
.ewm-box a{
	display: block;
	padding:8px;
	background-color: #333;
}
.ewm-box a img{
	display: block;
	width: 100%;
	height: 100%;
}
.rtmore-side a{
	display: block;
	text-align:center;
	color:#fff;
	font-size:12px;
}
.rtmore-side a:hover{
	color: #fff;
}
.rtside-operlist .black-arrow,.rtside-showlist .black-arrow{
	position: absolute;
	width: 11px;
	height: 17px;
	left: -2px;
	top: 50%;
	margin-top: -9px;
	background:url(../images/framever3/arrowright_06.png) no-repeat left center;
	display: none;
}
.rtside-operlist .white-arrow{
	position: absolute;
	width: 11px;
	height: 17px;
	left: -2px;
	top: 50%;
	margin-top: -9px;
	background:url(../images/framever3/arrowright_03.png) no-repeat left center;
	display: none;
	z-index: 2;
}
.contway-box{
	position: absolute;
	right: 40px;
	color: #333;
	height: 200px;
	top:-93px;
	width: 180px;
	padding: 14px;
	font-size:12px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#c2c2c2',Direction=150, Strength=5);/*for ie6,7,8*/ 
 			background-color: #fff;
	box-shadow: 0px 8px 16px #c2c2c2;
	-moz-box-shadow:0px 8px 16px #c2c2c2;
    -webkit-box-shadow:0px 8px 16px #c2c2c2;  
    box-shadow:0px 8px 16px #c2c2c2;
}
.contway-list dt,.contway-list dd{
	overflow: hidden;
	margin-bottom: 10px;
}
.contway-list dd{
	line-height:15px;
}
.contway-list dt span,.contway-list dd span{
	display: inline-block;
	float: left;
}
.contway-list dd a{
	color: #333;
}
.contway-list dt .icon{
	display: inline-block;
	float: left;
	margin-right: 12px;
	width: 21px;
	height: 21px;
	background-size:100% 100%;
}
.contway-list dt .telkf{
	background: url(../images/framever3/contway-ver3_03.png) no-repeat left center;
	background-size:100% 100%;
}
.contway-list dt .qqkf{
	background: url(../images/framever3/contway-ver3_14.png) no-repeat left center;
	background-size:100% 100%;
}
.contway-list dd .icon{
	display: inline-block;
	width: 13px;
	height: 15px;
	float: left;
	margin-left: 32px;
	margin-right: 5px;
}
.contway-list dd .telicon{
	background: url(../images/framever3/contway-ver3_07.png) no-repeat left center;
	background-size:100% 100%;
}
.contway-list dd .telicon2{
	background: url(../images/framever3/contway-ver3_11.png) no-repeat left center;
	background-size:100% 100%;
}
.contway-list dd .qqicon{
	background: url(../images/framever3/contway-ver3_16.png) no-repeat left center;
	background-size:100% 100%;
}
/*--------------------------------top ver3----------------------------------------------*/
.headerver3-box{
	min-width: 1366px;
	height: 128px;
	background-color:#e3331b;
	width: 100%;
}
.logotitver3{
	width: 150px;
	height: 100%;
	font-size: 0;
	float: left;
}
.logotitver3 img{
	display: block;
	margin: 24px auto;
	width: 113px;
	height: 77px;
}
.top-rightver3{
	float: left;
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
}
.weather-box{
	height: 68px;
	width: 100%;
}
.weather-box img{
	display: block;
	width: 177px;
	height: 41px;
	float: left;
	margin-top: 14px;	
}
.localinfo-list{
	float: left;
	height: 100%;
	margin-left: 205px;
}
.localinfo-list li{
	float: left;
	margin: 0 15px;
	color: #fff;
	font-size: 16px;
	height: 68px;
	line-height: 68px;
}
.localinfo-list li i{
	display: inline-block;
	width: 26px;
	height: 23px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.localinfo-list li span{
	display: inline-block;
	float: left;
}
.localinfo-list li span img{
	display: inline-block;
	float: left;
	width: 26px;
	height: 26px;
	margin-top: 21px;
}
.localinfo-list li .city-icon{
	background: url(../images/framever3/framever3_12.png) no-repeat center center;
}
.localinfo-list li .wear-icon{
	background: url(../images/framever3/framever3_14.png) no-repeat center center;
}
.localinfo-list li .date-icon{
	background: url(../images/framever3/framever3_09.png) no-repeat center center;
}
.nav-box{
	height: 60px;
	background-color:#d9271f;
	width:100%;
	position: relative;
}
.nav-list li{
	float: left;
	margin-right: 2px;
	height: 60px;
}
.nav-list li a{
	display: block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding: 0 20px;
	background-color: #db494e;
	border-radius: 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0 ;
	-webkit-border-radius: 5px 5px 0 0;
}
.nav-list li a i{
	display: inline-block;
	height: 100%;
	width: 18px;
	margin-right: 7px;
	float: left;
}
.nav-list li a span{
	height: 60px;
	display: inline-block;
	line-height: 60px;
	float: left;
}
.nav-list li a .fir-icon{
	width: 24px;
	margin: 0;
	background: url(../images/framever3/framever3_33.png) no-repeat left center;
}
.nav-list li a .qyzl-icon{
	background:url(../images/framever3/framever3_42.png) no-repeat left center;
}
.nav-list li a .xmgl-icon{
	background:url(../images/framever3/framever3_42.png) no-repeat left center;
}
.nav-list li a .fygl-icon{
	background:url(../images/framever3/framever3_36.png) no-repeat left center;
}
.nav-list li a .spgl-icon{
	background:url(../images/framever3/framever3_39.png) no-repeat left center;
}
.nav-list li.choose a{
	color: #e01116;
	background-color: #fff;
}
.nav-list>li:first-child a{
	font-size:0;
}
.nav-list>li:first-child a .icon{
	margin-top:17px;
	background-position:0 -22px;
	width:24px;
	margin-right:0;
}
.nav-list>li.choose:first-child a .icon{
	background-position:0 0;
	margin-top:17px;
}
.nav-list li.choose a .icon{
	background-position:0 0px;
	margin-top:22px;
}
.nav-list li a .icon{
	display: inline-block;
	height: 24px;
	width: 20px;
	float: left;
	vertical-align:top;
	margin-top:22px;
	background-repeat:no-repeat;
	background-position:0 -22px;
	margin-right:5px;
}
/* .nav-list li.choose a .xmgl-icon{
	background: url(../images/framever3/framever3_44.png) no-repeat left center;
} */
.person-box{
	position: absolute;
	right: 0;
	height: 79px;
	color:#fff;
	z-index:20;
}
.person-list{
	height: 100%;
}
.person-list dt{
	float: left;
	height: 100%;
	margin-right: 10px;
	position: relative;
}
.person-list dd{
	float: left;
	height: 100%;
	margin-right: 10px;
	position: relative;
}
.person-list .tips-icon{
	position: absolute;
	width: 24px;
	height: 24px;
	/* background: url(../images/framever3/yeiconver3_03.png) no-repeat left center; */
	color: #c81c13;
	font-size: 18px;
	top: -12px;
	right: -7px;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	
	background-color:#fff000;
}
.person-list dt>a,.person-list dd>a{
	display: block;
	height: 100%;
	padding: 14px 28px;
	background-color: #c81c13;
	border-radius: 0 0 5px 5px;
	color:#fff;
	font-weight:normal;
}
.person-list dd>a{
	width:92px;
	text-align:center;
}
.person-list .user-box>a{
	width:108px;
}
.person-list dt>a{
	padding: 14px 10px;
}
.person-list dt>a span{
	display:inline-block;
	float:left;
}
.person-list .user-box>a{
	padding: 45px 10px 0 10px;
}
.person-list .user-box>a span{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 60px;
	white-space: nowrap;
/* 	float:left; */
	margin-top:5px;
}
.person-list .user-box>a .arrow{
	vertical-align:top;
	float:none;
}
.person-list dt>a i,.person-list dd>a i{
	display: block;
	width: 100%;
	height: 31px;
	margin-bottom:5px;
}
.person-list a .sf-icon{
	background: url(../images/framever3/framever3_25.png) no-repeat center center;
}
.person-list a .xiaoxi-icon{
	background: url(../images/framever3/framever3_27.png) no-repeat center center;
}
.person-list a .shenpi-icon{
	background: url(../images/framever3/framever3_30.png) no-repeat center center;
}
.person-list a .user-icon{
	position: absolute;
	width: 55px;
	height: 55px;
	top: -15px;
	left: 50%;
	margin-left: -27px;
	border-radius: 50%;
	background:#fff;
}
.person-list a .user-icon img{
	width: 55px;
	height: 55px;
	display: block;
	border-radius: 50%;
}
.person-list dt:hover a,.person-list dd:hover a{
	background-color: #f82117;
}
.person-list dt:hover .moreinfo-box,.person-list dd:hover .moreinfo-box{
	display: block;
}
.person-list dt .moreinfo-box{
	width: 201px;
}
.person-list dd .moreinfo-box{
	width: 140px;
}
.person-list .moreinfo-box{
	position: absolute;
	top:79px;
	right: 0;
	display: none;
	background:#fff;
}
.person-list dt>a .arrow,.person-list dd>a .arrow{
	display: inline-block;
	float: right;
	width: 13px;
	height: 7px;
	background:url(../images/framever3/arrow-v3_03.png) no-repeat left center;
	margin: 6px 0px 0 5px;
}
.person-list dd>a .arrow{
	margin-top:10px;
}
.moreinfo-list .arrow{
	position: absolute;
	display: block;
	width: 13px;
	height: 7px;
	background:url(../images/framever3/arrow-ver3_03.png);
	top: -7px;
	right: 10px;
}
.moreinfo-list{
	border: 1px solid #e6e6e6;
	position: relative;
	border-radius: 5px;
}
.moreinfo-list li{
	color: #5a5a5a;
	height: 45px;
	line-height: 45px;
	margin: 4px 0;
}
.moreinfo-list li label{
	display: block;
	height: 100%;
	cursor:pointer;
}
.moreinfo-list li label input{
	display: none;
}
.moreinfo-list li:hover,.moreinfo-list li.current{
	background: #f82117;
	color: #fff;
	cursor: pointer;
}
.moreinfo-list li .rarow{
	display: inline-block;
	float: left;
	width: 8px;
	height: 45px;
	background: url(../images/framever3/person-ver3_06.png) no-repeat left center;
}
.moreinfo-list li .list-icon{
	display: inline-block;
	float: left;
	width: 12px;
	height: 100%;
	margin-left: 21px;
	margin-right: 12px;
	background: url(../images/framever3/list-ver3_03.png) no-repeat left center;
}
.moreinfo-list li .icon{
	display: inline-block;
	float: left;
	margin: 0 0 0 15px;
	height: 100%;
	width: 23px;
	color: #c0c0c0;
}
.moreinfo-list li .peoinfo-icon{
	background: url(../images/topver4/topver5-hoverico_03.png) no-repeat center center;
}
.moreinfo-list li .setting-icon{
	background: url(../images/framever3/perver-vicon3_03.png) no-repeat center center;
}
.moreinfo-list li .xgmm-icon{
	background: url(../images/framever3/person-ver3_14.png) no-repeat center center;
}
.moreinfo-list li .bdwechat-icon{
	background: url(../images/topver4/wxchat_ico_03.png) no-repeat center center;
}
.moreinfo-list li .exit-icon{
	background: url(../images/framever3/person-ver3_19.png) no-repeat 5px center;
}
.moreinfo-list li .dljg-icon{
	background: url(../images/topver4/role-tab_09.png) no-repeat center center;
}
.moreinfo-list li .tbr-icon{
	background: url(../images/topver4/role-tab_13.png) no-repeat center center;
}
.moreinfo-list li .zbr-icon{
	background: url(../images/topver4/role-tab_24.png) no-repeat center center;
}
.short-top .rtinfo4-list>li.sec{
	width: 104px;
}
.rtinfo4-list .sec:hover .moreinfo-box{
	display:block;
}

.moreinfo-list li:hover .peoinfo-icon{
	background: url(../images/topver4/topver5-ico_03.png) no-repeat center center;
}
.moreinfo-list li:hover .setting-icon{
	background: url(../images/framever3/person-ver3_09.png) no-repeat center center;
}
.moreinfo-list li:hover .xgmm-icon{
	background: url(../images/framever3/perver-vicon3_07.png) no-repeat center center;
}
.moreinfo-list li:hover .bdwechat-icon{
	background: url(../images/topver4/wxchat_ico_07.png) no-repeat center center;
}
.moreinfo-list li:hover .exit-icon{
	background: url(../images/framever3/perver-vicon3_11.png) no-repeat 5px center;
}
.moreinfo-list li:hover .list-icon{
	background: url(../images/framever3/list-ver3_06.png) no-repeat left center;
}
.moreinfo-list li:hover .dljg-icon,.moreinfo-list li.current .dljg-icon{
	background: url(../images/topver4/role-tab_07.png) no-repeat center center;
}
.moreinfo-list li:hover .tbr-icon,.moreinfo-list li.current .tbr-icon{
	background: url(../images/topver4/role-tab_16.png) no-repeat center center;
}
.moreinfo-list li:hover .zbr-icon,.moreinfo-list li.current .zbr-icon{
	background: url(../images/topver4/role-tab_21.png) no-repeat center center;
}
.moreinfo-list li:hover .icon{
	color: #fff;
}
.guanli-box{
	float:left;
	width:80px;
	height:60px;
	line-height:60px;
	color:#fff;
	position:relative;
	margin-left:2px;
	padding:0 5px;
	background-color:#db494e;
}
.guanli-box:hover .guanli-list{
	display:block;
}
.guanli-list{
	position:absolute;
	top:60px;
	width:160px;
	right:-55px;
	display:none;
}
.guanli-list li a{
	border-radius:0;
	border-bottom:1px solid #fff;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	min-width:140px;
}
.guanli-list li.choose a{
	border-left:1px solid #e01116;
	border-right:1px solid #e01116;
}
.guanli-list li:last-child a{
	border-bottom:1px solid #e01116;
}



/*-----------------------------------left ver3----------------------  */
.lfmenuver3-list li{
	/* height: 91px; */
	border-top: 1px solid #fff;
	position: relative;
}
.lfmenuver3-list li a{
	display: block;
	color: #fff;
	height: 100%;
	text-align: center;
/* 	padding-top: 20px; */
	font-size:16px;
}
.lfmenuver3-list li a .arrow{
	position: absolute;
	right: 0;
	top: 0;
	width: 17px;
	height: 90px;
	background-repeat:no-repeat;
	background-position: left center;
}
.lfmenuver3-list li:first-child{
	border-top: none;
}
.lfmenuver3-list li.bor-none{
	border-top: none;
}
.lfmenuver3-list li.current a{
	background-color: #534d4d;
}
.lfmenuver3-list li a:hover{
	background-color: #534d4d;
}
.lfmenuver3-list li.current a .arrow{
	background-image:url(../images/framever3/leftver3_07.png);
}
.lfmenuver3-list li a:hover .arrow{
	background-image:url(../images/framever3/leftver3_07.png);
}
.lfmenuver3-list li a .icon{
	display:block;
	width: 100%;
	height: 25px;
	background-repeat:no-repeat ;
	background-position: center center;
	margin-bottom: 7px;
}
.lfmenuver3-list li a .zb-icon{
	background-image:url(../images/framever3/leftver3_03.png);
}
.lfmenuver3-list li a .cs-icon{
	background-image:url(../images/framever3/leftver3_09.png);
}
.lfmenuver3-list li a .fs-icon{
	background-image:url(../images/framever3/leftver3_12.png);
}
.lfmenuver3-list li a .zbwjsh-icon{
	background-image:url(../images/framever3/leftver3_16.png);
}
/* left ver4 */
.lfmenuver3-list li.current a{
	background-color:#ff6060;
	color:#fff;
}


/* 审批页面  */
.apro-left{
	width:440px;
	float:left;
	padding:0 20px;
	height:100%;
}
.apro-tit{
	font-size:16px;
	color:#333333;
	line-height:20px;
}
.myapro-icon{
	width:16px;
	height:11px;
	background:url(../images/common-icon/appro3_03.png) no-repeat left center;
}
.apro-tit .icon{
	display:block;
	float:left;
	vertical-align:top;
	margin-top:4px;
	margin-right:10px;
}
.aprostatus-list{
	padding:15px 0 10px 0;
	min-height:55px;
}
.aprostatus-list dt,.aprostatus-list dd{
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
}
.aprostatus-list dt{
	width:72px;
}
.aprostatus-list dd{
	position:relative;
	border:1px solid #e0e0e0;
	width:110px;
}
.aprostatus-list .secdt{
	margin-left:36px;
}
.aprostatus-list dd p{
	text-align:center;
}
.aprostatus-list dd p i{
	display:block;
	width:30px;
	height:30px;
	background:url(../images/common-icon/appro3_15.png) no-repeat center center;
	cursor:pointer;
	float:right;
}
.selopt-lsit{
	position:absolute;
	left:-1px;
	width:110px;
	top:28px;
	border:1px solid #e0e0e0;
	background-color:#fff;
	text-align:center;
	display:none;
}
.selopt-lsit li{
	line-height:30px;
	border-bottom:1px solid #e0e0e0;
}
.selopt-lsit li label{
	display:block;
	cursor:pointer;
}
.selopt-lsit li label:hover{
	background-color:#e3331b;
	color:#fff;
}
.apro-seaWrap{
	width:400px;
}
.apro-seaWrap input{
	width:312px;
	float:left;
	height:30px;
	line-height:30px;
	border:1px solid #e0e0e0;
	padding:0 10px 0 14px;
}
.apro-seaWrap button{
	float:left;
	width:88px;
	text-align:center;
	background-color:#e60012;
	color:#fff;
	height:30px;
	line-height:30px;
}
.apro-seaWrap button .icon{
	display:inline-block;
	width:20px;
	height:30px;
	margin-right:10px;
	vertical-align:top;
}
.sear-icon{
	background:url(../images/common-icon/appro3_22.png) no-repeat center center;
}
.apro-list{
	border:1px solid #e0e0e0;
}
.apro-list li{
	border-bottom:1px solid #e0e0e0;
	height:66px;
	padding:10px;
}
.apro-list li:nth-child(2n){
	background-color:#fff;
}
.apro-list li .fir{
	float:left;
	color:#fff;
	font-weight:bolder;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:12px;
	margin-right:10px;
}
.apro-list li .ing{
	background:url(../images/common-icon/appro3_34.png) no-repeat left center;
}
.apro-list li .pass{
	background:url(../images/common-icon/appro3_41.png) no-repeat left center;
}
.apro-list li .nopass{
	background:url(../images/common-icon/appro3_43.png) no-repeat left center;
}
.apro-list li .sec{
	float:left;
	line-height:20px;
}
.apro-list li .sec p{
	
}
.apro-list li .sec span{
	color:#e18a00;
}
.apro-cen{
	float:left;
	width:calc(100% - 440px);
	background-color:#fff;
	padding-left:10px;
}
.aproinfo-lf{
	float:left;
	width:calc(100% - 360px);
}
.aprocen-tit{
	height:65px;
	border-bottom:1px solid #e0e0e0;
	line-height:64px;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.aprocen-tit .icon{
	display:inline-block;
	vertical-align:top;
	width:4px;
	height:20px;
	background-color:#e60012;
	margin:22px 10px 0 10px;
}
.aprocir-sec,.apro-progrsee{
	margin-top:48px;
	position:relative;
	border-radius:10px;
	width:100%;
	border:1px solid #e60012;
}
.apro-progress{
	height:140px;
}
.aprocir-sec h4{
	position:absolute;
	height:32px;
	width:132px;
	background-color:#fff;
	left:30px;
	top:-16px;
}
.aprocir-sec h4 span{
	display:inline-block;
	width:110px;
	height:32px;
	background-color:#e60012;
	color:#fff;
	text-align:center;
	line-height:32px;
	margin:0 8px;
	border-radius:8px;
}
.aprocir-sec h4 .icon{
	display:inline-block;
	vertical-align:top;
	width:18px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	margin-right:8px;
}
.aprocir-sec h4 .sp-progress{
	background-image:url(../images/common-icon/appro3_29.png);
}
.aprocir-sec h4 .sp-info{
	background-image:url(../images/common-icon/appro3_45.png);
}
.aprocir-sec h4 em{
	display:inline-block;
	float:left;
	width:3px;
	height:20px;
	background-color:#e60012;
	vertical-align:top;
	margin-top:6px;
}
.aprocir-sec h4 .wt-rt{
	float:right;
}
.apro-proglist{
	padding:40px 40px 30px 40px;
	width:100%;
}
.apro-proglist li{
	width:16%;	
	height:65px;
	position:relative;
	float:left;
	text-align:center;
	margin-right:0.1%;
}

.apro-proglist li span{
	position:absolute;
}
.apro-proglist li .statusicon{
	width:31px;
	height:31px;
	background:url(../images/common-icon/appro1_11.png) no-repeat left center;
	left:50%;
	margin-left:-15px;
	z-index:2;
}
.apro-proglist li p{
	margin-top:46px;
	font-size:16px;
}
.apro-proglist li .dashedicon{
	width:100%;
	height:3px;
	border-bottom:3px dashed #e0e0e0;
	z-index:1;
	top:14px;
	left:0;
}
.apro-proglist li.aproing .statusicon{
	border-color:#e60012;
	background:url(../images/common-icon/appro1_09.png) no-repeat left center;
}
.apro-proglist li.aproing p,.apro-proglist li.aprofin p{
	color:#e60012;
}
.apro-proglist li.aproing .dashedicon{
	border-color:#e60012;
}
.apro-proglist li.aprofin .statusicon{
	border-color:#e60012;
	background:url(../images/common-icon/appro1_07.png) no-repeat left center;
}
.apro-proglist li.aprofin .dashedicon{
	border-color:#e60012;
}
.apro-proglist li.fir .dashedicon{
	right:0;
	width:50%;
	left:50%;
}
.apro-proglist li.last .dashedicon{
	width:50%;
}
.apro-captable{
	display:table;
	width:100%;
	border:1px solid #e0e0e0;
	border-bottom:none;
}
.apro-captable .apro-tr{
	display:table-row;
	width:100%;
}
.apro-tr .apro-table{
	border: 1px solid #e0e0e0;
	border-top: none;
	width:100%;
}
.apro-captable .firtr .apro-table{
	border-top: 1px solid #e0e0e0;
}
.apro-td{
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	display: table-cell;
	vertical-align: middle;
	padding:8px 10px;
	line-height:24px;
}
.apro-tr .fir{
	width:25%;
	border-left:none;
}
.apro-tr .sec{
	width:75%;
}
.apro-btnsec{
	text-align:center;
	margin-top:25px;
	margin-bottom:80px;
}
.apro-btnsec .butn{
	padding:0 48px;
	height:66px;
	border-radius:8px;
	color:#fff;
	font-size:30px;
	line-height:66px;
}
.apro-btnsec .butn .icon{
	display:block;
	width:39px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	margin-right:24px;
}
.apropass-btn{
	background-color:#e60012;
	margin-right:80px;
}
.apropass-btn .icon{
	background-image:url(../images/common-icon/appro3_53.png);
}
.aprobohui-btn{
	background-color:#b9b9b9;
}
.aprobohui-btn .icon{
	background-image:url(../images/common-icon/appro3_55.png);
}
.apro-filesec{
	line-height:60px;
	height:60px;
}
.apro-filesec .icon{
	display:block;
	background:url(../images/common-icon/appro3_49.png) no-repeat center center;
	width:21px;
	height:100%;
	float:left;
	margin-right:10px;
}
.apro-filesec em{
	color:#a9a9a9;
	margin:0 5px;
}
.apro-rt{
	float:left;
	background-color:#fff;
	height:inherit;
	width:360px;
}
.apro-logscap .aprogg-icon{
	display:inline-block;
	width:16px;
	height:100%;
	background:url(../images/common-icon/appro3_10.png) no-repeat left center;
	vertical-align:top;
	margin:0 10px 0 50px;
}
.apro-logscap .shz-icon{
	display:inline-block;
	width:21px;
	height:100%;
	background:url(../images/common-icon/appro3_07.png) no-repeat left center;
	vertical-align:top;
	margin:0 10px 0 30px;
}
.apro-logstit{
	line-height:44px;
	border-bottom:1px dashed #d6d6d6;
	margin-top:10px;
	margin:10px 20px 0 20px;
	height:44px;
	font-size:16px;
	color:#333;
	font-weight:600;
}
.apro-logstit .icon{
	display:inline-block;
	float:left;
	width:17px;
	height:100%;
	background:url(../images/common-icon/appro3_25.png) no-repeat left center;
	margin-right:10px;
}
.apro-treelist{
	position:relative;
	overflow:hidden;
	margin-top:25px;
}
.apro-treelist .trline{
	position:absolute;
	height:100%;
	width:2px;
	background-color:#d4d4d4;
	left:72px;
	top:15px;
}
.apro-treelist li{
	position:relative;
	width:100%;
	margin-bottom:22px;
	clear:both;
	overflow:hidden;
}
.apro-treelist li>div{
	float:left;
}
.apro-treelist li .apro-date{
	color:#f7081a;
	width:68px;
	text-align:center;
}
.apro-treelist li .apro-date span{
	display:block;
}
.apro-treelist li .apro-info{
	margin-left:30px;
	width:200px;
}
.apro-treelist li .apro-state{
	position:absolute;
	width:15px;
	height:15px;
	z-index:2;
	background:url(../images/common-icon/appro3_37.png) no-repeat left center;
	left:65px;
	top:15px;
}
.apro-treelist li .apro-info h5{
	color:#e60012;
	font-size:16px;
	line-height:30px;
	border-bottom:1px solid #f0f0f0;
}
.apro-treelist li .apro-info p{
	color:#afafaf;
	line-height:30px;
}
.apro-treelist li .apro-info .reason{
	color:#f89a04;
}
.loading-box{
	position:absolute;
	width:400px;
	height:40px;
	text-align:center;
	left:50%;
	top:50%;
	margin-top:-20px;
	margin-left:-200px;
}
.loading-box img{
	display:inline-block;
}
.loading-box p{
	line-height:30px;
	color:#fff;
	font-size:18px;
}
.wt-widthver3{
	/*position:absolute;*/
	/*height:calc(100% + 12px);*/
	/*top:-12px;*/
	width:100%;
	height: 100%;
}
.wt-compwidth{
	position:absolute;
	width:calc(100% - 44px);
	height:calc(100%);
	top:0px;
}
.wt-container{
	width:calc(100% - 44px);
	overflow-y:hidden;
}
.wt-containerScro{
	width:calc(100% - 44px);
}
.wt-relHtCon{
	position:relative;
	height:100%;
}
.wt-fullwid-noy{
	width:100%;
	overflow-y:hidden;
}
/* .viewer-container .viewer-button{
	width:40px;
	height:40px;
	right:20px;
	top:20px;
}
.viewer-container  .viewer-button:before{
	bottom:10px;
	left:10px;
} */
/* 审批设置 */
.aproset-lf,.aproset-rt{
	width:50%;
	float:left;
	height:100%;
}
.aprosetlf-wrap{
	width:100%;
	background-color:#fcfcfc;
	position:relative;
	padding:0 40px 0 45px;
	border-radius:8px;
	min-height:100%;
}
.aprosetlf-wrap .line{
	position:absolute;
	width:1px;
	height:calc(100% - 8px);
	border-left:1px solid #e60315;
	top:8px;
	right:-1px;
}
.aprolf-top{
	height:76px;
	border-bottom:1px dashed #cbcbcb;
	line-height:76px;
}
.aproset-tit{
	float:left;
	font-size:18px;
	font-weight:bold;
	height:100%;
	line-height:76px;
}
.aproset-tit span{
	display:inline-block;
}
.spty-icon{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/spsetting/spsetting_08.png) no-repeat left center;	
	margin-right:10px;
}
.rtbtn-box{
	float:right;
}
.wt-redBuildBtn{
	padding:0 10px;
	height:36px;
	line-height:36px;
	color:#fff;
	font-size:16px;
	background-color:#f11309;
	border-radius:5px;
	vertical-align:middle;
}
.wt-redBuildBtn .build-icon{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/spsetting/spsetting_03.png) no-repeat left center;
	margin-right:10px;
	vertical-align:top;
	margin-top:10px;
}
.wt-redBuildBtn .spseting-icon{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/spsetting/spset2_03.png) no-repeat left center;
	margin-right:10px;
	vertical-align:top;
	margin-top:10px;
}
.aprosetlf-main{
	padding:34px 0;
}
.spsettype-list li{
	height:56px;
	line-height:56px;
	border-top:1px solid transparent;
	border-bottom:1px solid #e0e0e0;
	position:relative;
}
.spsettype-list li .arrow{
	position:absolute;
	width:14px;
	height:28px;
	background:url(../images/spsetting/spsetting_14.png) no-repeat left center;
	top:14px;
	right:-55px;
	display:none;
}
.spsettype-list li .fir{
	font-size:16px;
	color:#333;
}
.spsettype-list li .sec{
	font-size:14px;
	color:#606060;
}
.spsettype-list .fir,.spsettype-list .sec,.spsettype-list .thir{
	float:left;
	height:100%;
	line-height:56px;
}
.spsettype-list .fir .spsetty-icon{
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align:top;
	margin-top:18px;
	margin-right:14px;
	margin-left:25px;
}
.spsettype-list li.sel{
	background-color:#fc838c;
	border-color:#e60012;
}
.spsettype-list li.sel .arrow{
	display:block;
}
.spsettype-list li.sel .fir,.spsettype-list li.sel .sec{
	color:#fff;
}
.spsettype-list .fir .spsetty-icon{
	background:url(../images/spsetting/spsetting_59.png) no-repeat left center;
}
.spsettype-list li.fin .fir .spsetty-icon{
	background:url(../images/spsetting/spsetting_29.png) no-repeat left center;
}
.spsettype-list li.sel .fir .spsetty-icon{
	background:url(../images/spsetting/spsetting_20.png) no-repeat left center;
}
.setswitchdef-icon,.setswitchopen-icon{
	display:inline-block;
	width:46px;
	height:20px;
	vertical-align:top;
	margin-top:17px;
}
.spsettype-list li .thir label{
	display:block;
	text-align:center;
}
.spsettype-list li .thir .setswitchdef-icon{
	background:url(../images/spsetting/spsetting_58.png) no-repeat left center;
}
.spsettype-list li .spsetswitch:checked + .setswitchdef-icon{
	background:url(../images/spsetting/spsetting_28.png) no-repeat left center;
}
.spsettype-list li.sel .spsetswitch:checked + .setswitchdef-icon{
	background:url(../images/spsetting/spsetting_17.png) no-repeat left center;
}
.aproset-lf{
	padding-right:18px
}
.aproset-rt{
	padding-left:17px;
}
.spset-icon{
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/spsetting/spsetting_05.png) no-repeat left center;	
	margin-right:10px;
}
.spsetting-list li{
	line-height:40px;
	margin-bottom:22px;
	min-height:40px;
}
.spsetting-list .fir,.spsetting-list .sec{
	float:left;
}
.spsetting-list .fir{
	text-align:right;
	padding-right:16px;
}
.spsetting-list .spsetmark-box{
	height:40px;
	border:1px solid #e3e3e3;
	line-height:40px;
	width:90%;
	background-color:#fff;
	padding-right:5px;
}
.spsetting-list .fir p{
	color:#c8c8c8;
	line-height:14px;
}
.spsetting-list .spsetdesp-box textarea{
	border:1px solid #e3e3e3;
	line-height:30px;
	width:90%;
	padding:0 5px;
	min-height:215px;
	resize:vertical;
}
.spsetting-list .spren-box{
	height:26px;
	padding:0 10px;
	line-height:26px;
	color:#fff;
	display:inline-block;
	background-color:#c8c8c8;
	border-radius:3px;
	margin-left:5px;
	margin-top:6px;
	font-size:12px;
	position:relative;
	float:left;	
}
.spsetting-list .spshenher-icon{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/spsetting/spset2_10.png) no-repeat left center;
	vertical-align:top;
	margin:13px 5px 0 0;
}
.spsetNowIng-list li .spshenher-icon{
	background:url(../images/spsetting/spsetting_26.png) no-repeat left center;
}
.spsetting-list .spren-box b{
	font-weight:normal;
	font-size:12px;
}
.spren-box em,.spren-box i{
	display:inline-block;
}
.spren-box .sptx-icon{
	width:12px;
	height:12px;
	background:url(../images/spsetting/spsetting_42.png) no-repeat left center;
	vertical-align:top;
	margin:7px 5px 0 0;
}
.spren-box .spclose-icon{
	width:6px;
	height:6px;
	background:url(../images/spsetting/spset2_07.png) no-repeat left center;
	position:absolute;
	right:1px;
	top:1px;
	cursor:pointer;
}
.spsetNowIng-list .spren-box .spclose-icon{
	background:url(../images/spsetting/spsetting_34.png) no-repeat left center;
	width:14px;
	height:14px;
	right:0;
	top:0;
	border-radius-right:3px;
}
.spset-operate{
	float:right;
	height:100%;
	padding-top:9px;
}
.spset-operate .setbtn-box{
	float:left;
	position:relative;
	width:20px;
	height:20px;
	margin-right:5px;
}
.spset-operate .spset-addr{
	width:20px;
	height:20px;
	background:#c8c8c8 url(../images/spsetting/spsetting_37.png) no-repeat center center;
	display:block;
}
.spset-operate .setbtn-box .spset-uparow{
	position:absolute;
	top:0;
	width:20px;
	height:9px;
	background:#c8c8c8 url(../images/spsetting/spsetting_39.png) no-repeat center center;
}
.spset-operate .setbtn-box .spset-downarow{
	width:20px;
	height:9px;
	background:#c8c8c8 url(../images/spsetting/spsetting_52.png) no-repeat center center;
	position:absolute;
	bottom:0;
}
.spset-operate .spset-delicon{
	width:20px;
	height:20px;
	background:#c8c8c8 url(../images/spsetting/spsetting_45.png) no-repeat center center;
	display:block;
}
.spset-operate .setsel-box{
	float:left;
	position:relative;
	width:45px;
	background-color:#c8c8c8;
	padding:0 2px;
}
.spset-operate .setsel-box span{
	font-size:12px;
	color:#fff;
	line-height:20px;
	display:block;
	text-align:center;
}
.spset-operate .setsel-box span .spset-darow-icon{
	display:inline-block;
	width:10px;
	height:6px;
	background:url(../images/spsetting/spsetting_49.png) no-repeat center center;
	vertical-align:top;
	margin:9px 0 0 2px;
	cursor:pointer;
}
.spsetNowIng-list .setsel-box:hover .setsel-listbox{
	display:block;
}
.setsel-listbox{
	width:100px;
	position:absolute;
	right:-50px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-radius:5px;
	display:none;
}
.setsel-list .arrow{
	position: absolute;
	display: block;
	width: 13px;
	height: 7px;
	background:url(../images/framever3/arrow-ver3_03.png);
	top: -6px;
	right: 48px;
}
.setsel-list li{
	margin:5px 0;
	cursor:pointer;
}
.setsel-list li .rarow{
	display: inline-block;
	float: left;
	width: 8px;
	height: 45px;
	background: url(../images/framever3/person-ver3_06.png) no-repeat left center;
}
.setsel-listbox .setsel-list li span{
	color:#333;
	display:block;
	line-height:40px;
}
.setsel-list li:hover{
	background-color:#f82117;
}
.setsel-list li:hover span{
	color:#fff;
}
.wt-redsaveBtn{
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#f11309;
	padding:0 30px;
	font-size:16px;
	margin:0 auto;
	display:block;
	border-radius:5px;
}
/* 设置 */
.spsetNowIng-list .spset-operate .spset-addr{
	background:#f11309 url(../images/spsetting/spsetting_37.png) no-repeat center center;
}
.spsetNowIng-list .spset-operate .setbtn-box .spset-uparow{
	background:#f11309 url(../images/spsetting/spsetting_39.png) no-repeat center center;
}
.spsetNowIng-list .spset-operate .setbtn-box .spset-downarow{
	background:#f11309 url(../images/spsetting/spsetting_52.png) no-repeat center center;
}
.spsetNowIng-list .spset-operate .spset-delicon{
	background:#f11309 url(../images/spsetting/spsetting_45.png) no-repeat center center;
}
.spsetNowIng-list .spset-operate .setsel-box{
	background-color:#f11309;
	cursor:pointer;
}


/* 开标记录表 */
.kbfir-box{
	/*border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;*/
}
.kbtab-fir{
	border-collapse: collapse;
}
.kbtab-fir,.kbtab-sec,.kbtab-thir{
	border:solid 1px #d4d4d4;
	width: 100%;
	text-align: center;
}
.kbtab-tit{
	text-align: center;
	line-height: 50px;
}
.kbtab-fir thead{
	text-align: center;
}
.kbtab-fir tr,.kbtab-thir tr{
	
}
.kbtab-sec tr:first-child td,.kbtab-thir tr:first-child td{
	border-top:none;
}
.kbtab-sec,.kbtab-thir{
	border-top: none;
}
.kbtab-fir td,.kbtab-thir td{
	line-height: 40px;
}
.kbtab-sec .fir,.kbtab-sec .sec,.kbtab-fir .fir,.kbtab-fir .sec{
	padding: 0;
}
.kbtab-sec .fir div{
	padding: 0 10px;
	min-width: 118px;
}
.kbtab-sec .sec div{
	padding: 0 10px;
	min-width: 118px;
}
.kbtab-fir .fir,.kbtab-fir .sec{
	width: 118px;
	text-align: center;
}
.kbtab-sec .last-fir{
	padding: 0;
	width: 150px;
}
.kbtab-sec .last-sec{
	width: 120px;
	padding: 0;
}
.kbtab-sec .last-fir div{
	width: 200px;
	padding: 0 10px;
}	
.kbtab-sec .last-sec div{
	width: 118px;
	padding: 0 10px;
}
.kbtab-fir .fir div{
	padding: 0 10px;
	width: 117px;
}
.kbtab-thir .kb-fixname{
	width: 120px;
	padding: 0;
}
.kbtab-thir .kb-fixname div{
	padding: 0 10px;
	min-width: 118px;
}
tr{
	width: 100%;
}
.kbtab-fir td,.kbtab-sec td,.kbtab-thir td{
	border:solid 1px #d4d4d4;
	white-space: nowrap;
	padding: 0 10px;
	border-bottom: none;
	border-right: none;
}
.kbtab-sec td{
	line-height: 80px;
}
.viewer-flip-horizontal,.viewer-flip-vertical,.viewer-reset,.viewer-one-to-one{
	display:none;
}
/* 集成接口 */
.outinterface-wrap{
/* 	width:calc(100% - 220px); */
	width:92%;
/* 	padding:20px 0 0 40px; */
	padding:20px 1% 0 0;
	height:100%;
	margin:0 auto;
}
.outinterface-wrap .wt-listTop{
	margin-bottom:10px;
}
.outinterface-topbtnBox{
	height:60px;
	float:right;
	padding-top:10px;
}
.wt-tantop-searcharea{
	height:36px;
	margin-bottom:5px;
	padding:3px 5px;
	line-height:30px;
}
.wt-tantop-searcharea .outface-write-inp{
	height:30px;
	line-height:30px;
	padding:0 5px;
	border:1px solid #e0e0e0;
	vertical-align:top;
}
.wt-tantop-searcharea .outface-search-btn{
	padding:0 10px;
	height:30px;
	color:#fff;
	line-height:30px;
	vertical-align:top;
	background-color:#f11309;
}
.account-topbtnBox{
	float:right;
}
.wt-redVer3-btn{
	height:40px;
	padding:0 15px;
	line-height:40px;
	background-color:#f11309;
	border-radius:5px;
	color:#fff;
}
.wt-redVer4-btn{
	height:36px;
	padding:0 25px;
	line-height:36px;
	background-color:#f11309;
	border-radius:5px;
	color:#fff;
}
.wt-redVer4-btn b{
	display:inline-block;
	height:100%;
	vertical-align:top;
	font-size:22px;
	margin-right:6px;
}
.outinterface-headlist{
/* 	width: 100%; */
	height:80px;
/* 	margin:60px 0 0 40px; */
	background-color:#ebebeb;
	border:1px solid #e0e0e0;
	border-right:none;
	float:left;
}
.ipmanage-headlist{
	background-color:#ebebeb;
	border:1px solid #e0e0e0;
	border-right:none;
	height:80px;
}
.outinterface-headlist li,.ipmanage-headlist li{
	background-size: 100% 100%;
	float: left;
	height: 100%;
	border-right:1px solid #e0e0e0;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ipmanage-bodylist li>div{
	display:block;
	width:100%;
	height:100%;
}
.ipmanage-bodylist li .long-inp{
	height:36px;
	line-height:36px;
	width:80%;
	text-align:center;
	border:1px solid #e0e0e0;
}
.ipmanage-bodylist .fir-cell{
	float:left;
	width:25%;
	height:100%;
	border-right:1px solid #e0e0e0;
}
.ipmanage-bodylist .sec-cell{
	float:left;
	width:75%;
	height:100%;
}
.ipmanage-bodylist .smfir-cell{
	width:50%;
	float:left;
}
.ipmanage-bodylist .smsec-cell{
	width:50%;
	float:left;
}
.ipmanage-bodylist .sm-firsp{
	display:block;
	float:left;
	width:25%;
	height:100%;
	text-align:right;
}
.ipmanage-bodylist .sm-secsp{
	display:block;
	float:left;
	width:75%;
	height:100%;
}
.ipmanage-bodylist .short-inp{
	height:36px;
	line-height:36px;
	width:90%;
	text-align:center;
	border:1px solid #e0e0e0;
	text-align:left;
	padding:0 5px;
}
.ipmanage-redsmbtn{
	width:17px;
	height:17px;
	background-color:#fff;
	margin:0 4px;
}
.ipmanage-redsmbtn i{
	display:block;
	width:100%;
	height:100%;
	background-position:center center;
}
.ipmanage-redsmbtn .sm-saveicon{
	background:url(../images/kbdating-icon/canhuiset_06.png) no-repeat;
}
.ipmanage-redsmbtn .sm-reviseicon{
	background:url(../images/kbdating-icon/canhuiset_03.png) no-repeat;
}
.ipmanage-redsmbtn .sm-delicon{
	background:url(../images/kbdating-icon/canhuiset_08.png) no-repeat;
}
.ipmanage-redsmbtn .sm-addicon{
	background:url(../images/kbdating-icon/canhuiset_10.png) no-repeat;
}
.fir-itialtit{
	background: url(../images/spsetting/tbitial-linebg_03.png) no-repeat center center;
}
.fir-itialtit div{
	line-height: 40px;
	color: #f11309;
}
.fir-itialtit .rt-tit{
	padding-right: 20px;
	text-align: right;
}
.fir-itialtit .lf-tit{
	padding-left: 20px;
	text-align: left;
}
.last-multitit .fir-mul,.two-multitit .fir-mul{
	line-height: 40px;
	border-bottom: 1px solid #e0e0e0;
}
.last-multitit .sec-mul,.two-multitit .sec-mul{
	line-height: 40px;
}
.last-multitit .sec-mul span,.two-multitit .sec-mul span{
	display: block;
	float: left;
	width: 50%;
}
.last-multitit .sec-mul .bor-rt,.two-multitit .sec-mul .bor-rt{
	border-right: 1px solid #e0e0e0;
}
.last-multitit .sec-mul span.full-width{
	width: 100%;
	border-right: none;
}
.outinterface-headlist .not-rtbor{
	border-right:none;
}
.outinface-body-con{
	clear:both;
	height:calc(100% - 235px);
	overflow-y:scroll;
/* 	border-bottom:1px solid #e0e0e0; */
}
.outinterface-bodylist {
	width: 100%;
	border:1px solid #e0e0e0;
	height:50px;
	border-top:none;
	border-right:none;
}
.outinterface-bodylist li{
	float: left;
	border-right: 1px solid #e0e0e0;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.outinterface-leftbodylist{
	border:1px solid #e0e0e0;
	height:50px;
	border-top:none;
	border-right:none;
	height:auto;
}
.outinterface-leftbodylist li{
	height: 50px;
	line-height: 50px;
	text-align: left;
	border-bottom:1px solid #e0e0e0;
}
.outface-labcheckbox{
	display:block;
	vertical-align:top;
	width:100%;
	height:100%;
	padding:0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.outface-labcheckbox input[type=checkbox]{
	width:16px;
	height:16px;
	vertical-align:top;
	margin-top:17px;
	margin-right:5px;
}
.outinterface-leftbodylist .seleted-libg{
	background-color:#f6f6f6;
}
ul.seleted-ulbg{
	background-color:#f6f6f6;
}
.outinterface-leftbodylist li:last-child{
	border:none;
}
.outinterface-leftbodylist li:first-child{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
} 
/* .outinterface-bodylist li:first-child{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
} */
.outinterface-headlist li .sec-mul span.full-width{
	width: 100%;
	border-right: none;
}
.outinterface-bodylist .setswitch-box{
	width: 50%;
	border-right: 1px solid #e0e0e0;
	float: left;
}
.outinterface-bodylist  div.full-width{
	width: 100%;
	border-right: none;
}
.outinterface-bodylist .setswitch-hone-box{
	width: 100%;
}
.outinterface-bodylist li .setswitch-box:last-child{
	border-right:none;
}
.outinterface-bodylist .bor-rtnone{
	border-right:none;
}
.outinterface-bodylist .seltypemode-box{
	width: 50%;
	float: left;
}
.outinterfaceWidList li:last-child{
	border-right:none;
}
/* 开启关闭开关 */
.infaceset-wrap .setswitchdef-icon{
	display:inline-block;
	width:46px;
	height:20px;
	vertical-align:top;
	margin-top:17px;
}
.outinterface-bodylist .setswitchdef-icon{
	background:url(../images/spsetting/spsetting_58.png) no-repeat left center;
}
.outinterface-bodylist li.infaceset-wrap .inface-switchset:checked + .setswitchdef-icon{
	background:url(../images/spsetting/spsetting_28.png) no-repeat left center;
}
/* 手动自动开关 */
.infaceset-wrap .set-handAutodef-icon{
	display:inline-block;
	width:46px;
	height:20px;
	vertical-align:top;
	margin-top:17px;
}
.outinterface-bodylist .set-handAutodef-icon{
	background:url(../images/spsetting/spsetting_58.png) no-repeat left center;
}
.outinterface-bodylist li.infaceset-wrap .inface-hAutoSwitchset:checked + .set-handAutodef-icon{
	background:url(../images/spsetting/spsetting_28.png) no-repeat left center;
}
.sel-posrel-box{
	position:relative;
	width:100%;
	height:100%;
}
.sel-posrel-box>span{
	display:block;
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	margin-top:10px;
}
.sel-posrel-box .down-arrow{
	display:inline-block;
	width:13px;
	height:100%;
	background:url(../images/spsetting/down-grayarow_03.png) no-repeat left center;
	vertical-align:top;
	margin-left:8px;
	position:relative;
	cursor:pointer;
}
.sel-posrel-box .typemsg{
	display:inline-block;
	width:40px;
}
.sedposabso-box{
	position:absolute;
	top:40px;
	left:50%;
	width:120px;
	margin-left:-60px;
	z-index:2;
	background-color:#fff;
	display:none;
}
.sedposrel-list{
	width:100%;
	position:relative;
	border:1px solid #e0e0e0;
	border-radius:5px;
	padding-right:2px;
}
.down-arrow .up-arrow{
	position:absolute;
	width:13px;
	height:7px;
	background:url(../images/framever3/arrow-ver3_03.png);
	top:24px;
	left:0;
	z-index:3;
	display:none;
}
.selPosrelBox:hover .sedposabso-box{
	display:block;
}
.selPosrelBox:hover .up-arrow{
	display:block;
}
.sedposrel-list label{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	margin:4px 0;
	cursor:pointer;
}
.sedposrel-list label span{
	float:left;
}
/*.sedposrel-list label:hover{
	background-color: #f82117;
	color:#fff;
}*/
.sedposrel-list  .current{
	background-color: #f82117;
	color:#fff;
}
.sedposrel-list .rarow{
	display:inline-block;
	float:left;
	width:8px;
	height:100%;
	background:url(../images/framever3/person-ver3_06.png) no-repeat left center;
}
.sedposrel-list .list-icon{
	display:inline-block;
	float:left;
	width:12px;
	height:100%;
	margin:0 8px;
	background:url(../images/framever3/list-ver3_03.png) no-repeat left center;
}
.sedposrel-list  .current  .list-icon{
	background:url(../images/framever3/list-ver3_06.png) no-repeat left center;
}
.hand-boxlab,.auto-boxlab{
	display:inline-block;
	float:left;
	width:33px;
	height:21px;
}
.handdong-icon{
	display:block;
	width:33px;
	height:21px;
	background:url(../images/kbdating-icon/handautoicon_09.png) no-repeat;
}
.autodong-icon{
	display:block;
	width:33px;
	height:21px;
	background:url(../images/kbdating-icon/handautoicon_05.png) no-repeat;
}
.outinterface-bodylist li .hand-boxlab .sel-inface-typemode:checked + .handdong-icon{
	background:url(../images/kbdating-icon/handautoicon_03.png) no-repeat;
}
.outinterface-bodylist li .auto-boxlab .sel-inface-typemode:checked + .autodong-icon{
	background:url(../images/kbdating-icon/handautoicon_10.png) no-repeat;
}
.seleted-handdong-icon{
	background:url(../images/kbdating-icon/handautoicon_03.png) no-repeat;
}
.seleted-autodong-icon{
	background:url(../images/kbdating-icon/handautoicon_10.png) no-repeat;
}
/* 弹框  fixed  */
.wt-fixTan-container{
	position:fixed;
	left:150px;
	top:128px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	z-index:5;
}
.wt-tanarea-box{
	width:520px;
	height:60%;
	position:fixed;
	left:165px;
	top:90px;
	right:0px;
	bottom:0px;
	margin:auto;
	padding: 24px 30px;
	background-color:#fff;
}
.wt-tanhead-tit{
	line-height:40px;
	font-weight:bolder;
	height:40px;
}
.wt-tanbody-area{
	border:1px solid #e0e0e0;
	height:calc(100% - 190px);
}
.outinter-tanlist{
	padding: 5px 15px;
}
.outinter-tanlist li{
	line-height:30px;
	min-height:30px;
	border-bottom:1px solid #e0e0e0;
	padding:0 5px;
}
.outinter-tanlist li label{
	display:block;
	position:relative;
	height:100%;
}
.outinter-tanlist .seleted-bg{
	width:100%;
	height:100%;
	padding-left:24px;
}
.outinter-tanlist .dtsel-icon{
	position:absolute;
	width:14px;
	height:14px;
	left:5px;
	top:50%;
	margin-right:5px;
	margin-top:-5px;
	background:url(../images/common-bgimg/weixuan_06.jpg) no-repeat;
}
.outinter-tanlist li input[type="checkbox"]:checked + i{
	background:url(../images/common-bgimg/xuanzhong_03.png) no-repeat;
}
.outinter-tanlist li input[type="checkbox"]:checked ~ .seleted-bg{
	background-color:#e01116;
	color:#fff;
}
.wt-tanbot-btnbox{
	height:60px;
	text-align:center;
}
.wt-infotit-wrap .tit{
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #e0e0e0;
}
.wt-infotit-wrap .tit .tit-icon{
	display:inline-block;
	width:10px;
	height:100%;
	background:url(../images/common-bgimg/redright-arrow-icon_03.png) no-repeat center center;
	margin-right:5px;
	vertical-align:top;
}
.wt-listact-box{
	text-align:right;
	height:36px;
	margin-top:25px;
}
.wt-listact-box .act-retbtn{
	width: 96px;
    height: 36px;
    text-align: center;
    background-color: #e01116;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin-left: 10px;
    line-height: 36px;
}
.wt-listact-box .act-retbtn .act-addicon{
	display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 14px;
    margin-right: 6px;
	background: url(../images/pbhall-img/pbact-icon_13.png) no-repeat right center;
}
.titlfbtn-box{
	display:inline-block;	
}
.titlfbtn-box .state-redbtn{
	width:90px;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	background-color:#e01116;
	margin:0 15px;
	border-radius:5px;
	font-size:14px;
}
.titbtn-box{
	float:right;
}
.titbtn-box .act-retbtn{
	width: 96px;
	height: 36px;
	text-align: center;
	background-color: #e01116;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	color: #fff;
	margin-left: 10px;
	line-height: 36px;
}
.titbtn-box .act-retbtn i{
	display: inline-block;
	height: 100%;
	vertical-align: top;
	width: 14px;
	margin-right: 6px;
}
.titbtn-box .act-retbtn .act-saveicon{
	background: url(../images/pbhall-img/opericon_03.png) no-repeat right center;
}
.titbtn-box .act-retbtn .act-editicon{
	background: url(../images/pbhall-img/opericon2_03.png) no-repeat right center;
}
.titbtn-box .act-retbtn .zj-queren{
	width:18px;
	background: url(../images/list-icon/zjjieguo_06.png) no-repeat right center;
}
.titbtn-box .act-retbtn .jg-dayin{
	width:18px;
	background: url(../images/list-icon/zjjieguo_03.png) no-repeat right center;
}
.wt-infotit-ertit{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e0e0e0;
}
.wt-infotit-ertit .line-bg{
	display:inline-block;
	height:16px;
	vertical-align:top;
	width:3px;
	background-color:#1a91ed;
	margin-top:12px;
	margin-right:8px;
}
.wt-infomain-wrap{
	padding:5px 30px;
}
.wt-infomain-area{
	padding:28px 50px;
}
.wt-inpedit-list{
	width:100%;
	min-height:40px;
	margin-bottom:15px;
	clear:both;
}
.wt-inpedit-list dt,.wt-inpedit-list dd{
	float:left;
	line-height:40px;
}
.wt-inpedit-list dt{
	text-align:right;
}
.wt-inpedit-list .fir-dt{
	width:125px;
	padding-right:10px;
}
.wt-inpedit-list .sec-dt{
	width:110px;
	padding-right:10px;
}
.wt-inpedit-list input,.wt-inpedit-list select{
	border:1px solid #e0e0e0;
	width:100%;
	height:40px;
	padding:0 10px;
}
.wt-inpedit-list select{
	width:48%;
	margin-left:1.2%;
}
.wt-inpedit-list .shenqb{
	width:calc(100% - 280px);
}
.wt-inpedit-list .guanlian{
	float:right;
}
.wt-inpedit-list .guanlian button{
	width:90px;
	text-align:center;
	color:#fff;
	line-height:36px;
	background-color:#e01116;
	border-radius:5px;
}
.wt-inpedit-list .full-dd{
	width:calc(100% - 125px);
	overflow:hidden;
	word-break:break-all;
}
.wt-inpedit-list .fir-dd{
	width:calc(28% - 125px);
}
.wt-inpedit-list .sec-dd{
	width:calc(30% - 110px);
}
.wt-inpedit-list .thir-dd{
	width:calc(42% - 110px);
}
.wt-inpedit-list .tsm-dd{
	width:calc(33% - 110px);
}
.wt-inpedit-list .tdf-dd{
	width:calc(34% - 125px);
}
.wt-inpedit-list .phone-dt{
	width:75px;
	padding-right:7px;
}
.wt-inpedit-list .fz-name{
	width:70px;
}
.wt-inpedit-list .tel-dd{
	width:calc(34% - 270px);
}
.wt-inpedit-list .tel-dd-tw{
	width:calc(33% - 255px);
}
.wt-inpedit-list .twolay-lf{
	width:calc(45% - 125px);
}
.wt-inpedit-list .twolay-rt{
	width:calc(55% - 110px);
}
.wt-inpedit-list .fourlay-lf-1{
	width:calc(25% - 125px);
}
.wt-inpedit-list .fourlay-lf-2{
	width:calc(25% - 110px);
}
.wt-inpedit-list dd:last-child {
  margin-right: 0;
}
.wt-inpedit-list .sel-posrel {
  position: relative;
  width: 100%;
  overflow: visible;
}
.wt-inpedit-list .sel-posrel input {
  border: 1px solid #e0e0e0;
  height: 40px;
  width: 100%;
  line-height: 38px;
  padding-right: 40px;
  padding-left: 30px;
}
.wt-inpedit-list .sel-posrel .sel-posabso {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #c4c4c4;
  right: 12px;
  top: 9px;
  text-align: center;
}
.wt-inpedit-list .sel-posrel .sel-posabso .pbact-down-icon {
  display: inline-block;
  width: 13px;
  height: 100%;
  background: url(../images/pbhall-img/wd-arrow_07.png) no-repeat left center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.wt-inpedit-list .sel-posrel .sel-posabso .pbact-down-icon .pbact-up-icon {
  position: absolute;
  width: 13px;
  height: 7px;
  background: url(../images/framever3/arrow-ver3_03.png);
  top: 24px;
  left: 0;
  z-index: 3;
  display: none;
}
.wt-inpedit-list .sel-posrel .pb-selbox-list ,.pb-selbox-wrap .sel-posrel .pb-selbox-list{
  position: absolute;
  top: 38px;
  width: 100%;
  height:200px;
  overflow-y:auto;
  border: 1px solid #e0e0e0;
  padding-right: 2px;
  background-color: #fff;
  display: none;
  z-index: 2;
}
.wt-inpedit-list .sel-posrel .pb-selbox-list > div ,.pb-selbox-wrap .sel-posrel .pb-selbox-list > div{
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 2px 0;
  cursor: pointer;
	overflow: hidden;
}
.wt-inpedit-list .sel-posrel .pb-selbox-list > div .pblist-hover-icon ,.pb-selbox-wrap .sel-posrel .pb-selbox-list > div .pblist-hover-icon{
  display: inline-block;
  float: left;
  width: 8px;
  height: 100%;
  background: url(../images/framever3/person-ver3_06.png) no-repeat left center;
  vertical-align: top;
}
.wt-inpedit-list .sel-posrel .pb-selbox-list > div:hover,.pb-selbox-wrap .sel-posrel .pb-selbox-list > div:hover{
  background-color: #f82117;
  color: #fff;
}
.wt-inpedit-list .sel-posrel .pb-selbox-list .current,.pb-selbox-wrap .sel-posrel .pb-selbox-list .current{
  background-color: #f82117;
}
.wt-inpedit-list .Wdate{
    background: url(../images/inp-icon/dateicon3_03.png) no-repeat right center;
}
/* .wt-inpedit-list .sel-posrel:hover .pb-selbox-list {
  display: block;
}
.wt-inpedit-list .sel-posrel:hover .sel-posabso .pbact-down-icon .pbact-up-icon {
  display: block;
} */
.editor-con .wangEditor-menu-container{
	display:none;
}
.editor-con .wangEditor-container .wangEditor-txt{
	height:100%;
}
.editor-con .wangEditor-container{
	height:100%;
}
.pb-msgdoc-box{
	padding:0 15px;
}
.pb-msgdoc-box p{
	line-height:26px;
}
/* 弹框  */
.end-halltan{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	z-index:10;
	left:0;
	top:0;
}
.endhall-container{
	position:fixed;
	height:300px;
	width:528px;
	background-color:#fff;
	top:50%; left:50%; z-index: 1000;
	margin-left:-264px;
	margin-top:-156px;
	background-color:#fff;
	border:1px solid #e01116;
	font-size:15px;
}
.end-hall-wrap{
	padding-top:10px;
}
.dt-endtit{
	margin-left:54px;
	margin-right:10px;
	display:inline-block;
	line-height:30px;
	vertical-align:top;
}
.dtend-reason{
	display:inline-block;
	width:330px;
}
.dtend-reason select{
	border:1px solid #e0e0e0;
	height:30px;
	line-height:30px;
	padding-left:5px;
}
.dtend-reason .end-reason-area{
	border:1px solid #e0e0e0;
	height:80px;
	line-height:30px;
	padding:5px;
	margin-top:10px;
	width:330px;
	resize:none;
}
.halltan-tips-icon{
	display:inline-block;
	vertical-align:top;
	width:24px;
	height:24px;
	background:url(../images/kbdating-icon/halltan-tips-icon_03.png) no-repeat;
	margin:12px 7px 0 0;
}
.hall-end-tit{
	line-height:50px;
	text-align:center;
	font-size:18px;
	height: 50px;
}
.hall-end-sellist{
	clear:both;
	overflow:hidden;
	text-align:center;
}
.hall-end-sellist li{
	/*float:left;*/
	width:115px;
	text-align:center;
	height:40px;
	line-height:40px;
	display:inline-block;
	margin:0 10px;
	vertical-align:top;
}
.hall-end-sellist li label{
	display:block;
	width:100%;
	height:100%;
}
.hall-end-sellist .hall-end-selslide{
	display:block;
	width:100%;
	height:100%;
	border:1px solid #e0e0e0;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.hall-end-sellist li .hall-tan-rtsubbg{
	position:absolute;
	width:31px;
	height:31px;
	background:#e01116 url(../images/kbdating-icon/hall-tanselbg_03.png) no-repeat 5px 4px;
	top:20px;
	right:-14px;
	display:none;
	border-radius:50%;
}
.hall-end-sellist li input[type="radio"]:checked + .hall-end-selslide{
	border:1px solid #e01116;
}
.hall-end-sellist li input[type="radio"]:checked + .fc-red{
	font-size:18px;
	color:#e01116;
}
.hall-end-sellist li input[type="radio"]:checked + .hall-end-selslide .hall-tan-rtsubbg{
	display:block;
}
.wt-pospay-wrap{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	background-color:rgba(0,0,0,0.35);
	display:none;
}
.wt-pospay-wrap .wt-tanchuMainC{
	padding:0;
	box-shadow:none;
	width:498px;
	height:524px;
}
.wt-pospay-wrap .pay-top{
	width:100%;
	height:100px;
	position:relative;
	background:#fff url(../images/paywrap-img/weixinwrap_06.png) no-repeat center center;
}
.wt-pospay-wrap .zfb-top{
	background:#fff url(../images/paywrap-img/zfb-top_03.png) no-repeat center center;
}
.wt-pospay-wrap .close-btn{
	width:19px;
	height:19px;
	position:absolute;
	right:10px;
	top:10px;
	background:url(../images/paywrap-img/weixinwrap_03.png) no-repeat center center;
	cursor:pointer;
	font-size:0;
}
.wt-pospay-wrap .pay-body{
	height:424px;
	width:100%;
	background-color:#29a23b;
	padding-top:40px;
}
.wt-pospay-wrap .zfb-body{
	background-color:#009fe8;
}
.wt-pospay-wrap .pay-body img{
	width:240px;
	height:240px;
	display:block;
	margin: 0 auto 25px;
}
.wt-pospay-wrap .pay-tips-list{
	width:330px;
	margin:0 auto;
	overflow:hidden;
}
.wt-pospay-wrap .pay-tips-list li{
	float:left;
}
.wt-pospay-wrap .lf{
	float:left;
	width:80px;
	text-align:center;
}
.wt-pospay-wrap .lf .bg{
	width:100%;
	height:45px;
}
.wt-pospay-wrap .lf .bg1{
	background:url(../images/paywrap-img/weixinwrap_11.png) no-repeat center center;
}
.wt-pospay-wrap .lf .bg2{
	background:url(../images/paywrap-img/weixinwrap_13.png) no-repeat center center;
}
.wt-pospay-wrap .lf .bg3{
	background:url(../images/paywrap-img/weixinwrap_15.png) no-repeat center center;
}
.wt-pospay-wrap .lf p{
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#fff;
	margin-top:10px;
}
.wt-pospay-wrap .rt-arro{
	display:block;
	float:left;
	width:40px;
	height:45px;
	background:url(../images/paywrap-img/weixinwrap_18.png) no-repeat center center;
}
/*---------------------------------------- top  version4--------------start--------- */
.headerver4-box{
	width:100%;
	height:68px;
	background-color:#db0c00;
	padding-left: 30px;
}
.headerver4-box .log-ver4{
	width:195px;
	float:left;
	height:100%;
	font-size:0;
	padding-right: 17px;
	display: none;
}
.headerver4-box .log-ver4 img{
	display:block;
	margin:23px auto;
	width:122px;
	height:44px;
	display: none;
}
.headerver4-box .nav4-box{
	width:calc(100% - 410px);
	position:relative;
	height:100%;
	/*padding-top:4px;*/
	float:left;
}
.headerver4-box .nav4-box .nav4-btn{
	position:absolute;
	width:30px;
	height:60px;
	top:4px;
	font-size:0;
}
.headerver4-box .nav4-box .nav4-lfbtn{
	background:#e44b42 url(../images/topver4/m-lico.png) no-repeat center center;
	left:0;
}
.headerver4-box .nav4-box .nav4-rtbtn{
	background:#e44b42 url(../images/topver4/m-rico.png) no-repeat center center;
	right:0;
}
.headerver4-box .nav4-box .nav4-scrollbox{
	width:calc(100% - 67px);
	position:relative;
	margin-left:33px;
	overflow:hidden;
	height:100%;
}
.headerver4-box .nav4-list{
	/*position:absolute;*/
	/*width:1920px;*/
	height:68px;
}
.headerver4-box .nav4-list li{
	/*float:left;*/
	display: inline-block;
	min-width:125px;
	height:68px;
	text-align:center;
	border-left: 1px solid rgba(255,255,255,.8);
	padding-top: 4px;
	background: #db0c00;
}
.headerver4-box .nav4-list li a{
	color:#fff;
	display:block;
	height:64px;
	width:100%;
	/*background-color:#e44b42;*/
	text-decoration:none;
	border-radius:5px 5px 0 0;
	padding-top: 10px;
}
.headerver4-box .nav4-list li a:hover{
	text-decoration:none;
}
.headerver4-box .nav4-list li.choose{
	border-left: none;
}
.headerver4-box .nav4-list li.choose + li{
	border-left-color: transparent;
	border-radius: 0 0 0 5px;
}
.headerver4-box .nav4-list li.last-choose{
	border-radius: 0 0 5px 0;
}
.headerver4-box .nav4-list li.choose a{
	background-color:#fff;
	color:#e01116;
}
.headerver4-box .nav4-list li .icon{
	display:inline-block;
	height:34px;
	width: 30px;
	background-repeat:no-repeat;
	background-position:0 -34px;
	vertical-align: top;
	margin-top: 3px;
}
.headerver4-box .nav4-list li.choose a .icon{
	background-position:0 0;
}
.headerver4-box .nav4-list li p{
	font-size:18px;
	line-height:2;
	height: 36px;
	margin-top: 2px;
	display: inline-block;
	vertical-align: top;
}
.headerver4-box .rtinfo4-box,.short-top .rtinfo4-box{
	float:right;
	width:370px;
	height:100%;
}
.short-top .rtinfo4-box{
	width:525px;
}
.headerver4-box .rtinfo4-list,.short-top .rtinfo4-list{
	width:100%;
	height:100%;
	padding-top:4px;
	padding-right:20px;
}
.headerver4-box .rtinfo4-list>li,.short-top .rtinfo4-list>li{
	float:left;
	width:104px;
	height:60px;
	border-right:2px solid #e96d66;
	text-align:center;
	color:#fff;
	position:relative;
	cursor:pointer;
}
.short-top .rtinfo4-list>li{
	border-right:2px solid #667591;
}
.headerver4-box .rtinfo4-list .last,.short-top .rtinfo4-list .last{
	border-right:none;
}
.headerver4-box .rtinfo4-list .bg,.short-top .rtinfo4-list .bg{
	width:100%;
	height:36px;
	position:relative;
	padding-top: 1px;
}
.short-top .rtinfo4-list .role-bg{
	background: url(../images/topver4/role-tab_03.png) no-repeat center center;
}
.headerver4-box .rtinfo4-list .tasknum-box,.short-top .rtinfo4-list .tasknum-box{
	position:absolute;
	min-width:18px;
	height:20px;
	background-color:#ffea00;
	text-align:center;
	line-height:20px;
	color:#e3261b;
	left:55px;
	top:-2px;
	border-radius:20px;
}
.short-top .rtinfo4-list .tasknum-box{
	background-color:#ce1924;
	color:#fff;
}
.headerver4-box .rtinfo4-list .bg .head-img,.short-top .rtinfo4-list .bg .head-img{
	width:34px;
	height:34px;
	border-radius:50%;
	display:block;
	margin: 0 0 0 60px;
}
.headerver4-box .rtinfo4-list .bg1,.short-top .rtinfo4-list .bg1{
	background:url(../images/topver4/topver4_06.png) no-repeat center center;
}
.headerver4-box .rtinfo4-list .bg2,.short-top .rtinfo4-list .bg2{
	background:url(../images/topver4/topver4_03.png) no-repeat center center;
}
.headerver4-box .rtinfo4-list p,.short-top .rtinfo4-list p{
	font-size:16px;
	line-height:20px;
}
.headerver4-box .rtinfo4-list .fir,.short-top .rtinfo4-list .fir{
	width:135px;
}
.headerver4-box .rtinfo4-list p>span,.short-top .rtinfo4-list p>span{
	width:100px;
	text-align:right;
	height:20px;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.short-top .rtinfo4-list .sec p>span{
	width: 70px;
}
.headerver4-box .rtinfo4-list .moredown-wrap,.short-top .rtinfo4-list .moredown-wrap{
	font-size:16px;
	line-height:20px;
	position:relative;
}
.headerver4-box .rtinfo4-list .down-arrow,.short-top .rtinfo4-list .down-arrow{
	display:inline-block;
	float:right;
	width:13px;
	height:7px;
	background:url(../images/framever3/arrow-v3_03.png) no-repeat left center;
	margin:6px 11px 0 2px;
}
.headerver4-box .rtinfo4-list .moreinfo-box,.short-top .rtinfo4-list .moreinfo-box{
	position:absolute;
	width:140px;
/* 	border:1px solid #e6e6e6; */
	right:0;
	top:56px;
	border-radius:5px;
	padding-top:7px;
	display:none;
	z-index:2;
}
.headerver4-box .rtinfo4-list .fir:hover .moreinfo-box,.short-top .rtinfo4-list .fir:hover .moreinfo-box{
	display:block;
}
.select-rtinfo .rtinfo4-list{
	padding-top: 4px;
}
.select-rtinfo .rtinfo4-list>li{
	height: 100%;
	padding-top: 5px;
}
.select-rtinfo .rtinfo4-list>li:nth-child(2){
	background-color: #fff;
	color: #e01116;
	border-radius: 3px 3px 0 0;
}
.select-rtinfo .rtinfo4-list .bg1{
	background:url(../images/topver4/wk_ico_03.png) no-repeat center center;
}


.headerver4-box .moreinfo-list,.short-top .moreinfo-list{
	position:relative;
	background-color:#fff;
}
.headerver4-box .moreinfo-list li,.short-top .moreinfo-list li{
	height:40px;
	line-height:40px;
	padding:0 10px;
	position:relative;
}
.headerver4-box .moreinfo-list li .rarow,.short-top .moreinfo-list li .rarow{
	position:absolute;
	left:0;
	top:0;
	width: 8px;
	height: 45px;
	background:url(../images/framever3/person-ver3_06.png) no-repeat left center;
}
.headerver4-box .moreinfo-list .end,.short-top .moreinfo-list .end{
	border:none;
}
.headerver4-box .moreinfo-list li:hover,.short-top .moreinfo-list li:hover,.short-top .moreinfo-list li.current{
	background-color:#f82117;	
}
.headerver4-box .moreinfo-list li>div,.short-top .moreinfo-list li>div{
	border-bottom:1px solid #f0f0f0;
	height:100%;
}
.headerver4-box .moreinfo-list li:hover >div,.short-top .moreinfo-list li:hover >div,.short-top .moreinfo-list li.current >div{
	border-bottom:1px solid transparent;
}
.comp-form{
	padding:0 90px;
}
.compinfo {
  width: 100%;
  height: 100%;
  position: relative;
}
.compinfo-status {
  height: 108px;
  width: 1100px;
  margin: 0 auto;
}
.compinfo-status .compinfo-top {
  position: relative;
  height: 100%;
  width: 100%;
}
.compinfo-status .compinfo-line {
  position: absolute;
  height: 5px;
  width: 100%;
}
.compinfo-stepTab {
  overflow: hidden;
  padding-top: 33px;
}
.compinfo-stepTab li {
  float: left;
  height: 42px;
  width: 240px;
  position: relative;
}
.compinfo-stepTab li .thro-line {
  position: absolute;
  height: 3px;
  width: 100%;
  top: 19px;
  left: 0;
  background-color: #f5f5f5;
}
.compinfo-stepTab li p {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #f5f5f5;
  color: #8d8d8d;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  border-radius: 42px;
}
.compinfo-stepTab .act-icon{
	width:14px;
	height:14px;
	position:absolute;
	right:7px;
	top:14px;
	border:4px solid #fff;
	display:none;
	border-radius:50%;
}
.compinfo-stepTab .suc-icon{
	position:absolute;
	width:16px;
	height:16px;
	right:7px;
	top:13px;
	background:url(../images/infover4-img/comsterppver4_03.png) no-repeat center center;
	border-radius:50%;
	display:none;
}
.compinfo-stepTab .current .act-icon{
	display:block;
}
.compinfo-stepTab .last {
  width: 338px;
}
.compinfo-stepTab .last p {
  left: 50%;
  margin-left: -75px;
}
.compinfo-stepTab .pass .thro-line,.compinfo-stepTab .current .thro-line{
  background-color: #11b000;
}
.compinfo-stepTab .pass .suc-icon{
	display:block;
}
.compinfo-stepTab .pass .act-icon{
	display:none;
}
.compinfo-stepTab .current p {
  background-color: #fb4c30;
  color: #fff;
}
.comp-infotop {
  height: 36px;
  line-height: 36px;
}
.comp-infotop .lf-tit {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height:36px;
}
.comp-infotop .rt-btnbox {
  float: right;
}
.comp-infotop .comp-infobtn ,.comp-btntop .comp-infobtn{
  height: 36px;
  width: 96px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background-color: #e01116;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.comp-infotop .wd96-btn{
	width: 96px;
}
.comp-infotop .wd110-btn{
	width: 110px;
}
.comp-infobtn i.icon{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: 14px;
	margin-right: 5px;
}
.comp-infobtn .save-ico{
	background:url(../images/infover4-img/comsterppver4_09.png) no-repeat center center;
}
.comp-infobtn .prev-ico{
	background:url(../images/infover4-img/comsterppver4_07.png) no-repeat center center;
}
.comp-infobtn .submit-ico{
	background:url(../images/infover4-img/submitver4_03.png) no-repeat center center;
}
.comp-infobtn i.revise-ico{
	background:url(../images/infover4-img/btnicover5_14.png) no-repeat center center;
}
.comp-infobtn i.suo-ico{
	background:url(../images/infover4-img/btnicover5_07.png) no-repeat center center;
}
.comp-infobtn i.pass-ico{
	background:url(../images/infover4-img/aubtn-ico_03.png) no-repeat center center;
}
.comp-infobtn i.edit-ico{
	background:url(../images/infover4-img/btnicover5_14.png) no-repeat center center;
	width:16px;
}
.comp-infobtn i.ret-ico{
	width:16px;
	background:url(../images/infover4-img/aubtn-ico_06.png) no-repeat center center;
}
.comp-infobtn i.sign-ico{
	width:16px;
	background:url(../images/list-icon/pbps_13.png) no-repeat center center;
}
.comp-infobtn i.del-ico{
	background:url(../images/infover4-img/btnicover5_09.png) no-repeat center center;
}
.comp-infobtn i.huanyuan-ico{
	background:url(../images/infover4-img/chehuiicon_03.png) no-repeat center center;
}
.comp-infobtn i.publish-ico{
	width:16px;
	background:url(../images/infover4-img/iconver4_13.png) no-repeat center center;
}
.comp-infobtn i.shch-ico{
	width:16px;
	background:url(../images/infover4-img/iconver4_13.png) no-repeat center center;
}
.comp-infobtn i.xm-ico{
	width:16px;
	background:url(../images/infover4-img/xmico_03.png) no-repeat center center;
}
.comp-infobtn i.-ico{
	width:16px;
	background:url(../images/infover4-img/xmico_03.png) no-repeat center center;
}


.comp-infotop:after {
  clear: both;
}
.compinfo-scrolbox{
	width: 100%;
  	height: calc(100% - 36px);
  	border: 1px solid #e3e3e3;
}
.compinfo-secon {
  width: 100%;
  height: calc(100% - 36px);
  padding: 15px 65px;
}
.compinfo-content{
	clear:both;	
}
.compinfo-content h4 {
  height: 40px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 40px;
  font-weight: bold;
  font-size:14px;
}
.compinfo-content h4 .lftit-line {
  height: 16px;
  width: 3px;
  background-color: #e01116;
  display: inline-block;
  vertical-align: top;
  margin: 12px 8px 0 3px;
}
.info-titwrap h4{
    font-size:16px;
}
.info-titwrap h4 .lftit-line{
    height: 18px;
    margin: 11px 8px 0 3px;
}
.compinfo-content .complist-box {
  width: 100%;
  padding: 20px 50px;
  float:left;
}
.compinfo-content .comp-threecol-list {
  width: 100%;
  min-height: 32px;
  margin-top: 15px;
  clear:both;
  float:left;
  word-break:break-all;
}
.comp-threecol-list p input[type="radio"]{
	display:none;
}
.comp-threecol-list p .wt-radioicon{
	margin-right:8px;
	width:17px;
	height:17px;
	margin-top:8px;
	vertical-align:top;
	background:url(../images/infover4-img/radio-wei_03.png) no-repeat center center;
	background-size:100% 100%;
}
.comp-threecol-list .radio-box label{
	line-height:32px;
}
.comp-threecol-list p input[type="radio"]:checked + .wt-radioicon{
	background:url(../images/infover4-img/comsterppver4_26.png) no-repeat center center;
	background-size:100% 100%;
}
.checkbox-redico-wrap label{
	line-height:32px;
	margin-right:10px;
}
.checkbox-redico-wrap label.no-mar{
    margin: 0;
}
.checkbox-redico-wrap input[type="radio"],.checkbox-redico-wrap input[type="checkbox"]{
	display:none;
}
.checkbox-redico-wrap .wt-radioicon{
	margin-right:8px;
	width:17px;
	height:17px;
	margin-top:8px;
	vertical-align:top;
	background:url(../images/infover4-img/radio-wei_03.png) no-repeat center center;
	background-size:100% 100%;	
}
.checkbox-redico-wrap input[type="radio"]:checked + .wt-radioicon,.checkbox-redico-wrap input[type="checkbox"]:checked + .wt-radioicon{
	background:url(../images/infover4-img/comsterppver4_26.png) no-repeat center center;
	background-size:100% 100%;
}

.compinfo-content .comp-threecol-list>li {
  float: left;
  min-height: 32px;
}
.compinfo-content .comp-threecol-list>li b {
  display: block;
  float: left;
  height: 100%;
  line-height: 32px;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
  color: #646464;
}
.compinfo-content .comp-threecol-list>li b .fstar {
  color: #ff0000;
  margin-left:3px;
}
.compinfo-content .comp-threecol-list>li p {
  float: left;
  line-height:32px;
}
.compinfo-content .comp-threecol-list>li p input,.compinfo-content .comp-threecol-list>li .sec-item input{
  width: 100%;
  padding: 0 5px;
  line-height: 30px;
}
.compinfo-content .comp-threecol-list>li p select{
	width:100%;
}
.comp-threecol-list .fir {
  width: 38%;
}
.comp-threecol-list .twocol-wid{
	width:70%
}
.comp-threecol-list .fir .fir-item,.comp-threecol-list .full-wid .fir-item{
  width: 180px;
}
.comp-threecol-list .fir p,.comp-threecol-list .fir .file-secbox,.comp-threecol-list .full-wid .file-secbox{
  width: calc(100% - 180px);
  float:left;
}
.comp-threecol-list .sec {
  width: 32%;
}
.comp-threecol-list .sec .fir-item {
  width: 220px;
}
.comp-threecol-list .sec p ,.comp-threecol-list .sec .file-secbox{
  width: calc(100% - 220px);
}
.comp-threecol-list .thir {
  width: 30%;
}
.comp-threecol-list .thir .fir-item {
  width: 180px;
}
.comp-threecol-list .thir p ,.comp-threecol-list .thir .file-secbox,.comp-threecol-list .thir .sec-item{
  float: left;
  width: calc(100% - 180px);
}
.compyj-threecol-list .fir,.compyj-threecol-list .sec,.compyj-threecol-list .thir{
	width:33.33%;
}
.compyj-threecol-list .fir .fir-item,.compyj-threecol-list .sec .fir-item,.compyj-threecol-list .thir .fir-item{
	width:180px;
}
.compyj-threecol-list .fir p,.compyj-threecol-list .sec p,.compyj-threecol-list .thir p{
	float: left;
  	width: calc(100% - 180px);
}
.comp-threecol-list .fir-lf{
	width:20%;
}
.comp-threecol-list .fir-rt{
	width:18%;
}
.comp-threecol-list .fir-rt .fir-item{
	width:120px;
}
.comp-threecol-list .fir-rt .sec-item{
	width:calc(100% - 120px);
}
.mem-threecol-list .fir .fir-item{
	width:140px;
}
.mem-threecol-list .fir .sec-item{
	width:calc(100% - 140px);
}
.mem-threecol-list .sec .fir-item{
	width:140px;
}
.mem-threecol-list .sec .sec-item{
	width:calc(100% - 140px);
}
.mem-threecol-list .sec{
	width:27%;
}
.mem-threecol-list .fir-rt{
	width:23%;
}
.comp-threecol-list .big-sec{
	width:62%;
}
.mem-threecol-list .big-sec{
	width:57%;
}
.mem-threecol-list .big-fir{
	width:43%;
}
.expert-four-list .fir,.expert-four-list .sec{
	width:20%;
}
.expert-four-list .fir .fir-item,.expert-four-list .sec .fir-item{
	width:120px;
}
.expert-four-list .fir .sec-item,.expert-four-list .sec .sec-item{
	width:calc(100% - 120px);
	float:left;
}
.expert-four-list .thir{
	width:45%;
}
.expert-four-list .thir .fir-item{
	width:180px;
}
.expert-four-list .thir .sec-item{
	width:calc(100% - 180px);
}
.expert-four-list .four{
	width:15%;
	position:relative;
}
.expert-four-cenrtwo-list .fir{
	width:40%;
}
.expert-four-cenrtwo-list .fir .fir-item{
	width:120px;
}
.expert-four-cenrtwo-list .fir .sec-item{
	width:calc(100% - 120px);
}
.expert-four-cenrtwo-list .sec{
	width:25%;
}
.expert-four-cenrtwo-list .sec .fir-item{
	width:180px;
}
.expert-four-cenrtwo-list .sec .sec-item{
	width:calc(100% - 180px);
}
.expert-four-cenrtwo-list .thir{
	width:20%;
}
.expert-four-cenrtwo-list .thir .fir-item{
	width:120px;
}
.expert-four-cenrtwo-list .thir .sec-item{
	width:calc(100% - 120px);
}
.expert-four-cenrtwo-list .four{
	width:15%;
}
.expert-four-list .full-wid{
	width:100%;
}
.expert-four-list .full-wid .fir-item{
	width:120px;
}
.expert-four-list .full-wid .sec-item{
	width:calc(100% - 120px);
}
.expert-three-cenrtwo-list .fir{
	width:40%;
}
.expert-three-cenrtwo-list .fir .fir-item{
	width:120px;
}
.expert-three-cenrtwo-list .fir .sec-item{
	width:calc(100% - 120px);
}
.expert-three-cenrtwo-list .sec{
	width:45%;
}
.expert-three-cenrtwo-list .sec .fir-item{
	width:180px;
}
.expert-three-cenrtwo-list .sec .sec-item{
	width:calc(100% - 180px);
	float:left;
}
.expert-three-cenrtwo-list .thir{
	width:15%;
}
.expert-three-lftwo-list .fir{
	width:30%;
}
.expert-three-lftwo-list .fir .fir-item,.expert-twocol-list .fir .fir-item{
	width:170px;
}
.expert-three-lftwo-list .fir .sec-item,.expert-twocol-list .fir .sec-item{
	width:calc(100% - 170px);
	float:left;
}
.expert-three-lftwo-list .full-wid .fir-item{
	width:170px;
}
.expert-three-lftwo-list .full-wid .wd120{
	width:120px;
}
.expert-three-lftwo-list .full-wid .sec-item{
	width:calc(100% - 170px);
}
.expert-three-lftwo-list .sec{
	width:25%;
}
.expert-three-lftwo-list .sec .fir-item{
	width:150px;
}
.expert-three-lftwo-list .sec .sec-item{
	width:calc(100% - 150px);
}
.expert-three-lftwo-list .thir,.expert-twocol-list .sec{
	width:45%;
}
.expert-twocol-list .fir{
	width:55%;
}
.addnext-itembtn{
	width:98px;
	height:32px;
	border:1px solid #ff0000;
	background-color:#fff;
	color:#ff0000;
	text-align:center;
	line-height:30px;
	margin:0 10px 0 30px;
	border-radius:5px;
}
.comp-threecol-list .text-area{
	border:1px solid #e3e3e3;
	width:100%;
	height:66px;
	line-height:24px;
	resize:none;
}
.expert-four-list .big-thir,.expert-three-cenrtwo-list .big-sec{
	width:60%;
}
.expert-four-list .big-thir .fir-item,.expert-three-cenrtwo-list .big-sec .fir-item{
	width:180px;
}
.expert-four-list .big-thir .sec-item,.expert-three-cenrtwo-list .big-sec .sec-item{
	width:calc(100% - 180px);
}
.comp-threecol-list .diqu-box .fir-diqu{
	width:calc(50% - 5px);
}
.comp-threecol-list .diqu-box .sec-diqu{
	width:calc(50% - 5px);
	margin-left:5px;
}
.expert-four-list .expertimg-box{
	width:calc(100% - 50px);
	height:200px;
	position:absolute;
	right:0;
	top:0;
	border:1px solid #e3e3e3;
}
.expert-four-list .expertimg-box .img-box{
	width:100%;
	height:160px;
	background:url(../images/common-bgimg/touxiang_03.png) no-repeat center center;
	border-bottom:1px solid #e3e3e3;
}
.expert-four-list .expertimg-box .img-box img{
	display:block;
	width:100%;
	height:100%;
}
.expert-four-list .expertimg-box .img-box .img:not([src]){
	opacity:0;
}
.expert-four-list .expertimg-box .expertpicup-btn{
	width:100%;
	height:40px;
	text-align:center;
	line-height:30px;
	border:none;
	background-color:#f0f0f0;
	color:#333;
}
.comp-threecol-list .three-col-inp span{
	display:block;
	float:left;
}
.comp-threecol-list .three-col-inp .fill-inp{
	width:50%;
}
.comp-threecol-list .three-col-inp .sel-box{
	width:calc(25% - 10px);
	margin-left:10px;
}
.comp-threecol-list .two-col-inp span{
	display:block;
	float:left;
	width:calc(50% - 5px)
}
.comp-threecol-list .two-col-inp .firsp{
	margin-right:10px;
}
.compinfo-content .comp-selrolecol-list .fir{
	width:70%;
}
.comp-selrolecol-list .shenfen-select{
	height:32px;
	width:170px;
	margin-right:20px;
	border:1px solid #ff0000;
	float:left;
}
.expert-three-lftwo-list .shenfen-select{
	width:210px;
	margin-right:5px;
}
.comp-selrolecol-list .shenfen-select span{
	display:block;
	width:100%;
	height:100%;
	line-height:30px;
	text-align:center;
	background-color:#fff;
}
.comp-selrolecol-list .shenfen-select input{
	display:none;
}
.comp-selrolecol-list .shenfen-select input:checked + span{
	background-color:#ff0000;
	color:#fff;
}
.compinfo-content .comp-threecol-list input,
.compinfo-content .comp-threecol-list select {
  border: 1px solid #e3e3e3;
  height:32px;
  padding:0 5px;
}
.compinfo-content .comp-certcol-list .full-wid{
	width:100%;
}
.compinfo-content .comp-twojun-list .fir,.compinfo-content .comp-twojun-list .sec{
	width:50%;
}
.comp-certcol-list .certimg-box{
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	position:relative;
}
.comp-certcol-list .certimg-box img{
	display:block;
	width:100%;
	height:100%;
}
.comp-certcol-list .file-secbox{
	float:left;
	padding-left:10px;
}
.comp-certcol-list .file-secbox .files-btn{
	width: 60px;
	height: 60px;
	background: #efefef;
	font-size: 14px;
	color: #aeaeae;
	line-height: 16px;
	float:left;
	margin-right:10px;
	background:#efefef url(../images/operate-icon/picadd-icon_03.png) center center no-repeat;
}
.comp-certcol-list .file-secbox .webuploader-pick{
	width:60px;
	height:60px;
	padding:16px 17px;
	background:url(../images/operate-icon/picadd-icon_03.png) center center no-repeat;
}
.files-tipsbox{
	float:left;
	max-width:calc(100% - 80px);
}
.twofiles-tipsbox{
	max-width:calc(100% - 160px);
}
.fu-180{
	width:calc(100% - 180px);
}
.compinfo-content .comp-certcol-list .files-tipsbox p{
	width:100%;
	line-height:20px;
}
.files-tipsbox p,.files-tipsbox span{
	color:#ff0000;
	font-size:12px;
	line-height:20px;
	width:auto;
}
.certimg-box .wt-smcloseBtn{
	position:absolute;
	top:-8px;
	right:-8px;
}
.compinfo-listbtnbox{
	text-align:right;
	height:36px;
}
.compinfo-listbtnbox button{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	width:96px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background-color:#e01116;
	font-weight:bold;
	border-radius:5px 5px 0 0;
}
.compinfo-listbtnbox button i{
	display:inline-block;
	width:12px;
	height:100%;
	margin-right:6px;
	vertical-align:top;
}
.compinfo-listbtnbox button .add-ico{
	background:url(../images/infover4-img/comsterppver4_14.png) center center no-repeat;
}
.comp-threecol-list .comp-industryBox{
	position:relative;
}
.file-secbox .fileimg-veiw-list{
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.file-secbox .fileimg-veiw-list a{
	display:block;
	width:100%;
	height:100%;
}
.file-secbox .fileimg-veiw-list a img{
	display:block;
	width:100%;
	height:100%;
}
.file-secbox .fileimg-veiw-btn{
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
}
.file-secbox .fileimg-veiw-btn i{
	display:inline-block;
	width:23px;
	height:20px;
	background:url(../images/operate-icon/fangda-icon.png) no-repeat;
	cursor:pointer;
}
.compinfo-tih{
	height:100%;	
}
.compinfo-tih .suc-box p{
	padding-top:70px;
	line-height:40px;
	text-align:center;
	font-size:24px;
}
.compinfo-tih .suc-box .wait-icon{
	display:inline-block;
	vertical-align:top;
	width:36px;
	height:36px;
	margin-top:4px;
	margin-right:15px;
	background:url(../images/infover4-img/wait-icon_07.png) no-repeat;
}
.compinfo-tih .suc-box .boh-icon{
	display:inline-block;
	vertical-align:top;
	width:36px;
	height:36px;
	margin-top:4px;
	margin-right:15px;
	background:url(../images/infover4-img/boicover4_03.png) no-repeat;
}
.refalse-reason{
	line-height:26px;
	display:block;
	text-align:center;
}
.compinfo-tih button{
	  height: 36px;
	  width: 96px;
	  text-align: center;
	  line-height: 36px;
	  color: #fff;
	  background-color: #e01116;
	  font-size: 14px;
	  font-weight: bold;
	  border-radius: 5px 5px 0 0;
}
.compinfo-containerbox{
	width:100%;
	height:100%;
}
.compinfo-topbox,.lf-tit{
	font-size:18px;
}
.comp-infotop .lf-tit strong{
	margin-left:20px;
	font-size:15px;
}
.comp-infotop .rt-btnbox{
	margin-top:2px;
}
.maininfo-lf{
	width:calc(100% - 370px);
	height:100%;
	padding:25px 30px;
	float:left;
	border-right:1px solid #ff6060;
}
.maininfo-fullwid{
	width:100%;
	border-right:none;
}
.audit-rt{
	width:370px;
	height:100%;
	float:left;
	padding:3px 8px;
	padding-right: 40px;
}
.audit-rt-v2{
	width:370px;
	height:100%;
	float:left;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 10px;
}
.audit-toptit{
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dashed #cfcfcf;
}
.audit-rt-v2 .audit-toptit{
	height: 37px;
	line-height: 36px;
	border-bottom:1px dashed #989898;
}
.audit-toptit .lftit-line{
  height: 16px;
  width: 3px;
  background-color: #e01116;
  display: inline-block;
  vertical-align: top;
  margin: 13px 8px 0 3px;
}
.audit-rt-v2 .audit-toptit .lftit-line{
	margin: 10px 8px 0 0px;
}
.comp-infodis-five-list{
	min-height:32px;
	float:left;
/* 	overflow:hidden; */
	width:100%;
}
.comp-infodis-five-list li{
	float:left;
	line-height:32px;
}
.comp-infodis-five-list li .fir-item{
	text-align:right;
	display:block;
	float:left;
	color:#646464;
	font-weight:normal;
	padding-right:10px;
}
.comp-infodis-five-list li .sec-item{
	display:block;
	float:left;
	min-height:32px;
	padding-left:10px;
	word-break:break-all;
}
.comp-infodis-five-list .fir{
	width:20%;
}
.comp-infodis-five-list .sec{
	width:20%;
}
.comp-infodis-five-list .thir{
	width:25%;
}
.comp-infodis-five-list .four{
	width:20%;
}
.comp-infodis-five-list .fifth{
	width:15%;
}
.comp-infodis-five-list .fir .fir-item{
	width:120px;
}
.comp-infodis-five-list .sec .fir-item{
	width:120px;
}
.comp-infodis-five-list .fir .sec-item{
	width:calc(100% - 120px);
}
.comp-infodis-five-list .sec .sec-item{
	width:calc(100% - 120px);
}
.comp-infodis-five-list .thir .fir-item{
	width:120px;
}
.comp-infodis-five-list .thir .sec-item{
	width:calc(100% - 120px);
}
.comp-infodis-five-list .four .fir-item{
	width:120px;
}
.comp-infodis-five-list .four .sec-item{
	width:calc(100% - 120px);
}
.comp-infodis-five-list .fifth .fir-item{
	width:90px;
}
.comp-infodis-five-list .fifth .sec-item{
	width:calc(100% - 90px);
}
.comp-infodis-five-list .big-thir{
	width:45%;
}
.comp-infodis-five-list .big-fir{
	width:40%;
}
.comp-infodis-five-list .full-wid{
	width:100%;
}
.comp-infodis-five-list .big-four{
	width:35%;
}
.comp-infodis-five-list .threebig-thir{
	width:60%;
}
.comp-infodis-five-list .headimg-box{
	position:relative;
	
}
.comp-infodis-five-list .img-box{
	position:absolute;
	top:0;
	right:0;
	width:130px;
	height:172px;
	left:0;
}
.comp-infodis-five-list .img-box img{
	width:100%;
	height:100%;
	display:block;
}
.five-star-ico{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/infover4-img/exstarico_03.png) no-repeat center center;
	vertical-align:top;
	margin-top:11px;
}
.three-star-ico{
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../images/infover4-img/exstarico_07.png) no-repeat center center;
	vertical-align:top;
	margin-top:11px;
}
.compinfo-mainarea{
	width:100%;
	height:calc(100% - 36px);
	border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
.compinfo-paddbox{
	padding:20px 25px;
}
.noticeinfo-paddbox{
	padding:30px 50px;
	border:1px solid #e0e0e0;
	border-top:none;
    border-bottom: none;
	height:100%;
}
.wt-mainlist-container{
	padding: 30px 40px;
}
.rel-rtbtn-wrap{
	height:20px;
	width:100%;
	position:relative;
}
.push-rtbtn-wrap{
	height:2px;
}
.list-abso-rtbtnbox{
	right:0;
	bottom:0;
	position:absolute;
	height:36px;
	text-align:right;
}
.wt-listtop-redbtn{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	width:96px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background-color:#e01116;
	font-weight:bold;
	border-radius:5px 5px 0 0;
}
.wt-listtop-redbtn .add-ico{
	background:url(../images/infover4-img/comsterppver4_14.png) center center no-repeat;
	display:inline-block;
	width:12px;
	height:100%;
	margin-right:6px;
	vertical-align:top;
}
.wt-listtop-redbtn .settop-ico{
    background:url(../images/list-icon/titbtn-ico_03.png) no-repeat center center;
    display:inline-block;
    width:12px;
    height:100%;
    margin-right:6px;
    vertical-align:top;
}
.wt-listtop-redbtn .settop-ico{
    background:url(../images/list-icon/titbtn-ico_03.png) no-repeat center center;
    display:inline-block;
    width:12px;
    height:100%;
    margin-right:6px;
    vertical-align:top;
}
.wt-listtop-redbtn .del-ico{
    background:url(../images/list-icon/titbtn-ico_05.png) no-repeat center center;
    display:inline-block;
    width:12px;
    height:100%;
    margin-right:6px;
    vertical-align:top;
}
.wt-listtop-redbtn .download-ico{
	background:url(../images/list-icon/btn3_13.png) no-repeat center center;
	display:inline-block;
	width:12px;
	height:100%;
	margin-right:6px;
	vertical-align:top;
}
.wt-mainver4{
	width:100%;
	height:calc(100% - 60px);
}
.comp-threecol-list .comp-belong-industr{
	position:relative;
}
.comp-threecol-list .full-wid{
	width:100%;
}
.open-wrap{
	width:46px;
	height:20px;
	display:inline-block;
	vertical-align:top;
	margin:8px 10px;
}
.open-wrap .isManage{
	display:none;
}
.open-wrap label{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.open-wrap .isopen-ico{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/infover4-img/switchver4.png) center center no-repeat;
}
.open-wrap .isManage:checked + i,.open-wrap input:checked + .isopen-ico{
	background:url(../images/infover4-img/switchver4_03.png) center center no-repeat;
}
.wt-listsearch-list li{
	float:left;
	height:30px;
	line-height:30px;
	margin:6px 0;
}
.wt-listsearch-list li .item{
	float: left;
}
.wt-listsearch-list li b.item{
	text-align: right;
	padding-right: 10px;
}
.wt-listsearch-list .fir{
	width:28%;
}
.wt-listsearch-list .sec{
	width:18%;
	float:left;
}
.wt-listsearch-list li input,.wt-listsearch-list li select{
	width:100%;
	border:1px solid #e0e0e0;
	line-height:28px;
	padding:0 5px;
	height:30px;
}
.wt-listsearch-list .fir-item{
	width:110px;
	float:left;
	text-align:right;
	padding-right:10px;
	display:block;
	line-height:28px;
}
.wt-listsearch-list .fir .fir-item{
	width:120px;
}
.wt-listsearch-list .sec-item{
	width:calc(100% - 110px);
	float:left;
}
.wt-listsearch-list .fir .sec-item{
	width:calc(100% - 120px);
}
.wt-listsearch-list .date-item .time-inp{
	width:calc(50% - 15px);
	float:left;
}
.wt-listsearch-list .date-item .line{
	width:14px;
	margin: 13px 8px;
	height:2px;
	background-color:#e0e0e0;
	float:left;
}
.wt-listsearch-list{
	height:100px;
}
.wt-pjsearch-list .fir-item{
	width:100px;
}
.wt-pjsearch-list .sec-item{
	width:calc(100% - 100px);
}
.wt-singHsearch-list{
	height:50px;
}
.wt-singHsearch-list .wt20{
	width:20%;
}
.wt-singHsearch-list .wt17{
	width:17%;
}
.wt-singHsearch-list .wt13{
	width:13%;
}
.wt-singHsearch-list .wt12{
	width:12%;
}
.wt-singHsearch-list .wt15{
	width:15%;
}
.wt-singHsearch-list .wt10{
	width:10%;
}
.bot-bor-e0{
	 border-bottom:1px solid #e0e0e0;
 }
.rt-bor-e0{
	border-right:1px solid #e0e0e0;
}
.full-bor-e0{
	border: 1px solid #e0e0e0;
}
.wt-listMain-tworow{
	height:50px;
}
.wt-listMain-60row{
	height:60px;
}
.wt-listMain-60row .num-ico{
	line-height:60px;
}
.wt-listMain-tworow li{
	height:50px;
	line-height:25px;
	display:flex;
	align-items:center;
	white-space:normal;
	justify-content:center;
	word-break:break-all;
}
.wt-listMain-60row dd,.wt-listMain-60row li{
	height:60px;
	line-height:30px;
	display:flex;
	align-items:center;
	white-space:normal;
	justify-content:center;
	padding:0;
	word-break: break-all;
}
.wt-listMain-60row .wt-block{
	display:block;
}
.wt-listMain-60row dd .fir-col,.wt-listMain-60row li .fir-col{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e0e0e0;
}
.wt-listMain-60row dd .two-col,.wt-listMain-60row li .two-col,.wt-listMain-60row dd .three-col,.wt-listMain-60row li .three-col{
	width:100%;
	height:29px;
	line-height:30px;
}
.wt-listMain-60row dd .two-col span,.wt-listMain-60row li .two-col span{
	display:block;
	width:50%;
	height:100%;
	line-height:28px;
	float:left;
}
.wt-listMain-60row dd .three-col span,.wt-listMain-60row li .three-col span,.wt-listMain li .three-col span{
	display:block;
	width:33.33%;
	height:100%;
	line-height:28px;
	float:left;
}
.wt-listMain-60row li .two-col,.wt-listMain-60row li .three-col,.wt-listMain li .three-col{
	height:100%;
}
.wt-listMain-60row dd .rt-bor,.wt-listMain-60row li .rt-bor{
	border-right:1px solid #e0e0e0;
}
.wt-listMain-60row .six-col,.more-row-list .six-col{
	width: 100%;
}
.wt-listMain-60row .six-col .item,.wt-listMain-60row dd .four-col .item,.wt-listMain li .four-col .item{
	display: block;
	line-height: 28px;
	text-align: center;
	float: left;
	border-right: 1px solid #e0e0e0;
}
.more-row-list .six-col .item{
	display: block;
	text-align: center;
	float: left;
	border-right: 1px solid #e0e0e0;
	height: 100%;
}
.wt-listMain-60row .six-col span:last-child,.more-row-list .six-col .item:last-child{
	border-right: none;
}
.wt-listMain-tworow dd{
	height:50px;
	line-height:25px;
	display:flex;
	align-items:center;
	white-space:normal;
	justify-content:center;
}
.wt-listMain-tworow .auto-box,.wt-listMain-60row .auto-box{
	max-height: 100%;
	overflow: hidden;
	word-break: break-all;
	display: block;
}
.wt-auditlist-main{
	height:calc(100% - 130px);
	margin-top:0;
	overflow:visible;
	position:static;
	width:100%;
}
.audit-listMainCon{
	height:calc(100% - 54px);
	width:100%;
}
.notaudit-listMainCon{
	height:calc(100% - 62px);
}
.wt-scrol-hfu80{
	height:calc(100% - 80px);
}
.wt-tanver4-wrap{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	left:0;
	top:0;
	z-index:6;
	display:none;
}
.wt-tanver4-posrel{
	position:relative;
	width:100%;
	height:100%;
}
.wt-tanver4-mainarea{
	position:absolute;
	width:890px;
	height:500px;
	left:50%;
	top:50%;
	margin-left:-445px;
	margin-top:-250px;
	background-color:#fff;
	padding:25px;
}
.tanver4-top{
	height:40px;
	width:100%;
}
.tanver4-top .lf-tit{
	float:left;
	line-height:40px;
	height:100%;
}
.tanver4-top .arrow{
	display:inline-block;
	vertical-align:top;
	height:100%;
	background: url(../images/common-bgimg/redright-arrow-icon_03.png) no-repeat center center;
	width:10px;
	margin-right:4px;
}
.tanver4-top .rt-btnbox{
	float:right;
	height:100%;
}
.tanver4-btn{
	height:30px;
	width:72px;
	text-align:center;
	line-height:30px;
	margin:5px 0 0 5px;
	color:#fff;
	background-color:#e01116;
	border-radius:5px;
}
.tanver4-infoarea{
	width:100%;
	height:calc(100% - 40px);
	border:1px solid #e0e0e0;
}
.mainarea-padd{
	width:100%;
	height:100%;
	padding:20px;
}
.tanver4-bor{
	border:1px solid #e0e0e0;
}
.tanver4-resontext{
	width:100%;
	height:140px;
	border:1px solid #e0e0e0;
	resize:none;
}
.bohuireson-list{
	overflow:hidden;
	width:100%;
	border:1px solid #e0e0e0;
	border-bottom:none;
}
.bohuireson-list li{
	height:33px;
	width:100%;
	border-bottom:1px solid #e0e0e0;
	line-height:32px;
	text-align:center;
}
.bohuireson-list li>label{
	display:block;
	width:100%;
	height:100%;
}
.bohuireson-list li>label .cont-bg{
	width:100%;
	height:100%;
}
.bohuireson-list li>label .thir{
	text-align:left;
}
.bohuireson-list li>label .cont-bg div{
	float:left;
	height:32px;
}
.bohuireson-list li>label .boh-inp:checked + .cont-bg{
	background-color:#ff7679;
	color:#fff;
}
.bohuireson-list li .ischeck-icon{
	display:inline-block;
	width:17px;
	height:17px;
	vertical-align:top;
	margin-top:8px;
	background: url(../images/infover4-img/wt-list-chicon_03.png) no-repeat center center;
}
.bohuireson-list li>label .boh-inp:checked + .cont-bg .ischeck-icon{
	background: url(../images/infover4-img/wt-list-chicon_07.png) no-repeat center center;
}
.bohuireson-titlist{
	height:34px;
	border:1px solid #e0e0e0;
	background-color:#ebebeb;
}
.bohuireson-titlist li{
	float:left;
	line-height:32px;
	text-align:center;
}
.auditdet-mainbox .complist-box{
	padding:20px;
}
.noticesearch-list .fir-item{
	width:110px;
}
.noticesearch-list .fir-short .fir-item{
	width:80px;
}
.noticesearch-list .fir-short .sec-item{
	width:calc(100% - 80px);
}
.noticesearch-list .fir{
	width:28%;
}
.noticesearch-list .sec-item{
	width:calc(100% - 110px);
}
.noticesearch-list .fir-lf,.noticesearch-list .fir-rt{
	width:14%;
}
.noticesearch-list .fir-lf .fir-item{
	width:80px;
}
.noticesearch-list .fir-lf .sec-item{
	width:calc(100% - 80px);
}
.noticesearch-list .fir-rt .fir-item{
	width:110px;
}
.noticesearch-list .fir-rt .sec-item{
	width:calc(100% - 110px);
}
.noticesearch-list .sec{
	width:21%;
}
.noticesearch-list .thir{
	width:15%;
}
.noticesearch-list .five{
	width:8%;
}
.notdui-ico{
	display:block;
	margin:0 auto;
	height:100%;
	width:14px;
	background:url(../images/infover4-img/duiicover4_03.png) no-repeat center center;
}
.colline-ico{
	display:block;
	margin:0 auto;
	height:100%;
	width:30px;
	background:url(../images/infover4-img/line-point_03.png) repeat-x center center;
}
.num-ico{
	display:inline-block;
	width:100%;
	text-align:center;
}
.red-bobtn{
	display:inline-block;
	height:36px;
	line-height:36px;
	vertical-align:top;
	width:96px;
	text-align:center;
	background-color:#e01116;
	color:#fff;
	margin-left:18px;
	font-size:14px;
	border-radius:5px;
	font-weight:normal;
}
.red-bobtn .borico{
	display:inline-block;
	height:100%;
	width:14px;
	vertical-align:top;
	margin-right:5px;
	background:url(../images/infover4-img/bhico_03.png) no-repeat center center;
}
.page-container .pagination > .active > a,.page-container .pagination > .active > span,.page-container .pagination > .active > a:hover,.page-container .pagination > .active > span:hover,.page-container .pagination > .active > a:focus,.page-container .pagination > .active > span:focus{
	background-color:#e01116;
	border-color:#e01116;
	color:#fff;
}
.page-container .pagination > li > a,.page-container .pagination > li > span{
	color:#a0a0a0;
}
.page-container .pagination > li > a:hover{
	color:#a0a0a0;
}
.wt-searver4-title{
	border:none;
	padding:0;
	margin:20px 0;
}
.wt-tenflow-list-area{
	width:100%;
	height:calc(100% - 150px);
}
.wt-listver4-tit-list{
	height:42px;
	width:100%;
	border:1px solid #e0e0e0;
	background-color:#ebebeb;
}
.wt-listver4-tit-list li{
	float:left;
	height:100%;
	line-height:40px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-right:1px solid #e0e0e0;
}
.wt-listver4-tit-list li:last-child{
	border-right:none;
}
.wt-listver4-h50-list{
	height:51px;
	width:100%;
	border:1px solid #e0e0e0;
	border-top:none;
}
.wt-listver4-h60-list{
	height: 60px;
}
.wt-listver4-h50-list li{
	float:left;
	height:100%;
	line-height:25px;
	text-align:center;
	display:flex;
	align-items:center;
	border-right:1px solid #e0e0e0;
	justify-content:center;
}
.wt-listver4-h60-list li{
	line-height:30px;
}
.wt-listver4-h50-list li p{
	max-height:100%;
	overflow:hidden;
    word-break: break-all;
}
.wt-listver4-h50-list li:last-child{
	border-right:none;
}
.wt-listver4-h50-list li .color-blue{
	color:#428bca;
}
.wt-listver4-h40-list{
	height:41px;
	width:100%;
	border:1px solid #e0e0e0;
	border-top:none;
}
.wt-listver4-h40-list li{
	float:left;
	height:100%;
	line-height:40px;
	text-align:center;
	border-right:1px solid #e0e0e0;
	justify-content:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-right:1px solid #e0e0e0;
}
.wt-listver4-h40-list li:last-child{
	border-right:none;
}
.wt-listver4-h40-list .wt-links-blueVer4-icon{
	margin-top:12px;
}
.wt-select-list{
	border-bottom: none;
}
.wt-select-list li{
	border-bottom: 1px solid #e0e0e0;
}
.wt-select-list li:nth-child(2n){
	border-right:none;
}
.wt-select-list li .item{
	float: left;
}
.wt-select-list li .item:first-child{
	border-right: 1px solid #e0e0e0;
}

.infover4-tit-marg{
	margin:15px 0;
}
.wt-common-list{
	clear:both;
	margin:5px 0;
	overflow:hidden;
}
.wt-common-list li{
	float:left;
	line-height:30px;
}
.wt-common-list .color-blue{
	color:#1a91ed;
}
.wt-common-list .wt33-33{
	width:33.33%;
}
.line-h32{
    line-height: 32px;
}
.wt-over-hidde{
	overflow: hidden;
}
.zbgg-article-wrap{
	height:100%;
	padding:20px;
}
.zbgg-article-wrap .art-tit{
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:40px;
	margin-bottom:10px;
}
.zbgg-article-wrap input,.zbgg-article-wrap select{
	border:1px solid #e0e0e0;
	height:32px;
	line-height:30px;
	padding-left:10px;
}
.zbgg-article-wrap-new input,.zbgg-article-wrap-new select{
	border:1px solid #e0e0e0;
	height:28px;
	line-height:26px;
	padding-left:10px;
}
.zbgg-article-wrap p{
	text-indent:2em;
	line-height:32px;
	margin-bottom:10px;
}
.zbgg-article-wrap-new p{
	line-height:28px;
	text-indent: 0;
}
.zbgg-article-wrap input.time-inp{
	border:1px solid #e0e0e0;
	width:220px;
	height:32px;
	line-height:32px;
	padding:0 5px;
	margin-right:40px;
}
.zbgg-article-wrap-new input.time-inp{
	height:28px;
	line-height:26px;
}
.zbgg-article-wrap dl dt,.zbgg-article-wrap dl dd{
	font-weight:normal;
	margin-bottom:8px;
}
.zbgg-article-wrap-new dl,.zbgg-article-wrap-new dl dt,.zbgg-article-wrap-new dl dd,.zbgg-article-wrap-new p{
	width: 100%;
	float: left;
}
.zbgg-article-wrap textarea{
	border:1px solid #e0e0e0;
	resize:none;
	width:100%;
	height:100%;
	line-height:30px;
	padding:5px 28px;
}
.zbgg-article-wrap .tworow-textbox{
	height:70px;
}
.zbgg-article-wrap .fiverow-text{
	height:160px;
}
.zbgg-article-wrap .sel-time-box{
	margin-bottom:8px;
}
.zbgg-article-wrap .lf35{
	width:35%;
	float:left;
	margin-right:50px;
}
.zbgg-article-wrap .sec35{
	width:35%;
	float:left;
}
.art-full-list{
	width:100%;
	min-height:32px;
	margin-bottom:10px;
}
.art-full-list .item{
	float:left;
	line-height:32px;
}
.art-full-list .fir-item,.art-full-list .sec-item{
	display:block;
	float:left;
}


.wt-radioInpver4-wrap > input[type="radio"]:checked + .wt-radioicon{
	background-position:0 -24px;
}
.wt-radioInpver4-wrap > input[type="checkbox"]:checked + .wt-radioicon{
	background-position:0 -24px;
}
.wt-winbei-icon{
	display:inline-block;
	width:16px;
	height:100%;
	vertical-align:top;
	background:url(../images/infover4-img/iconver4_03.png) center center no-repeat;
	margin-right:5px;
}
.wt-winbei-white-icon{
	background:url(../images/infover4-img/winbeiicon_11.png) center center no-repeat;
}
.wt-winbei-red-icon{
	background:url(../images/infover4-img/red_bei_ico_03.png) center center no-repeat;
}
.wt-nowin-icon{
	display:inline-block;
	width:16px;
	height:100%;
	vertical-align:top;
	background:url(../images/infover4-img/iconver4_07.png) center center no-repeat;
	margin-right:5px;
}
.wt-nowin-white-icon{
	background:url(../images/infover4-img/iconver4_10.png) center center no-repeat;
} 
.downselver4-wrap{
	position:relative;
}
.downselver4-wrap .posrel-box{
	width:100%;
	height:100%;
	text-align:center;
	line-height:50px;
}
.downselver4-wrap .down-box{
	display: inline-block;
  	width: 13px;
  	height: 100%;
  	background: url(../images/spsetting/down-grayarow_03.png) no-repeat left center;
  	vertical-align: top;
  	margin-left: 8px;
  	position: relative;
  	cursor: pointer;
}
.downselver4-wrap .up-box{
	position: absolute;
 	width: 13px;
  	height: 7px;
  	background: url(../images/framever3/arrow-ver3_03.png);
  	top: 50%;
  	left: 0;
  	margin-top:4px;
  	z-index: 3;
  	display:none;
}
.downselver4-wrap .selbox-list{
	position:absolute;
	top:35px;
	border:1px solid #e0e0e0;
	width:146px;
	background-color:#fff;
	z-index:2;
	display:none;
	left: 50%;
	margin-left: -73px;
}
.downselver4-wrap .selbox-list .hang{
	width:100%;
	display:block;
	height:31px;
	text-align:center;
	line-height:30px;
	border-bottom:1px solid #e0e0e0;
	margin:2px 0;
	cursor:pointer;
}
.downselver4-wrap .selbox-list .hang:hover{
	background-color:#e01116;
	color:#fff;
}
.downselver4-wrap .selbox-list .hang:hover .wt-winbei-icon{
	background:url(../images/infover4-img/winbeiicon_11.png) center center no-repeat;
}
.downselver4-wrap .selbox-list .hang:hover .wt-nowin-icon{
	background:url(../images/infover4-img/iconver4_10.png) center center no-repeat;
}
.downselver4-wrap .selbox-list .lf-white-bg{
	display: inline-block;
  	float: left;
  	width: 8px;
  	height: 100%;
  	vertical-align: top;
	background:url(../images/framever3/person-ver3_06.png) no-repeat left center;
}
.wt-files-list{
	min-height:30px;
	margin:20px 0;
}
.wt-files-list li{
	float:left;
	line-height:30px;
}
.wt-files-list li .fir{
	display:inline-block;
	width:70px;
	float:left;
	font-weight:normal;
}
.wt-files-list li .sec{
	display:inline-block;
	width:calc(100% - 80px);
	float:left;
	position:relative;
}
.wt-files-list li .sec input{
	border:1px solid #e0e0e0;
	padding:0 40px 0 10px;
	width:100%;
	height:30px;
	line-height:28px;
}
.wt-files-list li .sec .wt-yunShchuang-icon{
	position:absolute;
	right:10px;
	top:7px;
}
.wt-files-list li .sec .filemsg-box{
	width:100%;
	line-height:30px;
	padding:0 40px 0 10px;
	color:#1a91ed;
}
.wt-files-list li .thir{
	width:100%;
	
}
.wt-files-list li .thir .filemsg-box{
	width:100%;
	line-height:30px;
	color:#1a91ed;
}
.wt-files-list li .thir .wt-blueDel-icon{
	vertical-align:top;
	margin-top:7px;
	margin-left:50px;
}
.wt-files-list li .thir .wt-yunShchuang-icon{
	vertical-align:top;
	margin-top:8px;
}
.mob-downbtn{
	width:100px;
	height:36px;
	border:1px solid #db0c00;
	color:#e01116;
	line-height:34px;
	font-size:14px;
	text-align:center;
	display:block;
	float:left;
	margin-top:12px;
	border-radius:5px;
	margin-left:8px;
}
.mob-downbtn:hover{
	color:#e01116;
}
.mob-downbtn .down-ico{
	display:inline-block;
	height:100%;
	width:14px;
	margin-right:6px;
	background:url(../images/infover4-img/down-ico_03.png) no-repeat left center;
	vertical-align:top;
}
/*-- 开关---68 * 30- */
.switchver4-wrap{
	width:68px;
	height:30px;
	display:inline-block;
	margin:5px auto;
	vertical-align:top;
}
.switchver4-wrap input{
	display:none;
}
.switchver4-wrap .switch4-ico{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/infover4-img/kaiguanver4-ico_06.png) no-repeat left center;
	line-height:30px;
	text-align:right;
	padding-right:8px;
	color:#fff;
	font-weight:bold;
}
.switchver4-wrap .switch4-openico{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/infover4-img/kaiguanver4-ico_03.png) no-repeat left center;
	display:none;
	text-align:left;
	padding-left:8px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
}
.switchver4-wrap input:checked + .switch4-ico{
	display:none;
}
.switchver4-wrap input:checked ~ .switch4-openico{
	display:block;
}
.wt-manyrow-list li,.more-row-list li{
	padding:0;
}
.wt-manyrow-list .hang{
	height:40px;
	border-bottom:1px solid #e0e0e0;
}
.wt-manyrow-list li .hang:last-child{
	border-bottom:none;
}
.wt-manyrow-list li.ht320{
	height:320px;
	line-height:320px;
}
.wt-manyrow-list li.ht80{
	height:80px;
	line-height:80px;
}
.wt-manyrow-list .full-textarea{
	border:1px solid #e0e0e0;
	width:98%;
	height:70px;
	margin:5px auto;
	line-height:28px;
	display:inline-block;
	vertical-align:top;
	resize:none;
	white-space: normal;
}
.more-row-list{
	float: left;
	width: 100%;
	overflow: visible;
}
.more-row-list li{
	overflow: visible;
}
.more-row-list .hang{
	line-height: 50px;
	border-bottom:1px solid #e0e0e0;
	height: 50px;
	width: 100%;
	overflow: visible;
}
.more-row-list li .hang:last-child{
	border-bottom:none;
}
.more-row-list .ht150{
	height: 150px;
	line-height: 150px;
}
.more-row-list .ht100{
	height: 100px;
	line-height: 100px;
}
.more-row-list .ht50{
	height: 50px;
	line-height: 50px;
}
.more-row-list .ht150 label{
	height: 40px;
	display: block;
	margin-top: 55px;
}
.more-row-list .ht100 label{
	height: 40px;
	display: block;
	margin-top: 30px;
}
.more-row-list .ht50 label{
	height: 40px;
	display: block;
	margin-top: 5px;
}
.more-row-list .full-textarea{
	border:1px solid #e0e0e0;
	width:98%;
	height:46px;
	margin:2px auto;
	line-height:20px;
	display:inline-block;
	vertical-align:top;
	resize:none;
	white-space: normal;
	padding: 2px;
	display: none;
}
.more-row-list .text-box{
	line-height:16px;
	word-break: break-all;
	width: 100%;
	overflow: hidden;
	white-space: normal;
}
.more-row-list .notdui-ico,.more-row-list .colline-ico{
	height: 24px;
	margin-top: 13px;
	width: 30px;
}
.more-row-list .pbps-sel-wrap{
	width: 120px;
	left: 50%;
	margin-left: -60px;
}
.more-row-list .pbps-sel-wrap .sp-posrel .bai-arrow{
	right: 0;
	left: 50%;
	margin-left: -6px;
}
.more-row-list .sel-dui-ico{
	display:inline-block;
	margin:0 16px 0 8px;
	height:100%;
	width:14px;
	background:url(../images/list-icon/sms_05.png) no-repeat center center;
	vertical-align: top;
}
.more-row-list .sel-line-ico{
	display:inline-block;
	margin:13px 8px 13px 0;
	height:2px;
	width:29px;
	background-color: #515151;
	vertical-align: top;
}
.ifedit-box .full-textarea{
	display: inline-block;
}
.ifedit-box .text-box{
	display: none;
}
.pbps-sel-list > div:hover .sel-dui-ico{
	background:url(../images/list-icon/sms_03.png) no-repeat center center;
}
.pbps-sel-list > div:hover .sel-line-ico{
	background-color: #fff;
}
.fu-40-con{
	 width:100%;
	 height:calc(100% - 40px);
 }
.fu-80-scro{
	width:100%;
	height:calc(100% - 80px);
}
.fu-200-scro{
	width:100%;
	height:calc(100% - 200px);
}
.wt-pushlist-main{
	height:calc(100% - 125px);
	/*padding-right:20px;*/
}
.wt-pushsearch-list{
	height:82px;
}
.wt-pushsearch-list .wd80{
	width:80px;
}
.wt-pushsearch-list .wdfu80{
	width:calc(100% - 80px);
}
.wt-pushsearch-list .wd86{
	width:86px;
}
.wt-pushsearch-list .wdfu86{
	width:calc(100% - 86px);
}
.wt-pushsearch-list .wd90{
	width:80px;
}
.wt-pushsearch-list .wdfu90{
	width:calc(100% - 90px);
}
.wt-pushsearch-list .wd180{
	width:180px;
}
.wt-pushsearch-list .wdfu180{
	width:calc(100% - 180px);
}
.wt-pushsearch-list .wd164{
	width:164px;
}
.wt-pushsearch-list .wdfu164{
	width:calc(100% - 164px);
}
.wt-pushsearch-list .wd174{
	width:174px;
}
.wt-pushsearch-list .wdfu174{
	width:calc(100% - 174px);
}
.wt-pushsearch-list .wd106{
	width:100px;
}
.wt-pushsearch-list .wdfu106{
	width:calc(100% - 100px);
}
.wt-pushsearch-list .wd110{
	width:110px;
}
.wt-pushsearch-list .wdfu110{
	width:calc(100% - 110px);
}
.wt-pushsearch-list .wd120{
	width:120px;
}
.wt-pushsearch-list .wdfu120{
	width:calc(100% - 120px);
}
.wt-pushsearch-list .wd130{
	width:130px;
}
.wt-pushsearch-list .wdfu130{
	width:calc(100% - 130px);
}
.wt-pushsearch-list .wd147{
	width:147px;
}
.wt-pushsearch-list .wd150{
	width:150px;
}
.wt-pushsearch-list .wdfu147{
	width:calc(100% - 147px);
}
.wt-pushsearch-list .wdfu240{
	width:calc(100% - 240px);
}
.wt-pushsearch-list .wdfu270{
	width:calc(100% - 270px);
}

.push-manycol-list{
	min-height:32px;
	width:100%;
	margin:26px 0 0 0;
}
.push-manycol-list>li{
	float:left;
	min-height:32px;
	line-height:32px;
	padding:0 30px;
}
.push-manycol-list input,.push-manycol-list select{
	width:100%;
	height:32px;
	border:1px solid #e0e0e0;
	padding-left:5px;
}
.push-manycol-list input{
	padding-right:5px;
}
.push-manycol-list .inp-err{
	border:1px solid rgb(255, 0, 0);
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.push-manycol-list textarea{
	border:1px solid #e0e0e0;
	resize:none;
	padding:5px 10px;
	width:100%;
}
.push-manycol-list .fir-item,.push-manycol-list .sec-item{
	float:left;
    word-break: break-all;
}
.push-manycol-list .fir-item{
	text-align:right;
	word-break:break-all;
	min-height:32px;
	position:relative;
	padding-right:15px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	line-height:32px;
}
.push-manycol-list .fir-item .abso-star{
	position:absolute;
	width:6px;
	height:32px;
	right:10px;
	top:5px;
	color:#e01116;
}
.push-manycol-list .wd150{
	 width:150px;
 }
.push-manycol-list .sel-item{
	float: left;
	display: block;
}
/*.push-manycol-list .wdfu150{*/
	/*width:calc(100% - 150px);*/
/*}*/
/*.push-manycol-list .wdfu240{*/
	/*width:calc(100% - 240px);*/
/*}*/
/*.push-manycol-list .wdfu270{*/
	/*width:calc(100% - 270px);*/
/*}*/
/*.push-manycol-list .wd120{*/
	/*width:120px;*/
/*}*/
/*.push-manycol-list .wdfu120{*/
	/*width:calc(100% - 120px);*/
/*}*/
/*.push-manycol-list .wd90{*/
	/*width:90px;*/
/*}*/
/*.push-manycol-list .wdfu90{*/
	/*width:calc(100% - 90px);*/
/*}*/
/*.push-manycol-list .wd130{*/
	/*width:130px;*/
/*}*/
/*.push-manycol-list .wdfu130{*/
	/*width:calc(100% - 130px);*/
/*}*/
/*.push-manycol-list .wdfu180{*/
    /*width:calc(100% - 180px);*/
/*}*/
.push-manycol-list .ht60-text{
	height:60px;
	line-height:25px;
}
.push-manycol-list .ht140-text{
	height:140px;
	line-height:25px;
}
.push-manycol-list:after{
	content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.push-manycol-list .ht74-text{
	height:74px;
	line-height:20px;
	padding: 2px 5px;
	font-size: 14px;
}
.push-manycol-list .ht220-text{
	height: 220px;
	padding: 5px;
	line-height: 24px;
	font-size: 14px;
}
.push-manycol-list .ht60-box{
	line-height: 60px;
}
.push-manycol-list .ht74-box{
	line-height: 74px;
}
.files-inpbox{
	position:relative;	
}
.files-inpbox input{
	padding-right:40px;
	color:#1a91ed;
}
.files-fcblue{
	color:#1a91ed;
}
.files-inpbox .wt-yunShchuang-icon{
	position:absolute;
	right:10px;
	top:7px;
}
.three-average-wrap .average-inpbox{
	display:block;
	width:33.33%;
	padding-right:8px;
	float:left;
}
.two-average-wrap .average-inpbox{
	display:block;
	width:50%;
	padding-right:8px;
	float:left;
}
.one-average-wrap .average-inpbox{
	display:block;
	width:100%;
	padding-right:8px;
}
.three-average-wrap .no-pad,.two-average-wrap .no-pad,.one-average-wrap .no-pad{
	padding:0;
}
.blurdown-wrap select{
	padding:0;
	background:none;
	height:400px;
	overflow:auto;
	
}
.blurdown-wrap{
	position:relative;
}
.blurdown-wrap .blurdown-list{
	position:absolute;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	max-height:300px;
	overflow-y:auto;
	width:100%;
	background-color:#fff;
	z-index: 2;
}
.blurdown-wrap .blurdown-list p{
	height:20px;
	line-height:20px;
	padding:0 10px;
	color:#333;
	border-bottom:1px solid #e0e0e0;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.blurdown-wrap .blurdown-list p:hover{
	background-color:#1a91ed;
	color:#fff;
	cursor:pointer;
}
.red-edit-btn{
	width:16px;
	height:16px;
	vertical-align:top;
	background:#fff url(../images/infover4-img/reedit_03.png) no-repeat center center;
	margin-top:12px;
}
.tit-26{
	font-size:26px;
	text-align:center;
	font-weight:bold;
	line-height:40px;
}
.notart-keyinfo-box{
	padding:20px 0;
	overflow:hidden;
	border:1px solid #e0e0e0;
}
.notart-keyinfo-list{
	width:70%;
	margin:0 auto;
}
.notart-keyinfo-list li{
	float:left;
	line-height:26px;
}
.notcontent-box{
	padding-top:25px;
}
.wt-over-hscroll{
	overflow-y:scroll;
}
.wt-listConVer4{
	height:100%;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.wt-mainPartCon-ver4{
	padding:30px 50px 30px 40px;
	width:100%;
	height:100%;
}
.wt-mainPart-pagebox{
	position:absolute;
	bottom:0px;
	height:70px;
	width:100%;
	padding: 0 50px 0 40px;
	left: 0;
}
.wt-mainPartList-ver4{
	width:100%;
	height:calc(100% - 160px);
	margin-top:20px;
}
.wt-mainPart-fu80{
	height:calc(100% - 80px);
	width:100%;
}
.wt-mainDetCon-ver4{
	width:100%;
	height:100%;
	padding:0 50px 0 40px;
}
.wt-detMainCon-fu60{
	width:100%;
	height:calc(100% - 60px);
}
.wt-area-fu60{
	width:100%;
	height:calc(100% - 60px);
	padding-top:20px;
}
.wt-detMainCon-fu32{
	width:100%;
	height:calc(100% - 32px);
}
.wt-all-border-e0{
	border:1px solid #e0e0e0;
}
.wt-detail-tit-l44{
	line-height:44px;
	font-size:16px;
	position:relative;
	padding-left:16px;
	font-weight:700;
	line-height: 44px;
}
.wt-detail-tit-l44 .right-redArrow-icon{
	top:15px;
}

.wt-fixedver4-tanwrap{
	position:fixed;
	/*position:-ms-page;*/
	width:100%;
	height:100%;
	background-color:rgba(51,51,51,0.2);
	z-index:100;
	text-align:center;
	top:0;
	left:0;
	display:none;
}
.wt-midd-fu{
	display:inline-block;
	width:0px;
	height:100%;
	vertical-align:middle;
}
.wt-headTan-main{
	width:530px;
	min-height:350px;
	background-color:#fff;
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
	padding:10px;
}
.wt-headTan-main .top-titbox{
	height:43px;
	border-bottom:1px solid #fe1213;
	line-height:42px;
	font-size:16px;
}
.wt-headTan-main .top-titbox h4{
	height:100%;
	line-height:42px;
	text-align:left;
	font-weight:bold;
	float:left;
	padding-left:10px;
}
.red-closebtn-ver4{
	width:16px;
	height:16px;
	background:url(../images/topver4/regclose_03.png) no-repeat;
	background-size:100% 100%;
	vertical-align:top;
	margin:14px 6px 0 0;
	font-size:0;
}
.tanuserinfo-list{
	line-height:30px;
	width:100%;
	overflow:hidden;
	padding:20px;
}
.tanuserinfo-list dt{
	width:140px;
	padding-right:20px;
	float:left;
	text-align:right;
	font-weight:normal;
	color:#646464;
	min-height:30px;
	line-height:30px;
}
.tanuserinfo-list dd{
	width:calc(100% - 140px);
	padding-right:20px;
	min-height:30px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	word-break:break-all;
	line-height:30px;
}
.tanuserinfo-list input{
	border:1px solid #e0e0e0;
	height:30px;
	line-height:28px;
	padding:0 10px;
	display:block;
}
.tanuserinfo-list .gray-btn{
	border:1px solid #e0e0e0;
	height:30px;
	background-color:#ededed;
	text-align:center;
	line-height:28px;
}
.tanuserinfo-list .head-pic{
	display:block;
	width:36px;
	height:36px;
	border:none;
	float:left;
	cursor: pointer;
}
.wt-fu40-15{
	width:calc(40% - 15px)
}
.wt-cenbtn-box{
	text-align:center;
}
.wt-red-btn{
	background-color:#e01116;
	color:#fff;
	border-radius:4px;
}
.wth-125-40{
	width:125px;
	height:40px;
}
.wth-70-30{
	width: 70px;
	height: 30px;
	line-height: 30px;
}
.ft-z20{
	font-size:20px;
}
.ft-z14{
	font-size:14px;
}
.ft-e01116{
    color: #e01116;
}
.wt-inpbor-e0{
    border: 1px solid #e0e0e0;
}
.wt-h32-inp{
    height:32px;
    line-height: 32px;
}
.wt-listver4-h50-list .wt-h32-inp{
    height: 32px;
    border: 1px solid #e0e0e0;
}
.ftw-bold{
	font-weight: bold;
}
.h-40{
	height: 40px;
}
.line-h40{
	line-height: 40px;
}
.no-bor{
	border: none;
}
.h-40-tit{
	height: 40px;
}
.h-40-tit .lf-line{
	height: 16px;
	width: 3px;
	background-color: #e01116;
	display: inline-block;
	vertical-align: top;
	margin: 13px 8px 0 3px;
}
.h-40-tit .wt-greenJian-ico,.h-40-tit .wt-greenDui-ico, .h-40-tit .wt-yellowWait-ico{
	width: 17px;
	height: 17px;
	background-size: 100% 100%;
	margin: 11.5px 8px 0 0;
}
.wt-greenDui-ico{
	width: 24px;
	height: 40px;
	display: inline-block;
	background: url("../images/list-icon/inface-ico_06.png") no-repeat center center;
	vertical-align: top;
}
.wt-greenJian-ico{
	width: 24px;
	height: 40px;
	display: inline-block;
	background: url("../images/list-icon/inface-ico_03.png") no-repeat center center;
	vertical-align: top;
}
.wt-yellowWait-ico{
	width: 24px;
	height: 40px;
	display: inline-block;
	background: url("../images/list-icon/yellowwait_03.png") no-repeat center center;
	vertical-align: top;
}
.wt-switch-ico{
	display:inline-block;
	width:46px;
	height:20px;
	vertical-align:top;
	margin-top:10px;
	background:url(../images/spsetting/spsetting_58.png) no-repeat left center;
}
/*width 50px*/
.wt-switch-ico2{
	display:inline-block;
	width:50px;
	height:20px;
	vertical-align:top;
	margin-top:10px;
	background:url(../images/list-icon/switch2_07.png) no-repeat left center;
}
.wt-greenDui-bg{
	width: 24px;
	height: 40px;
	display: inline-block;
	background: url("../images/list-icon/set_ico_03.png") no-repeat center center;
	vertical-align: top;
}
.wt-redLine-bg{
	width: 24px;
	height: 40px;
	display: inline-block;
	background: url("../images/list-icon/set_ico_06.png") no-repeat center center;
	vertical-align: top;
}
.wt-switch-wrap{
	display: inline-block;
	vertical-align: top;
}
.wt-switch-wrap input:checked + .wt-switch-ico{
	background:url(../images/spsetting/spsetting_28.png) no-repeat left center;
}
.wt-switch-wrap input:checked + .wt-switch-ico2{
	background:url(../images/list-icon/switch2_14.png) no-repeat left center;
}
.wt-checkver5-wrap{
	display: inline-block;
	vertical-align: top;
}
.wt-checkver5-ico{
	display:inline-block;
	width:17px;
	height:17px;
	vertical-align:top;
	margin-top:9px;
	background:url(../images/operate-icon/checkboxicon_03.png) no-repeat left center;
}
.wt-checkver5-wrap input:checked + .wt-checkver5-ico{
	background:url(../images/operate-icon/checkedver5-ico_03.png) no-repeat left center;
}
.secinfo-wrap{
	clear: both;
}
.secinfo-top{
	height: 36px;
	line-height: 36px;
}
.secinfo-top .lf-tit{
	float: left;
	max-width: calc(100% - 120px);
	font-size: 14px;
}
.secinfo-top .rt-btnbox{
	margin: 0;
}
.secinfo-top .wt-greenDui-ico,.secinfo-top .wt-greenJian-ico{
	width: 17px;
	height: 17px;
	background-size: 100% 100%;
	margin: 10px 6px;
}
.ftw-normal{
	font-weight:normal;
}
.inter-col-list{
	margin: 0;
}
.inter-col-list li{
	margin: 5px 0;
	padding: 0;
}
.hinter-35-list .item{
	float: left;
	min-height: 35px;
	line-height: 35px;
}
.bor-rt-e0{
	border-right: 1px solid #e0e0e0;
}
.wt-setban-mainC{
    width: 725px;
    height: 435px;
}
.pic-upload-wrap{
    min-height: 60px;
}
.pic-upload-wrap .pic-box{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.pic-upload-wrap .pic-box img{
    display: block;
    width: 100%;
    height: 100%;
}
.pic-upload-wrap .wt-smcloseBtn{
    position: absolute;
    top: -8px;
    right: -8px;
}
.pic-upload-wrap .files-upbtn{
    width: 60px;
    height: 60px;
    float:left;
    background:#efefef url(../images/operate-icon/picadd-icon_03.png) center center no-repeat;
    cursor: pointer;
}
.pic-upload-wrap .h60p{
    height: 60px;
}
.pic-upload-wrap .tips-msg{
    color: #e01116;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.wt-tanchuMainC .edui-container{
	height: 100%;
}
.edui-container .edui-editor-body{
	height: calc(100% - 60px);
}
.edui-container .edui-editor-body .edui-body-container{
	height: 100%;
	overflow-y: scroll;
}
#container{
	height: 100%;
	width: 100%;
}
#ueeditor-wrap .edui-editor-toolbarbox edui-default{
	height: 82px;
}
#ueeditor-wrap .edui-default .edui-editor{
	height: 100%;
}
.notaud-disbox .push-manycol-list,.editor-main-box .push-manycol-list{
	margin: 15px 0 0 0;
}
.notaud-disbox .push-manycol-list li,.editor-main-box .push-manycol-list li{
	padding: 0;
}
.editor-main-box .edui-editor div{
	/*height: 23px;*/
	overflow: visible;
	/*line-height: 24px;*/
}
.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body, .edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body{
	height: 24px;
}
.edui-default .edui-toolbar .edui-combox .edui-combox-body{
	height: 23px;
}
.edui-default .edui-button-body, .edui-splitbutton-body, .edui-menubutton-body, .edui-combox-body{
	height: 23px;
}
.editor-main-box .edui-default .edui-editor-toolbarboxouter{
	height: 32px;
}
.editor-main-box .edui-default .edui-editor-toolbarbox{
	height: 30px;
}
.editor-main-box .edui-default .edui-editor-toolbarboxinner{
	height: 30px;
}
.files-upbtn .webuploader-pick{
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.files-upbtn .webuploader-pick label{
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.tbf-text-area h4{
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}
.tbf-text-area p{
	text-indent: 2em;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
.tbf-text-area dl dt,.tbf-text-area dl dd{
	line-height: 30px;
}
.tbf-text-area dl dt{
	line-height: 42px;
}
.tbf-text-area .no-text-em{
	text-indent: 0;
}
.tbf-text-area .bold{
	font-weight: bold;
}
.tbf-text-area .ft-15{
	font-size: 15px;
}
.tbf-text-area .snfp-erma{
	width: 200px;
	height: 200px;
	background: url(../images/common-bgimg/shinie_new.png) no-repeat center center;
	background-size: 100% 100%;
}
.downsearhlist-wrap{
	width: 100%;
	height: 100%;
	position: relative;
}
.wt-tenListAdd-list .downsearhlist-wrap input{
	margin: 0;
	padding: 0 10px;
}
.downsearhlist-wrap .clear-btn{
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 2;
	background: url(../images/operate-icon/tanclose_03.png) no-repeat center center;
	right: 10px;
	bottom: 9px;
}
.downsearhlist-wrap .res-list{
	position: absolute;
	z-index: 2;
	top: 27px;
	left: 0;
	border: 1px solid #e01116;
	background-color: #fff;
	width: 100%;
	display: none;
	max-height: 360px;
	overflow-y: auto;
}
.downsearhlist-wrap .mohu-wrap{
	height: 240px;
	width: 100%;
	top: 28px;
	left: 0;
	position: absolute;
	display: none;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	z-index: 2;
	box-shadow: 1px 1px 5px #ffe7e8;
}
.downsearhlist-wrap .mohu-wrap input{
	width: 100%;
	height: 30px;
	border: none;
	line-height: 28px;
	padding:0 24px 0 10px;
	background-color:#fff5f5!important;
	border-bottom: 1px solid #e0e0e0;
}
.downsearhlist-wrap .mohu-wrap .m-fdg-ico,.downsearhlist-wrap .mohu-wrap .m-clear-ico{
	position: absolute;
	right: 10px;
	height: 100%;
	width: 14px;
	top: 0;
}
.downsearhlist-wrap .mohu-wrap .m-fdg-ico{
	background: url(../images/tit-icon/mohu_ico_07.png) center center no-repeat;
}
.downsearhlist-wrap .mohu-wrap .m-clear-ico{
	background: url(../images/tit-icon/mohu_ico_03.png) center center no-repeat;
	cursor: pointer;
}
.downsearhlist-wrap .mohu-wrap input::-webkit-input-placeholder { /* WebKit browsers */
	color: #e01116;
	font-size: 14px;
}
.downsearhlist-wrap .mohu-wrap input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #e01116;
	font-size: 14px;
}
.downsearhlist-wrap .mohu-wrap input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #e01116;
	font-size: 14px;
}
.downsearhlist-wrap .mohu-list{
	height: 210px;
	width: 100%;
	overflow-y: auto;
}
.downsearhlist-wrap .mohu-list li{
	border-bottom: 1px solid #e0e0e0;
	height: 30px;
	line-height: 30px!important;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 30px!important;
	width: 100%;
}
.downsearhlist-wrap .mohu-list li:last-child{
	border-bottom: none;
}
.downsearhlist-wrap .mohu-list li:hover{
	background-color: #f1f1f1;
	/*color: #fff;*/
}
.downsearhlist-wrap .res-list li{
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.downsearhlist-wrap .res-list li:hover{
	background-color: #e01116;
	color: #fff;
}

.downsearhlist-wrap .res-list li:last-child{
	border-bottom: none;
}
.news-wrap .w-e-text-container,.hall-editor-wrap .w-e-text-container{
	height: calc(100% - 44px)!important;
}
.news-wrap .w-e-text-container a{
	text-decoration: none;
}
.sms-msgarea{
    width: 100%;
    height: 70px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.sms-msgarea textarea,.sms-phonearea textarea{
    width: 100%;
    border: none;
    resize: none;
    padding:10px 30px;
    line-height: 24px;
}
.sms-phonearea{
    width: 100%;
    height: calc(100% - 200px);
    border: 1px solid #e0e0e0;
    border-top: none;
}
.sms-phonearea .phone-box{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.sms-phonearea .phone-box span{
    display: block;
    line-height: 32px;
    padding: 0 20px;
    float: left;
}
.sms-botinfo{
    height: 40px;
}
.sms-botinfo b,.sms-botinfo input{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-weight: bold;
    margin-right: 10px;
    line-height: 40px;
}
.sms-botinfo input{
    width: 200px;
    border: 1px solid #e0e0e0;
}
.aboutUs-editor table,.operate-flow-editor table{
	max-width: 880px;
	margin: 2px auto;
}
.zbwjlc-btn{
	display: inline-block;
	vertical-align: top;
	height: 28px;
	text-decoration: none;
	font-weight: bold;
}
.zbwjlc-btn:hover{
	text-decoration: none;
}
.lingcun-icon{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/tit-icon/lcico_03.png) center center no-repeat;
	margin: 7px 3px 0 0;
	vertical-align: top;
}
.user-twoFlex-list .wd90{
	width: 90px;
}
.user-twoFlex-list .wdfu50-90{
	width: calc(50% - 90px);
}
.user-twoFlex-list .wdfu90{
	width: calc(100% - 90px);
}
.fileup-tips-wrap .tips{
	font-size: 18px;
	font-weight: bolder;
	line-height: 40px;
	min-height: 15px;
}
.fileup-tips-wrap .red-tips{
	font-size: 24px;
}
.fileup-tips-wrap .tips input{
	border: 1px solid #e0e0e0;
	height: 40px;
	padding: 0 5px;
	text-align: center;
}

.cur-dzqb-list .num-bg{
    color: #1a91ed;
}
.cur-dzqb-list .cur-tag{
    display: block;
}
@keyframes fontSizeScaleAnimate{
	0%{
		transform: scale(1.2);
	}
	15%{
		transform: scale(1.5);
	}
	30%{
		transform: scale(1.8);
	}
	50%{
		transform: scale(2);
	}
	70%{
		transform: scale(1.8);
	}
	85%{
		transform: scale(1.5);
	}
	100%{
		transform: scale(1);
	}
}
.scale-box{
	display: inline-block;
	animation:fontSizeScaleAnimate 2s infinite;
}
.moni-menu-box{
	padding:30px 0;
	width: 100%;
}
.moni-menu-list{
	height: 30px;
	width: 1300px;
	background:url(../images/common-bgimg/dob-arow-bg_07.png) repeat-x center center;
	margin: 0 auto;
}
.moni-menu-list li{
	float: left;
	height: 100%;
	width: 110px;
	text-align: center;
	line-height: 30px;
	background: #c6c6c6;
	margin-right: 187.5px;
	border-radius: 30px;
}
.moni-menu-list li a{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.moni-menu-list li:last-child{
	margin-right: 0;
}
.moni-menu-list .current,.moni-menu-list .fix-cur{
	background-color: #e01116;
}
.inq-top-list{
	width: calc(100% - 760px);
	float: left;
	height:36px;
	/*margin-top: 15px;*/
}
.inq-top-list li{
	float: left;
	width: 14%;
	padding-right:5px;
	height: 100%;
}
.inq-top-list li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	text-align: center;
}
.inq-top-list .current a{
	color: #1a91ed;
	/*border-color: #1a91ed;*/
	background-color: #f6f6f6;
	font-weight: bold;
}
.inq-tab{
	width:100%;
	text-align:center;
	border: 1px solid #e0e0e0;
}
.inq-tab td{
	border: 1px solid #e0e0e0;
	line-height: 30px;
}
.inq-tab .fir{
	background-color: #ebebeb;
}
.hyfl-main h4{
	text-align: center;
}
.pb-fl-list{
	height: 30px;
}
.pb-fl-list li{
	float: left;
	width: 86px;
	height: 30px;
	margin-right: 10px;
}
.pb-fl-list li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #979797;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}
.pb-fl-list .current a{
	color: #e01116;
	border-color: #e01116;
}
.pb-fl-btnbox button {
	cursor: pointer;
	background-color: #fff;
	height: 20px;
	line-height: 20px;
	color: #e01116;
	font-size: 15px;
	font-weight: bold;
}
.pb-fl-btnbox .icon{
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 16px;
	margin-top: 3px;
	margin-right: 4px;
	margin-left: 20px;
}
.pb-fl-btnbox .save-ico{
	background:url(../images/inp-icon/icon_2_06.png) no-repeat center center;
}
.pb-fl-btnbox .pei-ico{
	background:url(../images/inp-icon/icon_2_03.png) no-repeat center center;
}
.pb-fl-btnbox .fzcal-ico{
	background:url(../images/inp-icon/ico_t_06.png) no-repeat center center;
}
.pb-fl-btnbox .defen-ico{
	background:url(../images/inp-icon/ico_t_03.png) no-repeat center center;
}
/*inquiry  2019 12-03 ver2*/
.inq-m-list{
	width: 136px;
	height: 100%;
}
.inq-m-list li{
	width: 136px;
	height: 42px;
	position: relative;
	margin-bottom: 12px;
}
.inq-m-list li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	line-height: 42px;
	color: #8d8d8d;
	text-align: center;
	font-weight: bold;
}
.inq-m-list li.current a{
	border: 1px solid #fb635e;
	background-color: #fb635e;
	color: #fff;
}
.inq-m-list li.current .arow-ico{
	display: block;
	position: absolute;
	width: 7px;
	height: 100%;
	background:url(../images/list-icon/inq_arow2_ico_03.png) no-repeat center center;
	right: -7px;
	top: 0;
}
.inq-m-list li .lfarow-icon{
	position: absolute;
	width:6px;
	height: 100%;
	background: url(../images/list-icon/kj_lf_t_ico_07.png) no-repeat center center;
	top: 0;
	right: -2px;
	display: none;
}
.inq-m-list li.current .lfarow-icon{
	display: block;
}


	/*----------------------------------------   version4--------------end--------- */
.rate-wrap{
	width: 400px;
	height: 40px;
	border: 1px solid #e0e0e0;
	background-color: #f3f3f3;
	padding: 10px;
	border-radius: 40px;
}
.rate-box{
	width: 310px;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.3);
	border-radius: 20px;
	float: left;
}
.rate-line{
	position: absolute;
	height: 100%;
	width: 0%;
	background-color: #e01116;
	border-radius: 20px;
	left: 0;
}
.rate-num{
	float: left;
	font-size: 18px;
	font-weight: bolder;
	height: 100%;
	width: 60px;
	text-align: center;
	line-height: 20px;
}
.rate-msg{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bolder;
	color: #fff;
}
.load-img-80{
	width: 100%;
	height: 80px;
	background:url(../images/common-bgimg/loading_080.gif) no-repeat center center;
}
.work-alist{
	width: 100%;
}
.work-alist li{
	width: 20%;
	height: 250px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.work-alist li .bg-box{
	width: 100%;
	height: 100%;
	padding-top: 50px;
}
.work-alist li .bg-box:hover{
	background:url(../images/common-bgimg/zb-syin_03.png) no-repeat center center;
}
.work-alist li.cg-worktodo .bg-box:hover{
	background:url(../images/common-bgimg/cg-syin_03.png) no-repeat center center;
}
.work-alist li .icon{
	display: block;
	width: 62px;
	height: 55px;
	position: relative;
	margin: 0 auto;
}
.work-alist li .num{
	position: absolute;
	left: 46px;
	top: -14px;
	height: 28px;
	background-color: #fc4949;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
	border-radius: 14px;
	padding: 0 9px;
}
.work-alist li .ico_1{
	background:url(../images/common-bgimg/cg-work_08.png) no-repeat center center;
}
.work-alist li .ico_2{
	background:url(../images/common-bgimg/db_ico_05.png) no-repeat center center;
}
.work-alist li .ico_3{
	background:url(../images/common-bgimg/cg-work_05.png) no-repeat center center;
}
.work-alist li .ico_4{
	background:url(../images/common-bgimg/db_ico_09.png) no-repeat center center;
}
.work-alist li .ico_5{
	background:url(../images/common-bgimg/db_ico_11.png) no-repeat center center;
}
.work-alist li .ico_6{
	background:url(../images/common-bgimg/db_ico_19.png) no-repeat center center;
}
.work-alist li .ico_7{
	background:url(../images/common-bgimg/db_ico_22.png) no-repeat center center;
}
.work-alist li .ico_8{
	background:url(../images/common-bgimg/db_ico_25.png) no-repeat center center;
}
.work-alist li .ico_9{
	background:url(../images/common-bgimg/db_ico_27.png) no-repeat center center;
}
.work-alist li .ico_10{
	background:url(../images/common-bgimg/db_ico_30.png) no-repeat center center;
}
.work-alist li .ico_11{
	background:url(../images/common-bgimg/db_ico_38.png) no-repeat center center;
}
.work-alist li .ico_12{
	background:url(../images/common-bgimg/db_ico_40.png) no-repeat center center;
}
.work-alist li .ico_13{
	background:url(../images/common-bgimg/db_ico_42.png) no-repeat center center;
}
.work-alist li .ico_14{
	background:url(../images/common-bgimg/db_ico_07.png) no-repeat center center;
}
.work-alist li .ico_15{
	background:url(../images/common-bgimg/fk-ico_03.png) no-repeat center center;
}
.work-alist li .ico_16{
	background:url(../images/common-bgimg/ag-tbids_03.png) no-repeat center center;
}
.work-alist li .ico_cg1{
	background:url(../images/common-bgimg/cg-work_13.png) no-repeat center center;
	background-size: 51px 100%;
}
.work-alist li .ico_cg2{
	background:url(../images/common-bgimg/cg-work_19.png) no-repeat center center;
}
.work-alist li .ico_cg3{
	background:url(../images/common-bgimg/cg-work_16.png) no-repeat center center;
}
.work-alist li .ico_cg4{
	background:url(../images/common-bgimg/cg-work_22.png) no-repeat center center;
}
.work-alist li .ico_tbr1{
	background:url(../images/common-bgimg/tbr-work_08.png) no-repeat center center;
}
.work-alist li .ico_tbr2{
	background:url(../images/common-bgimg/tbr-work_03.png) no-repeat center center;
}
.work-alist li .ico_tbr3{
	background:url(../images/common-bgimg/tbr-work_05.png) no-repeat center center;
}
.work-alist li .ico_sign1{
	background:url(../images/common-bgimg/work_sign_03.png) no-repeat center center;
}
.work-alist li .ico_yichang{
	background:url(../images/common-bgimg/not_yichang_ico_06.png) no-repeat center center;
}
.work-alist li .ico_direct{
	background:url(../images/common-bgimg/direct_db_ico_03.png) no-repeat center center;
}
.work-alist li .ico_bzj{
	background:url(../images/common-bgimg/bzj_db_bg_03_03.png) no-repeat center center;
}
.work-alist li .ico_tpbj{
	background:url(../images/common-bgimg/db_ico_30_23_03.png) no-repeat center center;
}
.work-alist li .ico_restore{
	background:url(../images/common-bgimg/restore_doc_ico_03.png) no-repeat center center;
}
.work-alist li .tit{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #6e6e6e;
	line-height: 30px;
	margin-top: 12px;
}
.work-alist li .des{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #8f8f8f;
	display: block;
}
.tenNot-editor-wrap{
	width: 720px;
	height: 500px;
	border-top: 1px solid #e0e0e0;
}
.tenNot-editor-wrap .w-e-toolbar{
	display: none;
}
.tenNot-editor-wrap .w-e-text{
	overflow-y: auto;
}
.tenNot-editor-wrap .w-e-text-container{
	width: 100%;
	height: 100%!important;
}
.pdfhtml-box p,.pdfhtml-box div{
	line-height: 30px;
}

.deposit-con{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.3);
	display: none;
}

.cgf-tab-list{
    height:30px;
    border-bottom: 1px solid #d5d5d5;
}
.cgf-tab-list li{
    height: 30px;
    width: 86px;
    float: left;
    margin-right: 7px;
    line-height: 30px;
}
.cgf-tab-list li a{
    display:block ;
    color: #646464;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    height: 100%;
    border-radius: 3px 3px 0 0;
}
.cgf-tab-list li.current a{
    color: #e01116;
    background-color: #ffe5e6;
    border: 1px solid #ffe5e6;
    border-bottom: none;
}


/* ie10 + */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
	.header-box{
		position: static;
		z-index: 2;
	}
	/*select{*/
	/*	background-image:url("http://ourjs.github.io/static/2015/arrow.png");*/
	/*	padding-right: 14px;*/
	/*}*/
	.project-status-box select{
		background:#fff url(../images/common-bgimg/select-down-bg_03.png) no-repeat right center;
		padding-right:25px;
	}
	.wt-listBid-main{
		display: -ms-flexbox;
	}
    .wt-listBid-main li{
   		display: -ms-flexbox;
   		-ms-flex-pack: center;
   		-ms-flex-align: center;
    }
}
.showNormal-style ol,.showNormal-style ul{
	/*list-style-type: decimal;*/
}
.showNormal-style ol li,.showNormal-style ul li{
	/*display: list-item;*/
}

.summernote-wrap .modal-dialog{
	margin-top: 120px;
}
.summernote-wrap .panel{
	margin-bottom: 10px;
}
.ref-sin-ico{
	display: inline-block;
	width: 16px;
	height: 100%;
	background:url(../images/list-icon/rf-ico_03.png) no-repeat center center;
	vertical-align: top;
}
.mybids-main{
	padding-right: 75px;
}



/*漂浮通知*/
.float-winwrap {
	width: 413px;
	height: 270px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background-color: #fff;
	border: 1px solid #d9bfbf;
}
.float-winwrap .cap-tit {
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bolder;
	position: relative;
	background: url(../images/common-bgimg/floatad-titimg_03.png) no-repeat 100% 100%;
}
.float-winwrap .cap-tit .close-btn {
	position: absolute;
	height: 22px;
	width: 22px;
	right: 16px;
	top: 13px;
	cursor: pointer;
}
.float-winwrap .not-box {
	padding: 20px;
}
.float-winwrap .not-box p {
	line-height: 30px;
	font-size: 16px;
	margin-top: 5px;
}
.float-winwrap .not-box a {
	text-decoration: none;
}
.float-winwrap .btn {
	width: 96px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background-color: #e01116;
	font-size: 17px;
	display: block;
	margin: 13px auto;
	border-radius: 3px;
	cursor: pointer;
	padding: 0;
}
.not-posbox {
	position: absolute;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.impnot-wrap {
	position: absolute;
	width: 70%;
	background-color: #fff;
	border: 1px solid #e01116;
	left: 0;
	top: 5%;
	height: 90%;
	margin-left: 15%;
	z-index: 11;
	font-weight: bold;
}
.impnot-wrap .cap-tit {
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bolder;
	background-color: #e01116;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 50px;
}
.impnot-wrap .cap-tit .close-btn {
	position: absolute;
	height: 22px;
	width: 22px;
	right: 16px;
	top: 13px;
	cursor: pointer;
	background: url(../images/common-bgimg/floatad-titimg_03.png) no-repeat;
}
.impnot-wrap .not-box {
	padding: 30px 120px;
	height: calc(100% - 65px);
	overflow-y: auto;
}
.impnot-wrap .not-box p {
	line-height: 34px;
	font-size: 16px;
	color: #323232;
	font-weight: bold;
}
.impnot-wrap .not-box .no-tend {
	text-indent: 0;
}
.impnot-wrap .not-box .bot {
	text-align: right;
	line-height: 30px;
	color: #808080;
}
.impnot-wrap .not-box a {
	text-decoration: none;
}
.qst-tips-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(36,36,36,.58) url(../images/common-bgimg/qst_tips_bg.png) no-repeat;
	left: 0;
	top: 0;
	background-size: 100% 100%;
	z-index: 999;
}