@charset "utf-8";
/* CSS Document */
/*运费明细*/
.express_detail .exp_content {
    width: 100%;
    padding: .5rem 0rem 1rem 0rem;
    /*position: absolute;*/
    top: 8.5rem;
    left: 0;
    bottom: 0;
    color: #a1a5a4;
    overflow: hidden;
}

.express_detail .exp_content .item_c{
	color:#4c4c4c;
}
.express_detail .exp_content_box .item_list:first-child .item:first-child {
    color: #5b5b5a;
}
.express_detail .exp_content .item {
    display: flex;
    display: -webkit-flex;
}
.express_detail .exp_content .item time {
    padding-right: .8rem;
    line-height: .65rem;
    border-right: 1px solid #b5b7b2;
    margin-right: .8rem;
    text-align: right;
}
.express_detail .exp_content .item time {
    line-height: .65rem;
    text-align: right;
}
.express_detail .exp_content .item time i {
    font-size: .5rem;
}
.express_detail .exp_content .item > div {
    flex: 1;
    -webkit-flex: 1;
    position: relative;
}
.express_detail .exp_content_box .item_list:first-child .item:first-child > div::before {
    width: .9rem;
    height: .94rem;
    left: -1.25rem;
    background-color: #ff9515;
}
.express_detail .content .item > div p {
    margin-bottom: 1.25rem;
}


.express_detail .exp_content_box .item_list:first-child .item:first-child > div::before {
    width: .9rem;
    height: .94rem;
    left: -1.25rem;
    /*background-color: #cd1b27;	*//*圆圈的颜色*/
    background-color:#cccccc;
}
.express_detail .exp_content .item > div::before {
    content: '';
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 0;
    left: -1.2rem;
    border-radius: 50%;
    /*background: #ccc url(../images/topArrow.png) no-repeat center;*/
    background-color: rgb(204, 204, 204);
    background-size: auto auto;
    background-size: 50% auto;
}


/*查字典功能*/
.select2-container--open{  
    z-index:9999999999 !important;           
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

.Validform_checktip1 {
    color: red;
}

.unit{
	padding: 3%; 
	float:left;
}
.ml_w5{
	margin-left:5px;
}
.input_s30b{
	width:20%;
	float:left;
}
/*表格的样式*/
.table-bordered {
    border: 1px solid #f4f4f4;
}
/*
.table-bordered {
    border: 1px solid #ddd;
}
*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.mt_5{
	margin-top:5px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.form label {
    padding: 0 0 3px 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.form_input, .form_textarea {
    border: 1px #ddd solid;
}
.form_textarea {
    padding: 3%;
    width: 93%;
    height: 50px;
    margin: 0 0 5px 0;
}
.form_input {
    padding: 3%;
    width: 93%;
    margin: 0 0 5px 0;
}
.radius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.form_submit {
    width: 100%;
    padding: 1% 0 1% 0;
    margin: 0;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
}
.form_submit {
    color: #fff;
}
.blue_borderbottom {
    border-bottom: 3px #198bbd solid;
}

.blue {
    background-color: #29aae3;
}

.div-content ,.div-content2{
	padding:5px 20px 10px 20px;}
.cursor{
	cursor:pointer;}

.text_l{
	text-align:left!important;
}
.nowrapTab td,#nowrapTab th{
    white-space:nowrap;	/*规定单元格的内容不换行*/
	overflow: hidden;
	text-overflow:ellipsis;
}
.nowrapTab td:hover
{
	text-overflow:inherit;
	overflow:visible;
}


