@CHARSET "UTF-8";
/** 公用样式 **/
*,a{outline: none; font-family: "Microsoft YaHei","iconfont","FontAwesome"  !important;}
#header{background-color: #0069B7;border:none;color:#fff;border-color: #ddd;font-weight: bold;text-shadow: 0 0 0 #eee;}
#header h1{font-size: 19px;padding: 0.4em 0;font-weight: 100;}
#header a{top:0;left:1.5em;text-decoration: none;}
#header a i,#header a:hover i{font-size:3em;color: #fff;text-decoration: none;
}
.banner ul li .inner p{font-size: 14px;padding-bottom: 10px;}
.banner ul li .inner .info{float:left;padding-top:40px;color:#fc4b6c;font-size: 1.5em;}
.banner ul li .inner .chart{float:right;width:70%;}
.summary{text-align: center;background: #F6F6F6;padding:10px 0;color: #a1a1a1;border: 1px solid #ddd;}
ul.ul-list,ul.ul-list li{padding:0;margin: 0;list-style: none;}
ul.ul-list li{border-bottom: 1px solid #ccc;padding: 8px 15px 8px 0;}
ul.ul-list li:last-child{border: none;color: #333;}
ul.ul-list li span:first-child{float: left;color: #333;width:auto; text-overflow: ellipsis;white-space: nowrap;}
ul.ul-list li span:nth-child(2){float:right;color:#C4C4C4;position: relative;text-align: right;}
ul.ul-list li a{color:#000;text-decoration: none;width: 100%;font-weight: 100;display: block;}
ul.ul-list li span:nth-child(2) i{font-size: 2em;position: absolute; right: 5px;
    top: -5px;}
h3.litit {background: #fff;}
a{text-decoration: none;}
/** 公用样式 end**/

/*
 * 合同执行情况
 */
body#contracts .ui-page{background: #fff;}
body#contracts .ui-content{padding:0px;}
body#contracts .litit {
    background: none repeat scroll 0 0 #ededed;
    padding: 0;
}
body#contracts .ui-icon-plus:after,body#contracts .ui-icon-minus:after,body#contracts .ui-bar{    background:none;}
body#contracts .ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content,body#contracts .ui-bar,.ui-btn-icon-right{   padding:0;}
body#contracts .ui-bar{    border-right:none;	border-left:none;	color:#4C4C4C;    text-align:center;	line-height:40px;}
body#contracts .ui-bar_time{color:#4C4C4C;text-align:center;padding-left:10px;font-weight: 100; border:none;}
body#contracts .ui-bar_time span{border-right:1px solid #de8823; padding-right:12px;}
body#contracts .litit{padding:0;background:#EDEDED;}
body#contracts .ui-bar30,body#contracts .ui-bar15,body#contracts .ui-bar20{background:none;line-height:14px;border:none;color:#4C4C4C;text-align:right;padding:8px 15px 0 0;font-size:12px;}
body#contracts .ui-bar30 h3,body#contracts .ui-bar15 h3,body#contracts .ui-bar20 h3{ padding:0; margin:0;font-weight: 100;}
body#contracts .ui-bar30 p,body#contracts .ui-bar15 p,body#contracts .ui-bar20 p{ color: #A1A1A1;    font-size: 10px;    font-weight: 100;    margin: 0;padding:0;}
body#contracts .ui-bar30 h3 span{border-bottom:1px solid #e88424;float:right;}
body#contracts .ui-bar15 h3 span{
	float:right;
    background:url(../images/03ico.jpg) no-repeat right bottom;
	padding-bottom:2px;
	background-size:23px 1px;
}
body#contracts .ui-bar20 h3 span{
     float:right;
    background:url(../images/04ico.jpg) no-repeat right bottom;
	padding-bottom:2px;
	background-size:33px 1px;
}
body#contracts .next_page
{
	background:#EAEAEA;text-align:center;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height:30px;
}
body#contracts .next_page a
{
	text-decoration: none;
	 color: #000000;
    font-weight: 100;
}
body#contracts .tabfst{line-height:100%;padding:10px 0 0px 10%;text-align: left; text-shadow:none;}
body#contracts .tabfst span{padding:0;margin:0;color:#A1A1A1;font-size:12px;display:block;line-height:130%;}
body#contracts .tab-td{ height:60px; line-height:60px;}

body#contracts .ui-grid-b{ border-bottom:1px solid #CCC;}
body#contracts .ui-grid-b a{font-weight: 100;text-decoration: none;}
body#contracts ul.cont-list,body#contracts ul.cont-list li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
body#contracts ul.cont-list
{
	
	padding-left:1em;
}
body#contracts ul.cont-list span:first-child
{
	display: block;
	float: left;
}
body#contracts ul.cont-list span:nth-child(2)
{
    display: block;
	float: right;
	position: relative;
	color:#a1a1a1;
}
body#contracts ul.cont-list li{border-bottom: 1px solid #ddd;padding: 10px 1em 10px 0;}
body#contracts ul.cont-list li i{color:#44a8f2;font-size: 16px;margin-right: 10px;}
body#contracts ul.cont-list li a{color:#a1a1a1;text-decoration: none;}
body#contracts ul.cont-list span:nth-child(2) i{font-size: 30px;color: #ccccd1;left: -10px;top:-6px;position: absolute;}
body#contracts #footer .cont-list li{cursor: pointer;}
body#contracts #footer ul.cont-list span:first-child{font-weight: 100;}
body#contracts #footer{box-shadow: 0 1px 1px 1px #e4e6eb;}
body, input, select, textarea, button, .ui-btn
{
	font-size:14px;
}
body#contracts .next_page {
    background:#eaeaea;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    line-height: 30px;
    text-align: center;
}

body#contracts .next_page a {
       color: #000000;
    display: block;
    font-weight: 100;
    text-decoration: none;
    width: 100%;
}


/*
  合同执行情况结束
 * */
body#logistics .tab a{
	display: block;
	width: 50%;
	float: left;
	text-decoration: none;
	color:#A2A2A2;
	padding:10px 0;
	font-size: 16px;
	border-bottom: 5px solid #F9F9F9;
}
body#logistics .tab a:first-child{width:49.5%;border-right: 1px solid #ccc;}
body#logistics .tab a i{font-size: 1.6em;margin:0 5px;}
body#logistics .ui-content{padding:0;}
body#logistics .tab a.sel{color:#0168B7;border-bottom: 5px solid #0168B7;}
body#logistics .tab-c {color: #FFFFFF;clear: both;}
body#logistics .tab-c .tag{background: #8CC2EE; padding: 10px 10px 10px 0.3em;font-size: 3em;text-align: center;}
body#logistics .tab-c .tag span{padding-bottom: 5px;font-size: 15px;display: block;text-align: left;text-shadow: none;}
body#logistics .tab-c .tag_tit{border: 1px solid #ccc;border-left: none;border-right: none;padding: 8px 10px 8px 1em;}
body#logistics .tab-c .tag_tit span:first-child{color: #333;font-size: 16px;float: left;}
body#logistics .tab-c .tag_tit span:nth-child(2){float: right;color: #9B9B9B;}
body#logistics ul.cont-list,body#logistics ul.cont-list li
{
	margin: 0;
	list-style: none;
}
body#logistics ul.cont-list:last-child{border-bottom: 1px solid #ccc;}
body#logistics ul.cont-list
{
	padding-left:1.1em;
	background: #fff;
}
body#logistics ul li{padding: 12px 12px 12px 0em;border-bottom: 1px solid #ccc;position: relative;}
body#logistics ul li a{font-weight: normal;   border: medium none; padding-top:0; padding-bottom:0;}
body#logistics ul li a i{font-size: 2em;margin-left: 8px;position: absolute;top: -5px;}
body#logistics ul li:last-child{border: none;}
body#logistics ul.cont-list span:first-child
{
	display: block;
	float: left;
	color: #333;
}
body#logistics ul.cont-list span:nth-child(2)
{
	display: block;
	float: right;
	position: relative;
	color: #9B9B9B;}
	

/*
 *已提交欠款 
 * */
 
 
 
body#arrears a.ui-collapsible-heading-toggle,body#arrears a.ui-collapsible-heading-toggle:after{background:none;padding: 5px 0;border-color: #ccc;}
body#arrears .ui-bar-a{border: none;background: #fff;padding:9px 0 5px 0.4em;font-weight: 100;}
body#arrears .ui-content{padding:0;}
body#arrears .ui-collapsible-content{border: none;padding: 0 0 0 1.5em;}

body#arrears .ui-block-b{text-align: right;padding-right: 15px;}
body#arrears .ui-block-a,body#arrears .ui-block-b{font-weight: 100;background: #fff;}
body#arrears .ui-block-a span{border-right: 1px solid #DE8823;font-weight: 100;margin-right: 5px;
    padding-right: 5px;}
body#arrears ul.ul-list li span:nth-child(2){color: #333;}
body#arrears h3.litit_ {
    background:#fff;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    margin: 0;
}
body#arrears ul.detail {background: #fff;padding:7px 0 10px 10px; text-indent:2em;}

/*
 *明细页面
 * */
ul.detail li{border:none; padding: 2px 0px 2px 0;}
ul.detail li font{color:#A1A1A1;display: inline;}
ul.ul-list li span:nth-child(2){color: #333;width: 120px;}
ul.detail li span:nth-child(2){text-align:left;}
ul.detail-:nth-child(2){border-bottom: 1px solid #F0F0F0;}
/*
 * 资金页面
 */
body#funds .ui-content{padding: 0;}
body#funds #header{border-bottom: none;}
body#funds .summary{ background: none repeat scroll 0 0 #8cc2ee;
    font-size: 3em;
    padding: 10px 10px 10px 0.3em;
    text-align: center;
    color:#fff;
    border: none;
    }
body#funds .summary a{color:#fff;font-weight: 100;}
body#funds .summary span{
	 display: block;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: left;
    color: #fff;
    text-shadow: none;
}
body#funds .summary span i{
	background:#fff;
    border-radius: 10px;
    color: #8cc2ee;
    display: block;
    float: left;
    font-size: 14px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    width: 18px;
    margin-right: 3px;
}

body#funds .tag {background: #fff;padding:10px 0;padding-bottom: 10px;}
body#funds .tag a{color:#5E5E5E;display: block;width: 48%;padding-bottom: 13px;}
body#funds .tag a span{display: block;font-weight: 100;}
body#funds .tag a:first-child{width: 45%;padding-left: 10px;border-right: 1px solid #ccc;}
body#funds .tag a:first-child,body#funds .tag a:nth-child(2){float: left;}
body#funds .tag a:first-child span:first-child{padding-left: 10px;}
body#funds .tag a:first-child span:first-child p:first-child{padding: 0;margin: 0;}
body#funds .tag a:first-child span:first-child p:nth-child(2){padding-bottom: 0;margin-top: 12px;margin-bottom: 0;font-size: 20px;color: #FF2A00;}

body#funds .tag a:nth-child(2) span:first-child{padding-left: 10px;border: none;}
body#funds .tag a:nth-child(2) span:first-child p:first-child{padding: 0;margin: 0;}
body#funds .tag a:nth-child(2) span:first-child p:nth-child(2){padding-bottom: 0;margin-top:12px;margin-bottom: 0;font-size: 20px;color:#5E5E5E;}
body#funds .summary_{ 
	background: #ccc;
    font-size: 2em;
    padding: 10px 10px 10px 0.3em;
    text-align: left;
    color:#333;
    }
body#funds .summary_ span{
	display: block;
    font-size: 15px;
    padding-bottom: 15px;
    text-align: left;
    color: #5e5e5e;
    text-shadow: none;
}
body#funds .summarys{ 
    padding: 20px 20px;
    text-align: left;
    color:#fff;
    font-size: 15px;
}
body#funds .summarys a{color: #fff;text-decoration: none;font-weight: 100; text-shadow: none;} 
body#funds .summarys i{font-size: 0.8em;margin-right: 5px;}
/*
 * 资金帐
 * */
body#arrears-z a.ui-collapsible-heading-toggle,body#arrears-z a.ui-collapsible-heading-toggle:after{background-image: none;background-color: #ccc;padding: 5px 0;border-color: #ccc;}
body#arrears-z .ui-bar-a{border: none;background: #ccc;font-weight: 100;}
body#arrears-z .ui-content{padding:0;}
body#arrears-z .ui-collapsible-content{border: none;padding: 0;}
body#arrears-z .ui-block-b{text-align: right;padding-right: 15px;}
body#arrears-z .ui-block-a,body#arrears-z .ui-block-b{font-weight: 100;}
body#arrears-z .ui-block-a span{border-right: 1px solid #DE8823;font-weight: 100;margin-right: 5px;
    padding-right: 5px;}
body#arrears-z  ul.ul-list li{padding-left: 10px;padding-right: 35px;}
body#arrears-z  ul.ul-list li a{color:#9c9c9c ;}
body#arrears-z  ul.ul-list li{position: relative;}
body#arrears-z  ul.ul-list li a i{ font-size: 1.5em;
    position: absolute;
    right: 15px;
    top: 6px;
   color: #9c9c9c;
    }
body#arrears-z ul.ul-list li span:nth-child(2){color: #9C9C9C;}
/*
 * 资金帐详情
 * */
body#zhang .ui-content{padding:0;}
body#zhang .summary{
	background:#f6f6f6;
    border: 1px solid #ddd;
    color: #a1a1a1;
    padding: 10px 0;
    text-align: center;
}
body#zhang ul.ul-list{background: #fff;padding-left:20px;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;} 
body#zhang ul.ul-list li{padding-top: 10px;padding-bottom: 10px;}
body#zhang ul.ul-list li span:first-child{float:left} 
body#zhang ul.ul-list li span:nth-child(2){float:right} 
ul.ul-list- li span:nth-child(2){float:right;color:#C4C4C4;position: relative;text-align: right;font-size: 13px;}
body#zhang ul.ul-list li span:nth-child(2){color: #9C9C9C;}
#logistics ul.business{background: #fff;border-bottom: 1px solid #ccc;}
#logistics ul.business:first-child{margin-top: 10px;border-top: 1px solid #ccc;}
#logistics ul.business>li{padding:3px 10px;}
#logistics ul.business>li{border: none;}
#logistics ul.business>li:last-child a{border-bottom:none;}
ul.business>li>dd{width: 60%;float: left;}
ul.business>li>dd:first-child{margin-left: 28px;width: 30%;}
ul.business>li:first-child>dd{float: left;width: 31%;font-size: 16px;margin-left: 10px;}
ul.business>li:first-child>dd>p{color: #A5A5A5;font-size: 14px;}
ul.business>li:first-child>dd:first-child>span{ border-right: 1px solid #de8823;color: #0069B7;
    font-weight: 100;
    margin-right: 5px;
    padding:10px 5px 10px 0;}
ul.business>li:first-child>dd:first-child{line-height: 30px;font-size: 16px;margin-left: 0;}
.corners{border-radius: 10px; overflow: hidden;border: 1px solid #ccc;}
.body-mian:first-child{margin-top: 0;}
.body-mian{margin-top: 15px;}
.body-mian{position:relative;}
.body-mian .corners .bar-a{border-bottom: 1px solid #ccc;background: #0168B7;padding:12px 10px 10px 10px;}
.body-mian .corners .bar-a p{text-shadow: none;color: #fff;font-size: 16px;line-height: 25px;}
.body-mian .corners .body-a{background: #fff;padding:10px 10px 10px 10px;}
.body-mian .corners .body-a p{font-size: 16px;line-height: 25px;}
.body-mian .corners .body-a p:nth-child(odd){color: #A2A2A2;font-size: 13px;}
.body-mian .label{
    color: #000;
    font-size: 20px;
    position: absolute;
    font-weight: 100;
    right: -23px;
    text-align: center;
    top: 10px;
	border-bottom: 25px solid #FFC500;
	border-left: 26px solid transparent;
	border-right: 24px solid transparent;
	height: 0;
	width: 95px;
	-moz-transform:rotate(44deg);
    -webkit-transform:rotate(44deg);
    -o-transform:rotate(44deg);
    transform:rotate(44deg);
}
.body-mian_ .label{color: #fff;	border-bottom: 25px solid #0168B7;}
.body-mian_ .corners .bar-a{background: #A1A1A1;}
ul.transaction-p>li:first-child>dd{width: 91%;}
ul.transaction-p>li>dd:first-child{width: 5%;}
ul.transaction-p>li:first-child>dd>p:first-child{font-size: 16px;color: #151515;clear: both;}
ul.transaction-p>li>dd>dl{float: left;width: 50%;}
ul.transaction-p>li>dd>dl>p,ul.transaction-p>li>dd>p:last-child{font-size: 13px;color: #6B6B6B;}
ul.transaction-p>li>dd>dl:nth-child(3){color: #EA1F1E;}
ul.transaction-p>li>dd>dl:nth-child(4){color: #3ECE21;}
ul.transaction-p > li:first-child > dd:first-child > span {padding: 20px 5px 20px 0;}
ul.transaction-p > li:first-child > dd:first-child { line-height: 70px;}
ul.transaction-p>li>dd>dl.sel{color: #0C70BB;}
ul.transaction-p>li>dd>dl.sel_{color: #4DBF3E;}
ul.product li span:nth-child(2) {width: 160px;}
body#logistics ul.transactions li{position: relative;padding-left: 40px;}
body#logistics ul.transactions li a{display: block; border-bottom: 1px solid #ccc;line-height: 40px;position: relative;color: #010101;}
body#logistics ul.transactions li>i{position: absolute;left: 13px;top:13px;color: #0168B6;font-size: 18px;}
body#logistics ul.transactions li:nth-child(2)>i{font-size: 21px;top:12px;}
body#logistics ul.transactions li a i{position: absolute;right: 10px;top: 5px;color: #C7C7CC;}
.account>dd{width: 46%;float: left;margin: 0;line-height: 40px;}
.account>dd:nth-child(1){padding-left: 10px;}
.account>dd:nth-child(2){text-align:right;padding-right: 10px;}
ul.account li span:nth-child(2){width: auto;}
body#zhang  ul.account{padding-left: 10px;}
.other{padding:1em;margin-top: 5px;}
.other>p{text-indent: 2em;line-height: 25px;}
.other>h3{font-weight: 700;text-align: center;line-height: 25px;}
.other>span{color: #333;display: block;line-height: 25px;}
.other>span>font{color: #333;font-weight: 700;}
.other>h4{line-height: 30px;}
body#arrears ul.product>li.product>span:first-child font{
   float: left;
}
body#contracts ul.zoufang span:nth-child(2)
{
	text-align: right;
    width: 63%;
}
body#contracts ul.zoufang>li:last-child{border-bottom: none;}
body#contracts ul.zoufang{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
body#logistics ul.hezuo li{padding-left: 10px;}
.dinfo dd{border-bottom: 1px solid #ccc;padding:1em;}
.dinfo dd:first-child{border-top: 1px solid #ccc;margin-top: 10px;}

.content2 ul.cont-list{border-bottom:1px solid #ccc;}
.content2 ul.cont-list span:first-child
{display: block;float:right;}
.content2 ul.cont-list span:nth-child(2)
{display: block;float:left;position: relative;color:#a1a1a1;}



.iconshare{margin-top:8px;margin-right:10px;float:right;}
#contentinput{ width:70%;text-align:right;outline:none;border:none;float:right;}
.contenttextarea{width:70%; margin-left:10px;;height:80px; overflow:auto;word-break:break-all;border:none;float:right;}
.spanfont{color:#000 !important;}
.cont-list-li{
	display:block;}
	
.content2 .newspush-list{width:94%; margin:10px 10px; background-color:#FFF;display:block;border:1px ccc;border-radius:5px;box-shadow:0px 0px 5px #ccc; overflow:hidden;}
.newspush-date{float:left; width:60px; height:60px; margin:15px 7px; background-image:url(../images/date1.png); background-repeat:no-repeat; overflow:hidden;}
.newspush-date .month{ font-family:"黑体";font-size:12px; color:#fff; text-align:center; line-height:18px;}
.newspush-date .date{ font-family:"黑体"; font-size:30px; font-weight:bold; color:#333; text-align:center; line-height:35px;}
.newspush-date2{float:left; width:45px; height:45px; background-image:url(../images/date1-small.png); background-repeat:no-repeat; overflow:hidden;margin:8px 12px;}
.newspush-date2 .month{ font-family:"黑体";font-size:10px; color:#fff; text-align:center; line-height:12px;}
.newspush-date2 .date{ font-family:"黑体"; font-size:23px; font-weight:bold; color:#333; text-align:center; line-height:30px;}
.content2 .newspush-news{ width:74%; float:left; margin-top:15px; margin-bottom:15px;word-wrap: break-word;}
.content2 .newspush-news2{ width:74%; float:left; margin-top:8px; margin-bottom:8px;word-wrap: break-word; }
.content2 .newspush-title{ padding-bottom:5px;border-bottom:1px solid #ccc;}
.content2 .newspush-test{ font-size:12px; margin-top:5px;color:#ccc;}
.newspush-title .icon-edit:before{font-size:20px; line-height:20px; color:#ccc;}

.select *{margin: 0;padding: 0;}
.selectextension{height:25px;width:30px;border:solid 1px #FFF;float:right;display: inline; padding-right:15px;overflow:hidden;}
.selectextension div {border:none; width:40px;float:right;border:none; overflow:hidden;}
.selectextension>div {width:40px; margin-top:-20;overflow:hidden;}
.selectextension div>select {width:100%;border:none;display:inline;float:left;padding: 0px; width:70px; cursor:pointer;}
.selectextension select option {border:1px solid #fff;margin-top:0;display:block; width:100%;height:40px; float:left; text-indent:-2;}

.icon-angle-down:before{position:absolute; top:10px;right:20px;}
.text{float:right;height:25px; margin-right:10px;}
.listli{height:40px;  line-height:45px; overflow:hidden;
border-top:1px solid#ccc;}
.listli input,.listlispecial input{border:none;
float:right;
height:40px; line-height:45px; text-align:right;
padding-right:10px; overflow:hidden;}
.listlispecial{height:38px;  line-height:38px;
border:none;}
.arrowright{line-height:32px;}

.icon-angle-right:before{float:right;}


#extensionlist{border:none;
               background-color:#fff;
			   text-shadow:none;
			   border-bottom:none;}
.datalist{ float: right;
    margin-right: 30px;
    position: absolute;
    right: 0;
    top: 8px;}
.extensionlist h5{ margin-top:20px;}
.yindao,.yindao img{width:100%;
        }
		
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after
{background:none;}
.ui-icon-minus:after{background:none;}
.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head + body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head + body .ui-btn.ui-btn-a:visited{background:none;}
#collsiblrh5>a:hover{ background-color:#fff;
}
		.ui-page-theme-a .ui-btn:focus, html .ui-bar-a .ui-btn:focus, html .ui-body-a .ui-btn:focus, html body .ui-group-theme-a .ui-btn:focus, html head + body .ui-btn.ui-btn-a:focus, .ui-page-theme-a .ui-focus, html .ui-bar-a .ui-focus, html .ui-body-a .ui-focus, html body .ui-group-theme-a .ui-focus, html head + body .ui-btn-a.ui-focus, html head + body .ui-body-a.ui-focus{box-shadow:none}
		
		.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a{color:#333;
		font-size:15px;
		font-weight:normal;}
		
.ui-collapsible-content, .ui-collapsible-set .ui-collapsible.ui-last-child{border-bottom:none;}
.ui-btn-icon-left{padding-left:0;}
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content{border-bottom:none;}


.ui-navbar {
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
}
#shanghuaxian,#shanghuaxian2,#shx3,#shx4,#shx5,#shx6{border-top:1px solid #ccc;}


.icon-remove-circle:before {
    content: "";
    font-size: 0.56em;
	font-weight:inherit;
    position: absolute;
    right: 20px;
    top: 8px;}
	
.icon-search:before {
    content: "";
    font-size: 0.6em;
    position: absolute;
	font-weight:lighter;
    right: 50px;
    top: 8px;}
	
.iconangledown {
	font-size:20px;
	position:absolute;
	top:-6px;
	right:40px;}
	
.pclass{
	position:absolute;
	top:5px;
	right:75px;}
	
.icon-ok-sign:before {
   content: "";
   font-size:20px;
   color:#06C;
   position:absolute;
   right: 20px;}
   
.generalbutton{width:90%;
margin-left: auto;
margin-right: auto;}


#suofang{
    color: #a1a1a1;
    display: inline;
   position: absolute;
    left: 10px;}

.suofangspe{
	margin-top:5px;
border-top:1px solid #dcdcdc;}
.suofangspe li{
	height:23px;}
.suofangspe li:first-child{
	margin-top:10px;
	}
#fontshuzhi{
	padding-left:27px;
    color:#333;
	text-shadow: 0 1px 0 #f3f3f3;
	font-weight:bold;}	
	

	
.grey{background-color: #dcdcdc;
    height: 22px;
    line-height: 22px;
    margin-left: 25px;
	margin-top:-5px;
    }

	
.blue{
      height:16px;
       background-color:#09F;
	   position:absolute;
	   top:8px;
	   left:30px;}
	   
.orange{float:left;
width:20px;
height:22px;
background-image:url(../images/i.png);
background-repeat:no-repeat;
float:left;
display:inherit;}
ul.detail li font {
    color: #a1a1a1;
    display: inline;
    text-indent: 2em;}
#detailproduct2{border-bottom:1px solid#dcdcdc;}
#arrow_right{float:right;
 position: absolute;
    right: 30px;
}
.nostyle{ width:220px; border:none; background:none; text-align:right; font-weight:bold;}
.khjz_zd{ border-top: 1px solid #ccc;}
	
.khjz_zd span{
	margin-top:15px;
	margin-right:27px;
	font-size: 15px;
}
	
#angle-down:before {
	color:#ccc;
	font-size:20px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 5px;}
	
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
	margin-bottom:12px;
	}
#khjz_zd_collapsible>a:hover{ background-color:#fff;}
.khjz_li {
    padding: 5px 5px 5px 0 !important}
	
#contentinput>option{line-height:30px;
margin-top:10px;}
#contentinput{position:absolute;
    right: 15px;
    top: 9px;
}

#jingzhengduishou{border-bottom:1px solid #ccc;}

.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
    border-left-width: 0px;
    border-right-width: 0px;
	  margin-bottom: -12px;
}

.khjz_zd_p{ color:#999;  height:30px;}

/*提货*/
body.tihuo .tihuo-header{background: url(../../img/tidanweituo1.png) center center;height: 50px;}
body.tihuo .icon-search{font-size: 2.5em!important;line-height: 40px;cursor: pointer;}
body.tihuo .tihuo-header h1{line-height: 40px!important;}
body.tihuo .tihuo-header .ui-btn-icon-notext:after{margin-top: 5px;}
body.tihuo .nav li{width: 50%;}
body.tihuo .nav li a{padding-bottom:20px;color: #000;line-height: 0px!important;text-align: center;font-size: 1.2em;}
.haveColor{background-color:#eee!important;}
.fontColor{color: #717171;}
.icon-caret-down{position: absolute;top: 15px;left: 40%;}
body.tihuo .conList{background: #fff!important;}
body.tihuo img{padding-right: 5px;position: relative;top:4px;width: 13%;}
body.tihuo ul li{list-style: none;}
body.tihuo .tihuo-con{margin-left: -10px;border-bottom: 1px solid #dcdcdc;padding-bottom: 20px;}
body.tihuo .tihuo-con .tihuo-title{color: #000!important;text-indent:0em!important;}
body.tihuo .tihuo-con ul li{line-height: 21px;color: #a2a1a1;font-size: 1em;text-indent: 1em;}
body.tihuo .tihuo-con .tihuo-weight{float: right;}
body.tihuo .watch-detail{display: block;width: 85px;height: 30px;line-height:30px;font-size:1em;margin:0 auto;text-align:center;border: 1px solid #3079bf;color: #3079bf;border-radius: 3px;}
body.tihuo .tihuo-con input[type='checkbox']{margin-top: 0px;}
body.tihuo .tidan-foot{height: 60px;line-height:60px;background: #ededed;width:100%;z-index:1000;position:fixed;left: 0;bottom: 0;color: #000;}
body.tihuo .tidan-wt{ text-shadow:none; box-shadow:none;width: 40px;float:right;margin-right:10px;border: none;border-radius: 5px;color: #fff;background: #8f8f8f;font-size: 1em;}
body.tihuo .choice-num{margin-left: 25%;}
body.tihuo .all-choice{margin-left: 40px;}
body.tihuo .tidan-foot input[type='checkbox']{margin-top: 20px;}
body.tihuo .chooseColor{background: #4790c7;}

body.tidan-detail .tidan-header{background: url(../../img/tidanweituo1.png) center center;height: 50px;}
body.tidan-detail .tidan-header h1{line-height: 40px!important;}
body.tidan-detail .ui-btn-icon-notext:after{margin-top: 5px;}
body.tidan-detail ul li{list-style: none;line-height: 30px;font-size: 1em;color: #a2a1a1;border-bottom:1px solid #dcdcdc ;}
body.tidan-detail ul{margin-top: -10px;margin-left: -30px;}
body.tidan-detail ul li span{color: #000!important;float: right;}
body.tidan-detail .wt-foot{height: 50px;width:100%; text-shadow:none;line-height:50px;background: #0068b7;text-align: center;font-size: 1.2em;position: fixed;bottom: 0;left: 0;}
body.tidan-detail .re-bgcolor{background: #b5b5b5;}

body.tihuoren .tihuoren-header{background: url(../../img/tidanweituo1.png) center center;height: 50px;}
body.tihuoren .tihuoren-header h1{line-height: 40px!important;}
body.tihuoren .ui-btn-icon-notext:after{margin-top: 5px;}
body.tihuoren .finish-right{border: none!important;background:none!important;font-size: 19px;box-shadow: none!important;color: #fff!important;margin-top: -4px!important;}
body.tihuoren .search_p{   border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #b5b5b5 !important;
    float: left;
    height: 36px !important;
    margin-bottom: 10px;
    width: 66%;}
body.tihuoren .ui-input-text{width: 70%!important;float: left;}
body.tihuoren .search_text{float: left;margin-left: 15px;margin-top:10px;font-size: 1.2em;}
body.tihuoren .add_person{float: left;margin-left:15px;margin-top: 6px;}
body.tihuoren .sijiList{text-align: center;}
body.tihuoren .sijiList .hengxian{display:inline-block;width: 25%;height: 1px;background: #CFCFCF;}
body.tihuoren .sijiList .sijiTabHead{padding-left: 20px;padding-right: 20px;color: #54accd;font-size: 1.2em;}
body.tihuoren table.siListTab tr{line-height: 40px;}
body.tihuoren table.siListTab tbody tr{border-bottom:1px solid #CFCFCF;}

body.tousu-detail .tousu-header{background: url(../../img/tidanweituo1.png) center center;height: 50px;}
body.tousu-detail .tousu-header h1{line-height: 40px!important;}
body.tousu-detail .ui-btn-icon-notext:after{margin-top: 5px;}
body.tousu-detail ul li{list-style: none;line-height: 30px;font-size: 1em;color: #a2a1a1;}
body.tousu-detail ul{margin-top: -10px;margin-left: -30px;}
body.tousu-detail ul li span{color: #000!important;float: right;}

body.mytousu .mytousu-header{background: url(../../img/tidanweituo1.png) center center;height: 50px;}
body.mytousu .mytousu-header h1{line-height: 40px!important;}
body.mytousu .icon-search{font-size: 2.5em!important;line-height: 40px;cursor: pointer;}
body.mytousu .ui-btn-icon-notext:after{margin-top: 5px;}
body.mytousu .nav li{width: 50%;}
body.mytousu .nav li a{padding-bottom:20px;color: #000;line-height: 0px!important;text-align: center;font-size: 1.2em;}
body.mytousu .conList{margin-left: -15px!important;width: 100%!important;}
body.mytousu img{padding-right: 5px;position: relative;top:5px;width: 13%;}
body.mytousu ul li{list-style: none;}
body.mytousu .tousu-con{margin-bottom:20px;border-bottom: 1px solid #dcdcdc;border-top: 1px solid #dcdcdc;background: #fff!important;margin-top: -10px;}
body.mytousu .tousu-con .tousu-title{font-weight: bold;color: #000!important;text-indent:0em!important;}
body.mytousu .tousu-con ul li{line-height: 35px;color: #a2a1a1;font-size: 1em;text-indent: 1em;}
body.mytousu .tousu-con .tousu-weight{float: right;margin-right:20px;}
body.mytousu .watch-detail1{margin-right:20px;height:1.8em;line-height:1.8em;float:right;font-size: 1em;border: 1px solid #3079bf;color: #3079bf;border-radius: 1em;}
body.mytousu .wa_deta{margin-right:5px!important;}
body.mytousu .tousu-con input[type='checkbox']{margin-top: 15px;}
body.mytousu .tousu-foot{height: 50px;width:100%;line-height:50px;background: #ededed;text-align: center;position: fixed;bottom: 0;left: 0;z-index: 9999;}
body.mytousu .tousu-foot .weituobtn{width: 7em;background: #0068b7;color: #fff;border-radius: 6px;font-size: 1em;}
body.mytousu .kunbao{width: 90%!important;margin: 0 auto;margin-top: -10px!important;}
body.mytousu .kunbao table{width: 100%!important;text-align: left;}
body.mytousu .kunbao table tr .rukuNum{text-align: right;}
body.mytousu .kunbao table tr{line-height: 30px;}
body.mytousu .kunbao table input[type='checkbox']{margin-top: -13px!important;}

.tousu-con ul{margin-bottom:3px; margin-top:3px;}
.ts_button{padding:1em;}
.ts_button button{width:30%; float:left; background:url(../../img/button_bg.jpg) !important; border:none; height:40px; color:#fff !important; text-shadow:none !important; border-radius:5px;}
.ts_button button:last-child{background-color: #b6b6b6 !important;background-image: none !important;color: #333 !important;}
.qciwc{border:1px solid #b4b4b4; border-radius:5px;}
.qciwc input{ border:none; width:80%; padding:1em 0; margin-left:10PX;}
.qciwc select{ border:none; width:90%; padding:1em 0; margin-left:10PX; border:none}
.qciwc_p{  background: #fff none repeat scroll 0 0;display: block;left: 10px;margin-left: 4px;position: relative;top: 28px;width: 102px;}
.qciwc_p span{float:left !important; color:#ff0000; margin-left:3px;margin-right: 5px;}
.qciwcpp li{ margin-top: -35px;padding: 0 1em 0 0.5em;}
.ts_button1{padding:1em;}
.ts_button1 button{width:40%; float:left;border:none; height:40px; color:#333 !important; text-shadow:none !important; border:none; box-shadow: none;}
.ts_button2{padding:0 2em;}
.ts_button2 button{width:40%; float:left; background:url(../../img/button_bg.jpg) !important; border:none; height:40px; color:#fff !important; text-shadow:none !important; border-radius:5px;}
.zzx{margin-left:10%;}
