﻿.row_item {
	padding: 5px;
	clear:both;
}
.bgitem {
	border: 1px solid #dceffe;
	background-color: #f8fcff;
}

select.cus_select {
	box-sizing: border-box;
	border: 2px solid #FF371B;
	padding: 4px 40px 4px 10px !important;
	color: #666;
	font-size: 14px;
	background: url(../images/sanjiao.jpg) no-repeat 101% center #fff;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}
input.cus_input {
	border: 2px solid #FF371B;
	padding: 2px;
	margin:0 4px;
	font-size: 14px;
	height:20px;
}
.ul_content {
 width: 100%;
    float: left;
    display:table-row;
}
.ul_content .ul_title {
        	float: left;
            display:table-cell;
            height:31px;
            line-height:31px;
            margin-right:8px;
            min-width:26px;
    }
.ul_item {
	display: table-cell;
	/*flex-wrap: wrap;*/
	/*float:left;*/
}
    

	.ul_item li {
		float: left;
		margin: 0 8px 8px 0;
		position: relative;
		background-color: #f1f1f1;
		color: #333333;
		border: 2px solid #d3d1d1;
	}
			.ul_item li:hover {
				background-color: #fff;
				border: 2px solid #FF371B;
				color: #d81b20;
			}

		.ul_item li a {
			display: block;
			height: 29px;
			line-height: 29px;
			padding: 0 10px;
			font-size: 13px;
			float:left;
		}


		.ul_item li i {
			display: none;
			position: absolute;
			width: 12px;
			height: 12px;
			right: 2px;
			bottom: 2px;
			display: none;
		}

		.ul_item li.selected {
			box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
				border: 2px solid #FF371B;
				background-color: #fff;
				color: #d81b20;
		}


			.ul_item li.selected i {
				display: block;
				background: url(../images/orderHb_i.png) no-repeat;
			}
			.ul_item li.selected span {
				line-height: 27px;
			}
			.ul_item li.selected b {
				color: #f00;
				cursor:pointer;
			}
.table, .table * {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
}

.table {
	display: table;
	width:100%;
	border-collapse: collapse;
}

.table-tr {
	display: table-row;
	height: 30px;
}

.table-th {
	display: table-cell;
	font-weight: bold;
	text-align: left;
	padding:5px;
	vertical-align: top;
}

.table-td {
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.table_td_title {
	display:inline-block;
	height:30px;
    line-height:30px;
    margin-right:3px;
}
.title {
	width: 140px;
}
.tdhalf {
	width: 50%;
}
.firsttitle {
    
}
    .firsttitle span {
        text-indent:26px;
        height:22px;line-height:22px;
        display:inline-block;
    }
.select2-container--default .select2-selection--single {
    border:2px solid #FF371B;
}
.select2-selection__rendered {
    padding:0px !important;
    text-indent:-28px;
}
.select2-selection__arrow {
    width:28px !important;
    background:url(../images/sanjiao.jpg) no-repeat 100% center #fff
}
    .select2-selection__arrow b {
        visibility:hidden;
    }

.select2-container {
    text-align:center; 
}
.select2-container .select2-search {
    display:none;
}
    .select2-container .select2-dropdown {
        top:5px;
    }
.select2-results .select2-results__options {
    border:1px solid #FF371B;
}
.select2-results .select2-results__options .select2-results__option {
    padding:0px;
    height:27px;
    line-height:27px;
    border-bottom:1px solid #FF371B;
    color: #333333;
    font-size: 13px;
}
.select2-results .select2-results__options .select2-results__option:nth-last-child(1) {
    border-bottom: none ;
}

.hide {
        display: none;
    }
     .morea {
        float: right;
        height: 31px;
    line-height: 31px;
    }
       [v-cloak] {
        display: none;
    }
.table-td .shiptype2{ 
   white-space: break-spaces;
}