body{
    width: 100%;
}
.trad-container{
    width: 100%;
    /* overflow-x: auto; */
}
.store_message {
    height: 40px;
    padding: 10px 0;
    line-height: 37px;
}
.fl {
    float: left;
}

.shop_top_l {
    width: 980px;
}
.clause .title {
    display: block;
    background: #fbf0ea;
    color: #ff7937;
    font-size: 16px;
    padding: 2px 5px;
}

.clause span {
    display: inline-block;
    color: #666666;
    width: 880px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.phone {
    padding: 20px 0 5px 0;
}
.clause .clause_r {
    width: 860px;
}
.trad-main{
    width: 1400px;
    min-height: 100vh;
    margin: 0px auto 0;
    position: relative;
}
.store_name {
	float: left;
    font-size: 21px;
    font-weight: bold;
    color: #0861D6;
    padding: 0 15px;
}
.store_message p {
    cursor: pointer;
    color: #14BAB4;
    font-weight: bold;
    font-size: 16px;
    width: 102px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(20,186,180,1);
    border-radius: 4px;
}
.showdet {
    margin: 20px;
    margin-top: 0;
    width: 940px;
    border-top: 1px solid #d6e8e8;
}
.clause {
    border-bottom: 1px dashed #d6e8e8;
    padding-top: 15px;
}
.left-top{
	height: 300px;
	width: 4.2875rem;
	position: absolute;
	
	height: 150px;
	width: 35px;
}
.left-box{
	margin-top: 3px;
	text-align: center;
	line-height: 65px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	width:65px;
	height: 65px;
	background: #0861D6;
	border-radius: 4px 0px 0px 4px;
}
.left-box.cur{
	border: none;
	border-left: 3px solid #0861D6;
	color: #0861D6;
	border-radius: 3px;
	background: none;
	height: 60px;
}
.filter-box{
    width: 17%;
    max-width: 320px;
    background-color: #fff;
    position: relative;
}
.filter-box-fixed{
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    position: absolute;
    left: 0;
}
.filter-title{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #4D4D4D;
    font-size: 16px;
    border-bottom: 1px solid #0962d6;
}
.filter-container{
    width: 100%;
}
.filter-input-panel{
    display: flex;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    height: 43px;
    line-height: 42px;
}   
.filter-input-panel span{
   width: 30%;
   text-align: right;
   color: #666;
}
.filter-input{
    width: 70%;
    box-sizing: border-box;
    padding:0 15px 0 5px;
    position: relative;
}
.filter-input input{
    border: none;
    width: 100%;
    outline: none;
    display: block;
    font-size: 14px;
    height: 42px;
}
.filter-input i{
    display: block;
    width:0;
    height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
    border-top:5px solid #aaa;
    position: absolute;
    right: 5px;
    top: 20px;
}
.filter-select-panel{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 26px;
}
.filter-select-panel p{
    font-size: 16px;
    color: #666;
}
.filter-select-row{
    width: 100%;
    display: flex;
}
.filter-select-row span{
    width: 30%;
    font-size: 12px;
    text-align: right;
    color: #666;
}
.filter-select-list{
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter-select-list i{
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    padding: 0 2px;
    margin: 0 3px;
    cursor: pointer;
    font-style: normal;
    margin-bottom: 3px;
}
.filter-select-list i.cur{
    background-color: #0962d6;
    color: #fff;
    border-radius: 2px;
}

.filter-slider-panel{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.filter-slider-label{
    width: 30%;
    font-size: 12px;
    text-align: right;
    line-height: 26px;
    color: #666;
    padding-right: 5px;
    box-sizing: border-box;
}
.filter-slider-main{
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}
.filter-btns{
    width: 100%;
    height: 42px;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.filter-btns button{
    flex: 1;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}
.filter-btns .filter-btn-submit{
    border-right: 1px solid #eaeaea;
    color: #0962d6;
}
.filter-btns .filter-btn-reset{
    color: #999;
}

.trad-list{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.trad-search{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trad-search-left{
    display: flex;
}
.trad-search-left div{
    min-width: 55px;
    height: 30px;
    border: 1px solid #ddd;
    border-left:0;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #4d4d4d;
    position: relative;
    padding: 0 10px 0 5px;
}
.trad-search-left .trad-search-zh.cur{
    background-color: #0962d6;
    border-color: #0962d6;
    color: #fff;
}
.trad-search-left div:nth-of-type(1){
    border-left:1px solid #ddd;
}
.trad-search-sort{
    padding-right: 7px;
}
.trad-search-sort::before{
    content: "";
    display: block;
    width:0;
    height:0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
    border-bottom:4px solid #aaa;
    position: absolute;
    right: 7px;
    top: 10px;
}
.trad-search-sort::after{
    content: "";
    display: block;
    width:0;
    height:0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
    border-top:4px solid #aaa;
    position: absolute;
    right: 7px;
    top: 15px;
}
.trad-search-sort.desc::before{
    border-bottom:4px solid #aaa;
}
.trad-search-sort.desc::after{
    border-top:4px solid #0962d6;
}
.trad-search-sort.asc::before{
    border-bottom:4px solid #0962d6;
}
.trad-search-sort.asc::after{
    border-top:4px solid #aaa;
}
.trad-search-right{
    display: flex;
}
.jkm{
	display: none;
}
.trad-search-right input{
    display: block;
    width: 250px;
    box-sizing: border-box;
    padding:  0 5px;
    height: 34px;
    font-size: 12px;
}
.trad-search-right .layui-btn{
    height: 34px;
    line-height: 34px;
}

.trad-panel{
    width: 100%;
    height: 170px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #eee;
    position: relative;
    box-sizing: border-box;
    padding: 10px 35px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.trad-panel:hover{
    box-shadow: 0 0 8px 0 #ccc ;
}
.trad-panel-num{
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    /* background: url(../img/trad_panel_num.png) no-repeat; */
    /* background-size: 100% 100%; */
    position: absolute;
    background-color: #0962d6;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.trad-panel-select{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #aaa;
    position: absolute;
    left: 5px;
    top: 5px;
    box-sizing: border-box;
    background-image: url('../img/selectcur.png');
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center;
}
.trad-panel-select.cur{
    background-color: #0962d6;
    border: none;
}
.trad-panel-date{
    position: absolute;
    right: 35px;
    top: 14px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.trad-panel-left{
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
}
.color-grey{
    color: #999 !important;
}
.color-red{
    color: #de0770 !important;
}
.color-darkgrey{
    color: #666 !important;
}
.trad-panel-title{
    font-size: 14px;
}
.trad-panel-title span{
    margin-right: 40px;
}
.trad-panel-attr{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.trad-panel-attr span{
    font-size: 12px;
}
.trad-panel-com{
    font-size: 14px;
    display: flex;
}
.trad-panel-com div{
    margin-right: 40px;
}

.trad-panel-right{
    width: 18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0;
    margin-left: 30px;
}
.trad-panel-price{
    text-align: right;
    font-size: 14px;
}
.trad-panel-price .color-red{
    font-size: 18px;
    font-weight: bold;
}

.trad-panel-opera{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trad-panel-opera .collect{
    color: #666;
    cursor: pointer;
}
.trad-panel-opera .collect.cur i{
    color: #de0770;
}
.trad-panel-opera button{
    width: 112px;
    letter-spacing: 2px;
}

.show-more{
    display: block;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #0962d6;
    color: #0962d6;
    background-color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}
.show-more-disabled{
    display: block;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #eee;
    color: #999;
    background-color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}


.filter-box1{
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px 20px 10px;
    margin: 30px auto;
}
.filter-box1-row{
    width: 100%;
    display: flex;
}
.filter-box1-panel{
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 40px;
}
.filter-box1-label{
    width: 100px;
    text-align: right;
    margin: 0 0px;
    color: #706e6e; 
}
.filter-box1-main{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}
.filter-box1-main .filter-box1-label{
    width: auto;
}
.filter-box1-storage{
    width: 100%;
    flex: 1;
    
}
.level1{
    width: 100%;
    display: flex;
}
.level1>span{
    padding: 0 15px;
    font-style: 14px;
    color: #333333;
    line-height: 28px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
}
.level1>span.cur{
    border: 1px solid #aaa;
}
.railway{
    display: flex;
    height: 28px;
    font-style: 14px;
    align-items: center;
    cursor: pointer;
    margin-left: 30px;
}
.railway i{
    width: 14px;
    height: 14px;
    border: 1px solid #0962d6;
    background-color: #fff;
    margin-right: 3px;
}
.railway.cur i{
    background-image: url("../img/selectcur.png");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
    background-color: #0962d6;
}
.railway b{
    font-weight: normal;
}
.level2{
    width: 100%;
    display: block;
    padding: 5px 10px;
    border: 1px solid #aaa;
    margin-top: -1px;
}
.level2>.level2-div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.level2 .level2-div span{
    padding: 0 10px;
    line-height: 30px;
    border-radius: 20px;
    cursor: pointer;
}
.level2 .level2-div span.cur{
    background-color: #0962d6;
    color: #fff;
}

.filter-select-list i{
    margin-bottom: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
}
.filter-select-list i.cur{
    background-color: #0962d6;
    color: #fff;
    border-radius: 2px;
}

.filter-slider-container{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0px 10px;
}
.filter-slider-mtip{
    width:  calc(100% + 10px);
    height: 16px;
    margin-bottom: 10px;
    position: relative;
    line-height: 16px;
    color: #666;
}
.filter-slider-mtip span{
    position: absolute;
    padding: 0 5px;
    background-color: #f3f3f3;
    background-color: rgba(9,98,214,0.2);
    
}
.filter-slider-mtip span:nth-of-type(1){
    left: 0;
    top: 0;
    margin-left: -8px;
}
.filter-slider-mtip span:nth-of-type(2){
    left: 277px;
    top: 0;
    margin-left: -8px;
}
.filter-slider-mse{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-left: 4px;
    font-size: 12px;
    color: #999;
}
.filter-btn-submit{
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0962d6;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}
.filter-btn-reset{
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #706e6e; 
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.filter-box1-params{
    flex: 1;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
}
.filter-param-btn{
    display: flex;
}
.filter-param-panel{
    display: flex;
    margin-left: 10px;
    border: 1px solid #0962d6;
    position: relative;
    padding: 0 10px 0 0;
    border-radius: 2px;
    height: 30px;
    align-items: center;
    margin-bottom: 10px;
}
.filter-param-panel span{
    display: block;
    padding: 0 10px 0 10px; 
    background-color: #0962d6;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.filter-param-panel div{
    color: #0962d6;
    margin-left: 10px;
}
.filter-param-panel i{
    display: block;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -8px;
    background-color: #de0770;
    color: #fff;
    font-style: normal;
    cursor: pointer;
}

.opera-container{
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px 20px 10px;
    margin: 30px auto;
    height: 60px;
    display: flex;
    align-items: center;
    font-style: 14px;
    line-height: 28px;
}
.share{
    padding: 0 10px;
    background-color: #0962d6;
    background-color: #FFB800;
    color: #fff;
    font-style: 14px;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
}
.trad-search-right{
    flex: 1;
    align-items: center;
    justify-items: center;
}
.result-total{
    margin: 0 10px;
    color: #666;
    text-align: center;
}
.result-total span{
    color: #de0770;
    margin: 0 2px;
}
.export-c{
    margin:0 5px 0 5px;
    display: flex;
}
.export-c-panel{
    line-height: 30px;
    padding: 0 20px;
    border:  1px solid #efefef;
    color: #706e6e; 
    cursor: pointer;
    margin-right: 20px;
}
.export-c-panel.cur{
    border:  1px solid #0962d6;
    color: #0962d6;
}