﻿
/*-------------------------- common reset ---------------------------- */
::-webkit-scrollbar {
	width: 10px; /* 纵向滚动条*/
	height: 10px; /* 横向滚动条 */
	background-color: #fff;
}

/*定义滚动条轨道 内阴影*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #eee;
}

/*定义滑块 内阴影*/
::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #ccc;
	border-radius: 10px;
}

/* 设置登录后菜单文字不能被选中 */
.top_menu_box {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

html,body,ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input {
	margin: 0px;
	padding: 0px;
}

html,body {
	font-weight: normal;
	font-size: 14px;
	font-family: "microsoft yahei",Arial;
	word-break: break-all;
	width: 100%;
	height: 100%;
}

ul,li,dl,dt,dd {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

textarea {
	resize: none;
}

select,input,img {
	vertical-align: middle;
}

a,i {
	font-style: normal;
	text-decoration: none;
}

a {
	color: #0070e0;
}

a:hover {
	text-decoration: none;
}

fieldset,img {
	border: 0px;
	color: #0f449c;
}

.filelist a {
    font-size: 14px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

input[type="button"] {
	cursor: pointer;
}

input {
	outline: none;
}

.container {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.left,.fl {
	float: left;
}

.right,.fr {
	float: right;
}

.hidden {
	display: none;
}

.por,.rel {
	position: relative;
}

.poa,.abs {
	position: absolute;
}

.dib {
	display: inline-block;
}

.fwb {
	font-weight: 700;
}

.fwn {
	font-weight: 400;
}

.text-center,.tac {
	text-align: center;
}

.cur {
	cursor: pointer !important;
}
/*-------------------------- common color ---------------------------- */
.c3 {
	color: #333;
}

.c6 {
	color: #666
}

.c9 {
	color: #999;
}
/*-------------------------- common background ---------------------------- */

/*-------------------------- common border ---------------------------- */

/*-------------------------- common width ---------------------------- */
.w10 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w110 {
	width: 110px;
}

.w120 {
	width: 120px;
}

.w130 {
	width: 130px;
}

.w140 {
	width: 140px;
}

.w150 {
	width: 150px;
}

.w160 {
	width: 160px;
}

.w170 {
	width: 170px;
}

.w180 {
	width: 180px;
}

.w190 {
	width: 190px;
}

.w200 {
	width: 200px;
}

.w210 {
	width: 210px;
}

.w220 {
	width: 220px;
}

.w230 {
	width: 230px;
}

.w240 {
	width: 240px;
}

.w250 {
	width: 250px;
}

.w260 {
	width: 260px;
}

.w270 {
	width: 270px;
}

.w280 {
	width: 280px;
}

.w290 {
	width: 290px;
}

.w300 {
	width: 300px;
}

.w350 {
	width: 350px;
}

.w400 {
	width: 400px;
}

.w450 {
	width: 450px;
}

.w500 {
	width: 500px;
}

.w550 {
	width: 550px;
}

.w600 {
	width: 600px;
}

.w650 {
	width: 650px;
}

.w700 {
	width: 700px;
}

.w750 {
	width: 750px;
}

.w800 {
	width: 800px;
}

.w850 {
	width: 850px;
}

.w900 {
	width: 900px;
}

.w950 {
	width: 950px;
}

.w1000 {
	width: 1000px;
}

.wp10 {
	width: 10%;
}

.wp15 {
	width: 15%;
}

.wp20 {
	width: 20%;
}

.wp25 {
	width: 25%;
}

.wp30 {
	width: 30%;
}

.wp35 {
	width: 35%;
}

.wp40 {
	width: 40%;
}

.wp45 {
	width: 45%;
}

.wp50 {
	width: 50%;
}

.wp55 {
	width: 55%;
}

.wp60 {
	width: 60%;
}

.wp65 {
	width: 65%;
}

.wp70 {
	width: 70%;
}

.wp75 {
	width: 75%;
}

.wp80 {
	width: 80%;
}

.wp85 {
	width: 85%;
}

.wp90 {
	width: 90%;
}

.wp95 {
	width: 95%;
}

.wp100 {
	width: 100%;
}


/*-------------------------- common margin ---------------------------- */
.m0 {
	margin: 0px;
}

.m1 {
	margin: 1px;
}

.m2 {
	margin: 2px;
}

.m3 {
	margin: 3px;
}

.m4 {
	margin: 4px;
}

.m5 {
	margin: 5px;
}

.m6 {
	margin: 6px;
}

.m7 {
	margin: 7px;
}

.m8 {
	margin: 8px;
}

.m9 {
	margin: 9px;
}

.m10 {
	margin: 10px;
}

.m11 {
	margin: 11px;
}

.m12 {
	margin: 12px;
}

.m13 {
	margin: 13px;
}

.m14 {
	margin: 14px;
}

.m15 {
	margin: 15px;
}

.m16 {
	margin: 16px;
}

.m17 {
	margin: 17px;
}

.m18 {
	margin: 18px;
}

.m19 {
	margin: 19px;
}

.m20 {
	margin: 20px;
}

.m25 {
	margin: 25px;
}

.m30 {
	margin: 30px;
}

.m35 {
	margin: 35px;
}

.m40 {
	margin: 40px;
}

.m45 {
	margin: 45px;
}

.m50 {
	margin: 50px;
}

.m55 {
	margin: 55px;
}

.m60 {
	margin: 60px;
}

.m65 {
	margin: 65px;
}

.m70 {
	margin: 70px;
}

.m75 {
	margin: 75px;
}

.m80 {
	margin: 80px;
}

.m85 {
	margin: 85px;
}

.m90 {
	margin: 90px;
}

.m95 {
	margin: 95px;
}

.m100 {
	margin: 100px;
}

.m150 {
	margin: 150px;
}

.m200 {
	margin: 200px;
}

.m250 {
	margin: 250px;
}

.m300 {
	margin: 300px;
}

.m350 {
	margin: 350px;
}

.ml0 {
	margin-left: 0px;
}

.ml1 {
	margin-left: 1px;
}

.ml2 {
	margin-left: 2px;
}

.ml3 {
	margin-left: 3px;
}

.ml4 {
	margin-left: 4px;
}

.ml5 {
	margin-left: 5px;
}

.ml6 {
	margin-left: 6px;
}

.ml7 {
	margin-left: 7px;
}

.ml8 {
	margin-left: 8px;
}

.ml9 {
	margin-left: 9px;
}

.ml10 {
	margin-left: 10px;
}

.ml11 {
	margin-left: 11px;
}

.ml12 {
	margin-left: 12px;
}

.ml13 {
	margin-left: 13px;
}

.ml14 {
	margin-left: 14px;
}

.ml15 {
	margin-left: 15px;
}

.ml16 {
	margin-left: 16px;
}

.ml17 {
	margin-left: 17px;
}

.ml18 {
	margin-left: 18px;
}

.ml19 {
	margin-left: 19px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.ml95 {
	margin-left: 95px;
}

.ml100 {
	margin-left: 100px;
}

.ml150 {
	margin-left: 150px;
}

.ml200 {
	margin-left: 200px;
}

.ml250 {
	margin-left: 250px;
}

.ml300 {
	margin-left: 300px;
}

.ml350 {
	margin-left: 350px;
}

.mr0 {
	margin-right: 0px;
}

.mr1 {
	margin-right: 1px;
}

.mr2 {
	margin-right: 2px;
}

.mr3 {
	margin-right: 3px;
}

.mr4 {
	margin-right: 4px;
}

.mr5 {
	margin-right: 5px;
}

.mr6 {
	margin-right: 6px;
}

.mr7 {
	margin-right: 7px;
}

.mr8 {
	margin-right: 8px;
}

.mr9 {
	margin-right: 9px;
}

.mr10 {
	margin-right: 10px;
}

.mr11 {
	margin-right: 11px;
}

.mr12 {
	margin-right: 12px;
}

.mr13 {
	margin-right: 13px;
}

.mr14 {
	margin-right: 14px;
}

.mr15 {
	margin-right: 15px;
}

.mr16 {
	margin-right: 16px;
}

.mr17 {
	margin-right: 17px;
}

.mr18 {
	margin-right: 18px;
}

.mr19 {
	margin-right: 19px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.mr65 {
	margin-right: 65px;
}

.mr70 {
	margin-right: 70px;
}

.mr75 {
	margin-right: 75px;
}

.mr80 {
	margin-right: 80px;
}

.mr85 {
	margin-right: 85px;
}

.mr90 {
	margin-right: 90px;
}

.mr95 {
	margin-right: 95px;
}

.mr100 {
	margin-right: 100px;
}

.mr150 {
	margin-right: 150px;
}

.mr200 {
	margin-right: 200px;
}

.mr250 {
	margin-right: 250px;
}

.mr300 {
	margin-right: 300px;
}

.mr350 {
	margin-right: 350px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb1 {
	margin-bottom: 1px;
}

.mb2 {
	margin-bottom: 2px;
}

.mb3 {
	margin-bottom: 3px;
}

.mb4 {
	margin-bottom: 4px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb6 {
	margin-bottom: 6px;
}

.mb7 {
	margin-bottom: 7px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb9 {
	margin-bottom: 9px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb11 {
	margin-bottom: 11px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb13 {
	margin-bottom: 13px;
}

.mb14 {
	margin-bottom: 14px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb17 {
	margin-bottom: 17px;
}

.mb18 {
	margin-bottom: 18px;
}

.mb19 {
	margin-bottom: 19px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb150 {
	margin-bottom: 150px;
}

.mb200 {
	margin-bottom: 200px;
}

.mb250 {
	margin-bottom: 250px;
}

.mb300 {
	margin-bottom: 300px;
}

.mb350 {
	margin-bottom: 350px;
}

.mt0 {
	margin-top: 0px;
}

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt3 {
	margin-top: 3px;
}

.mt4 {
	margin-top: 4px;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt7 {
	margin-top: 7px;
}

.mt8 {
	margin-top: 8px;
}

.mt9 {
	margin-top: 9px;
}

.mt10 {
	margin-top: 10px;
}

.mt11 {
	margin-top: 11px;
}

.mt12 {
	margin-top: 12px;
}

.mt13 {
	margin-top: 13px;
}

.mt14 {
	margin-top: 14px;
}

.mt15 {
	margin-top: 15px;
}

.mt16 {
	margin-top: 16px;
}

.mt17 {
	margin-top: 17px;
}

.mt18 {
	margin-top: 18px;
}

.mt19 {
	margin-top: 19px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

.mt100 {
	margin-top: 100px;
}

.mt150 {
	margin-top: 150px;
}

.mt200 {
	margin-top: 200px;
}

.mt250 {
	margin-top: 250px;
}

.mt300 {
	margin-top: 300px;
}

.mt350 {
	margin-top: 350px;
}
/*-------------------------- common padding ---------------------------- */
.p0 {
	padding: 0px;
}

.p1 {
	padding: 1px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

.p6 {
	padding: 6px;
}

.p7 {
	padding: 7px;
}

.p8 {
	padding: 8px;
}

.p9 {
	padding: 9px;
}

.p10 {
	padding: 10px;
}

.p11 {
	padding: 11px;
}

.p12 {
	padding: 12px;
}

.p13 {
	padding: 13px;
}

.p14 {
	padding: 14px;
}

.p15 {
	padding: 15px;
}

.p16 {
	padding: 16px;
}

.p17 {
	padding: 17px;
}

.p18 {
	padding: 18px;
}

.p19 {
	padding: 19px;
}

.p20 {
	padding: 20px;
}

.p24 {
	padding: 24px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

.p35 {
	padding: 35px;
}

.p40 {
	padding: 40px;
}

.p45 {
	padding: 45px;
}

.p50 {
	padding: 50px;
}

.p55 {
	padding: 55px;
}

.p60 {
	padding: 60px;
}

.p65 {
	padding: 65px;
}

.p70 {
	padding: 70px;
}

.p75 {
	padding: 75px;
}

.p80 {
	padding: 80px;
}

.p85 {
	padding: 85px;
}

.p90 {
	padding: 90px;
}

.p95 {
	padding: 95px;
}

.p100 {
	padding: 100px;
}

.p100 {
	padding: 100px;
}

.p150 {
	padding: 150px;
}

.p200 {
	padding: 200px;
}

.p250 {
	padding: 250px;
}

.p300 {
	padding: 300px;
}

.p350 {
	padding: 350px;
}

.pl0 {
	padding-left: 0px;
}

.pl1 {
	padding-left: 1px;
}

.pl2 {
	padding-left: 2px;
}

.pl3 {
	padding-left: 3px;
}

.pl4 {
	padding-left: 4px;
}

.pl5 {
	padding-left: 5px;
}

.pl6 {
	padding-left: 6px;
}

.pl7 {
	padding-left: 7px;
}

.pl8 {
	padding-left: 8px;
}

.pl9 {
	padding-left: 9px;
}

.pl10 {
	padding-left: 10px;
}

.pl11 {
	padding-left: 11px;
}

.pl12 {
	padding-left: 12px;
}

.pl13 {
	padding-left: 13px;
}

.pl14 {
	padding-left: 14px;
}

.pl15 {
	padding-left: 15px;
}

.pl16 {
	padding-left: 16px;
}

.pl17 {
	padding-left: 17px;
}

.pl18 {
	padding-left: 18px;
}

.pl19 {
	padding-left: 19px;
}

.pl20 {
	padding-left: 20px;
}

.pl24 {
	padding-left: 24px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pl45 {
	padding-left: 45px;
}

.pl50 {
	padding-left: 50px;
}

.pl55 {
	padding-left: 55px;
}

.pl60 {
	padding-left: 60px;
}

.pl65 {
	padding-left: 65px;
}

.pl70 {
	padding-left: 70px;
}

.pl75 {
	padding-left: 75px;
}

.pl80 {
	padding-left: 80px;
}

.pl85 {
	padding-left: 85px;
}

.pl90 {
	padding-left: 90px;
}

.pl95 {
	padding-left: 95px;
}

.pl100 {
	padding-left: 100px;
}

.pl100 {
	padding-left: 100px;
}

.pl150 {
	padding-left: 150px;
}

.pl200 {
	padding-left: 200px;
}

.pl250 {
	padding-left: 250px;
}

.pl300 {
	padding-left: 300px;
}

.pl350 {
	padding-left: 350px;
}

.pr0 {
	padding-right: 0px;
}

.pr1 {
	padding-right: 1px;
}

.pr2 {
	padding-right: 2px;
}

.pr3 {
	padding-right: 3px;
}

.pr4 {
	padding-right: 4px;
}

.pr5 {
	padding-right: 5px;
}

.pr6 {
	padding-right: 6px;
}

.pr7 {
	padding-right: 7px;
}

.pr8 {
	padding-right: 8px;
}

.pr9 {
	padding-right: 9px;
}

.pr10 {
	padding-right: 10px;
}

.pr11 {
	padding-right: 11px;
}

.pr12 {
	padding-right: 12px;
}

.pr13 {
	padding-right: 13px;
}

.pr14 {
	padding-right: 14px;
}

.pr15 {
	padding-right: 15px;
}

.pr16 {
	padding-right: 16px;
}

.pr17 {
	padding-right: 17px;
}

.pr18 {
	padding-right: 18px;
}

.pr19 {
	padding-right: 19px;
}

.pr20 {
	padding-right: 20px;
}

.pr24 {
	padding-right: 24px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr35 {
	padding-right: 35px;
}

.pr40 {
	padding-right: 40px;
}

.pr45 {
	padding-right: 45px;
}

.pr50 {
	padding-right: 50px;
}

.pr55 {
	padding-right: 55px;
}

.pr60 {
	padding-right: 60px;
}

.pr65 {
	padding-right: 65px;
}

.pr70 {
	padding-right: 70px;
}

.pr75 {
	padding-right: 75px;
}

.pr80 {
	padding-right: 80px;
}

.pr85 {
	padding-right: 85px;
}

.pr90 {
	padding-right: 90px;
}

.pr95 {
	padding-right: 95px;
}

.pr100 {
	padding-right: 100px;
}

.pr100 {
	padding-right: 100px;
}

.pr150 {
	padding-right: 150px;
}

.pr200 {
	padding-right: 200px;
}

.pr250 {
	padding-right: 250px;
}

.pr300 {
	padding-right: 300px;
}

.pr350 {
	padding-right: 350px;
}

.pb0 {
	padding-bottom: 0px;
}

.pb1 {
	padding-bottom: 1px;
}

.pb2 {
	padding-bottom: 2px;
}

.pb3 {
	padding-bottom: 3px;
}

.pb4 {
	padding-bottom: 4px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb6 {
	padding-bottom: 6px;
}

.pb7 {
	padding-bottom: 7px;
}

.pb8 {
	padding-bottom: 8px;
}

.pb9 {
	padding-bottom: 9px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb11 {
	padding-bottom: 11px;
}

.pb12 {
	padding-bottom: 12px;
}

.pb13 {
	padding-bottom: 13px;
}

.pb14 {
	padding-bottom: 14px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb16 {
	padding-bottom: 16px;
}

.pb17 {
	padding-bottom: 17px;
}

.pb18 {
	padding-bottom: 18px;
}

.pb19 {
	padding-bottom: 19px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb55 {
	padding-bottom: 55px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb65 {
	padding-bottom: 65px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb75 {
	padding-bottom: 75px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb85 {
	padding-bottom: 85px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb95 {
	padding-bottom: 95px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb150 {
	padding-bottom: 150px;
}

.pb200 {
	padding-bottom: 200px;
}

.pb250 {
	padding-bottom: 250px;
}

.pb300 {
	padding-bottom: 300px;
}

.pb350 {
	padding-bottom: 350px;
}

.pt0 {
	padding-top: 0px;
}

.pt1 {
	padding-top: 1px;
}

.pt2 {
	padding-top: 2px;
}

.pt3 {
	padding-top: 3px;
}

.pt4 {
	padding-top: 4px;
}

.pt5 {
	padding-top: 5px;
}

.pt6 {
	padding-top: 6px;
}

.pt7 {
	padding-top: 7px;
}

.pt8 {
	padding-top: 8px;
}

.pt9 {
	padding-top: 9px;
}

.pt10 {
	padding-top: 10px;
}

.pt11 {
	padding-top: 11px;
}

.pt12 {
	padding-top: 12px;
}

.pt13 {
	padding-top: 13px;
}

.pt14 {
	padding-top: 14px;
}

.pt15 {
	padding-top: 15px;
}

.pt16 {
	padding-top: 16px;
}

.pt17 {
	padding-top: 17px;
}

.pt18 {
	padding-top: 18px;
}

.pt19 {
	padding-top: 19px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt65 {
	padding-top: 65px;
}

.pt70 {
	padding-top: 70px;
}

.pt75 {
	padding-top: 75px;
}

.pt80 {
	padding-top: 80px;
}

.pt85 {
	padding-top: 85px;
}

.pt90 {
	padding-top: 90px;
}

.pt95 {
	padding-top: 95px;
}

.pt100 {
	padding-top: 100px;
}

.pt100 {
	padding-top: 100px;
}

.pt150 {
	padding-top: 150px;
}

.pt200 {
	padding-top: 200px;
}

.pt250 {
	padding-top: 250px;
}

.pt300 {
	padding-top: 300px;
}

.pt350 {
	padding-top: 350px;
}
/*-------------------------- common font ---------------------------- */
.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz22 {
	font-size: 22px;
}

.fz24 {
	font-size: 24px;
}

.fz26 {
	font-size: 26px;
}

.fz28 {
	font-size: 28px;
}

.fz30 {
	font-size: 30px;
}

.fz32 {
	font-size: 32px;
}

.fz36 {
	font-size: 36px;
}

.fz48 {
	font-size: 48px;
}
/*line-height*/
.lh18 {
	line-height: 18px;
}

.lh19 {
	line-height: 19px;
}

.lh20 {
	line-height: 20px;
}

.lh21 {
	line-height: 21px;
}

.lh22 {
	line-height: 22px;
}

.lh23 {
	line-height: 23px;
}

.lh24 {
	line-height: 24px;
}

.lh25 {
	line-height: 25px;
}

.lh26 {
	line-height: 26px;
}

.lh27 {
	line-height: 27px;
}

.lh28 {
	line-height: 28px;
}

.lh29 {
	line-height: 29px;
}

.lh30 {
	line-height: 30px;
}

.lh31 {
	line-height: 31px;
}

.lh32 {
	line-height: 32px;
}

.lh33 {
	line-height: 33px;
}

.lh34 {
	line-height: 34px;
}

.lh35 {
	line-height: 35px;
}

.lh36 {
	line-height: 36px;
}

.lh37 {
	line-height: 37px;
}

.lh38 {
	line-height: 38px;
}

.lh39 {
	line-height: 39px;
}

.lh40 {
	line-height: 40px;
}

.lh41 {
	line-height: 41px;
}

.lh42 {
	line-height: 42px;
}

.lh43 {
	line-height: 43px;
}

.lh44 {
	line-height: 44px;
}

.lh45 {
	line-height: 45px;
}

.lh46 {
	line-height: 46px;
}

.lh47 {
	line-height: 47px;
}

.lh48 {
	line-height: 48px;
}

.lh49 {
	line-height: 49px;
}

.lh50 {
	line-height: 50px;
}

.lh51 {
	line-height: 51px;
}

.lh52 {
	line-height: 52px;
}

.lh53 {
	line-height: 53px;
}

.lh54 {
	line-height: 54px;
}

.lh55 {
	line-height: 55px;
}

.lh56 {
	line-height: 56px;
}

.lh57 {
	line-height: 57px;
}

.lh58 {
	line-height: 58px;
}

.lh59 {
	line-height: 59px;
}

.lh60 {
	line-height: 60px;
}

/*---------------------border-radius---------------------------*/
.br0 {
	border-radius: 0px;
}

.br1 {
	border-radius: 1px;
}

.br2 {
	border-radius: 2px;
}

.br3 {
	border-radius: 3px;
}

.br4 {
	border-radius: 4px;
}

.br-t4 {
	border-radius: 4px 4px 0 0;
}

.br-b4 {
	border-radius: 0 0 4px 4px;
}

.br5 {
	border-radius: 5px;
}

.br6 {
	border-radius: 6px;
}

.br7 {
	border-radius: 7px;
}

.br8 {
	border-radius: 8px;
}

.br9 {
	border-radius: 9px;
}

.br10 {
	border-radius: 10px;
}

.br11 {
	border-radius: 11px;
}

.br12 {
	border-radius: 12px;
}

.br13 {
	border-radius: 13px;
}

.br14 {
	border-radius: 14px;
}

.br15 {
	border-radius: 15px;
}

.asLabel textarea {
	overflow: auto;
}

.asLabel .mini-textbox-border,
.asLabel .mini-buttonedit-border {
    border: 1px solid #D9D9D9;
    background: #f7f7f7 !important;
    color: rgba(0,0,0,0.25);
}

.asLabel .mini-textbox-border .mini-textbox-input::placeholder{
	color: rgba(0,0,0,0.25);
}

.asLabel .mini-buttonedit-buttons,
.asLabel .mini-buttonedit-button,
.asLabel .mini-textboxlist-close {
	display: none;
}

.asLabel .mini-textboxlist-item {
	padding-right: 8px;
}

fieldset {
	border: solid 1px #e1e6eb;
	margin-left: 0px;
}

fieldset legend {
	border-bottom: 2px solid #3498db;
}

.hideFieldset .fieldset-body {
	display: none;
}

.textbox {
	border-radius: 3px;
	box-shadow: inset 0px 1px 5px #f2f2f2;
	border: solid 1px #ccc;
	vertical-align: middle;
	margin-right: 10px;
	padding: 5px;
	width: 298px;
	color: #000;
}

.popupbtn {
	border-radius: 3px;
	box-shadow: inset 0px 1px 5px #f2f2f2;
	border: solid 1px #ccc;
	vertical-align: middle;
	margin-right: 10px;
	padding: 3px;
	width: 20px;
	height: 20px;
	background: url(../image/folder-open.gif) no-repeat 2px 2px #e4e4e4;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 9999;
	cursor: pointer;
}

.popupbtn:hover {
	border: solid 1px #ffd800;
	background-color: #fff79e;
}

.filebtn {
	border: none !important;
	padding: 0 !important;
	vertical-align: middle;
	width: 94px !important;
	height: 30px !important;
}

.filebtn .mini-buttonedit-border {
	border: none !important;
	height: 30px !important;
	width: 90px !important;
	padding-right: 0px !important;
}

.filebtn .filebtn_text {
/* border-radius: 3px;box-shadow: inset 0px 1px 5px #f2f2f2;*/
	border: solid 1px #0690fb !important;
	text-align: left !important;
	text-indent: 28px !important;
	padding: 1px !important;
	width: 85px !important;
	height: 20px !important;
	line-height: 20px !important;
	background: url(../image/file_icon.png) no-repeat 5px -35px #fff !important;
	cursor: pointer !important;
	color: #0690fb !important;
}

.filebtn .filebtn_text:hover {
	cursor: pointer !important;
	background: url(../image/file_icon.png) no-repeat 5px -35px #fff !important;
}

.msg-notic {
	padding-left: 20px;
	text-align: left;
	background: url(../image/tip.png) no-repeat;
	color: #808080;
}

.msg-info {
	padding-left: 20px;
	text-align: left;
	background: url(../image/05080.gif) no-repeat;
	color: #808080;
}
/*form asLabel 处理*/
.asLabel .mini-textboxlist-item {
	padding-right: 8px;
}
.triangle-down {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 100px solid red;
}
/*初审&复审的处理*/
.pending_audit {
	background: url(../image/pending_audit.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
    height: 20px;
    background-size: 100% 100%;
	display: inline-block;
}

.first_audit {
	background: url(../image/first_audit.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
    height: 20px;
    background-size: 100% 100%;
	display: inline-block;
}

.second_audit {
	background: url(../image/second_audit.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
    height: 20px;
    background-size: 100% 100%;
	display: inline-block;
}
.return_pr {
	background: url(../image/return_pr.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	display: inline-block;
}

/*查看审批引入标志 */
.quote_audit {
	background: url(../image/quote_audit.png) no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	display: inline-block;
}
/*layout-image
*liudj
*/
.gjcI {
	position: fixed;
	z-index: 9990;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .2s ease 0s;
	white-space: nowrap;
	outline: none!important;
	background: #0b0b0b;
	background: rgba(6,25,32,.9)
}

.gjcI.gjcI-opened {
	opacity: 1
}

.gjcI,.gjcI.gjcI-closed {
	opacity: 0
}

.gjcI * {
	box-sizing: border-box
}

.gjcI-wrap {
	position: fixed;
	z-index: 9990;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none!important
}

.gjcI-wrap:before {
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	content: '';
	vertical-align: middle
}

.gjcI-container,.gjcI-loader {
	transition: opacity .2s ease 0s
}

.gjcI-loader {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	top: 50%;
	width: 100%;
	margin-top: -.8em;
	color: #fff;
	position: absolute;
	z-index: 9991;
	text-align: center;
	opacity: 0
}

.gjcI-loading .gjcI-loader {
	opacity: 1
}

.gjcI-container {
	position: relative;
	z-index: 9992;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	opacity: 1;
	outline: none!important
}

.gjcI-loading .gjcI-container {
	opacity: 0
}

.gjcI-content {
	z-index: 9993;
	width: 100%
}

.gjcI-close {
	position: fixed;
	z-index: 9994;
	top: 12px;
	right: 12px;
	display: block;
	overflow: hidden;
	width: 41px;
	height: 41px;
	min-height: initial;
	padding: 0;
	cursor: pointer;
	transition: background-color .2s linear 0s;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 101%;
	color: #fff;
	border: 0;
	border-radius: 50%;
	outline: none;
	background-color: rgba(153,153,153,.4);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-webkit-appearance: none
}

.gjcI-close:after {
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 14px;
	height: 14px;
	content: '';
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
	background-image: url(../image/sprite.png);
}

.gjcI-close::-moz-focus-inner,.gjcI-rotate::-moz-focus-inner {
	padding: 0;
	border: 0
}

.gjcI-close:focus,.gjcI-close:hover,
.gjcI-rotate:focus,.gjcI-rotate:hover {
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 0;
	outline: none;
	background-color: rgba(153,153,153,.7)
}

.gjcI-rotate {
	position: fixed;
	z-index: 9994;
	top: 12px;
	right: 60px;
	display: block;
	overflow: hidden;
	width: 41px;
	height: 41px;
	min-height: initial;
	padding: 0;
	cursor: pointer;
	transition: background-color .2s linear 0s;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 101%;
	color: #fff;
	border: 0;
	border-radius: 50%;
	outline: none;
	background-color: rgba(153,153,153,.4);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-webkit-appearance: none
}

.gjcI-rotate:after {
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: 20px;
	height: 20px;
	content: '';
	-webkit-transform: translate(50%,50%);
	transform: translate(50%,50%);
	background-image: url(../image/rotate.png);
}

.gjcI-image img {
	line-height: 0;
	display: block;
	max-width: 100%;
	border: 0;
}

.gjcI-iframe .gjcI-container {
	width: 100%;
	max-width: 100%
}

.gjcI-iframe-container {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.gjcI-iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.gjcI-hide {
	display: none;
}

.clear-2 {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

object {
	height: 25px !important;
}

.warning-tips {
	background: #fdf5e6 !important;
	line-height: 24px;
	margin: 5px 0;
	color: #FF9800;
	padding-left: 10px;
	border: 1px solid #FBECCD;
}

.warning-tips ul {
	margin: 0;
	padding: 0;
}

.warning-tips ul li {
	line-height: 24px;
	font-size: 12px;
	text-align: left;
}

.editForm {
	margin-left: 50px;
	display: none;
	padding: 5px;
	position: relative;
	background: #fff;
}

.editForm.active {
	display: block;
}

.no {
	width: 700px;
	height: 100px;
	margin-top: 25px;
	background: url(../image/record_empty.png) no-repeat;
}


/*---------------------common layout---------------------------*/
.section {
	position: relative;
	width: 100%;
	height: 100%;
}

.logo-pic,
.menu-box {
	width: 220px;
	height: 100%;
	overflow: hidden;
}

.middle {
	height: 100%;
	margin-left: 220px;
	overflow: hidden;
	background: #F0F2F5;
    padding: 12px;
}

.middle.topbar {
	margin-left: 260px;
	height: 64px;
	line-height: 64px;
	padding: 0 12px 0 20px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
	box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}

.projectNav {
	background: #fff;
}

.projectNav ul {
	padding: 0 20px;
}

.projectNav ul li {
	width: calc(33.3333% - 2px);
	height: 100%;
	margin-right: 10px;
	float: left;
	text-align: center;
	margin-right: 1px;
}

.projectNav ul li.nav-item {
	text-align: center;
}

.projectNav ul li.nav-item .nav-icon {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
	border: 3px solid #d8dfe6;
}

.projectNav ul li.nav-item .nav-icon .nav-icon-inner {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background: #d8dfe6;
	margin: 3px;
	top: 0;
	left: 0;
}

.projectNav ul li .nav-text {
	position: relative;
	cursor: pointer;
}

.projectNav ul li .nav-text .nav-arrow {
	position: absolute;
	display: block;
	top: -10px;
	left: 49%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.projectNav ul .nav-item.active .nav-text a {
	color: #fff;
	width: 100%;
	display: inline-block;
}

.mini-grid-headerCell-danger {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.processbar {
    position: relative;
    background:#f5f5f5;
    right: 0;
    left: 0;
    margin: 0 auto 10px;
}

.processbar div{
	display: block;
    position: relative;
    color: #333333;
    height: 5px;
}

.processbar span {
    position: absolute;
    width: 200px;
    text-align: center;
    font-weight: bold;
}

.mini-window:not(.mini-messagebox) .mini-panel-header-inner {
	padding: 0 0 0 24px;
}

.mini-window:not(.mini-messagebox) .mini-tools {
	top: 0;
	right: 0;
}

.mini-window:not(.mini-messagebox) .mini-panel-header-inner .mini-tools span {
	width: 58px;
	height: 58px;
	background-position: center;
	background-size: 12px;
}

.mini-window:not(.mini-messagebox) .mini-panel-header-inner .mini-tools span.mini-tools-close {
	background-color: #fa5555;
	background-image: url(../image/close-white.png);
	background-size: 50%;
	padding: 0px;
	margin: 0px;
}

.mini-window:not(.mini-messagebox) .mini-panel-header,
.mini-window:not(.mini-messagebox) .mini-panel-title {
    height: 58px;
    line-height: 58px;
}

#editor {
	margin-top: 5px;
	overflow: auto;
}

/* layui覆盖 */
.layui-colorpicker{
    padding: 0 !important;
    width: 100%;
    border: none;
	height: 32px;
	line-height: 32px;
}
.layui-colorpicker-main-input div.layui-inline{
    width: 100%;
	float:none;
}
.layui-colorpicker-main-input input.layui-input {
    width: 100%;
}
.layui-colorpicker-main-input .layui-btn-container{
	text-align: center;
}
.layui-colorpicker-main-input .layui-btn-container .layui-btn {
    margin: 10px 10px 0 0;
}
/*  */
.unit_box{
	width: 800px;
	padding: 8px 0;
	float: left;
}
.unit_box_min{
	width: 620px;
}
.unit_box li{
	line-height:28px;
	text-align:center;
	border:1px solid #ccc;
	color:rgba(0,0,0,0.25);
	margin-right:8px;
	float:left;
	border-radius:3px;
	cursor: pointer;
	margin-bottom: 5px;
	padding:0 8px;
}
.unit_box .current{
	border:1px solid #409FFF;
	color:#409FFF;
}

.unit_more{
	color:#409FFF;
	font-size:14px;
    line-height: 43px;
    cursor: pointer;
    float: left;
}
.unit_box .hide {
	display: none;
}

.unit_box .show {
	display: block;
}

/**
表单自定义 ?移上的提示样式
 */
.udf-help-tips {
	background: url(../image/help.png) no-repeat;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: inherit;
	margin-top: -2px;
	margin-right: 1px;
}
/**
input 添加背景色标识可点击编辑
 */
.back-2021-11-08 {
	background: #addffe;
}


/*-------------字体颜色的样式-----------------*/

.font-color-0070e0 {
	color: #0070e0 !important;
}

.red{color:red;}

.icon-layout {
	position: absolute;
	top: 100px;
	right: 100px;
}

.icon-bid-over {
	background: url(../image/bid-over.png) no-repeat;
	width: 270px;
	height: 270px;
	display: inline-block;
}
.icon-bid-over270 {
	background: url(../image/bid-over270.png) no-repeat;
	width: 270px;
	height: 270px;
	display: inline-block;
}
.icon-bid-over280 {
	background: url(../image/bid-over280.png) no-repeat;
	width: 270px;
	height: 270px;
	display: inline-block;
}
/*-------------问号 样式-----------------*/

.mini-radiobuttonlist table label {
	line-height: 25px;
}
.report_welcome_explanation{
	background: url(../image/help.png) center no-repeat;
	display: inline-block;
	width: 16px;
	height: 32px;
	background-size: 100% auto;
	vertical-align: middle;
}
.checkboxlist-inline{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:-7px;
}
.line-btns{
	margin-bottom:10px;
}
.line-btns .mini-button{
	margin-left:10px;
}
.line-btns .min-button:first-of-type{
	margin-left:0px;
}
.gjc-title-noborder{
	border:none;
	padding-bottom:0px;
}
.uc-toolbaroverflow .searchConditionCtrDiv{
	display: contents;
}
.filelist span{
	display: flex;
}
.filelist {
	display: block !important;
}
.color_pick:hover{
	color: #fff;
	background-color: #40a9ff;
	border-color: #40a9ff;
}