@font-face {
    font-family: 'DINProR';
    src: url('../font/DINPro-Regular.eot');
    /* IE9 */
    src: url('../font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Regular.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Regular.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Regular.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Medium.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINBold;
    src: url('../font/DINCond-Bold.eot');
    /* IE9 */
    src: url('../font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINCond-Bold.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINCond-Bold.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINCond-Bold.svg#webfont') format('svg');
    /* ios 4.1 */
}
.H70{
    height: 70px;
}
.red{
    color: #FF6521;
}
.wrapper {
    background: #F5F7FA;
    padding-bottom: 16px;
}

.inp-box {
    width: 460px;
    position: relative;
    border-right: 0;
    height: 40px;
    box-sizing: border-box;
}

#inp_drop {
    position: relative;
    width: 109px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    background: rgba(0, 111, 246, 0.05);
    border-radius: 2px 0 0 2px;
}

#inp_drop:after {
    position: absolute;
    content: "";
    right: 0;
    top: 15px;
    width: 1px;
    height: 12px;
    background: #BDBDBD;
}

.search_result {
    min-height: 300px;
}

.inp-box .inp {
    width: 350px;
    box-sizing: border-box;
    padding: 11px 10px 11px 0;
    border: 1px solid transparent;
    outline: none;
    float: left;
    text-indent: 24px;
    box-sizing: border-box;
    background: rgba(0, 111, 246, 0.05);
}

.inp-box .inp-drop {
    width: 109px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 21px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.inp-box .reg-cont {
    display: none;
    padding: 7px 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
}

.inp-box .reg-cont .reg-item {
    padding: 8px 5px 8px 10px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
    color: #333333;
}

.inp-box .reg-cont .reg-item:hover {
    color: #FF6521;
}

.inp-box .reg-cont .reg-item:last-child {
    border-bottom: none;
}

.inp-box .inp-drop:after {
    content: '';
    display: inline-block;
    background-image: url(img/brand/search-down.png);
    width: 12px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    right: 21px;
    top: 15px;
}

.inp-chaxun {
    float: left;
    width: 120px;
    height: 40px;
    background: #FF6521;
    border-radius: 0px 4px 4px 0px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    background: #FF6521;
    transition: all .3s ease-out;
}

.inp-chaxun:hover {
    opacity: .9;
}

.search_xie_box {
    height: 70px;
    background: #fff;
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08); */
    border-top: 1px solid #eee;
}

.search_xie {
    height: 70px;
    color: #999;
    font-size: 14px;
}

.search_xie_left {
    height: 70px;
    line-height: 70px;
    color: #999;
    font-size: 14px;
}

.search_xie a,
.search_xie span {
    color: #333;
}

.search_xie a:hover {
    text-decoration: underline;
}

.zc-condition {
    padding: 0 32px;
    margin: 20px 0 0;
    height: 320px;
    overflow: hidden;
    background-color: #fff;
}

.zc-condition.open {
    height: auto;
    overflow: initial;
}

#pageIndex {
    text-align: center;
}

.condition-current .tit {
    width: 84px;
    float: left;
    line-height: 24px;
    color: #333;
    text-align: left;
}

.condition-current .current-ul {
    width: 82%;
}

.condition-current .current-ul .ul-item {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    height: 24x;
    line-height: 24px;
    text-align: center;
    background: #F0F6FF;
    border: 1px solid #F0F6FF;
    box-sizing: border-box;
    color: #FF6521;
}

.condition-current .current-ul .text {
    float: left;
    padding-left: 8px;
    font-size: 12px;
}

.condition-current .current-ul .cha {
    float: right;
    width: 8px;
    height: 8px;
    padding-left: 5px;
    padding-right: 8px;
    cursor: pointer;
}

.condition-current .current-ul .empty {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
    color: #FF6521;
    margin-right: 16px;
    margin-left: 8px;
    margin-bottom: 10px;
}

.condition-current .current-ul .empty:hover {
    text-decoration: underline;
}

.condition-current .current-ul .tips {
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 8px;
    margin-bottom: 10px;
}

.condition-current .condition_box{
    position: absolute;
    top: 24px;
    right: 0;
}
.condition-current .condition_share,.condition-current .condition_share1 {
    display: inline-block;
    border: 1px solid #ddd;
    height: 26px;
    color: #666666;
    line-height: 26px;
    border-radius: 2px;
    padding: 0 5px;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.condition-current .condition_share1{
    margin-left: 10px;
}
.condition-current .condition_share:hover,.condition-current .condition_share1:hover{
    color: #FF6521;
    border-color: #FF6521;
}

.condition-current {
    position: relative;
    padding: 32px 0 6px;
    border-bottom: 1px solid #ECECEC;
}

.condition-fenlei {
    padding: 17px 0 6px;
    border: 1px dashed #F0F0F0;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
}

.condition-fenlei .tit {
    text-align: left;
    width: 81px;
    float: left;
    color: #999;
}

.condition-fenlei .fenlei-ul {
    width: calc( 100% - 81px );
    float: left;
    height: 33px;
    /* overflow: hidden; */
    transition: all .3s ease-out;
}

.condition-fenlei .fenlei-ul.on {
    height: auto;
}

.condition-fenlei .fenlei-ul .ul-category {
    position: relative;
    width: 103px;
    float: left;
    padding: 0 4px;
    text-align: left;
    margin-bottom: 16px;
    color: #333;
    margin: 0 0 10px 0;
    border-radius: 2px;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    margin-right: 14px;
}
.condition-fenlei .fenlei-ul .ul-category .hot{
    position: absolute;
    right: 5px;
    top: -2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/hot.png) no-repeat center center;
    background-size: 16px 16px;
}
.condition-fenlei .fenlei-ul .ul-category a {
    color: #333;
}

.condition-fenlei .fenlei-ul .ul-category.on a,
.condition-fenlei .fenlei-ul .ul-category.on a span {
    color: #fff;
}

.condition-fenlei .fenlei-ul .ul-category.on {
    color: #fff;
    background-color: #FF6521;
}

.fenlei-sx .sx-more {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #ECECEC;
    font-size: 12px;
    color: #666666;
    transition: all .3s ease-out;
    margin-right: 10px;
}

.fenlei-sx .sx-more:hover,
.fenlei-sx .sx-zk:hover {
    color: #373d41;
    background-color: #f4f4f5;
    border-color: #c3c5c6;
    text-decoration: none;
}

.fenlei-sx .sx-zk {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding: 0 6px;
    /* margin-left: 8px; */
    border: 1px solid #ECECEC;
    transition: all .3s ease-out;
    cursor: pointer;
}

.condition-num {
    margin: 16px 0 0;
    padding: 0 24px;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(236, 236, 236, 1);
}

.condition-num p {
    display: inline-block;
    color: #333;
}

.condition-num .p2 {
    color: #999;
}

.condition-newItem .tit {
    text-align: left;
    width: 84px;
    float: left;
    line-height: 24px;
    color: #999;
}

.search-category {
    position: relative;
    margin-bottom: 10px;
    padding-top: 1px;
    height: 23px;
    overflow: hidden;
    transition: 0.1s;
}

.search-category.open {
    height: auto;
    overflow: initial;
}

.category-show-box {
    float: left;
    width: calc(100% - 94px);
}

.c-similar {
    width: 92%;
}

.category-show-box a {
    float: left;
    position: relative;
    margin-right: 10px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
    padding: 0 4px;
    margin-bottom: 10px;
}

.c-similar a {
    margin-bottom: 10px;
}

.category-show-box a.on {
    color: #fff;
    padding: 0 4px;
    background-color: #FF6521;
    border-radius: 2px;
}

.category-show-box .input-price {
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 0px;
    vertical-align: 2px;
}

.category-show-box .input-price input {
    margin-right: 4px;
    box-sizing: border-box;
    width: 90px;
    height: 28px;
    text-align: left;
    text-indent: 16px;
    vertical-align: middle;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.category-show-box .input-price input:focus{
    border-color: #FF6521;
}
.category-show-box .input-price .inp-keyword {
    width: 190px;
    margin-left: 24px;
}

.category-show-box .input-price span {
    vertical-align: middle;
}

.category-show-box .input-price .button,
.search-btn {
    margin-left: 10px;
    padding: 0 14px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background-color: #FF6521;
    border: 1px solid #FF6521;
    border-radius: 2px;
    cursor: pointer;
}

.condition-newItem.search-category {
    padding: 16px 0 6px;
    line-height: 24px;
    border-bottom: 1px dashed #F0F0F0;
    margin-bottom: 0;
}

.search_zonghe {
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 20px;
    padding: 0 32px;
    color: #333;
}

.search_zonghe .total {
    font-size: 12px;
    color: #666;
}

.my_nodata {
    display: none;
    text-align: center;
    padding: 100px 0 20px;
    background-color: #fff;
}

.my_nodata img {
    width: 250px;
    vertical-align: middle;
}

.my_nodata p {
    margin-top: 30px;
    margin-bottom: 28px;
    font-size: 16px;
    color: #999;
    line-height: 1.8em;
}

.search_zonghe span {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
}

.search_zonghe .span_1 {
    padding-right: 12px;
    background: url(img/brand/down-default.png) no-repeat right center;
    background-size: 5px 12px;
}

.search_zonghe span.on {
    color: #FF6521;
}

.search_zonghe .span_1.down {
    color: #FF6521;
    background: url(img/brand/down-on.png) no-repeat right center;
    background-size: 5px 12px;
}

.search_zonghe .span_1.up {
    color: #FF6521;
    background: url(img/brand/up-on.png) no-repeat right center;
    background-size: 5px 12px;
}

.search_result .tj_ul {
    margin-left: -20px;
}

.tj_ul li {
    position: relative;
    width: 224px;
    /* height: 278px; */
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 24px 24px 12px;
    float: left;
    transition: all .3s ease-out;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.tj_ul li .mark_rzby{
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    width: 80px;
    height: 30px;
    background: url(img/icon-rzby1.svg) no-repeat center center;
    background-size: 80px 30px;
    box-sizing: border-box;
    border-radius: 10px;
}
.tj_ul li .is_tj{
    position: absolute;
}
.tj_ul li:hover {
    border-color: #FF6521;
}

.tj_ul .tj_img {
    width: 126px;
    height: 126px;
    line-height: 126px;
    margin: 0 auto;
    overflow: hidden;
}

.tj_ul .tj_img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.tj_ul .tj_big {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
}

.tj_ul li .big_more {
    position: absolute;
    top: 145px;
    left: 24px;
    width: 57px;
    padding: 0 6px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #ff5948;
    background-color: #ffe2df;
    border: solid 1px rgba(255, 89, 72, 0.26);
}

.tj_ul .tj_tips {
    line-height: 17px;
    font-size: 12px;
    text-align: left;
    color: #999;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tj_ul .tj_price {
    font-size: 16px;
    line-height: 19px;
    font-family: DINProM;
}

.tj_ul li .brand_info {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    width: 360px;
    background-color: #fff;
    z-index: 9;
    width: 360px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    min-height: 300px;
}

.tj_ul .brand_info .tit {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.tj_ul .brand_info .time_div {
    font-size: 12px;
    color: #666;
    line-height: 17px;
    margin: 12px auto 20px;
}

.tj_ul .brand_info .msg_list {
    max-height: 140px;
    overflow: auto;
    font-size: 12px;
    color: #666;
    margin-top: 12px;
}

.tj_ul .brand_info .msg_list .item {
    float: left;
    display: block;
    margin-bottom: 12px;
    padding-right: 10px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.show_condition {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FF6521;
    font-size: 12px;
    background-color: #fff;
    margin-bottom: 20px;
}

.show_condition_btn {
    display: inline-block;
    padding-right: 18px;
    cursor: pointer;
    background: url(img/brand/icon-sx-down.png) no-repeat right center;
}

.show_condition_btn.on {
    display: inline-block;
    padding-right: 18px;
    cursor: pointer;
    color: #FF6521;
    background: url(img/brand/icon-sx-up.png) no-repeat right center;
}

.labList,.labList_jx,.labList_tj {
    margin-left: 24px;
    color: #333;
    vertical-align: text-top;
}

.labList:before,.labList_jx:before,.labList_tj:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    vertical-align: -3px;
}

.labList.checked:before,.labList_jx.checked:before,.labList_tj.checked:before {
    background: url(img/brand/icon-checked.png) no-repeat center center;
    background-size: 100% 100%;
    border-color: #FF6521;
}

.labList.checked:before,.labList_jx.checked:before,.labList_tj.checked:before {
    background: url(img/brand/icon-checked.png) no-repeat center center;
    background-size: 100% 100%;
    border-color: #FF6521;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #FF6521;
}

.layui-laypage a:hover {
    color: #FF6521;
}

.inp-box #inp_drop.on .reg-cont {
    display: block;
}

.send-wx-modal {
    padding: 14px 48px 24px;
    text-align: center;
}

.send-wx-modal .ewm-img {
    display: inline-block;
    width: 140px;
    height: 140px;
}

.send-wx-modal .ewm-img img {
    width: 100%;
}

.send-wx-modal .send-link {
    margin-top: 16px;
    width: 100%;
    text-align: left;
}

.send-wx-modal .send-link label {
    font-size: 12px;
    color: #999;
}

.send-wx-modal .input-box {
    position: relative;
    margin-top: 5px;
    width: 100%;
    height: 30px;
}

.send-wx-modal .input-box input {
    padding-left: 10px;
    width: calc(100% - 70px);
    height: 100%;
    border: 1px solid #BBBBBB;
    border-right: none;
}

.send-wx-modal .input-box .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 32px;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    background-color: #FF6521;
    border: 1px solid #FF6521;
    border-radius: 2px;
    cursor: pointer;
}

.xz_banner{
    margin-top:20px;
    width:1200px;
    height:100px;
}
.xz_banner img{
    width:100%;
    height:auto;
    vertical-align:middle;
}
.xz_fill{
    width: 100%;
    padding-left: 16px;
    background: url(img/xz-fill.png) no-repeat left center;
    background-size: 13px 11px;
    margin-top: 7px;
    color: #333;
}