.header {
    background: #fff
}

.header .top-msg {
    padding: 10px 0
}

.header .top-msg .msg-content {
    position: relative;
    background-color: #fff2e9;
    border-radius: 4px;
    padding: 12px 16px
}

.header .top-msg .msg-content .message {
    padding: 0 20px;
    text-align: center;
    font-size: 12px
}

.header .top-msg .msg-content .fa {
    color: #777;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    margin-top: -10px;
    cursor: pointer
}

.header .top-msg .msg-content .fa:hover {
    color: #555
}

.header .topbar {
    font-size: 12px;
    background-color: #184A94;
    height: 30px;
    line-height: 30px;
    color: #fff
}

.header .topbar .top-links>li {
    float: left;
    padding: 0 6px;
    position: relative
}

.header .topbar .top-links>li>span {
    border-right: 1px solid #fff;
    padding-right: 12px
}

.header .topbar .top-links>li>span>a {
    color: #fff
}

.header .topbar .top-links>li:last-child>span {
    border-right: none;
    padding-right: 0
}

.header .topbar .top-links>.sub-navs {
    padding: 0
}

.header .topbar .top-links>.sub-navs>.sub-label {
    display: block;
    position: relative;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    padding: 0 15px
}

.header .topbar .top-links>.sub-navs>.subnavs {
    display: none;
    position: absolute;
    top: 29px;
    right: 0;
    width: 160px;
    background: #fff;
    border: 1px solid #e4e4e4;
    z-index: 1200
}

.header .topbar .top-links>.sub-navs:hover>.sub-label {
    position: relative;
    z-index: 1201;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    color: #333
}

.header .topbar .top-links>.sub-navs:hover>.subnavs {
    display: block
}

.header .topbar .top-links .nav-lang>.sub-label {
    padding: 0 10px 0 40px
}

.header .topbar .top-links .nav-lang>.sub-label .lang-item {
    position: absolute;
    top: 8px;
    left: 10px
}

.header .topbar .top-links .nav-lang>.sub-label .fa {
    color: #999;
    margin-left: 5px
}

.header .topbar .top-links .nav-lang>.subnavs li a {
    display: block;
    padding: 0 10px 0 40px;
    text-decoration: none;
    position: relative;
    color: #333
}

.header .topbar .top-links .nav-lang>.subnavs li a:hover {
    background: #f5f5f5
}

.header .topbar .top-links .nav-lang>.subnavs li a .lang-item {
    position: absolute;
    top: 8px;
    left: 10px
}

.header .topbar .top-links .nav-lang .lang-item {
    width: 22px;
    height: 16px;
    background: url("../images/flag.png") no-repeat 0 0
}

.header .topbar .top-links .nav-lang .lang-en-us {
    background-position: 0 0
}

.header .topbar .top-links .nav-lang .lang-fr-fr {
    background-position: -22px 0
}

.header .topbar .top-links .nav-lang .lang-it-it {
    background-position: -44px 0
}

.header .topbar .top-links .nav-lang .lang-es-es {
    background-position: -66px 0
}

.header .topbar .top-links .nav-lang .lang-ru-ru {
    background-position: -88px 0
}

.header .topbar .top-links .nav-lang .lang-zh-cn {
    background-position: -110px 0
}

.header .topbar .top-links .nav-lang .lang-de-de {
    background-position: -132px 0
}

.header .control {
    width: 100%
}

.header .control .brandbar {
    float: left;
    width: 25%
}

.header .control .searchbar {
    float: left;
     width: 45%  
}

 .toolbar {
    float: right;
    width: 30%
}

.header .control .brandbar .brand {
    float: left;
    padding: 10px 0
}

.header .control .brandbar .brand a {
    display: block;
    height: 70px;
    line-height: 70px
}

.header .control .brandbar .brand a img {
    max-height: 100%;
    max-width: 100%
}

.header .control .searchbar {
    padding: 25px 0 0 100px
}

.from-control-search{
    position: relative
}

.from-control-search .txt-keyword {
    height: 40px;
    font-size: 14px;
    /* border: 1px solid #c5c5c5; */
    /* padding-right: 116px;
    padding-left: 14px; */
    border-radius: 0
}

.from-control-search .btn-search {
    border: 0;
    padding: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    background-color: #4e4e4e;
    color: #fff;
    border-radius: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0
}

.from-control-search .btn-search i {
    font-size: 16px
}

.from-control-search .field-loading {
    top: 50%;
    right: 88px;
    margin-top: -14px;
    position: absolute;
    z-index: 10;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: none
}

.from-control-search .field-loading.active {
    display: block
}

.from-control-search .field-loading .fa {
    color: #999;
    font-size: 14px
}

.from-control-search .tt-hint {
    color: #aaa
}

.from-control-search .tt-menu {
    width: 100%;
    margin-top: 3px;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    overflow: hidden
}

.from-control-search .tt-suggestion {
    padding: 6px 10px;
    font-size: 14px;
    color: #999
}

.from-control-search .tt-suggestion .tt-highlight {
    color: #000;
    font-weight: 700
}

.from-control-search .tt-suggestion:hover {
    cursor: pointer;
    background-color: #f2f2f2
}

.from-control-search .tt-suggestion.tt-cursor {
    background-color: #ddd
}

.from-control-search .tt-suggestion p {
    margin: 0
}

.from-control-search .gist {
    font-size: 14px
}

.from-control-search .tt-dataset {
    max-height: 300px;
    overflow-y: auto
}

.from-control-search .text-keyword {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ededed;
    border-radius: 1000px;
    padding: 5px 40px 5px 20px;
    border: 2px solid #ededed
}

.from-control-search .twitter-typeahead {
    width: 100%;
    min-width: 500px;
}

.from-control-search .prefix {
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    width: 100px;
    z-index: 1
}

.from-control-search .prefix:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    border-right: 1px solid #ddd
}

.from-control-search .txt-keyword {
    border-width: 2px;
    /* padding-left: 110px; */
    border-radius: 9999rem
}

.from-control-search .btn-search {
    border-top-right-radius: 9999rem;
    border-bottom-right-radius: 9999rem
}

.from-control-search .btn-search i {
    font-size: 18px
}

  .toolbar {
    /* padding-top: 25px */
    margin-bottom: 8px;
    margin-top: 8px;
}

  .toolbar-inner {
    float: right
}

.toolbar-inner {
    float: right
}

.toolbar .tool  {
    float: left;
    position: relative;
    margin-left: 10px
}

.toolbar .tool :first-child {
    margin-left: 0
}

.toolbar .tool  {
    height: 24px;
    /* line-height: 40px; */
    display: block
}

.toolbar .tool .tool-cart {
    height: 24px;
    width: 40px
}

.toolbar .tool .tool-cart .icon .fa {
    font-size: 28px;
    color: #184A94;
    text-align: center;
    height: 24px;
    width: 40px;
    line-height: 24px;
    display: block
}

.toolbar .tool .tool-user span {
    float: left
}

.toolbar .tool .tool-user .fa {
    font-size: 28px;
    color: #184A94;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: block
}

.toolbar .tool .tool-user .exp {
    margin: 0 5px
}

.toolbar .tool >a {
    text-decoration: none
}

.toolbar .tool >a>.icon>em>i {
    font-size: 16px;
    color: #232525
}

.toolbar .tool >a>i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #f16051;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 7px 7px 7px 0;
    -moz-border-radius: 7px 7px 7px 0;
    border-radius: 7px 7px 7px 0;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: -9px;
    right: -9px;
    display: none
}

.toolbar .tool-cart .cart-preview {
    width: 380px;
    border: 1px solid #e4e4e4;
    top: 39px;
    font-size: 12px
}

.toolbar .tool-cart .cart-preview .inner {
    padding: 15px
}

.toolbar .tool-cart .cart-preview .list {
    max-height: 400px;
    overflow: auto
}

.toolbar .tool-cart .cart-preview .list .item {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px
}

.toolbar .tool-cart .cart-preview .list .item:last-child {
    border-bottom: none
}

.toolbar .tool-cart .cart-preview .list .item .col {
    float: left
}

.toolbar .tool-cart .cart-preview .list .item .image {
    width: 20%
}

.toolbar .tool-cart .cart-preview .list .item .image a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden
}

.toolbar .tool-cart .cart-preview .list .item .image a img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.toolbar .tool-cart .cart-preview .list .item .info {
    width: 55%
}

.toolbar .tool-cart .cart-preview .list .item .price {
    width: 25%
}

.toolbar .tool-cart .cart-preview .list .item .part a {
    font-weight: 700;
    color: #333
}

.toolbar .tool-cart .cart-preview .list .item .brand {
    color: #777
}

.toolbar .tool-cart .cart-preview .list .item .price {
    text-align: right
}

.toolbar .tool-cart .cart-preview .list .item .subtotal {
    font-weight: 700;
    color: #f16051
}

.toolbar .tool-cart .cart-preview .list .item .qty {
    color: #777
}

.toolbar .tool-cart .cart-preview .action {
    padding-top: 15px;
    border-top: 1px solid #e4e4e4
}

.toolbar .tool-cart .cart-preview .action .btn-checkout {
    border-color: #f16051;
    background-color: #f16051;
    color: #fff
}

.toolbar .tool-cart .cart-preview .total {
    line-height: 32px
}

.toolbar .tool-cart .cart-preview .total em {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #f16051
}

.toolbar .tool-cart .cart-preview .cart-empty {
    text-align: center;
    padding: 30px 0
}

.toolbar .tool-cart .cart-preview .cart-empty p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px
}

.toolbar .tool-cart .cart-preview .cart-empty a {
    color: #333
}

.toolbar .tool-cart.open>a {
    border-bottom: 1px solid #fff
}

.header .control .navbar-toggle {
    padding: 0 10px;
    margin: 0
}

.header .control .navbar-toggle i {
    font-size: 18px
}

.header .navigation {
    background: #1E6497;
    height: 64px;
    /* border-bottom: 1px solid #184A94 */
}

.header .navigation>.container {
    position: relative;
    top: 1px
}

.header .navigation .navlist {
    float: left;
    height: 64px;
    line-height: 64px
}

.header .navigation .navlist ul {
    position: relative
}

.header .navigation .navlist ul li {
    float: left
}

.header .navigation .navlist ul li>span>a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 64px;
    line-height: 64px;
    padding: 0 26px;
    overflow: hidden;
    color: rgba(255, 255, 255, 1)
}

.header .navigation .navlist ul li:last-child>span {
    border-right: none;
    padding-right: 0
}

.header .navigation .catalog {
    width: 310px;
    float: left;
    margin-right: 10px
}

.header .navigation .catalog-wrap {
    position: relative
}

.header .navigation .catalog-wrap>.title>a {
    background: #184A94;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    padding: 0 15px;
    text-decoration: none
}

.header .navigation .catalog-wrap .catlist {
    width: 100%;
    top: 40px;
    left: 0;
    position: absolute;
    z-index: 10;
    background: #fff;
    height: 420px;
    display: none;
    border: 1px solid #e4e4e4;
    border-top: 0
}

.header .navigation .catalog-wrap .catlist .cat-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    top: 0;
    left: 0
}

.header .navigation .catalog-wrap .catlist .catlist-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-top: 8px
}

.header .navigation .catalog-wrap:hover .catlist {
    display: block !important
}

.header .navigation .catalog .catlist-inner>dl>dt>a {
    display: block;
    line-height: 28px;
    padding: 0 20px 0 15px;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.header .navigation .catalog .catlist-inner>dl>dt {
    position: relative;
    z-index: 999
}

.header .navigation .catalog .catlist-inner>dl:hover>dt>a,
.header .navigation .catalog .catlist-inner>dl>dt>a:hover {
    background: #f5f5f5;
    color: #184A94;
    z-index: 1;
    position: relative
}

.header .navigation .catalog .catlist-inner>dl>dt>i {
    top: 50%;
    right: 4px;
    margin-top: -9px;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #aaa;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center
}

.header .navigation .catalog .catlist-inner>dl>dt:hover i {
    color: #184A94
}

.header .navigation .catalog .catlist-inner>dl>dd {
    background: #f5f5f5;
    position: absolute;
    width: 751px;
    height: 420px;
    top: 0;
    left: 308px;
    border: 1px solid #e4e4e4;
    border-left: 0;
    border-top: 0;
    overflow-y: auto;
    z-index: 998
}

.header .navigation .catalog .catlist-inner>dl:hover>dd {
    display: block !important
}

.header .navigation .catalog .catlist-inner>dl>dd .cat-inner {
    padding: 15px
}

.header .navigation .catalog .catlist-inner>dl>dd .row {
    margin: 0
}

.header .navigation .catalog .catlist-inner>dl>dd .row .col {
    padding: 4px 8px;
    width: 50%
}

.header .navigation .catalog .catlist-inner>dl:last-child>dt>a {
    border-bottom-color: rgba(0, 0, 0, 0)
}

.header .navigation .catalog .catlist-inner .more {
    margin: 0 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 8px;
    padding-top: 4px;
    border-top: 1px solid #e4e4e4
}

.body-home .header .navigation .catalog-wrap .catlist {
    display: block
}

.header .control-fixed {
    background: #fff
}

.header .control-fixed.fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
    padding: 0
}

.header .control-fixed.fixed .brandbar .brand {
    padding: 5px 0
}

.header .control-fixed.fixed .brandbar .brand a {
    height: 60px;
    line-height: 60px;
    padding: 0
}

.header .control-fixed.fixed .searchbar {
    padding: 15px 0
}

.header .control-fixed.fixed .searchbar .hot-parts {
    display: none !important
}

.header .control-fixed.fixed .control-toolbar {
    margin: 0;
    padding-top: 5px
}

.header .control-fixed.fixed .control-toolbar .tool {
    height: 40px
}

.header .control-fixed.fixed .control-toolbar .tool>a {
    padding: 0;
    width: 80px;
    height: 40px;
    overflow: visible
}

.header .control-fixed.fixed .control-toolbar .tool>a>.title {
    display: none
}

.header .control-fixed.fixed .toolbar {
    padding-top: 15px
}

.header .control-fixed.fixed .tool-cart {
    padding-left: 0;
    background: none
}

.header .control-fixed.fixed .tool-cart>a {
    margin: 0
}

.header .control-fixed.fixed .navigation {
    display: none !important
}

.footer {
    padding: 0;
    margin-top: 20px;
    background: #1E6497;
    color: #fff
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #fff
}

.footer .footer-link {
    padding: 30px 0
}

.footer .footer-link dl {
    padding-right: 30px
}

.footer .footer-link dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.footer .footer-link dl dd ul li {
    font-size: 13px;
    height: 28px;
    line-height: 28px
}

.footer .footer-link .wrapper .left {
    float: left;
    width: 25%
}

.footer .footer-link .wrapper .central {
    float: left;
    width: 75%
}

.footer .footer-link .wrapper .central .items {
    padding: 0 20px
}

.footer .footer-link .wrapper .central .items dl {
    float: left;
    width: 33.333333%
}

.footer .footer-copyright {
    color: #fff;
    font-size: 12px;
    padding: 0 0 20px 0;
    text-align: center
}

.footer .footer-copyright a {
    color: #fff
}

.footer .footer-bottom {
    padding-bottom: 30px
}

.footer .footer-bottom .items dl {
    float: left;
    width: 25%;
    padding-right: 40px
}

.footer .footer-bottom .items dl dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.footer .footer-bottom .items dl.item-follow ul li {
    float: left
}

.footer .footer-bottom .items dl.item-follow ul li a {
    display: block;
    margin-right: 15px
}

.footer .footer-bottom .items dl.item-follow ul li a img {
    display: block;
    width: 40px;
    height: 40px
}

.footer .footer-bottom .items dl.item-payment ul li,
.footer .footer-bottom .items dl.item-certification ul li {
    float: left
}

.footer .footer-bottom .items dl.item-payment ul li a,
.footer .footer-bottom .items dl.item-certification ul li a {
    display: block;
    margin-right: 15px
}

.footer .footer-bottom .items dl.item-payment ul li a img,
.footer .footer-bottom .items dl.item-certification ul li a img {
    display: block;
    height: 30px
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook {
    color: #fff
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input {
    width: 100%;
    height: 40px;
    position: relative
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .input-field {
    float: left;
    height: 40px;
    width: 100%
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .input-message {
    height: 40px;
    padding: 0 20px;
    border-radius: 9999rem;
    font-size: 14px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .input-message::-webkit-input-placeholder {
    color: #fff
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .input-message:-moz-placeholder {
    color: #fff
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .input-message::-moz-placeholder {
    color: #fff
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .input-message:-ms-input-placeholder {
    color: #fff
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .btn-submit {
    height: 36px;
    line-height: 34px;
    width: 100px;
    text-align: center;
    background: #fff;
    color: #333;
    border: 0;
    border-radius: 90px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 2px;
    right: 2px
}

.footer .footer-bottom .items dl.item-subscribe .form-guestbook .input .btn-submit:hover {
    opacity: .7
}

.content>.page {
    min-height: 560px
}

.content .page .navcrumb {
    margin: 0;
    padding: 0
}

.content .page .navcrumb .breadcrumb {
    background: #fff;
    border-radius: 0;
    padding: 15px 0;
    margin: 0;
    font-size: 12px
}

.layer-quote-add .form-quote-add {
    padding: 15px 15px 0 15px
}

.page-home {
    background: #fff
}

.page-home .main-banner {
    position: relative;
    padding-top: 10px;
    /* display: flex; */
 
}

.page-home .main-banner .swiper-mianbanner {
    height: 350px;
    overflow: hidden
}

.page-home .main-banner .swiper-mianbanner .swiper-pagination {
   bottom: 50px ;
   width: 150px ;
   padding-top: 5px;
}

.page-home .main-banner .swiper-mianbanner .swiper-pagination-bullet-active {
    background: #fff
}

.page-home .main-banner .swiper-mianbanner .swiper-slide {
    background: center no-repeat;
    background-size: cover
}

.page-home .main-banner .swiper-mianbanner .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%
}

.page-home .main-banner .rside-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.page-home .main-banner .rside-wrapper .rside-inner {
    position: relative
}

.page-home .main-banner .rside {
    top: 10px;
    right: 30px;
    position: absolute;
    width: 230px;
    height: 410px;
    z-index: 1
}

.page-home .main-banner .rside ul li {
    margin-bottom: 10px
}

.page-home .main-banner .rside ul li a {
    display: block;
    border-radius: 6px;
    background-color: #fff;
    background-position: right 16px center;
    background-repeat: no-repeat;
    padding: 16px;
    height: 95px;
    text-decoration: none;
    color: #333
}

.page-home .main-banner .rside ul li a .title {
    font-weight: bold;
    display: block
}

.page-home .main-banner .rside ul li a .more {
    color: #777;
    margin-top: 22px;
    display: block
}

.page-home .main-banner .rside ul li a:hover {
    box-shadow: -2px 2px 9px rgba(0, 0, 0, .1)
}

.page-home .main-banner .rside ul li a:hover .title {
    color: #333
}

.page-home .main-banner .rside ul li a:hover .more {
    color: #184A94
}

.page-home .main-banner .rside ul li.rside-rfq a {
    background-image: url("../images/home/cc288f5.jpeg")
}

.page-home .main-banner .rside ul li.rside-bom a {
    background-image: url("../images/home/e3d9812.jpeg")
}

.page-home .main-banner .rside ul li.rside-brands a {
    background-image: url("../images/home/fa632d4.jpeg")
}

.page-home .main-banner .rside ul li.rside-products a {
    background-image: url("../images/home/9a3a8bd.jpeg")
}

.page-home .banner-bottom {
    margin: 20px 0 0 0
}

.page-home .banner-bottom ul {
    border-radius: 6px;
    background: #fff;
    padding: 20px 0
}

.page-home .banner-bottom ul li {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 35px
}

.page-home .banner-bottom ul li:before {
    position: absolute;
    content: "";
    right: 0;
    border-right: 1px solid #e9e9e9;
    width: 1px;
    height: 100%;
    display: block
}

.page-home .banner-bottom ul li:last-child:before {
    display: none
}

.page-home .banner-bottom ul li .text {
    background-color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 62px
}

.page-home .banner-bottom ul li .text.text-1 {
    background-image: url("../images/home/de2cef2.jpeg")
}

.page-home .banner-bottom ul li .text.text-2 {
    background-image: url("../images/home/6d69452.jpeg")
}

.page-home .banner-bottom ul li .text.text-3 {
    background-image: url("../images/home/a2535c3.jpeg")
}

.page-home .banner-bottom ul li .text.text-4 {
    background-image: url("../images/home/7fd2862.jpeg")
}

.page-home .floor {
    margin-top: 30px
}

.page-home .floor .panel {
    border: 0;
    margin: 0;
    background: none
}

.page-home .floor .panel .panel-heading {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    margin-bottom: 16px
}

.page-home .floor .panel .panel-heading h3 {
    font-size: 18px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    float: left;
    display: inline;
    padding-left: 30px
}

.page-home .floor .panel .panel-heading .more {
    top: 0;
    right: 0;
    line-height: 22px;
    position: absolute
}

.page-home .floor .panel .panel-body {
    padding: 0
}

.page-home .floor.floor-hot-products .panel-heading h3 {
    background-image: url("../images/home/home_title_icon_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.page-home .floor.floor-hot-products .floor-side {
    float: left;
    width: 260px;
    height: 412px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.page-home .floor.floor-hot-products .floor-side a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page-home .floor.floor-hot-products .floor-main {
    position: relative;
    padding-left: 260px;
    background: #fff
}

.page-home .floor.floor-hot-products .prod-list li {
    float: left;
    width: 20%
}

.page-home .floor.floor-hot-products .prod-list li .inner {
    display: block;
    height: 206px;
    padding: 20px 16px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s
}

.page-home .floor.floor-hot-products .prod-list li .inner:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.page-home .floor.floor-hot-products .prod-list li .inner .image {
    display: block;
    margin: 20px auto;
    height: 80px;
    line-height: 80px;
    width: 80px
}

.page-home .floor.floor-hot-products .prod-list li .inner .image img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px
}

.page-home .floor.floor-hot-products .prod-list li .inner .part {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    font-weight: bold
}

.page-home .floor.floor-hot-products .prod-list li .inner .brand {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center
}

.page-home .floor.floor-brands .panel-heading h3 {
    background-image: url("../images/home/home_title_icon_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.page-home .floor.floor-brands .brand-list-rec {
    margin: 0;
    background: #fff;
    border-radius: 6px
}

.page-home .floor.floor-brands .brand-list-rec li {
    padding: 20px;
    float: left;
    width: 16.666666%;
    height: 100px;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
    transition: all .3s
}

.page-home .floor.floor-brands .brand-list-rec li:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.page-home .floor.floor-brands .brand-list-rec li a {
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px
}

.page-home .floor.floor-brands .brand-list-rec li a img {
    max-height: 60px;
    line-height: 60px;
    max-width: 100%
}

.page-home .floor.floor-sale-products .panel-heading h3 {
    background-image: url("../images/home/home_title_icon_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.page-home .floor.floor-sale-products .prod-list {
    background: #fff
}

.page-home .floor.floor-sale-products .prod-list li {
    float: left;
    width: 16.666666%
}

.page-home .floor.floor-sale-products .prod-list li .inner {
    display: block;
    padding: 20px 16px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s
}

.page-home .floor.floor-sale-products .prod-list li .inner:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.page-home .floor.floor-sale-products .prod-list li .inner .image {
    display: block;
    margin: 20px auto;
    height: 80px;
    line-height: 80px;
    width: 80px
}

.page-home .floor.floor-sale-products .prod-list li .inner .image img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px
}

.page-home .floor.floor-sale-products .prod-list li .inner .part {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    font-weight: bold
}

.page-home .floor.floor-sale-products .prod-list li .inner .brand {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #777
}

.page-home .floor.floor-sale-products .prod-list li .inner .price {
    color: #ff6221;
    font-size: 14px;
    font-weight: bold
}

.page-home .floor.floor-news .panel-heading h3 {
    background-image: url("../images/home/home_title_icon_3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.page-home .floor.floor-news .panel-body .list {
    margin: 0 -10px
}

.page-home .floor.floor-news .panel-body .list .item {
    float: left;
    width: 25%;
    padding: 0 10px
}

.page-home .floor.floor-news .panel-body .list .item .inner {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px 16px
}

.page-home .floor.floor-news .panel-body .list .item .inner .date {
    color: #777;
    font-size: 14px;
    background-image: url("../images/home/news_icon.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat
}

.page-home .floor.floor-news .panel-body .list .item .inner .title {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 10px 0
}

.page-home .floor.floor-news .panel-body .list .item .inner .title a {
    display: block;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-decoration: none
}

.page-home .floor.floor-news .panel-body .list .item .inner .title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #333
}

.page-home .floor.floor-news .panel-body .list .item .inner .image {
    margin-top: 16px
}

.page-home .floor.floor-news .panel-body .list .item .inner .image a {
    height: 170px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 6px;
    overflow: hidden
}

.page-home .floor.floor-product-parts .panel-heading h3 {
    background-image: url("../images/home/home_title_icon_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.page-home .floor.floor-product-parts .panel-body {
    padding: 0 40px;
    background: #fff;
    border-radius: 6px
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-headings {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-headings ul {
    height: 28px;
    line-height: 28px;
    display: inline-block
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-headings ul li {
    height: 28px;
    line-height: 28px;
    float: left;
    padding: 0 30px;
    cursor: pointer;
    font-size: 16px;
    color: #666
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-headings ul li.active {
    color: #333;
    font-weight: 700;
    position: relative
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-headings ul li.active:after {
    width: 46px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -23px;
    content: "";
    background: #333
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-body {
    padding: 10px 0
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-body .panel-pane {
    display: none
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-body .panel-pane.active {
    display: block
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-body .panel-pane ul li {
    float: left;
    width: 20%
}

.page-home .floor.floor-product-parts .panel-body .tabs .tab-body .panel-pane ul li div {
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px
}

.page-home .floor.floor-part-index {
    border-radius: 6px;
    background: #fff;
    padding: 10px 20px;
    text-align: center
}

.page-home .floor.floor-part-index span {
    display: inline-block;
    margin: 0 10px
}

.page-home .home-bottom {
    background: #fff;
    margin-top: 30px
}

.page-home .home-bottom ul {
    padding-top: 20px
}

.page-home .home-bottom ul li {
    float: left;
    width: 25%;
    padding: 14px 35px;
    border-right: 1px solid #e9e9e9
}

.page-home .home-bottom ul li:first-child {
    border-left: 1px solid #e9e9e9
}

.page-home .home-bottom ul li.item .inner {
    height: 45px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 64px
}

.page-home .home-bottom ul li.item .inner .t1 {
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.page-home .home-bottom ul li.item .inner .t2 {
    height: 16px;
    line-height: 16px;
    font-size: 14px
}

.page-home .home-bottom ul li.item-1 .inner {
    background-image: url("../images/home/5f2aff1.jpeg")
}

.page-home .home-bottom ul li.item-2 .inner {
    background-image: url("../images/home/a03b260.jpeg")
}

.page-home .home-bottom ul li.item-3 .inner {
    background-image: url("../images/home/afbaed5.jpeg")
}

.page-home .home-bottom ul li.item-4 .inner {
    background-image: url("../images/home/da9bcba.jpeg")
}

.page-cate-list .prod-cate-nav>.panel>.panel-body {
    max-height: 620px;
    overflow-y: auto
}

.page-cate-list .prod-cate-nav.scrollfixed {
    z-index: 1 !important
}

.page-cate-list .prod-cate-nav.scrollfixed>.panel {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.page-cate-list .prod-cate-nav ul li {
    padding: 5px 0
}

.page-cate-list .prod-cate-nav ul li a {
    font-size: 14px
}

.page-cate-list .prod-cate-nav ul li span {
    color: #fff
}

.page-cate-list .prod-cate-list .item {
    margin-bottom: 15px
}

.page-cate-list .prod-cate-list .item h3 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 15px 10px
}

.page-cate-list .prod-cate-list .item h3 a {
    font-weight: 700
}

.page-cate-list .prod-cate-list .item h3 .text-muted {
    color: #999;
    font-size: 16px
}

.page-cate-list .prod-cate-list .item .list {
    padding: 15px
}

.page-cate-list .prod-cate-list .item .list ul li {
    padding: 10px
}

.page-cate-list .prod-cate-list .item .list ul li a {
    font-size: 14px;
    font-weight: 400
}

.page-brand-list .brand-letter {
    width: 100% !important;
    font-size: 16px;
    height: 35px
}

.page-brand-list .brand-letter-inner {
    padding: 0 15px;
    background-color: #bbb
}

.page-brand-list .brand-letter ul {
    text-align: center
}

.page-brand-list .brand-letter ul li {
    display: inline-block;
    color: gray
}

.page-brand-list .brand-letter ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 8px 10px;
    text-decoration: none
}

.page-brand-list .brand-letter ul li a:hover {
    background: #777
}

.page-brand-list .letter-fixed.fixed {
    top: 70px;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 98;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, .1);
    background-color: #bbb
}

.page-brand-list .letter-fixed.fixed .brand-letter-inner {
    background: #bbb
}

.page-brand-list .brand-list {
    padding-top: 20px
}

.page-brand-list .brand-list dl {
    padding: 15px 0
}

.page-brand-list .brand-list dl dt {
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    color: #333;
    font-weight: 800;
    padding: 10px
}

.page-brand-list .brand-list dl dt em {
    font-weight: normal;
    font-size: 18px
}

.page-brand-list .brand-list dl dd {
    padding: 10px 0
}

.page-brand-list .brand-list dl dd ul li {
    padding: 0;
    margin: 0
}

.page-brand-list .brand-list dl dd ul li .inner {
    padding: 10px
}

.page-brand-list .brand-list dl dd ul li a {
    font-size: 14px;
    font-weight: 400
}

.page-brand-details h1 {
    font-size: 28px;
    font-weight: 800;
    padding: 15px 0;
    margin-bottom: 20px
}

.page-brand-details .panel-brand-details .panel-body .brand-img {
    float: left;
    width: 200px;
    height: 100px;
    margin: 0 15px 15px 0;
    overflow: hidden
}

.page-brand-details .panel-brand-details .panel-body .brand-img img {
    max-width: 100%
}

.page-brand-details .panel-related-cats dl dt {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 10px
}

.page-brand-details .panel-related-cats dl dt a {
    text-decoration: none
}

.page-brand-details .panel-related-cats dl dt a em {
    font-weight: normal;
    font-style: normal;
    font-size: 14px
}

.page-brand-details .panel-related-cats dl dd {
    padding: 10px 0
}

.page-brand-details .panel-related-cats dl dd ul li {
    padding: 0;
    margin: 0;
    padding: 4px 10px
}

.page-brand-details .panel-related-cats dl dd ul li a {
    font-size: 12px
}

.page-brand-details .panel-related-cats dl dd ul li a em {
    font-weight: normal;
    font-style: normal;
    color: #888
}

.page-brand-details .panel-lastest-product .panel-heading {
    padding: 0;
    margin: 0
}

.page-brand-details .panel-lastest-product .panel-heading .panel-title {
    padding: 0;
    margin: 0;
    float: inherit
}

.page-brand-details .panel-lastest-product .panel-heading .panel-title h3 {
    color: #fff;
    background-color: #184A94;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0
}

.page-brand-details .panel-lastest-product .panel-body {
    background-color: #f2f2f2;
    padding: 10px
}

.page-brand-details .panel-lastest-product .panel-body ul li {
    margin-bottom: 10px
}

.page-brand-details .panel-lastest-product .panel-body ul li:last-child {
    margin-bottom: 0
}

.page-brand-details .prod-info .inner {
    padding: 10px;
    background-color: #fff
}

.page-brand-details .prod-info .infos .image a {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 40%
}

.page-brand-details .prod-info .infos .image a img {
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.page-brand-details .prod-info .infos .part {
    font-size: 16px;
    font-weight: 700
}

.page-brand-details .prod-info .infos .brand {
    font-size: 14px;
    font-weight: 700
}

.page-brand-details .prod-info .opts .stock {
    float: left;
    width: 50%;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-right: 1px solid #fff
}

.page-brand-details .prod-info .opts .button {
    float: left;
    width: 50%
}

.page-brand-details .prod-info .opts .button a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #184A94;
    text-align: center;
    text-decoration: none
}

.page-prod-list .filter-list {
    border: 1px solid #dedede;
    padding: 10px 15px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 12px
}

.page-prod-list .filter-list .filter-item {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    position: relative
}

.page-prod-list .filter-list .filter-item:last-child {
    border-bottom: none
}

.page-prod-list .filter-list .more {
    position: absolute;
    right: 0;
    top: 13px;
    width: 70px;
    margin: 0;
    text-align: right
}

.page-prod-list .filter-list .more a {
    display: inline-block;
    line-height: 22px;
    padding: 0 5px 0 10px;
    background: #eee;
    color: #777;
    border-radius: 2px;
    text-decoration: none
}

.page-prod-list .filter-list .more a:hover {
    background: #ddd
}

.page-prod-list .filter-list .more a i {
    color: #aaa
}

.page-prod-list .filter-list .filter-item dl {
    margin-right: 80px
}

.page-prod-list .filter-list .filter-item dl dt {
    float: left;
    width: 120px;
    text-align: right;
    line-height: 20px;
    padding: 4px 0
}

.page-prod-list .filter-list .filter-item dl dt {
    font-weight: 700
}

.page-prod-list .filter-list .filter-item dl dd {
    margin-left: 135px;
    max-height: 84px
}

.page-prod-list .filter-list .filter-item dl dd.open {
    max-height: none;
    height: auto
}

.page-prod-list .filter-list .filter-item dl dd.open ul {
    max-height: none;
    height: auto
}

.page-prod-list .filter-list .filter-item dl dd ul {
    margin: 0;
    max-height: 84px;
    overflow: hidden
}

.page-prod-list .filter-list .filter-item dl dd ul li {
    padding: 4px 10px
}

.page-prod-list .filter-list .filter-item dl dd ul li a {
    line-height: 20px
}

.page-prod-list .filter-list .filter-item dl dd ul li em {
    font-style: normal;
    font-weight: normal
}

.page-prod-list .filter-list .filter-attrs .style-vertical {
    padding: 10px 0;
    overflow-y: auto
}

.page-prod-list .filter-list .filter-attrs .style-vertical>.inner {
    width: 100000px
}

.page-prod-list .filter-list .filter-attrs .style-vertical .filter-attr {
    float: left;
    display: inline;
    width: 140px;
    margin-right: 15px
}

.page-prod-list .filter-list .filter-attrs .style-vertical .filter-attr dt {
    line-height: 22px;
    margin-bottom: 5px
}

.page-prod-list .filter-list .filter-attrs .style-vertical .filter-attr dd {
    border: 1px solid #dedede;
    padding: 10px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto
}

.page-prod-list .filter-list .filter-attrs .style-vertical .filter-attr dd ul li a {
    display: block;
    padding: 4px 0
}

.page-prod-list .filter-list .filter-attrs .style-vertical .filter-attr dd ul li a i {
    font-style: normal
}

.page-prod-list .filter-result {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    line-height: 26px;
    font-size: 12px
}

.page-prod-list .filter-selected {
    padding-right: 140px
}

.page-prod-list .filter-selected dt {
    color: #6b6b6b;
    float: left;
    line-height: 26px;
    padding: 5px
}

.page-prod-list .filter-selected dd {
    overflow: hidden
}

.page-prod-list .filter-selected dd ul li {
    float: left;
    padding: 5px
}

.page-prod-list .filter-selected dd ul li a {
    display: block;
    background: #184A94;
    color: #fff;
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.page-prod-list .nofilter {
    padding: 5px
}

.page-prod-list .result-count {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 120px;
    text-align: right;
    line-height: 26px
}

.page-prod-list .prod-list .paging {
    padding: 15px 0
}

.page-prod-list .prod-list .paging .page-info {
    line-height: 28px
}

.page-prod-list .prod-list .paging a {
    font-size: 12px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 2px;
    height: 28px;
    display: inline-block;
    padding: 0 15px;
    line-height: 26px
}

.page-prod-list .prod-list .data-view .view-table .table {
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-left: 0;
    width: 100%
}

.page-prod-list .prod-list .data-view .view-table .table>thead>tr>td,
.page-prod-list .prod-list .data-view .view-table .table>thead>tr>th,
.page-prod-list .prod-list .data-view .view-table .table>tbody>tr>td,
.page-prod-list .prod-list .data-view .view-table .table>tbody>tr>th,
.page-prod-list .prod-list .data-view .view-table .table>tfoot>tr>td,
.page-prod-list .prod-list .data-view .view-table .table>tfoot>tr>th {
    padding: 10px;
    vertical-align: middle;
    min-width: 100px;
    border-color: #e5e5e5;
    line-height: 26px
}

.page-prod-list .prod-list .data-view .view-table .table>thead>tr>td,
.page-prod-list .prod-list .data-view .view-table .table>thead>tr>th {
    padding: 15px 10px;
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 14px;
    min-width: 100px;
    border-bottom-width: 1px;
    border-color: #e5e5e5
}

.page-prod-list .prod-list .data-view .view-table .table>tbody>tr>td,
.page-prod-list .prod-list .data-view .view-table .table>tbody>tr>th {
    position: relative
}

.page-prod-list .prod-list .data-view .view-table .table>tbody>tr {
    background-color: #fff;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.page-prod-list .prod-list .data-view .view-table .prod-img {
    display: block;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle
}

.page-prod-list .prod-list .data-view .view-table .prod-img img {
    width: 100%;
    vertical-align: middle
}

.page-prod-list .prod-list .data-view .view-table .part a {
    font-weight: 700;
    text-decoration: underline
}

.page-prod-list .prod-list .data-view .view-table .stock {
    color: #f60;
    margin-bottom: 5px
}

.page-prod-list .prod-list .data-view .view-table .minqty {
    color: #999
}

.page-prod-list .prod-list .data-view .view-table .prices {
    font-family: Arial, Helvetica, sans-serif
}

.page-prod-list .prod-list .data-view .view-table .prices dl dt {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
    line-height: 26px
}

.page-prod-list .prod-list .data-view .view-table .prices dl dd {
    float: right;
    width: 60%;
    line-height: 26px;
    color: #ee8d25
}

.page-prod-list .prod-list .data-view .view-table .link-cart-add {
    display: block;
    width: 100%;
    padding: 0;
    height: 30px;
    line-height: 28px;
    color: #fff;
    background: #184A94;
    border-color: #184A94;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px
}

.page-prod-list .prod-list .data-view .view-table .link-cart-add:hover {
    background: #184A94;
    border-color: #184A94
}

.page-prod-list .prod-list .data-view .view-table .link-quote-add {
    display: block;
    width: 100%;
    padding: 0;
    height: 30px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    background: #e67a17;
    border-color: #e67a17;
    color: #fff
}

.page-prod-list .prod-list .data-view .view-table .link-quote-add:hover {
    background: #e67a17
}

.page-prod-list .prod-list .data-view .view-list .prod-item {
    background-color: #fff
}

.page-prod-list .prod-list .data-view .view-list .prod-item:nth-child(even) {
    background-color: #eee
}

.page-prod-list .prod-list .data-view .view-list .prod-item {
    padding: 15px;
    position: relative
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-img {
    float: left;
    width: 25%;
    padding-right: 20px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-img a {
    display: block
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-img a img {
    width: 100%
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info {
    float: left;
    width: 75%;
    padding-right: 40px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-part {
    margin-bottom: 10px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-part a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-brand {
    margin-bottom: 5px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-desc {
    margin-bottom: 5px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-stock {
    margin-bottom: 10px;
    font-weight: 700
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-prices dl dt {
    float: left;
    width: 50%
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-info .prod-prices dl dd {
    float: left;
    width: 50%
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-tools {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-tools .tool-item {
    margin-bottom: 15px
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-tools .tool-item .btn {
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-tools .tool-item .btn-addtocart {
    background: #d20019
}

.page-prod-list .prod-list .data-view .view-list .prod-item .prod-tools .tool-item .btn-quote {
    background: #999
}

.page-prod-list .prod-list .data-view .view-table .btn-view {
    display: block;
    border: 2px solid #000;
    line-height: 28px;
    background: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.page-prod-list .prod-list .data-view .view-table .btn-view:hover {
    background-color: #000;
    color: #fff
}

.page-prod-list .prod-list .data-view .view-table .btn-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.page-prod-list .prod-list .data-view .view-table .btn-link.btn-quote {
    background: #54b948;
    color: #fff;
    margin-top: 5px
}

.page-prod-list .prod-list .data-view .view-table .btn-pdf {
    background: #d9534f;
    color: #fff
}

.page-prod-list .prod-list .data-view .view-table .rohs {
    width: 26px;
    height: 21px;
    background: url("../images/icon_rohs.gif") no-repeat left center;
    margin-top: 8px
}

.partner-list .partner-title {
    margin: 15px 0;
    padding: 10px;
    box-sizing: border-box;
    background: #fcfcfc;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #000
}

.partner-list .partner-title .partner-image {
    height: 40px;
    line-height: 40px;
    margin-right: 10px
}

.partner-list .partner-title .partner-name {
    height: 40px;
    line-height: 40px;
    font-size: 16px
}

.page-prod-search .nodata {
    padding: 50px 0;
    text-align: center
}

.page-prod-search .nodata>p {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    font-size: 18px;
    background: url("../images/error.png") no-repeat left center;
    color: #333;
    margin-bottom: 50px
}

.page-prod-search .nodata>p>em {
    color: #f60
}

.page-prod-search .nodata>.suggest {
    font-size: 14px;
    color: #555;
    text-align: center
}

.page-prod-search .nodata>.suggest dl {
    display: inline-block;
    padding-left: 60px;
    text-align: left
}

.page-prod-search .nodata>.suggest dl dt {
    line-height: 30px;
    font-weight: 700
}

.page-prod-search .nodata>.suggest dl dd {
    position: relative;
    line-height: 30px
}

.page-prod-search .nodata>.suggest .link-inquiry {
    margin-top: 15px;
    padding: 0 30px;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    color: #fff;
    background: #e26b0a;
    border-color: #e26b0a;
    text-align: center
}

.page-prod-search .load-text {
    font-size: 14px;
    text-align: center;
    padding: 20px 0
}

.page-prod-search .load-text .text {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding-left: 28px;
    background: url("../images/loading_min.gif") no-repeat left center
}

.page-prod-search .partner-item .panel {
    margin-bottom: 20px;
    border: 0
}

.page-prod-search .partner-item .panel>.panel-heading {
    border-bottom: 1px solid #c00;
    padding: 15px;
    background: #fff
}

.page-prod-search .partner-item .panel>.panel-heading>.panel-title>h3 {
    font-size: 16px;
    color: #c00;
    font-weight: 700
}

.page-prod-search .partner-item .panel>.panel-heading>.panel-title>h3>i {
    font-size: 14px;
    color: #777;
    font-weight: 400
}

.page-prod-search .partner-item .panel>.panel-heading>.panel-title .image {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px
}

.page-prod-search .partner-item .panel>.panel-heading>.panel-title .image img {
    max-height: 100%
}

.page-prod-search .partner-item .panel>.panel-heading>.panel-title .desc {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888
}

.page-prod-search .partner-item .panel>.panel-body {
    padding: 0;
    border: 1px solid #e4e4e4;
    border-top: 0
}

.page-prod-search .prod-list .data-view .view-table .table {
    margin: 0
}

.page-prod-search .prod-list .data-view .viewall {
    padding: 15px;
    font-size: 14px;
    color: #777
}

.page-prod-search .prod-list .data-view .viewall>* {
    display: inline-block;
    padding: 2px 4px;
    margin-right: 5px
}

.page-prod-search .prod-list .data-view .viewall .link-viewall {
    border-bottom: 1px solid #c00;
    text-decoration: none
}

.page-prod-search .prod-list .data-view .view-table .table>tbody>tr:hover {
    background: #f6f6f6
}

.page-prod-detail .wrap-prod-detail {
    padding-top: 15px
}

.page-prod-detail .prod-base .product-gallery {
    float: left;
    width: 300px;
    margin-bottom: 55px
}

.page-prod-detail .prod-base .product-info {
    margin-bottom: 15px;
    padding-left: 330px;
    position: relative;
    z-index: 0
}

.page-prod-detail .gallery {
    position: relative
}

.page-prod-detail .gallery-img {
    margin-bottom: 15px;
    border: 1px solid #dedede
}

.page-prod-detail .gallery-img a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 70%
}

.page-prod-detail .gallery-img a img {
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.page-prod-detail .sharebox {
    height: 28px;
    text-align: center
}

.page-prod-detail .prod-base .gallery {
    float: left;
    width: 300px;
    margin-bottom: 55px
}

.page-prod-detail .prod-base .product-info .product-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4
}

.page-prod-detail .prod-base .product-overview .overview-inner .brand {
    height: 60px;
    text-align: center;
    padding: 10px;
    border: 1px solid #e4e4e4
}

.page-prod-detail .prod-base .product-overview .overview-inner .brand img {
    height: 100%
}

.page-prod-detail .prod-base .product-overview .overview-inner dl {
    margin-top: 10px
}

.page-prod-detail .prod-base .product-overview .overview-inner dl dt {
    float: left;
    width: 40%
}

.page-prod-detail .prod-base .product-overview .overview-inner dl dd {
    float: left;
    width: 60%
}

.page-prod-detail .prod-base .price-tools {
    padding-top: 30px
}

.page-prod-detail .prod-base .price-tools .link-quote-add {
    color: #54b948;
    text-decoration: underline;
    font-size: 14px
}

.page-prod-detail .prod-base .product-overview {
    float: left;
    width: 50%;
    padding-right: 15px
}

.page-prod-detail .prod-base .product-overview .form-add-to-rfq {
    padding: 15px 0
}

.page-prod-detail .prod-base .product-overview .form-add-to-rfq .field {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom: 15px
}

.page-prod-detail .prod-base .product-overview .form-add-to-rfq .field .text {
    float: left;
    width: 80px;
    line-height: 32px;
    padding-left: 10px
}

.page-prod-detail .prod-base .product-overview .form-add-to-rfq .field .input {
    display: block;
    padding-left: 90px
}

.page-prod-detail .prod-base .product-overview .form-add-to-rfq .field .input .form-control {
    border: 0;
    border-radius: 0;
    border-left: 1px solid #e4e4e4
}

.page-prod-detail .prod-base .product-overview .form-add-to-rfq .button .btn-add-to-rfq {
    background: #dc3545;
    color: #fff;
    border-radius: 4px;
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    outline: 0
}

.page-prod-detail .prod-base .product-inquiry-form {
    float: left;
    width: 50%;
    padding-left: 100px
}

.page-prod-detail .prod-base .product-inquiry-form .image {
    text-align: center;
    margin-bottom: 10px
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq {
    border: 1px solid #ed6519
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq h3 {
    background: #ed6519;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq .inner {
    padding: 15px
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq dl {
    padding: 5px 0
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq dl dt {
    float: left;
    width: 110px;
    line-height: 32px
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq dl dd {
    padding-left: 120px
}

.page-prod-detail .prod-base .product-inquiry-form .form-rfq .btn-submit {
    margin-top: 15px;
    display: block;
    background: #ed6519;
    color: #fff;
    border: 0;
    border-radius: 4px;
    height: 42px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    font-size: 16px
}

.page-prod-detail .table-style {
    padding: 0 10px
}

.page-prod-detail .table-style>dl {
    background: #f6f6f6;
    border-bottom: 1px solid #e4e4e4
}

.page-prod-detail .table-style>dl:last-child {
    border-bottom: 0
}

.page-prod-detail .table-style>.row>.col {
    padding: 8px 15px
}

.page-prod-detail .table-style>dl>dt {
    text-align: right;
    border-right: 1px solid #e4e4e4;
    margin-right: -1px;
    margin-left: 1px
}

.page-prod-detail .table-style>dl>dd {
    background: #fff;
    border-left: 1px solid #e4e4e4
}

.page-prod-detail .nodata {
    font-size: 16px;
    color: #999;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 15px
}

.page-prod-detail .product-procurement {
    position: relative;
    margin-top: 15px
}

.page-prod-detail .product-procurement .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.page-prod-detail .product-procurement .mask .mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3
}

.page-prod-detail .product-procurement .mask .mask-msg {
    height: 16px;
    width: 16px;
    background: url("../images/loading_min.gif") no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px
}

.page-prod-detail .product-procurement .price-total .total {
    font-size: 16px;
    font-weight: 400;
    color: #f60;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "Times New Roman", "Lucida Grande", sans-serif
}

.page-prod-detail .product-procurement .form-info {
    padding: 15px 0
}

.page-prod-detail .product-procurement .form-info .input-qty .txt-qty {
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.page-prod-detail .product-procurement .form-info .input-qty .btn {
    height: 40px;
    line-height: 38px;
    padding: 0;
    width: 40px;
    border-color: #d7d7d7
}

.page-prod-detail .product-procurement .form-info .input-buy .btn-buy {
    height: 40px;
    width: 100%;
    color: #fff;
    background-color: #184A94;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.page-prod-detail .product-procurement .form-info .input-buy .btn-buy:disabled {
    background-color: #5b5b5b
}

.page-prod-detail .product-procurement .deal-info .deal-item {
    padding: 10px 0
}

.page-prod-detail .product-procurement .deal-info .deal-item span {
    margin-right: 30px
}

.page-prod-detail .product-procurement .deal-info .price-break {
    background: #f8f8f8;
    padding: 15px
}

.page-prod-detail .product-procurement .deal-info .price-break>dl {
    padding: 2px 0
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dt {
    margin-bottom: 10px;
    font-weight: 700
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dd {
    font-family: Arial, Helvetica, sans-serif
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dd>dl {
    margin: 0
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dd>dl:nth-child(odd) {
    background: #e9e9e9
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dd>dl:hover {
    cursor: pointer;
    color: #f60
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dd>dl>dt {
    padding: 5px 10px;
    font-weight: 700
}

.page-prod-detail .product-procurement .deal-info .price-break>dl>dd>dl>dd {
    padding: 5px 10px
}

.page-prod-detail .panel-relate-prod ul li {
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #eee
}

.page-prod-detail .panel-relate-prod ul li:last-child {
    border-bottom: 0
}

.page-prod-detail .panel-relate-prod ul li span {
    display: block
}

.page-prod-detail .panel-relate-prod ul li .part {
    padding-right: 100px
}

.page-prod-detail .panel-relate-prod ul li .price {
    position: absolute;
    right: 0;
    top: 8px
}

.wrap-cart .header {
    border-bottom: 0
}

.page-cart .cart-list>.cart-error {
    padding: 100px 0
}

.page-cart .cart-list>.cart-error>p {
    width: 320px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    font-size: 16px;
    background: url("../images/error.png") no-repeat left center;
    margin-bottom: 20px
}

.page-cart .panel-cart-empty .cart-empty {
    padding-left: 220px;
    color: #b0b0b0;
    height: 200px;
    width: 600px;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 130px;
    background: url("../images/cart-empty.png") no-repeat left center
}

.page-cart .panel-cart-empty .cart-empty h2 {
    margin: 0;
    padding: 40px 0 20px 0;
    font-size: 28px
}

.page-cart .panel-cart-empty .cart-empty p {
    font-size: 20px;
    margin-bottom: 15px
}

.page-cart .panel-cart-empty .cart-empty .links a {
    font-size: 14px;
    background: #dc2827;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px;
    border: 1px solid #dc2827;
    margin-right: 10px
}

.page-cart .panel-cart-empty .cart-empty .links .link-reversal {
    background: #fff;
    color: #dc2827
}

.page-cart .panel-cart {
    border: 0
}

.page-cart .panel-cart .panel-heading {
    border-bottom: 2px solid #555;
    padding: 10px 0;
    background: none
}

.page-cart .panel-cart .panel-heading .panel-title h3 {
    margin: 0;
    padding: 0;
    font-weight: 700
}

.page-cart .panel-cart .panel-body {
    padding: 0
}

.page-cart .panel-cart .cart-summary {
    padding: 0;
    background: #eee;
    line-height: 50px
}

.page-cart .panel-cart .cart-summary .summary-tools {
    padding: 0 15px
}

.page-cart .panel-cart .cart-summary .summary-total {
    float: left;
    font-size: 14px;
    padding-left: 15px
}

.page-cart .panel-cart .cart-summary .price-total {
    float: left;
    color: #f02830;
    font-size: 24px;
    font-family: "Microsoft YaHei"
}

.page-cart .panel-cart .cart-summary .btn-submit {
    float: left;
    margin-left: 15px;
    background-color: #f02830;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.page-cart .table-cart {
    font-size: 12px;
    margin: 0
}

.page-cart .table-cart>thead>tr>th {
    border-bottom-width: 1px
}

.page-cart .table-cart>tbody>tr>td,
.page-cart .table-cart>tbody>tr>th,
.page-cart .table-cart>tfoot>tr>td,
.page-cart .table-cart>tfoot>tr>th {
    padding: 10px;
    vertical-align: middle;
    font-weight: 400;
    border: none
}

.page-cart .table-cart>thead>tr>td,
.page-cart .table-cart>thead>tr>th {
    padding: 15px 10px;
    background-color: #eee;
    font-weight: 700;
    border: none
}

.page-cart .table-cart>tbody>tr {
    background: #fff
}

.page-cart .table-cart.table-striped>tbody>tr:nth-of-type(even) {
    background: #f5f5f5
}

.page-cart .table-cart .photo {
    float: left
}

.page-cart .table-cart .photo a {
    display: block;
    border: 1px solid #dfdfdf;
    width: 60px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #fff
}

.page-cart .table-cart .photo a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.page-cart .table-cart .info {
    padding-left: 70px
}

.page-cart .table-cart .info .prodname {
    font-weight: 700;
    margin-bottom: 5px
}

.page-cart .table-cart .info .brandname {
    color: #777
}

.page-cart .table-cart .quantity {
    margin: 4px 0
}

.page-cart .table-cart .quantity .qty-prefix {
    float: left;
    line-height: 32px;
    margin-right: 5px
}

.page-cart .table-cart .quantity .qty-field {
    width: 100%
}

.page-cart .table-cart .quantity .qty-field .btn {
    height: 32px;
    line-height: 30px;
    padding: 0;
    width: 24px;
    border-color: #d7d7d7
}

.page-cart .table-cart .quantity .qty-field .form-control {
    height: 32px;
    line-height: 30px;
    padding: 0 4px;
    font-size: 12px
}

.page-cart .table-cart .moreprice {
    position: relative;
    display: inline-block
}

.page-cart .table-cart .moreprice dt span {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 5px 0 8px;
    line-height: 22px;
    background: #fff
}

.page-cart .table-cart .moreprice dd {
    display: none;
    position: absolute;
    top: 23px;
    right: 0;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 2;
    padding: 5px 0;
    width: 160px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.page-cart .table-cart .moreprice dd ul {
    text-align: right
}

.page-cart .table-cart .moreprice dd ul li {
    line-height: 22px;
    padding: 0 10px
}

.page-cart .table-cart .moreprice dd ul li .qty {
    margin-right: 10px
}

.page-cart .table-cart .moreprice:hover dt span {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 3
}

.page-cart .table-cart .moreprice:hover dd {
    display: block
}

.page-cart .table-cart .subtotal {
    color: #f60;
    font-weight: 700;
    font-style: normal
}

.page-cart .table-cart .btn-fav {
    color: #888
}

.page-order-checkout .form-checkout {
    padding-top: 1px
}

.page-order-checkout .form-checkout .panel {
    margin-bottom: 0;
    margin-top: -1px
}

.page-order-checkout .form-checkout .panel .panel-body {
    padding: 20px
}

.page-order-checkout .form-checkout .panel-address .address-list .list {
    margin-bottom: 15px;
    font-size: 14px
}

.page-order-checkout .form-checkout .panel-address .address-list .item {
    border: 1px solid #fff;
    border-bottom: 1px dashed #eee;
    background: #fff;
    position: relative;
    overflow: hidden
}

.page-order-checkout .form-checkout .panel-address .address-list .active {
    border: 1px solid #0979e9;
    background: #f5faff
}

.page-order-checkout .form-checkout .panel-address .address-list .item label {
    display: block;
    padding: 15px 20px;
    cursor: pointer
}

.page-order-checkout .form-checkout .panel-address .address-list .item label .label-inner {
    display: block;
    padding-left: 24px;
    background: url("../images/checkbox_1.png") no-repeat left center;
    line-height: 22px;
    height: 22px
}

.page-order-checkout .form-checkout .panel-address .address-list .active label .label-inner {
    background-image: url("../images/checkbox_2.png")
}

.page-order-checkout .form-checkout .panel-address .address-list .item label input {
    position: absolute;
    top: -20px;
    left: -20px
}

.page-order-checkout .form-checkout .panel-address .address-list .item label .tools {
    display: none
}

.page-order-checkout .form-checkout .panel-address .address-list .item label .tools a {
    color: #777
}

.page-order-checkout .form-checkout .panel-address .address-list .item label .tools a:hover {
    color: #000
}

.page-order-checkout .form-checkout .panel-address .address-list .item label:hover .tools {
    display: inline-block
}

.page-order-checkout .form-checkout .panel-express .panel-body {
    padding: 10px
}

.page-order-checkout .form-checkout .panel-express .express-list ul {
    margin: 0
}

.page-order-checkout .form-checkout .panel-express .express-list ul li {
    padding: 0
}

.page-order-checkout .form-checkout .panel-express .express-list ul li .inner {
    padding: 10px
}

.page-order-checkout .form-checkout .panel-express .express-list ul li label {
    display: block;
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 90px;
    line-height: 40px;
    cursor: pointer
}

.page-order-checkout .form-checkout .panel-express .express-list ul li label img {
    display: inline-block;
    height: 40px;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 5px
}

.page-order-checkout .form-checkout .panel-express .express-list ul li label span {
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px
}

.page-order-checkout .form-checkout .panel-express .express-list ul li label input {
    position: absolute;
    top: -20px;
    left: -20px
}

.page-order-checkout .form-checkout .panel-express .express-list ul li.active label {
    border: 1px solid #0979e9
}

.page-order-checkout .form-checkout .panel-payment {
    font-size: 14px
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px dashed #eee
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li:last-child {
    border-bottom: none
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li .inner {
    border: 1px solid #fff;
    background: #fff
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li.active .inner {
    border: 1px solid #0979e9;
    background: #f5faff
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li label {
    padding: 15px 20px;
    display: block;
    cursor: pointer
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li label .label-inner {
    display: block;
    padding-left: 24px;
    background: url("../images/checkbox_1.png") no-repeat left center;
    line-height: 22px;
    height: 22px
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li.active label .label-inner {
    background-image: url("../images/checkbox_2.png")
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li label input {
    position: absolute;
    top: -20px;
    left: -20px
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li label .payment-name {
    float: left;
    width: 120px;
    margin-right: 10px
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li label .payment-desc {
    display: block;
    overflow: hidden;
    color: #999
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li .payment-info {
    padding: 0 20px 15px 174px
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li .payment-info .img {
    overflow: hidden
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li .payment-info .img img {
    max-width: 100%
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li .payment-info .info {
    margin-top: 10px
}

.page-order-checkout .form-checkout .panel-payment .payment-list ul li .payment-info .info pre {
    padding: 0;
    margin: 0
}

.page-order-checkout .form-checkout .order-submit .price {
    margin: 15px 0;
    padding: 15px;
    background: #f7f7f7
}

.page-order-checkout .form-checkout .order-submit .price dl {
    font-size: 14px
}

.page-order-checkout .form-checkout .order-submit .price dl dt {
    float: left;
    width: 80%;
    text-align: right;
    line-height: 32px
}

.page-order-checkout .form-checkout .order-submit .price dl dd {
    float: left;
    width: 20%;
    text-align: right;
    line-height: 32px
}

.page-order-checkout .form-checkout .order-submit .price dl dd em {
    color: #f60;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px
}

.page-order-checkout .form-checkout .order-submit .price .needpay dt {
    font-weight: 700
}

.page-order-checkout .form-checkout .order-submit .price .needpay dd em {
    font-size: 18px;
    color: #e31b23;
    line-height: 30px
}

.page-order-checkout .form-checkout .order-submit .checkout-btns .link-back {
    height: 40px;
    line-height: 40px
}

.page-order-checkout .form-checkout .order-submit .checkout-btns .btn-submit {
    background-color: #f02830;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.page-order-details .price {
    font-family: Verdana, Arial;
    font-style: normal;
    font-weight: 400
}

.page-order-details .order-prompt {
    padding: 20px;
    background: #f1f8ee;
    border-top: 2px solid #7abd54;
    border-bottom: 1px solid #d7ebcb;
    color: #777
}

.page-order-details .order-prompt .inner {
    padding: 10px 0 10px 80px;
    background: url("/static/default/images/icon/icon_success_64.png") no-repeat left center
}

.page-order-details .order-prompt h3 {
    color: #7baa61;
    font-size: 18px;
    margin: 0
}

.page-order-details .order-prompt p {
    font-family: Tahoma, "Microsoft YaHei", Simsun
}

.page-order-details .order-prompt p em {
    font-size: 14px;
    font-weight: 700;
    font-style: normal
}

.page-order-details .panel-order-status .row {
    padding: 15px 0
}

.page-order-details .panel-order-status .row>.col {
    padding-bottom: 20px
}

.page-order-details .panel-order-status .order-sn {
    margin-bottom: 30px;
    text-align: center
}

.page-order-details .panel-order-status .order-status {
    font-size: 24px;
    font-weight: 700;
    color: #e4393c;
    margin-bottom: 30px;
    text-align: center
}

.page-order-details .panel-order-status .order-acts {
    text-align: center
}

.page-order-details .panel-order-status .order-process ol li {
    float: left;
    width: 50%;
    height: 130px;
    position: relative;
    color: #999;
    background: url("/static/default/images/order_process_bg.png") repeat-x left center
}

.page-order-details .panel-order-status .order-process ol li s {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 57px;
    left: 45%;
    background-color: #ccc;
    border-radius: 50%
}

.page-order-details .panel-order-status .order-process ol li dl {
    text-align: center;
    font-size: 14px
}

.page-order-details .panel-order-status .order-process ol li dl dt {
    padding-top: 10px;
    margin-bottom: 46px;
    line-height: 30px
}

.page-order-details .panel-order-status .order-process ol li dl dd {
    line-height: 22px;
    height: 44px;
    font-size: 12px
}

.page-order-details .panel-order-status .order-process ol li.active {
    color: #71b247
}

.page-order-details .panel-order-status .order-process ol li.active s {
    background-color: #71b247
}

.page-order-details .panel-order-info .row>.col {
    border-right: 0;
    margin-bottom: 15px;
    padding: 10px 15px
}

.page-order-details .panel-order-info .row>.col:last-child {
    border-right: 0
}

.page-order-details .panel-order-info h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0
}

.page-order-details .panel-order-info dl {
    padding: 2px 0
}

.page-order-details .panel-order-info dl dt {
    float: left;
    width: 100px;
    line-height: 1.6
}

.page-order-details .panel-order-info dl dd {
    padding-left: 110px;
    line-height: 1.6
}

.page-order-details .order-total {
    margin: 15px 0;
    padding: 15px;
    background: #f7f7f7
}

.page-order-details .order-total dl {
    font-size: 14px
}

.page-order-details .order-total dl dt {
    float: left;
    width: 80%;
    line-height: 32px;
    text-align: right
}

.page-order-details .order-total dl dd {
    float: left;
    width: 20%;
    line-height: 32px;
    text-align: right
}

.page-order-details .order-total dl dd em {
    color: #f60;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px
}

.page-order-details .order-total .needpay dt {
    font-weight: 700
}

.page-order-details .order-total .needpay dd em {
    font-size: 18px;
    color: #e31b23;
    line-height: 30px
}

.page-order-pay .panel-order-info {
    border: 0
}

.page-order-pay .panel-order-info .panel-body {
    padding: 0
}

.page-order-pay .panel-order-info .panel-body .baseinfo {
    color: #777;
    border-top: 2px solid #7abd54;
    background-color: #f1f8ee;
    position: relative;
    padding: 30px 0 30px 165px
}

.page-order-pay .panel-order-info .panel-body .baseinfo .icon-success {
    position: absolute;
    top: 35px;
    left: 56px;
    display: inline-block;
    width: 72px;
    height: 72px;
    background: url(../images/icon/icon30.png) no-repeat center
}

.page-order-pay .panel-order-info .panel-body .baseinfo h3 {
    font-size: 18px;
    color: #7baa61;
    font-weight: 400;
    margin-bottom: 10px
}

.page-order-pay .panel-order-info .panel-body .baseinfo .prompt {
    margin-top: 15px
}

.page-order-pay .panel-order-info .panel-body .baseinfo .prompt em {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 700;
    font-style: normal
}

.page-order-pay .panel-order-info .panel-body .moreinfo {
    border-top: 1px solid #d7ebcb
}

.page-order-pay .panel-order-info .panel-body .moreinfo a {
    display: block;
    width: 120px;
    margin: -1px auto 0;
    text-align: center;
    height: 32px;
    line-height: 30px;
    background-color: #f1f8ee;
    border: 1px solid #d7ebcb;
    border-top-color: #f1f8ee;
    font-size: 12px;
    color: #649a45
}

.page-order-pay .order-pay {
    margin-top: 15px
}

.page-order-pay .order-pay .btn-submit {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 40px
}

@media(min-width: 768px) {
    .page-order-details .panel-order-status .order-process ol li {
        width: 20%
    }

    .page-order-details .panel-order-info .row>.col {
        min-height: 260px;
        border-right: 1px solid #e7eaec;
        margin-bottom: 0
    }
}

.page-inquiry .nav-tabs {
    border: 0;
    height: 33px;
    border-bottom: 2px solid #184A94
}

.page-inquiry .nav-tabs>li {
    margin: 0 5px 0 0
}

.page-inquiry .nav-tabs>li>a {
    margin: 0;
    font-size: 14px;
    padding: 10px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: #f4f4f4
}

.page-inquiry .nav-tabs>li.active>a,
.page-inquiry .nav-tabs>li.active>a:focus,
.page-inquiry .nav-tabs>li.active>a:hover {
    border: 0;
    background: #184A94;
    color: #fff
}

.page-inquiry .nav-tabs>li>a:hover {
    border: 0
}

.page-inquiry .inquiry-list>.inquiry-error {
    padding: 100px 0
}

.page-inquiry .inquiry-list>.inquiry-error>p {
    width: 320px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    font-size: 16px;
    background: url("../images/error.png") no-repeat left center;
    margin-bottom: 20px
}

.page-inquiry .table-inquiry thead tr th {
    min-width: 110px
}

.page-inquiry .table-inquiry tr td s {
    display: none
}

.page-content .page-content-side {
    float: left;
    width: 250px
}

.page-content .page-content-side dl {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px
}

.page-content .page-content-side dl dt {
    padding: 10px;
    font-weight: 700;
    background: #f2f2f2
}

.page-content .page-content-side dl dd {
    padding: 10px
}

.page-content .page-content-side dl dd ul li {
    padding: 6px 8px
}

.page-content .page-content-side dl dd ul li.active {
    background: #f5f5f5
}

.page-content .page-content-side dl dd ul li.active a {
    color: #184A94
}

.page-content .page-content-main {
    padding-left: 270px
}

.page-content .wrap-content .nav-page .list-group-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.page-content .wrap-content .nav-page .list-group-item.active,
.page-content .wrap-content .nav-page .list-group-item.active:focus,
.page-content .wrap-content .nav-page .list-group-item.active:hover {
    background-color: #1558b3;
    border-color: #1558b3;
    color: #fff
}

.page-content .wrap-content h1 {
    font-size: 20px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #e4e4e4;
    font-weight: 400
}

.page-content .content-list {
    margin-bottom: 15px
}

.page-content .content-list .content-item {
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4
}

.page-content .content-list .content-item .thumb a {
    display: block;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    text-align: left
}

.page-content .content-list .content-item .thumb a img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle
}

.page-content .content-list .content-item h3 {
    margin-bottom: 10px
}

.page-content .content-list .content-item h3 a {
    font-size: 18px;
    font-weight: 400
}

.page-content .content-list .content-item .pubtime {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px
}

.page-content .content-list .content-item .desc {
    font-size: 12px;
    color: #555;
    height: 4em;
    line-height: 2em;
    overflow: hidden
}

.page-content-show .wrap-content-show h1 {
    font-size: 24px
}

.page-content-show .wrap-content-show .page-nav {
    height: 36px
}

.page-content-show .wrap-content-show .pubtime {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
    line-height: 36px
}

.page-content-show .wrap-content-show .content {
    padding: 15px 0;
    min-height: 520px
}

.page-content-show .wrap-content-show .content p {
    margin: 0 0 10px;
    line-height: 1.6
}

.page-content-show .wrap-content-show .content-nav {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #e4e4e4
}

.cookies-alert {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    position: fixed;
    background: #fff;
    color: #333;
    padding: 30px 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1)
}

.cookies-alert .inner {
    position: relative
}

.cookies-alert .icon1 {
    top: 0;
    left: 0;
    width: 80px;
    position: absolute
}

.cookies-alert .icon1 .fa {
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #ef8532
}

.cookies-alert .icon2 {
    top: 0;
    right: 0;
    width: 120px;
    position: absolute;
    text-align: right
}

.cookies-alert .icon2 .btn-accept {
    border: 0;
    background: #184A94;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 4px
}

.cookies-alert .title {
    padding-left: 90px;
    padding-right: 140px;
    font-size: 16px;
    font-weight: 700
}

@media(max-width: 480px) {
    .header {
        margin-bottom: 0
    }

    .header .topbar .pull-right {
        display: none
    }

    .header .control {
        padding: 0;
        position: relative
    }

    .header .control .brandbar {
        width: 50%
    }

    .toolbar{
        display: none
    }

    .header .control-wrap {
        height: 110px
    }

    .header .control .brand-wrap {
        position: relative;
        float: left;
        z-index: 100
    }

    .header .control .brand a {
        height: 60px
    }

    .header .control .navbar-toggle {
        float: left;
        color: #555
    }

    .header .control .navbar-toggle i {
        font-size: 14px
    }

    .header .control .control-toolbar {
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
        z-index: 99
    }

    .header .control .control-toolbar-inner {
        padding-right: 10px
    }

    .header .control .control-toolbar .tool {
        position: relative;
        display: inline-block
    }

    .header .control .control-toolbar .tool>a {
        padding: 0;
        text-indent: -999rem
    }

    .header .control .control-toolbar .tool>a>.title {
        display: none
    }

    .header .control .control-toolbar .tool-cart .cart-preview {
        width: auto;
        top: 60px;
        right: 5px;
        left: 5px
    }

    .header .control .searchbar {
        padding: 10px 0 0 0;
        float: left;
        width: 100%
    }

    .header .control .toolbar-inner {
        padding-right: 70px
    }

    .toolbar .tool-cart>a {
        display: block;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        padding: 0 15px;
        position: relative;
        z-index: 1000;
        margin-top: 0;
        overflow: inherit
    }

    .toolbar .tool-cart>a>.icon>em>i {
        font-size: 16px;
        color: #184A94
    }

    .toolbar .tool-cart>a>i {
        width: 18px;
        height: 18px;
        line-height: 18px;
        background: #184A94;
        font-size: 12px;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 7px 7px 7px 0;
        -moz-border-radius: 7px 7px 7px 0;
        border-radius: 7px 7px 7px 0;
        font-weight: normal;
        font-style: normal;
        position: absolute;
        top: -9px;
        right: 5px
    }

    .toolbar .tool-cart {
        padding-left: 0;
        background: none
    }

    .toolbar .tool-cart>a .link {
        display: none
    }

    .header .control .navbar-toggle {
        top: 15px;
        right: 15px;
        position: absolute;
        color: #555;
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border: 1px solid #e4e4e4;
        border-radius: 0;
        color: #879cb8;
        z-index: 1
    }

    .toolbar .tool-cart>a .title {
        font-size: 14px
    }

    .toolbar .tool-cart>a .quick-nums-cart {
        top: -5px;
        right: -5px;
        width: 18px
    }

    .header .navigation {
        position: absolute;
        width: 100%;
        z-index: 999;
        top: 110px;
        padding: 0
    }

    .header .navigation .navlist {
        background: #0d7035;
        color: #fff;
        height: auto
    }

    .header .navigation .navlist ul {
        margin: 0
    }

    .header .navigation .navlist>ul>li {
        float: none;
        display: block
    }

    .header .navigation .navlist>ul>li>span>a {
        padding: 0 30px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: left
    }

    .header .navigation.collapsing {
        display: block !important
    }

    .header .navigation {
        border: 0;
        background: #0063e8
    }

    .header .control-fixed.fixed .navigation.in {
        display: block !important
    }

    .header .navigation .catalog {
        display: none
    }

    .header .navigation .navlist {
        background: none;
        color: #fff;
        height: auto;
        width: 100%
    }

    .header .navigation .navlist ul {
        margin: 0
    }

    .header .navigation .navlist>ul>li {
        float: none;
        display: block
    }

    .header .navigation .navlist>ul>li>span>a {
        padding: 0 30px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: left;
        color: #fff
    }

    .header .control .control-toolbar {
        position: absolute;
        right: 70px;
        top: 0;
        padding-top: 15px;
        margin: 0
    }

    .header .control .control-toolbar .tool {
        height: 45px
    }

    .header .control .control-toolbar .tool>a {
        height: 45px;
        width: 60px
    }

    .header .control-fixed.fixed .control-toolbar .tool>a {
        overflow: inherit
    }

    .header .control .control-toolbar .tool-cart .cart-preview {
        width: 384px;
        right: -95px;
        top: 60px
    }

    .header .control .searchbar .hot-parts {
        display: none
    }

    .page-prod-list .prod-list .data-view .view-table {
        display: none !important
    }

    .page-prod-list .prod-list .data-view .view-list {
        display: block !important
    }

    .page-prod-list .filter-list .filter-item dl {
        margin-right: 0
    }

    .page-prod-list .filter-list .filter-item dl dt {
        float: inherit;
        width: 100%;
        text-align: left;
        padding-right: 80px
    }

    .page-prod-list .filter-list .filter-item dl dd {
        margin-left: 0
    }

    .page-prod-list .filter-list .filter-item dl dd ul li {
        padding: 4px 0
    }

    .page-prod-detail .panel-procurement {
        position: relative;
        width: 100%;
        right: 0
    }

    .page-prod-list .layui-layer-page {
        width: 90% !important
    }

    .page-prod-detail .layui-layer-page {
        width: 90% !important
    }

    .page-cart .panel-cart .cart-summary .btn-submit {
        width: 100%;
        margin: 0
    }

    #topcontrol {
        z-index: 999
    }

    .toolbar .tool-cart .cart-preview {
        right: -50px;
        left: -269px
    }

    .page-cate-list .col-md-3 {
        display: none
    }

    .page-brand-list .brand-list {
        margin-top: 80px
    }

    .layui-layer {
        width: 100% !important
    }

    .page-prod-list .prod-list .data-view .view-list .prod-item .prod-tools .tool-item .btn {
        background: #0063e8
    }

    .header .control .brandbar .brand a {
        height: 60px;
        line-height: 60px
    }

    .header .control .control-toolbar .tool-bom {
        float: right
    }

    .header .control .control-toolbar .tool-bom a {
        width: auto;
        padding: 0 10px;
        font-size: 14px
    }

    .header .control-fixed.fixed .control-toolbar {
        padding-top: 15px
    }

    .header .control-fixed.fixed .control-toolbar .tool-bom {
        float: right
    }

    .page-content .page-content-main {
        padding-left: 0
    }

    .page-content .page-content-side {
        display: none
    }

    .header .control .control-toolbar .tool-register a {
        width: auto;
        font-size: 14px;
        background: #fff;
        color: #333
    }

    .header .control-fixed.fixed .control-toolbar .tool-register a {
        width: auto;
        font-size: 14px;
        background: #fff;
        color: #333
    }

    .header .control-fixed.fixed .control-toolbar .tool-bom a {
        width: auto;
        padding: 0 10px;
        font-size: 14px
    }

    .header .control-fixed.fixed .searchbar {
        padding-top: 0
    }

    .header .topbar {
        display: none
    }

    .header .control .control-toolbar {
        width: auto
    }

    .header .control .control-toolbar .tool-account {
        display: none
    }

    .header .control .control-toolbar .tool-cart {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0
    }

    .header .control .control-toolbar .tool-cart .dropdown-x-label .text {
        display: none
    }

    .header .control .control-toolbar .tool-cart:before {
        display: none
    }

    .header .control .control-toolbar .tool-cart .dropdown-x-label {
        padding: 0;
        margin: 0;
        width: 44px;
        height: 44px
    }

    .header .control .control-toolbar .tool-cart .dropdown-x-label .image {
        left: 50%;
        margin-left: -14px
    }

    .footer .footer-link .wrapper .left {
        width: 100%;
        margin-bottom: 15px
    }

    .footer .footer-link .wrapper .central {
        width: 100%;
        margin-bottom: 15px
    }

    .footer .footer-link .wrapper .right {
        width: 100%
    }

    .footer .footer-link .wrapper .central .items {
        padding: 0
    }

    .footer .footer-link .wrapper .central .items dl {
        width: 100%;
        margin-bottom: 15px
    }

    .footer .footer-link .wrapper .right dl dt {
        text-align: left
    }

    .footer .footer-link .wrapper .right dl dd {
        text-align: left
    }

    .header .control .searchbar {
        padding-top: 0
    }

    .header .control .brandbar {
        padding: 10px 0
    }

    .page-prod-detail .prod-base .product-info {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .page-prod-detail .prod-base .product-overview {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .page-prod-detail .prod-base .product-inquiry-form {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .wrap-prod-detail .panel-prod-detail .nav-tabs {
        margin-top: 15px
    }

    .wrap-prod-detail .panel-prod-detail .nav-tabs>li {
        width: 33.333333%
    }

    .wrap-prod-detail .panel-prod-detail .nav-tabs>li a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-right: 0 !important;
        text-align: center
    }

    .page-prod-detail .prod-base .product-gallery {
        width: 100%;
        float: none;
        padding-bottom: 80px
    }

    .page-home .main-banner {
        padding-left: 0;
        padding-right: 0
    }

    .page-home .main-banner .rside-wrapper {
        position: relative
    }

    .page-home .main-banner .rside {
        width: 100%;
        height: auto;
        position: inherit;
        right: initial;
        top: initial
    }

    .cookies-alert .icon1 {
        display: none
    }

    .cookies-alert .title {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px
    }

    .cookies-alert .icon2 {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 5px
    }

    .page-home .banner-bottom ul li {
        width: 100%;
        margin: 20px 0
    }

    .page-home .banner-bottom ul li .text {
        min-height: 32px
    }

    .page-home .main-banner .swiper-mianbanner {
        margin-bottom: 20px;
        height: 260px;
        display: block;
        width: 100%
    }

    .header .control .brandbar .brand {
        padding: 0
    }

    .header .control .brandbar .brand a {
        height: 40px;
        line-height: 40px
    }

    .header .control-fixed.fixed .brandbar .brand a {
        height: 40px;
        line-height: 40px
    }

    .page-home .main-banner .rside-wrapper .rside-inner {
        padding: 0
    }

    .page-home .floor.floor-hot-products .floor-side {
        display: none
    }

    .page-home .floor.floor-hot-products .floor-main {
        padding-left: 0
    }

    .page-home .floor.floor-hot-products .prod-list li {
        width: 50%
    }

    .page-home .floor.floor-brands .brand-list-rec li {
        width: 50%
    }

    .page-home .floor.floor-sale-products .prod-list li {
        width: 50%
    }

    .page-home .floor.floor-news .panel-body .list .item {
        width: 100%;
        margin-bottom: 10px
    }

    .page-home .floor.floor-product-parts .panel-body .tabs .tab-body .panel-pane ul li {
        width: 50%
    }

    .page-home .floor.floor-product-parts .panel-body {
        padding: 0
    }

    .page-home .floor.floor-product-parts .panel-body .tabs .tab-headings ul li {
        padding: 0 10px;
        font-size: 13px
    }

    .page-home .floor.floor-product-parts .panel-body .tabs .tab-body {
        padding: 10px 15px
    }

    .page-home .home-bottom ul li {
        width: 100%;
        padding: 10px 15px
    }

    .page-home .home-bottom ul li:first-child {
        border-left: 0
    }

    .page-home .home-bottom ul li {
        border-right: 0
    }

    .footer .footer-bottom .items dl {
        width: 100%;
        margin-bottom: 15px
    }
}


.toolbar .right[data-v-b64d9f52] {
    display: flex;
    font-family: Microsoft YaHei-Bold,Microsoft YaHei;
    font-weight: 600;
    margin-left: 38px
}

.toolbar .right .right_like2 img[data-v-b64d9f52] {
    height: 22px;
    width: 22px
}

.toolbar .right .right_like[data-v-b64d9f52] {
    display: flex;
    flex-direction: row;
    margin-left: 30px
}

.toolbar .right .right_like a[data-v-b64d9f52] {
    align-items: center;
    color: #4e4e4e;
    display: flex;
    font-size: 16px
}

.toolbar .right .right_like div[data-v-b64d9f52]:first-child {
    align-items: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABHNCSVQICAgIfAhkiAAAAgBJREFUWEfNmNFxgkAQhnPSgOkgHSQdBN4VSQUxFZhUENOBqcCkAgnwLqkgpAM7iA0I+de5cxDBW8bhOGYYBBb3u93/bu9OXLU8giAY5nk+KYoiwKdDIcQQ1zv5Nxmeb/F7g+fpYDD4CsOQ7tmH4FqOx2MCmMGRy/2G7ACY4nxLkiTlfKcFGo1GLiBe24JUnXPBzgIhKkuATDkt49oAbBHH8UuTfS0Q6WS3260ujUqTU4qW4zgPdfo6AZKiXZeEym18W7sMoveqUCdASNO6q8jU6Qrp88rPj4C60AwjbO9RFD0ruwMQ9SaEkFJl/MC45qlh4QBkMlXnUrcHokEPulkZD03JoYqSAkoBdN8nEIaCbwjcFbKb//UJo3xDw9cC6ZoiOksbgBClJwIKATSxAQgMnwTUu35UMEhHwvf9HwNlgpuAjIAKrrUJO/uAoKEMor410XqdD2jo10pRf4D8UUdv6P2+29s1MFpXOmS1731wPBRXAupzcqa0eTT96DtKKjrEYe8UluhQRha4zAx1ceWmfpKv3pqs/uVUKf+1C0WsWqnXdVpOqExg9epqF4pEKpfSNHHrZJ5NkQFMwFpKl/XTkaaONFPVK3c7Zn5ptCgqOOe6fSItkGqB3CdqDcYFaRS1rstLfdHC0oWzG9jTtt6+A5BQcdnifiO3XCCTdlt6/3r2HGYMruBAAAAAAElFTkSuQmCC);
    background-size: cover;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.toolbar .right .right_like div[data-v-b64d9f52]:nth-child(2) {
    background-size: cover;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 36px;
    margin-left: 12px
}

.toolbar .right .right_like div:nth-child(2) img[data-v-b64d9f52] {
    height: 20px;
    width: 20px
}




[data-v-3969e0a0] .el-icon-arrow-right:before {
    color: #231e14!important
}

.xin {
    box-shadow: 0 0 9px rgba(75,75,57,.2);
    height: 493px;
    margin-right: 20px;
    overflow: auto;
    width: 305px;
    float: left;
}

.xin .el-tree {
    padding: 5px 24px
}

.xin .el-tree .el-tree-node:nth-of-type(10) .el-tree-node__content .el-tree-node__label {
    color: #231e14;
    font-size: 16px!important;
    font-weight: 400
}

.xin .el-tree .el-tree-node:nth-of-type(10) .el-tree-node__content .el-tree-node__label:hover {
    color: #f27f22
}

.xin .el-tree .el-tree-node:nth-last-child(2) .el-tree-node__content {
    border-bottom: 0
}

.xin .el-tree .el-tree-node .el-tree-node__content {
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    height: 47px;
    position: relative;
    width: 100%
}

.xin .el-tree .el-tree-node .el-tree-node__content .el-tree-node__expand-icon {
    left: 240px;
    position: absolute
}

.xin .el-tree .el-tree-node .el-tree-node__content .el-tree-node__label {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%
}

.xin .el-tree .el-tree-node .el-tree-node__content:hover,.xin .el-tree .el-tree-node:focus>.el-tree-node__content {
    background-color: #fff;
    color: #f27f22;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.swiper-mianbanner .swiper-slide img {
    cursor: pointer;
    width: 875px
}

.swiper-mianbanner .swiper-pagination:hover {
    background-color: rgba(0,0,0,.4)
}

.swiper-mianbanner .swiper-pagination {
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    bottom: 45px;
    margin: auto;
    padding: 5px;
    position: relative;
    text-align: center;
    transition-duration: .3s;
    width: 120px;
    z-index: 99
}

.swiper-mianbanner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    opacity: 1;
    position: relative;
    width: 20px;
    z-index: 99
}

.swiper-mianbanner .swiper-pagination .swiper-pagination-bullet-active {
    background: #e67817
}

.certificate {
    box-shadow: 0 0 8px rgba(75,75,57,.2);
    box-sizing: border-box;
    gap: 7px;
    height: 127px;
    margin-top: 16px;

}
.imgPath {
    align-items: center;
}
.certificate,.imgPath {
    display: flex;
    justify-content: center
}
.imgPath img {
    transition: .3s;
    width: 100px;
    height: 90px
}

.main-banner-box{
    /* float: right; */
    /* width: 100%; */
}

.index_search {
    padding-bottom: 30px;
    padding-top: 20px
}

.index_search .input_search {
    display: flex;
    justify-content: center
}

.index_search .input_search span {
    align-items: center;
    color: #4e4e4e;
    display: flex;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
    margin-right: 8px
}

.index_search .input_search .center {
    align-items: center;
    border-radius: 30px;
    display: flex;
    height: 43px;
    position: relative;
    width: 430px
}

.index_search .input_search .center .center_Model {
    width: 64px
}

.index_search .input_search .center .el-input__inner {
    border: 1px solid #231e14;
    border-radius: 50px;
    color: #8a8a8a;
    font-family: Microsoft YaHei-Light,Microsoft YaHei;
    font-size: 12px;
    font-weight: 300;
    height: 99%;
    width: 100%;height: 42px;
}

.index_search .input_search .center .el-input__inner::-moz-placeholder {
    color: #8a8a8a
}

.index_search .input_search .center .el-input__inner::placeholder {
    color: #8a8a8a
}

.index_search .input_search .center .el-input__inner:focus {
    border: 1px solid #000
}

.index_search .input_search .center input:focus {
    border-style: none;
    outline: none
}

.index_search .input_search .center .center_Model {
    margin: 0 12px
}

.index_search .input_search .center .glass {
    align-items: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABHNCSVQICAgIfAhkiAAAAgBJREFUWEfNmNFxgkAQhnPSgOkgHSQdBN4VSQUxFZhUENOBqcCkAgnwLqkgpAM7iA0I+de5cxDBW8bhOGYYBBb3u93/bu9OXLU8giAY5nk+KYoiwKdDIcQQ1zv5Nxmeb/F7g+fpYDD4CsOQ7tmH4FqOx2MCmMGRy/2G7ACY4nxLkiTlfKcFGo1GLiBe24JUnXPBzgIhKkuATDkt49oAbBHH8UuTfS0Q6WS3260ujUqTU4qW4zgPdfo6AZKiXZeEym18W7sMoveqUCdASNO6q8jU6Qrp88rPj4C60AwjbO9RFD0ruwMQ9SaEkFJl/MC45qlh4QBkMlXnUrcHokEPulkZD03JoYqSAkoBdN8nEIaCbwjcFbKb//UJo3xDw9cC6ZoiOksbgBClJwIKATSxAQgMnwTUu35UMEhHwvf9HwNlgpuAjIAKrrUJO/uAoKEMor410XqdD2jo10pRf4D8UUdv6P2+29s1MFpXOmS1731wPBRXAupzcqa0eTT96DtKKjrEYe8UluhQRha4zAx1ceWmfpKv3pqs/uVUKf+1C0WsWqnXdVpOqExg9epqF4pEKpfSNHHrZJ5NkQFMwFpKl/XTkaaONFPVK3c7Zn5ptCgqOOe6fSItkGqB3CdqDcYFaRS1rstLfdHC0oWzG9jTtt6+A5BQcdnifiO3XCCTdlt6/3r2HGYMruBAAAAAAElFTkSuQmCC) no-repeat;
    background-size: cover;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px
}

.index_search .content {
    background-color: #f5f5f5;
    border-radius: 10px;
    height: 368px;
    margin: 30px auto 0;
    padding-top: 20px;
    position: relative;
 
}

.index_search .content:before {
    border: 20px solid hsla(0,0%,98%,0);
    border-bottom-color: #f5f5f5;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 0
}

.index_search .content>p {
    color: #8a8a8a;
    display: none;
    font-family: Microsoft YaHei-Light,Microsoft YaHei;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 22px;
    text-align: center
}

.index_search .content .results {
    justify-content: center;
    padding: 5 34px
}

.index_search .content .results ul {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap
}

.index_search .content .results ul li {
    display: flex;
    padding-bottom: 17px;
    position: relative;
    width: 20%
}

.index_search .content .results ul li .left {
    margin-left: 20px
}

.index_search .content .results ul li .left img {
    height: 32px;
    margin-right: 14px;
    width: 32px
}

.index_search .content .results ul li .right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index_search .content .results ul li .right span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px
}

.index_search .content .results ul li .right span:first-child {
    color: #4e4e4e;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-size: 14px;
    font-weight: 400
}

.index_search .content .results ul li .right span:first-child:hover {
    color: #f27f22;
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.index_search .content .results ul li .right span:nth-child(2) {
    color: #8a8a8a;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-size: 12px;
    font-weight: 400
}

.index_search .content .results ul li:nth-child(-n+6):nth-of-type(3) div.fenGe,.index_search .content .results ul li:nth-child(-n+6):nth-of-type(6) div.fenGe {
    left: 0;
    width: 95%
}

.index_search .content .results ul li:nth-child(-n+6):first-of-type div.fenGe,.index_search .content .results ul li:nth-child(-n+6):nth-of-type(4) div.fenGe {
    right: 0;
    width: 95%
}

.index_search .content .el-pagination .btn-next {
    position: absolute;
    right: -100px;
    top: 46%
}

.index_search .content .el-pagination .btn-prev {
    display: none;
    font-size: 24px!important;
    left: -100px;
    position: absolute;
    top: 46%
}

.index_search .content .el-pagination .btn-next,.index_search .content .el-pagination .btn-prev {
    background-color: #b7b7b7;
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 46px;
    width: 46px
}

.index_search .content .el-pagination .btn-next>.el-icon,.index_search .content .el-pagination .btn-prev>.el-icon,.index_search .content .el-pagination .el-pager {
    font-size: 24px!important
}

.index_search .content .el-pagination .el-pager {
    bottom: 24px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.index_search .nocontent {
    height: 260px;
    line-height: 260px;
    text-align: center
}

 .el-pager {
    font-family: PingFang SC-Regular!important
}

 .el-pager li {
    font-size: 12px!important
}

 .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #f27f22
}

 .el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #f27f22!important
}


 .wrapper-title {
    flex-direction: column
}

 .wrapper-title .title-border,.wrapper .wrapper-title {
    align-items: center;
    display: flex;
    justify-content: center
}

 .wrapper-title .title-border .border {
    background: #e4e4e4;
    height: 1px;
    width: 190px
}

 .wrapper-title .title-border .title {
    color: #231e14;
    font-family: Microsoft YaHei-Bold,Microsoft YaHei;
    font-size: 24px;
    font-weight: 700;
    margin: 0 20px
}

 .wrapper-title .title-label {
    color: #707070;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px
}
 
.page-home .floor.floor-new-arrival .panel-heading h3 {
    background-image: url("../images/home/home_title_icon_1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.page-home .floor.floor-new-arrival .floor-side {
    float: left;
    width: 260px;
    height: 412px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.page-home .floor.floor-new-arrival .floor-side a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page-home .floor.floor-new-arrival .floor-main {
    position: relative;
    background: #fff
}

/* .page-home .floor.floor-new-arrival .prod-list li {
    float: left;
    width: 16.66%;
   
} */
.page-home .floor.floor-new-arrival .prod-list li a{ border-color: #231e14!important; border: 1px;}

.page-home .floor.floor-new-arrival .prod-list li .inner {
    display: block;
    height: 206px;
    padding: 20px 16px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s
}

.page-home .floor.floor-new-arrival .prod-list li .inner:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.page-home .floor.floor-new-arrival .prod-list li .inner .image {
    display: block;
    margin: 20px auto;
    height: 80px;
    line-height: 80px;
    width: 80px
}

.page-home .floor.floor-new-arrival .prod-list li .inner .image img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px
}

.page-home .floor.floor-new-arrival .prod-list li .inner .part {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    font-weight: bold
}

.page-home .floor.floor-new-arrival .prod-list li .inner .brand {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center
}


.hot_product_ul .panel-pane ul li {
    float: left;
    width: 16.6%
}

.hot_product_ul .panel-pane ul li div {
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px
}

@media(max-width: 750px) {
.wrapper-title .title-border .title {
    font-size: 10px;
}}

.flex{
    display: flex;
}


/* .paging {line-height:32px;}
.paging::after { clear: both; }
.paging::before,
.paging::after { content: " "; display: table; }
.paging label, .paging span {float:left;margin:0 4px 15px 0;}
.paging .txt-page {margin-bottom:0;}
.paging .form-control {float:left;height:32px;line-height:30px;padding:0 8px;margin:0 4px 15px 0;}
.paging .select-listrow {width:60px;padding:0 5px;text-align:center;}
.paging .field-page {width:60px;padding:0 5px;text-align:center;}

.paging .btn {  float: left;  width:32px;  height: 32px;  line-height: 30px;  padding:0;  margin: 0 4px 15px 0;  text-align: center;  }
.paging .pull-right {margin-right: -5px;} */

.tool-user a { color:#ffffff}