	html{
		background: #ececec;
	}
	a{
		color: #000;
	}
	.outlay a{
		color: #07c;
	}
	.among{
		min-width: 1200px;
	    max-width: 1500px;
	    margin: auto;
	    display: flex;
    	padding: 30px 60px;
    	font-family: Roboto, Helvetica, Tahoma, Arial, "";
	}
	/* 左边搜索筛选 */
	.among_left{
		width: 20%;
	}
	.query_criteria{
		width: 100%;
	    box-sizing: border-box;
	    padding: 16px;
	    background: #ffbb02;
	    border-radius: 3px;
	}
	.among_where{
		font-size: 18px;
		background: #fe9901;
	    height: 26px;
	    align-items: center;
	    border-bottom: 1px solid #DB7C27;
	    margin: -12px -12px 12px -12px;
	    padding: 12px 12px;
	}
	.among_where span:nth-child(1) {
		display: table-cell;
	    width: 24px;
	    height: 24px;
	    vertical-align: middle;
	    text-align: center;
	}
	.among_where span:nth-child(2) {
		display: table-cell;
    	line-height: 22px;
	}
	.among_where img{
		vertical-align: initial;
	}
	.among_term{
		font-size: 14px;
	}
	.term_query{
		line-height: 30px;
    	padding-bottom: 7px;
	}
	.term_query:last-child{
		padding-bottom: 0px;
		padding-top: 9px;
	}
	.term_label{
		font-size: 16px;
		text-indent: 6px;
	}
	.term_label span{
		color: red;
	}
	.term_label_teb{
		position: relative;
	}
	.term_label_teb input{
		text-indent: 10px;
		border: 0;
    	width: 100%;
	    border-radius: 3px;
	    height: 34px;
	    line-height: 34px;
	}
	.term_list{
		display: none;
		overflow: scroll;
		overflow-x: hidden;
		width: 100%;
		height: 170px;
		line-height: 34px;
		border: 0;
		background: #fff;
		color: #000;
		position: absolute;
	    top: 36px;
	    z-index: 999;  
	}
	#under{
		display: block;
	}
	.term_search_button{
		background: #07c;
	    font-size: 18px;
	    width: 50%;
	    height: 40px;
	    border-radius: 6px;
	    color: #fff;
	    cursor: pointer;
	    line-height: 40px;
	    text-align: center;
	    margin-left: 50%;
	}
	.screening_conditions{
		background: #fff;
	    margin-top: 10px;
	    box-shadow: 2px 2px 3px #0000001a;
	    color: #333;
	}
	.term_screening{
		line-height: 30px;
		padding: 10px 12px;
	    align-items: center;
	    border-bottom: 1px solid #EEEEEE;
	}
	.term_screening span{
		font-size: 13px;
		display: inline-block;
		font-weight: 600;
	}
	.term_screening span:nth-child(2){
		float: right;
	    font-size: 12px;
	    line-height: 32px;
	    cursor: pointer;
	    font-weight: 400;
	    color: #07c;
	}
	.term_screening_ok{
		height: 30px;
	}
	.term_screening_ok div{
		float: right;
	    cursor: pointer;
	    color: #0077cc;
	    border-radius: 30px;
	    border: 1px solid #ccc;
	    padding: 0px 20px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.term_screening input{
		background: #ececec;
		margin-bottom: 6px;
	}
	.layui-input{
		padding-left: 0 !important;
	}
	.layui-form-select dl dd.layui-this{
		background-color: #07c !important;
	}
	.express_channel{
		width: 100%;
	    border-radius: 3px;
	    height: 32px;
	    line-height: 32px;
	    border: 1px solid #ccc;
	    outline: none;
	}

	.term_attr,
	.term_item{
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
	}
	.term_attr label,
	.term_item label{
		display: flex;
	    margin: 5px 5px;
	    font-size: 13px;
	    line-height: 20px;
	}
	input[type="checkbox"]{
		align-self: center;
	    margin: 0 5px 0 0;
	    cursor: pointer;
	    width: 18px;
	    height: 18px;
	}
	/* 右边价格模块 */
	.among_right{
		width: 80%;
	    margin-left: 20px;
	    position: relative;
	}
	.product_module{
		padding: 10px 5px;
	    border: 1px solid #a5cfec;
	    border-radius: 5px 5px 0 0;
	}
	.product_module_name{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.product_module_name a{
		display: inline-block;
	    background: #fff;
	    margin: 5px 0;
	    border-radius: 20px;
	    line-height: 28px;
	    color: #333;
	    padding: 0 18px;
	}@media (min-width:1320px) and (max-width:1679px){.product_module_name a{padding:0 7px;}}
	.product_module_name a:nth-child(2){
		color: #fff;
		background: #07c;
	}
	.product_module div:nth-child(2) a{
		color: #999;
		background: #fff;
	}
	/*价格展示*/
	.product_hr{
		width: 100%;
	    height: 2px;
	    background: #07c;
	    border: 0;
	    margin: 0;
	}
	.product_reveal_tab{
		display: flex;
	    background: #f2f3f7;
	    height: 40px;
	    line-height: 40px;
		font-size: 13px;
	}
	.product_reveal_tab div:nth-child(1){
		display: inline-block;
	    width: 40%;
	    font-size: 13px;
	    font-weight: 600;
	    color: #a0a0a0;
	}
	.product_reveal_tab div:nth-child(2){
		display: inline-block;
	    width: 18%;
	    color: #888888;
	    cursor: pointer;
	    text-align: center;
	}
	.product_reveal_tab div:nth-child(n+3){
		display: inline-block;
	    width: 10%;
	    text-align: center;
	    font-weight: 600;
	    cursor: pointer;
	}
	.product_reveal_tab div:nth-child(5){
		width: 12%;
	}
	.product_reveal_tab div:nth-child(4){
		line-height: 18px;
	}
	.product_reveal_tab div:last-child{
		font-weight: 600;
	    color: #07c;
	    line-height: 18px;
	}
	.airport-airport{
		background: #a5cfec;
	    color: #000;
	    height: 40px;
	    line-height: 40px;
	    display: inline-block;
	    padding: 0 5px;
	    font-size: 14px;
	}
	.airport-airport img{
		width: 14px;
		padding: 0 5px;
	}
	.total_rows{

	}
	.img_sort{
		height: 25px;
    	display: inline-flex;
    	position: relative;
	}
	.img_sort img{
		position: absolute;
    	top: 8px;
	}
	.product_reveal_vague_fixed{
		position: fixed;
	    top: 0px;
	    left: 0;
	    width: 100%;
	    height: auto;
	    z-index: 1;
	    display: none;
	}
	.fixed_content{
		height: auto;
	    min-width: 1200px;
	    max-width: 1500px;
	    margin: auto;
	    padding: 0 60px;
	    display: flex;
	}
	.fixed_content_left{
		width: 20%;
	}
	.fixed_content_right{
		width: 80%;
	    margin-left: 20px;
	    height: auto;
	}

	/* #product_reveal_result{
		font-family: Roboto, Helvetica, Tahoma, Arial, "";
	} */
	.recommend_price{
		line-height: 40px;
	    color: red;
	    text-indent: 10px;
	}
	.result_data{
		display: flex;
	    background: #fff;
	    margin-bottom: 8px;
	    border: 1px solid #a5cfec;
	    padding: 10px 0;
	}
	.result_data div:nth-child(1) {
		width: 12%;
		text-align: center;
		border-right: 1px solid #ddd;
    	box-sizing: border-box;
	}
	.result_data div:nth-child(2) {
		width: 22%;
	    align-items: center;
	    padding: 0 10px;
	    position: relative;
	    box-sizing: border-box;
	}
	.result_data div:nth-child(3) {
		width: 24%;
    	position: relative;
	}
	.result_data div:nth-child(n+4) {
		width: 10%;
	    display: flex;
	    border-left: 1px dashed #e6e7eb;
	    box-sizing: border-box;
	    margin: 4px 0;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    position: relative;
	}
	.result_data div:nth-child(6) {
		width: 12%;
	}
	.express_icon p:nth-child(1){
		height: 60px;
	}
	.express_icon p:nth-child(1) img{
		height: 60px;
	}
	.express_icon p:nth-child(2){
		height: 18px;
	}
	.express_icon p:nth-child(2) img{
		width: 13px;
    	height: 13px;
	}
	.express_icon p:nth-child(3){
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.express_icon p:nth-child(3) img{
		width: 65px;
    	height: 15px;
	}
	.express_icon p:nth-child(3) span{
		font-size: 12px;
	}
	.airport_name p{
		font-size: 16px;
		margin-top: 8px;
	}
	.airport_name p:nth-child(2){
		padding-left: 20px;
	    box-sizing: border-box;
	    position: relative;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.airport_name p:nth-child(2) img{
		position: absolute;
	    top: 4px;
	    left: 0;
	    width: 14px;
	}
	.airport_name span:nth-child(-n+2){
		font-size: 14px;
		cursor: pointer;
	}
	.airport_name p:nth-child(3){
		position: absolute;
		width:-webkit-calc(100% - 20px); 
		width:-moz-calc(100% - 20px); 
		width:calc(100% - 20px); 
    	bottom: 0;
    	color: #888888;
	}
	.airport_name p:nth-child(3) span:nth-child(1){
		width: calc(100% - 30px);
		float: left;
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.airport_name p:nth-child(3) span:nth-child(2){
		float: right;
		cursor: pointer;
		width: 30px;
	}
	.user_no{
		display: none;
	    position: absolute;
	    top: -18px;
	    right: 0;
	}
	.airport_name p:nth-child(3) span:nth-child(2):hover .user_no{
		display: block;
	}
	.airport_information p{
		height: 18px;
	    line-height: 20px;
	    color: #888888;
	    font-size: 12px;
	    overflow: hidden;
	}
	.airport_information p:nth-child(1){
		height: 20px;
	    line-height: 20px;
	    font-size: 14px;
	    color: #000;
	}
	.airport_information p:nth-child(-n+2) span:nth-child(2){
		margin-left: 15px;
	}
	.airport_information p a{
		color: #169ada;
		cursor: pointer;
	}
	.overdue_price{
		color: red;
		text-decoration: line-through;
	}
	.outlay p:nth-child(1){
		cursor: pointer;
	    display: inline-flex;
	    align-items: center;
	    padding: 5px 24px 5px 0;
	    font-weight: 600;
    	font-size: 15px;
	}
	
	.assist p:nth-child(1){
		color: #bbbbbb;
    	font-size: 13px;
    	line-height: 20px;
	}
	.assist p:nth-child(2){
		font-size: 18px;
	    line-height: 35px;
	}
	.assist p:nth-child(3){
		width: 100%;
		text-align: center;
		height: 22px;
		font-size: 12px;
	}
	.assist p:nth-child(3) span:nth-child(1){
		border: 1px solid #FF6E09;
	    color: #FF6E09;
	    cursor: pointer;
	    float: left;
    	width: 50%;
    	box-sizing: border-box;
    	line-height: 22px;
    	height: 22px;
	}
	.assist p:nth-child(3) span:nth-child(2){
		background: #FF6E09;
	    color: #fff;
	    cursor: pointer;
	    float: left;
    	width: 50%;
    	height: 22px;
    	line-height: 22px;
	}
	.details{
		width: 16px;
		vertical-align: text-top;
	}
	.view_content{
		display: none;
		position: absolute;
	    width: 250px;
	    height: auto;
	    z-index: 9999;
	    border: 1px solid #ccc;
	    background: #fff;
	    padding: 5px;
	    line-height: 20px;
	    border-radius: 5px;
	    top: 85px;
	    left: 90px;
	}
	.attr_view:hover .view_content{
		display: block;
	}
	/*分页*/
	/* .product_paging{
		align-items: center;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	#page_ll{
		float: left;
	}
	.page_row{
		float: right;
	}
	.pagination{
		font-size: 0;
	}
	.pagination a{
		padding: 3px 10px;
	   		background: #fff;
	   		font-size: 14px;
	   		margin-right: 10px;
	   		cursor: pointer;
	}
	.pagination .active{
		background: #FF6E09;
	}
	.go_page{
		width: 45px;
	    border: 0;
	    border-bottom: 1px solid #000;
	    text-indent: 10px;
	}
	.pagination .disabled{
		background: #ccc;
	} */