@charset "utf-8";
/**/
.cursor_d{
	cursor: default;	
}
.cursor_p{
	cursor:pointer;}
.color_red{
	color:red;}
/**/
.m_t20{
	margin-top:20px;}
.m_l5{
	margin-left:5px;}
 .icss {
	margin-left: 8px;
}

.text_r{
	text-align:right;}
.text_l{
	text-align:left;}
.text_c{
	text-align:center;}
/*主体样式*/
li {
	list-style-type: none;
}
.feed-element,.normal-list {
	background:#fff;
}
h4 {
	font-size:17px;
}
ul {
	padding: 0;
}
.bordercss {
	width: 130px;
	text-align: center;
	/*border-radius: 50px;*/
	border: 2px #BBBBBB solid;
	display: inline-block;
	padding: 8px 0;
}

.bordercss1 {
	width: 200px;
}
.mt_5{
	margin-top:5px;}
/*查字典功能*/
.select2-container--open{  
    z-index:9999999999 !important;           
}
.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e5e6e7 !important;
    border-radius: 0px !important;
}
.float_left{
	float:left;}
.input_w60 {
    width: 60px;
    float: left;
}
.input_s {
    width: 60px !important;
    float: left;
    margin-left: 5px;
}
.margin_l5{
	margin-left:5px;}
.unit {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    float: left;
}
.mar_b5{
	margin-bottom:5px;}
	
.div_content {
    padding: 5px 20px 10px 20px;
}
.fbox {
    border: 1px solid #d2d6de;
    padding: 10px;
}
.fbox .dl, .fbox2 .dl {
    clear: both;
    display: block;
    padding-top: 5px;
    padding-bottom: 3px;
    /* line-height: 20px; */
}
.fbox .dt {
    display: block;
    margin-top: 4px;
    width: 80px;
    text-align: right;
    color: #121212;
    float: left;
}
.fbox .dd {
    display: block;
    float: left;
    margin-left: 10px;
    text-align: left;
    line-height: 30px;
}
.w150 {
    width: 150px;
}
.page_footer {
    padding: 15px;
    margin-bottom: 0;
}

.unics {
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
    font-style: inherit;
    line-height: 34px;
}
.unit-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    background: #eee;
    border: #ccc 1px solid;
    border-left: none;
    height: 34px;
    text-align: center;
    z-index: 10;
}

.tmbottom {
	margin-top: 50px;
}

.trackColumns {
	max-width: 90%;
	margin: 0 auto;
	padding-top: 60px;
}

.strong {
	font-weight: 700;
}
.form-control2 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.ordermtTab_menu{
	clear:both;}
	
/*弹出窗口的样式*/
.dialog_body {
    padding: 20px;
    height: 60px;
}

.btn_yellow {
    background-color: #f4e929;
    border-color: #f4e929;
    color: #000;
}
.btn_yellow:hover {
    background-color: #f4e929;
}