body {
    background: #f5f5f5;
    font-family: "verdana"
}

.uk-margin-large-top {
    margin-top: 30px!important;
}

@media(min-width: 960px) {
    .float-block {
        position: fixed;
        left: -220px;
        top: 30%;
        width: 220px;
        background: #fff;
        z-index: 10;
        transition: all 0.8s;
    }
    .float-block:after {
        content: '>';
        color: #fff;
        display: block;
        width: 10px;
        height: 70px;
        line-height: 70px;
        box-sizing: border-box;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #f08200;
        position: absolute;
        top: 0px;
        right: -10px;
        z-index: 9;
        cursor: pointer;
        transition: all 1s;
        font-size: 0.8rem;
    }
    .float-block:hover {
        left: 0px;
    }
    .float-block:hover:after {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
}

@media(min-width: 1200px) {
    .float-block {
        position: fixed;
        left: -220px;
        top: 30%;
        width: 220px;
        background: #fff;
        z-index: 10;
        transition: all 0.8s;
    }
    .float-block:after {
        content: '>';
        color: #fff;
        display: block;
        width: 10px;
        height: 70px;
        line-height: 70px;
        box-sizing: border-box;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #f08200;
        position: absolute;
        top: 0px;
        right: -10px;
        z-index: 9;
        cursor: pointer;
        transition: all 1s;
        font-size: 0.8rem;
    }
    .float-block:hover {
        left: 0px;
    }
    .float-block:hover:after {
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
    .footer .uk-flex-space-between dl {
        width: 15.5%;
        margin: 0
    }
}

@media(min-width: 1500px) {
    .float-block {
        position: fixed;
        left: 4%;
        top: 30%;
        width: 220px;
        background: #fff;
        z-index: 10
    }
    .float-block:after {
        display: none;
    }
    .float-block:hover {
        left: 4%
    }
    .footer .uk-flex-space-between dl {
        width: 13.5%;
        margin: 0
    }
}

a:hover {
    color: #f08200 !important;
    text-decoration: none;
}

a.uk-button:hover {
    color: #fff !important;
    text-decoration: none;
}

a:hover>* {
    color: #f08200;
}

[v-clock] {
    display: none;
}

.uk-icon-eye {}

.uk-icon-eye:before {
    content: '';
    display: block;
    width: 22px;
    height: 18px;
    margin-right: 3px;
    background: url(/global/images/cms/preview.png) no-repeat -5px -7px;
    position: relative;
    top: 5px;
}

.pageView>i {
    margin-right: 2px !important;
}

.top-search .uk-icon-search {
    background: url(/global/images/sprite.png) no-repeat -94px -261px
}

#search-btn:hover {
    background: none!important;
}

.top-search .uk-dropdown {
    top: 34px;
}

.header .header-tow.logo {
    width: 250px;
    margin-top: 20px;
    height: 60px;
}

.shopCarNum {
    background: #f08200;
    color: #fff;
    padding: 0px 4px;
}

.logo-img,
.logo-line,
cert-box {
    float: left;
}


/*   需要覆盖main.css  */

.header {
    /* box-shadow: 0 2px 2px #e2e3e7;  */
}

.uk-navbar {
    background: none;
    font-family: "verdana";
    margin-top: 50px;
}

.uk-navbar .uk-clearfix li {
    width: auto;
    margin: 0 15px;
    height: 35px;
    line-height: 35px;
}

.uk-navbar ul li a.active {
    background: none;
    border-bottom: 3px solid #eee;
    color: #f08200;
}

.uk-navbar .uk-clearfix a {
    background: none;
    color: #333;
    padding: 0 15px;
}

.header1200 .uk-block .top-search {
    width: 360px!important;
    margin-left: 0;
    margin-top: 39px;
}

.top-search #menubtnboxid {
    width: 30%;
    height: 34px;
}

.header1200 .top-search #inputKeyword {
    width: 60%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.top-search #menubtnboxid a {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
}

.uk-navbar .uk-clearfix a:hover {
    background: none;
    color: #f08200
}

.header1200 .top-search .uk-button {
    background: none;
    padding: 0;
    width: 34px;
    height: 36px;
    min-height: 36px;
    float: right;
}

.top-search {
    height: 36px;
}

.top-search .uk-dropdown li {
    font-size: 12px;
    color: #666;
}

.logo-line {
    width: 1px;
    height: 40px;
    border-left: 1px dashed #e8e8e8;
    margin: 0 10px;
    position: relative;
    top: 10px;
}

.j-cert-box {
    display: none;
    position: absolute;
    width: 118px;
    height: 118px;
    background: #fff;
    border: 1px solid #f5fef5;
    box-shadow: 0 0 4px #e2e3e7;
    right: -38px;
    top: 52px;
    padding: 10px;
}

.cert-box i {
    display: none;
    background: url(/global/images/arrow-top.gif) no-repeat center top #fff;
    height: 9px;
    width: 23px;
    position: absolute;
    left: 20px;
    top: 44px;
}

.cert-box {
    position: relative;
}


/*轮播图*/

.rotate {
    width: 920px;
    position: relative;
}

.rotate .hd {
    height: 16px;
    line-height: 16px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: -webkit-translate(-50%, -50%);
    -o-transform: -o-translate(-50%, -50%);
    -ms-transform: -ms-translate(-50%, -50%);
    -moz-transform: -moz-translate(-50%, -50%);
}

.rotate .hd ul li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 13px;
    border: 1px solid #f08200;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    text-indent: -99999px;
    overflow: hidden;
}

.rotate .hd ul li.on {
    background: #f08200;
}

.rotate .bd {
    overflow: hidden;
}

.rotate .bd ul {
    width: 6000px;
}

.rotate .bd li {
    width: 1200px;
    float: left;
}

.rotate .bd li>a>img {
    width: 1200px;
    height: 420px;
}

.rotate .prev,
.rotate .next {
    display: none;
    position: absolute;
    width: 34px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: rgba(256, 256, 256, 0.5);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
}

.rotate .prev {
    left: 1px;
}

.rotate .next {
    right: 0;
}

.addIndustrial {
    width: 260px;
}


/*头部*/

.uk-navbar {
    color: #f08200;
    margin-left: 20px;
    margin-top: 37px;
}

.top-search .uk-icon-search {
    display: inline-block;
    font-size: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}


/*主体部分*/

.uk-block-title h3 {
    color: #333;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: normal;
    text-transform: uppercase;
}

.uk-block-title span i {
    border-radius: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #f58220;
    position: relative;
    top: 0px;
}

.uk-line {
    height: 7px;
    width: 78.6%;
    float: left;
    position: relative;
    top: 3px;
    background: #d8dee5;
    left: 20px;
    border-radius: 3px;
}

.uk-panel.uk-margin-top {
    margin-top: 30px!important;
}

.uk-panel .uk-panel-body {
    padding: 20px;
}

.uk-panel h4 {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    height: 20px;
}

.uk-panel h4>a {
    color: #000;
}

.uk-panel h4>a:hover {
    color: #f08200;
}

.uk-panel .uk-panel-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.uk-panel .uk-panel-title span {
    float: right;
    font-weight: normal;
    font-size: 1rem;
}

.uk-panel .uk-panel-title span a {
    color: #f58220;
}

.uk-panel .uk-panel-body {
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff
}


/*批发市场*/

.wholesale h4 {
    margin-top: 15px;
}

.wholesale .item {
    text-align: center;
}

.wholesale .item .market-title,
.wholesale .item ul {
    text-align: left;
    padding: 0 8px;
}

.wholesale .item ul {
    color: #999;
}

.wholesale .item img {
    width: 390px;
    height: 240px;
}

.feedbacks .item {
    width: 564px;
    padding-right: 25px;
    height: 178px;
}

.feedbacks .item img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.feedbacks .r-content {
    float: right;
    width: 460px;
    padding-top: 6px;
}

.feedbacks .item:first-child {
    margin-right: 25px;
    border-right: 1px solid #eee;
}

.fbk-title span i.uk-icon-star {
    color: #f58220;
}

.fbk-title .name {
    color: #333;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 325px;
    display: inline-block;
}

.feedbacks .r-content p {
    margin: 10px 0;
    color: black;
    word-break: break-all;
    text-align: left;
    height: 104px;
    overflow: hidden;
}

.r-content .uk-icon-star-o {
    color: black
}

.feedbacks .r-content .date {
    overflow: hidden;
    color: #999;
}

.feedbacks .comment {
    color: #999;
    float: right;
}

.feedbacks .comment span {
    color: #f58220;
}

.zyzblock {}

.zyz-title h3 {
    display: inline-block;
}

.zyz-title .fav {
    float: right;
}

.zyzblock .uk-panel-body img {
    width: 280px;
    height: 180px;
    margin: 0 30px 0 10px;
}

.zyzblock .r-content {
    float: left;
    width: 830px;
}

.zyzblock .btn-box .uk-button {
    margin-right: 20px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    font-size: 1.0rem;
}

.zyzblock .info {
    overflow: hidden;
    color: #999;
}

.zyzblock .info span {
    margin-right: 50px;
}

.zyzblock .more {
    float: right;
}

.zyzblock .more a {
    color: #f58220;
}

.zyzblock .text {
    margin-top: 30px;
    color: #333;
    font-size: 16px;
}

.zyzblock p {
    color: #999;
}

.select-supplier .tabs li {
    font-size: 12px;
    margin-right: 10px;
}

.select-supplier .tabs li.active a {
    font-weight: bold;
    color: #f08200;
}

.float-block ul li a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    color: #666;
}

.float-block ul li a:hover {
    border-color: #f58220;
    border-bottom: 1px solid #f58220;
    text-decoration: none;
    color: #f58220;
}

.float-block ul li:last-child a {
    background: #f58220
}

.float-block ul li:last-child a {
    border-color: #f58220;
    border-bottom: 1px solid #f58220;
    text-align: center;
    padding-left: 0;
    color: #fff;
}

.government,
.local {
    position: relative;
    padding-left: 25px;
    min-height: 22px;
}

.government:before,
.local:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/global/images/cms/idst_icon.png);
    top: 0px;
    left: 0px;
    position: absolute;
    background-repeat: no-repeat;
}

.government:before {
    background-position: 0px -28px;
}

.local:before {
    background-position: 0px 0px;
}

.get_price {
    color: dodgerblue;
    font-weight: bold;
    margin-top: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}


/* 第八期改版 */

.floorItem {
    overflow: hidden;
}

.floorItem .uk-floor-title {
    min-width: 1200px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.floorItem .uk-floor-title h3 {
    flex: 0 0 auto;
    height: 8px;
    font-family: Roboto-Bold;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
}

.floorItem .uk-floor-title span {
    flex: 1 1 auto;
    height: 8px;
    background-color: #d8dee5;
    border-radius: 3px;
    /* margin-left: 20px; */
    margin-top: 8px;
}

.floorItem .zyzBox {
    overflow: hidden;
    position: relative;
}

.zyzBox ul li {
    position: relative;
}

.zyzBox .zyzName {
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 25px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    width: 260px;
}

.zyzBox .zyzName a {
    color: #333;
    font-size: 20px;
    font-family: 'Roboto'
}

.zyzBox .zyzMainPro {
    color: #999;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 70px;
}

.zyzBox .zyzSupplierNum {
    color: #333;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 100px;
    background: url(/global/images/renwu-icon.png) no-repeat left 2px;
    padding-left: 22px;
}

.zyzBox .zyzProdNum {
    color: #333;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 125px;
    background: url(/global/images/filebox-icon.png) no-repeat left 4px;
    padding-left: 22px;
}

.zyzBox .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 1;
}

.zyzBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    width: 100%;
}

.zyzBox .hd ul li {
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.zyzBox .hd ul li.on {
    background: #F08200;
}

.twoCateBox {
    position: relative;
}

.twoCateBox .cateName {
    display: block;
    margin-top: 5px;
}

.twoCateBox .cateName a {
    color: #333;
}

.twoCateBox .cateName a:hover {
    color: #f08200
}

.twoCateBox .more {
    position: absolute;
    top: 60px;
    left: 20px;
    color: #333
}

.twoCateBox .more a {
    color: #f08200;
    font-size: 12px
}

.twoCateBox .more a:hover {}

.twoCateBox ul li {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    float: left;
    text-align: center;
}

.twoCateBox ul li .imgBox {}

.twoCateBox ul li a img {
    transition: transform ease .3s;
    -ms-transition: -ms-transform ease .3s;
    -moz-transition: -moz-transform ease .3s;
    -webkit-transition: -webkit-transform ease .3s;
    -o-transition: -o-transform ease .3s;
}

.twoCateBox ul li a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}