﻿@charset "utf-8";

html {
    font-size: 100%;
    line-height: 1;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    box-sizing: inherit
}

a,
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
label,
li,
main,
ol,
p,
pre,
q,
section,
span,
table,
td,
textarea,
th,
tr,
ul {
    font: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    background: 0 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

hr {
    border-bottom: 1px solid #000
}

img {
    height: auto;
    border-style: none;
    width: auto\9;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    max-width: 100%
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #666
}

    a:active {
        color: #333
    }

blockquote,
q {
    quotes: none
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: "";
        content: none
    }

[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
[type=color],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=reset],
[type=submit],
[type=button],
button {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

    button[disabled],
    input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

:focus {
    outline: 0
}

html {
    font-family: \5fae\8f6f\96c5\9ed1 !important
}

img[lazy=loaded] {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important
}

.mask {
    position: fixed;
    width: 100%;
    height: 200%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    background-color: #111
}

ol {
    counter-reset: sectioncounter
}

    ol li:before {
        content: counter(sectioncounter) "";
        counter-increment: sectioncounter
    }

.tooltip:before {
    content: attr(data-alt);
    background-color: #2085c5;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    position: absolute;
    left: 100%;
    top: -70%;
    margin-left: 8px;
    white-space: pre
}

.clearfix:after,
.clearfix:before,
.tooltip:hover:after,
.vh-modal-wrap::before {
    content: ""
}

.brand-banner .brand-item-honor,
.brand-banner .brand-item-url,
.brand-banner .brand-name,
.modal-select-mask > span {
    text-overflow: ellipsis;
    white-space: nowrap
}

.tooltip:hover:after {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 8px solid #2085c5;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.vh-modal-wrap {
    text-align: center;
    font-size: 0
}

    .vh-modal-wrap::before,
    .vh-modal-wrap > .vh-modal-content {
        display: inline-block;
        vertical-align: middle
    }

    .vh-modal-wrap::before {
        height: 100%
    }

.pull-left {
    float: left;
    display: inline
}

.pull-right {
    float: right;
    display: inline
}

.clearfix {
    zoom: 1
}

    .clearfix:before {
        display: block
    }

    .clearfix:after {
        display: table;
        clear: both
    }

body[zoom=scale]:before {
    content: "\60a8\7684\7f51\9875\5904\4e8e\7f29\653e\72b6\6001\ff0c\8bf7\6309  Ctrl+0 \6062\590d\5230\6d4f\89c8\5668\9ed8\8ba4\5927\5c0f";
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 44px;
    background: rgba(50, 57, 65, .9);
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #fff
}

#loader:after,
#loader:before,
#moreModal .brand-item-honor:before {
    content: ""
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

    #loader:before {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;
        -webkit-animation: spin 3s linear infinite;
        -moz-animation: spin 3s linear infinite;
        -o-animation: spin 3s linear infinite;
        -ms-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite
    }

    #loader:after {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;
        -moz-animation: spin 1.5s linear infinite;
        -o-animation: spin 1.5s linear infinite;
        -ms-animation: spin 1.5s linear infinite;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #eee9dd;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

    #loader-wrapper .loader-section.section-left {
        left: 0
    }

    #loader-wrapper .loader-section.section-right {
        right: 0
    }

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.no-js h1 {
    color: #222
}

#loader-wrapper .load_title {
    font-family: "Open Sans";
    color: #fff;
    font-size: 19px;
    width: 100%;
    text-align: center;
    z-index: 9999999999999;
    position: absolute;
    top: 60%;
    opacity: 1;
    line-height: 30px
}

    #loader-wrapper .load_title span {
        font-weight: 400;
        font-style: italic;
        font-size: 13px;
        color: #fff;
        opacity: .5
    }

.reveal-modal {
    background-color: #fff
}

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px
    }

    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -440px
    }

    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
        font-weight: 700;
        cursor: pointer
    }

.reveal-modal-bg {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: absolute;
    z-index: 101;
    padding: 73px 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer
}

#moreModal {
    width: 1000px;
    left: 40%
}

    #moreModal .modal-main {
        height: 350px;
        padding-right: 20px;
        margin-top: 30px;
        overflow-y: scroll;
        padding-top: 0
    }

        #moreModal .modal-main::-webkit-scrollbar {
            width: 4px
        }

        #moreModal .modal-main::-webkit-scrollbar-track {
            background-color: #ebebeb
        }

        #moreModal .modal-main::-webkit-scrollbar-thumb {
            background-color: #ccc
        }

        #moreModal .modal-main::-webkit-scrollbar-button {
            display: none;
            background-color: #ebebeb
        }

        #moreModal .modal-main::-webkit-scrollbar-corner {
            display: none;
            background-color: #ebebeb
        }

    #moreModal .topten {
        overflow: hidden;
        margin-top: 50px
    }

    #moreModal .brand-item-honor {
        float: left;
        line-height: 19px;
        cursor: default;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 20px
    }

.modal-must,
.modal-product-must {
    line-height: 31px;
    font-size: 14px
}

#moreModal .brand-item-honor:before {
    margin-right: 5px;
    float: left;
    display: block;
    background-image: url(sprite.png);
    background-position: -83px -42px;
    width: 15px;
    height: 19px
}

#joinModal {
    width: 571px;
    height: 700px
}

#evaluateProductModal {
    width: 649px;
    height: 744px
}

#evaluateText2 {
    line-height: 31px;
    font-size: 14px
}

#evaluateBrandModal {
    width: 571px;
    height: 441px
}

#purchModal {
    width: 571px;
    height: 601px
}

#complainModal {
    width: 571px;
    height: 710px
}

#contactModal {
    width: 571px;
    height: 513px;
    padding-left: 100px;
    padding-right: 100px
}

    #contactModal .modal-main {
        padding-top: 100px
    }

.modal-title {
    text-align: center;
    font-size: 28px;
    color: #333
}

.modal-main {
    padding-top: 25px
}

.modal-list {
    display: table;
    margin-bottom: 10px
}

.modal-must {
    display: table-cell;
    color: red;
    padding-right: 16px
}

.modal-input {
    width: 261px;
    height: 31px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 16px
}

    .modal-input input {
        border: none;
        font-size: 14px;
        color: #333
    }

        .modal-input input::-webkit-input-placeholder {
            color: #bbb
        }

        .modal-input input::-moz-placeholder {
            color: #bbb
        }

        .modal-input input:-moz-placeholder {
            color: #bbb
        }

        .modal-input input:-ms-input-placeholder {
            color: #bbb
        }

        .modal-input input:placeholder {
            color: #bbb
        }

        .modal-input input:focus::-webkit-input-placeholder {
            color: transparent
        }

.modal-product-star {
    width: 50%;
    display: table
}

.modal-product-must {
    color: red;
    padding-right: 5px
}

.modal-label-title,
.modal-list-item {
    font-size: 16px;
    height: 31px;
    color: #333;
    display: table-cell;
    vertical-align: middle
}

.modal-list-item {
    padding-right: 10px
}

.modal-label {
    margin-top: 30px;
    overflow: hidden
}

.modal-label-title {
    float: left;
    margin-right: 10px
}

.modal-label-list {
    float: left;
    width: 367px
}

.modal-label-item {
    font-size: 12px;
    color: #666;
    vertical-align: middle;
    float: left;
    padding: 5px 10px;
    margin: 0 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer
}

    .modal-label-item.on {
        color: #ff8016;
        border: 1px solid #ff8016
    }

.modal-btn-submit {
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 50px auto 0;
    text-align: center;
    cursor: pointer
}

.modal-contact-list .modal-contact-item1:before,
.modal-contact-list .modal-contact-item2:before,
.modal-contact-list .modal-contact-item3:before,
.modal-contact-list .modal-contact-item4:before {
    background-image: url(sprite.png);
    margin-right: 10px;
    content: "";
    float: left
}

.modal-btn-orange {
    background-color: #ff8016
}

.modal-btn-ibk {
    background-color: #8fc320
}

.modal-textarea {
    display: table-cell;
    width: 262px;
    height: 101px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 16px
}

    .modal-textarea textarea {
        height: 80px;
        border: none;
        color: #333;
        resize: none;
        font-size: 14px
    }

        .modal-textarea textarea::-webkit-input-placeholder {
            color: #bbb
        }

        .modal-textarea textarea::-moz-placeholder {
            color: #bbb
        }

        .modal-textarea textarea:-moz-placeholder {
            color: #bbb
        }

        .modal-textarea textarea:-ms-input-placeholder {
            color: #bbb
        }

        .modal-textarea textarea:placeholder {
            color: #bbb
        }

        .modal-textarea textarea:focus::-webkit-input-placeholder {
            color: transparent
        }

.modal-name {
    width: 127px;
    text-align: right
}

.hidden {
    visibility: hidden
}

.modal-radio {
    padding-right: 40px;
    font-size: 16px;
    color: #333
}

    .modal-radio input[type=radio] {
        vertical-align: middle
    }

.modal-contact-list {
    width: 63%
}

    .modal-contact-list li {
        font-size: 14px;
        line-height: 40px;
        color: #333
    }

    .modal-contact-list .modal-contact-item1:before {
        background-position: 0 -79px;
        width: 16px;
        height: 16px;
        margin-top: 12px
    }

    .modal-contact-list .modal-contact-item2:before {
        background-position: -44px -79px;
        width: 18px;
        height: 14px;
        margin-top: 12px
    }

    .modal-contact-list .modal-contact-item3:before {
        background-position: -114px 0;
        width: 15px;
        height: 15px;
        margin-top: 12px
    }

    .modal-contact-list .modal-contact-item4:before {
        background-position: -67px -79px;
        width: 14px;
        height: 11px;
        margin-top: 15px
    }

.modal-qrcode p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #333
}

.modal-productlist {
    overflow: hidden;
    margin-bottom: 33px
}

.modal-product-star p,
.modal-productlist-item p {
    height: 14px;
    color: #333;
    margin-right: 13px
}

.modal-product-star img,
.modal-productlist-item img {
    height: 20px
}

.modal-select-mask {
    position: relative;
    width: 115px;
    height: 30px;
    background-color: #fcfcfc;
    border: 1px solid #ddd !important;
    display: inline-block
}

    .modal-select-mask:hover {
        background: #f5f5f5
    }

    .icon-arrow,
    .modal-select-mask > .arrow {
        background-image: url(sprite.png)
    }

.modal-select {
    top: 0;
    left: 0;
    position: absolute;
    width: 115px;
    height: 28px;
    opacity: 0
}

.modal-select-mask > span {
    position: absolute;
    top: 8px;
    left: 16px;
    right: 20px;
    display: inline-block;
    color: #666;
    font-size: 12px;
    overflow: hidden
}

.modal-select-mask > .arrow {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 13px;
    background-position: -83px -66px;
    width: 10px;
    height: 7px
}

.modal-textarea2 {
    width: 381px;
    height: 162px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 10px 16px
}

.modal-product-upimg {
    overflow: hidden
}

    .modal-product-upimg li {
        float: left;
        width: 73px;
        height: 73px;
        background: url(../image/upimg.png) no-repeat;
        background-size: contain;
        margin-right: 30px;
        position: relative
    }

    .modal-product-upimg input[type=file] {
        width: 73px;
        height: 73px;
        appearance: none;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9
    }

.thubm {
    width: 73px;
    height: 73px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

    .thubm img {
        width: 100%;
        height: 100%
    }

.modal-des {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 2;
    text-align: justify;
    text-indent: 40px;
    margin-bottom: 20px
}

.modal-product-list .modal-product-must {
    color: red;
    display: table-cell
}

.modal-product-list ul > li {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
    margin-right: 3px
}

.modal-product-list li.on {
    background-position: 0 -22px !important
}

.modal-complain-imgup > p {
    line-height: 30px;
    display: table-cell;
    vertical-align: top;
    width: 127px;
    text-align: right
}

.modal-complain-imgup > .modal-product-upimg {
    display: table-cell;
    padding-left: 23px
}

    .modal-complain-imgup > .modal-product-upimg li {
        margin-right: 10px;
        width: 58px;
        height: 58px
    }

.modal-complain-imgup .thubm {
    width: 58px;
    height: 58px
}

.icon-arrow {
    background-position: -83px -66px;
    width: 10px;
    height: 7px
}

.icon-barget,
.icon-complain {
    height: 19px;
    background-image: url(sprite.png)
}

.icon-barget {
    background-position: -83px -42px;
    width: 15px
}

.icon-complain {
    background-position: -28px -55px;
    width: 20px
}

.icon-contact-a {
    background-image: url(sprite.png);
    background-position: 0 -79px;
    width: 16px;
    height: 16px
}

.icon-contact-b {
    background-image: url(sprite.png);
    background-position: -44px -79px;
    width: 18px;
    height: 14px
}

.icon-contact-c {
    background-image: url(sprite.png);
    background-position: -114px 0;
    width: 15px;
    height: 15px
}

.icon-contact-d {
    background-image: url(sprite.png);
    background-position: -67px -79px;
    width: 14px;
    height: 11px
}

.icon-contact {
    background-image: url(sprite.png);
    background-position: -56px -27px;
    width: 21px;
    height: 23px
}

.icon-if {
    background-image: url(sprite.png);
    background-position: 0 -28px;
    width: 24px;
    height: 22px
}

.icon-important {
    background-image: url(sprite.png);
    background-position: -114px -38px;
    width: 14px;
    height: 13px
}

.brand-tab .brand-tab-join:before,
.icon-join {
    background-position: -28px 0
}

.icon-join {
    background-image: url(sprite.png);
    width: 23px;
    height: 23px
}

.icon-li {
    background-image: url(sprite.png);
    background-position: -29px -28px;
    width: 22px;
    height: 22px
}

.icon-new {
    background-image: url(sprite.png);
    background-position: -83px 0;
    width: 26px;
    height: 13px
}

.icon-phone,
.icon-phone-active {
    width: 12px;
    height: 15px;
    background-image: url(sprite.png)
}

.icon-phone-active {
    background-position: -114px -56px
}

.icon-phone {
    background-position: -114px -76px
}

.icon-purch {
    background-image: url(sprite.png);
    background-position: 0 0;
    width: 23px;
    height: 23px
}

.icon-red {
    background-image: url(sprite.png);
    background-position: -56px 0;
    width: 22px;
    height: 22px
}

.icon-search {
    background-image: url(sprite.png);
    background-position: -83px -18px;
    width: 18px;
    height: 19px
}

.ibk-header .ibk-server:before,
.icon-server {
    width: 16px;
    background-image: url(sprite.png)
}

.icon-server {
    background-position: -53px -55px;
    height: 17px
}

.icon-small-video {
    background-image: url(sprite.png);
    background-position: -114px -20px;
    width: 15px;
    height: 13px
}

.icon-wechart {
    background-image: url(sprite.png);
    background-position: -21px -79px;
    width: 18px;
    height: 14px
}

.icon-write {
    background-image: url(sprite.png);
    background-position: 0 -55px;
    width: 23px;
    height: 19px
}

.img-bg {
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: url(../image/loading.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto
}

.wrap {
    width: 1200px;
    margin: 0 auto
}

body {
    height: 100%;
    background-color: #fff
}

.ibk-header {
    width: 100%;
    height: 30px;
    background-color: #f9f9f9;
    border-bottom: solid 1px #ededed
}

    .ibk-header ul {
        zoom: 1
    }

        .ibk-header ul:before {
            content: "";
            display: block
        }

        .ibk-header ul:after {
            content: "";
            display: table;
            clear: both
        }

    .ibk-header li {
        float: left;
        font-size: 12px;
        line-height: 30px;
        color: #333
    }

    .ibk-header .ibk-server {
        margin-right: 50px
    }

        .ibk-header .ibk-server:before {
            content: "";
            float: left;
            margin: 7px 11px 7px 0;
            background-position: -53px -55px;
            height: 17px;
            animation: icon-bounce 1s infinite
        }

    .ibk-header .ibk-weCode {
        background-image: url(sprite.png);
        background-position: -21px -79px;
        width: 18px;
        height: 14px;
        margin: 9px 50px 9px 0;
        cursor: pointer;
        position: relative
    }

        .ibk-header .ibk-weCode .wecode {
            width: 160px;
            height: 197px;
            background: url(../image/qrcode-bg.png) no-repeat;
            background-size: contain;
            position: absolute;
            right: -69px;
            top: 19px;
            visibility: hidden;
            z-index: 99;
            padding: 32px 23px 0
        }

        .ibk-header .ibk-proCode:hover .procode,
        .ibk-header .ibk-weCode:hover .wecode {
            visibility: visible
        }

        .ibk-header .ibk-weCode .wecode img {
            width: 100%
        }

    .ibk-header .ibk-proCode:before,
    .ibk-header .ibk-proCode:hover:before {
        float: left;
        background-image: url(sprite.png);
        width: 12px;
        height: 15px;
        content: ""
    }

    .ibk-header .ibk-weCode .wename {
        font-size: 14px;
        color: #999;
        text-align: center;
        line-height: 45px
    }

    .ibk-header .ibk-proCode {
        cursor: pointer;
        position: relative
    }

        .ibk-header .ibk-proCode:before {
            margin: 8px 11px 8px 0;
            background-position: -114px -76px
        }

        .ibk-header .ibk-proCode:hover {
            color: #8fc320
        }

            .ibk-header .ibk-proCode:hover:before {
                background-position: -114px -56px
            }

        .ibk-header .ibk-proCode .procode {
            width: 160px;
            height: 203px;
            background: url(../image/qrcode-bg.png) no-repeat;
            background-size: contain;
            position: absolute;
            right: -8px;
            top: 26px;
            visibility: hidden;
            z-index: 99;
            padding: 32px 23px 0
        }

    .ibk-header .ibk-areaChanel,
    .ibk-header .ibk-productChanel {
        position: relative;
        cursor: pointer
    }

        .ibk-header .ibk-areaChanel:hover .ibk-areaChanel-list,
        .ibk-header .ibk-productChanel:hover .ibk-productChanel-list {
            visibility: visible
        }

    .ibk-header .ibk-proCode .procode img {
        width: 100%
    }

    .ibk-header .ibk-proCode .proname {
        font-size: 14px;
        color: #999;
        text-align: center;
        line-height: 45px
    }

    .ibk-header .ibk-areaChanel:before {
        content: "";
        float: right;
        margin: 8px 0 8px 6px;
        background-image: url(sprite.png);
        background-position: -83px 0;
        width: 26px;
        height: 13px
    }

    .ibk-header .ibk-productChanel::before,
    .ibk-header .ibk-website::before {
        content: "";
        margin: 9px 25px;
        width: 1px;
        height: 13px;
        background-color: #999;
        float: left
    }

    .ibk-header .ibk-areaChanel-list,
    .ibk-header .ibk-productChanel-list {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 99;
        width: 106px;
        padding: 0 10px;
        background-color: #f9f9f9;
        overflow: hidden;
        border: 1px solid #cdcdcd;
        -webkit-box-shadow: 0 0 8px #cdcdcd;
        -moz-box-shadow: 0 0 8px #cdcdcd;
        box-shadow: 0 0 8px #cdcdcd
    }

        .ibk-header .ibk-areaChanel-list li,
        .ibk-header .ibk-productChanel-list li {
            width: 100%;
            text-align: center;
            font-size: 12px;
            line-height: 35px;
            float: left;
            border-bottom: 1px dashed #e5e5e5;
            cursor: pointer
        }

            .ibk-header .ibk-areaChanel-list li:hover,
            .ibk-header .ibk-productChanel-list li:hover {
                color: #8fc320
            }

    .ibk-header .ibk-productChanel-list {
        left: 23px
    }

@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

.top {
    height: 60px
}

    .top .wrap {
        overflow: hidden
    }

    .top .top-breadcrumb li {
        float: left;
        color: #777;
        font-size: 12px;
        line-height: 60px
    }

    .top .breadcrumb-to:after {
        float: right;
        padding: 0 10px;
        content: ">";
        font-family: \5b8b\4f53;
        font-size: 14px;
        line-height: 63px
    }

    .brand-banner .brand-item-honor:before,
    .top .search-form_button:after {
        content: "";
        background-image: url(sprite.png);
        display: block
    }

    .top .top-search {
        padding: 12px 0
    }

    .top .search-form_input {
        width: 241px;
        height: 34px;
        padding: 10px;
        transition: border ease-in-out .15s, box-shadow ease-in-out .15s;
        border: 1px solid #e5e5e5;
        font-size: 14px
    }

        .top .search-form_input::-webkit-input-placeholder {
            color: #bbb
        }

        .top .search-form_input::-moz-placeholder {
            color: #bbb
        }

        .top .search-form_input:-moz-placeholder {
            color: #bbb
        }

        .top .search-form_input:-ms-input-placeholder {
            color: #bbb
        }

        .top .search-form_input:placeholder {
            color: #bbb
        }

        .top .search-form_input:focus::-webkit-input-placeholder {
            color: transparent
        }

        .top .search-form_input:hover {
            border: 1px solid #eee
        }

        .top .search-form_input:focus {
            box-shadow: 0 0 10px 0 #e5e5e5
        }

    .top .search-form_button {
        position: relative;
        width: 47px;
        height: 35px;
        cursor: pointer;
        border-radius: 2px;
        background-color: #4a4a4a
    }

        .top .search-form_button:after {
            position: absolute;
            top: 8px;
            left: 14px;
            background-position: -83px -18px;
            width: 18px;
            height: 19px
        }

.brand-all,
.brand-banner {
    position: relative;
    width: 100%
}

.top .search-form_button input {
    border: none
}

.brand-all {
    height: 549px
}

.brand-banner {
    height: 452px;
    background-color: #000
}

    .brand-banner .banner-pic {
        width: 1366px;
        height: 452px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -683px;
        top: 0
    }

        .brand-banner .banner-pic img {
            width: 100%;
            min-height: 452px;
            object-fit: cover;
            object-position: 50% 50%
        }

    .brand-banner .wrap {
        position: relative
    }

    .brand-banner .brand-info {
        width: 293px;
        height: 528px;
        position: absolute;
        left: 0;
        top: 20px;
        background-color: #fff;
        border: 1px solid #ededed;
        padding: 30px;
        z-index: 9
    }

        .brand-banner .brand-info .brand-logo {
            width: 233px;
            background-color: #fff;
            border: 1px solid #e5e5e5
        }

    .brand-banner .brand-name {
        font-size: 22px;
        color: #000;
        margin-bottom: 13px;
        overflow: hidden;
        max-width: 100%
    }

    .brand-banner .brand-detail {
        padding: 20px 0 10px;
        border-bottom: 1px dashed #666;
        padding-bottom: 0;
    }

    .brand-banner .brand-item {
        width: 100%;
        font-size: 12px;
        color: #666;
        overflow: hidden;
        line-height: 12px;
        margin-bottom: 16px
    }

    .brand-banner .brand-item-url {
        width: 74%;
        overflow: hidden;
        max-width: 100%
    }

    .brand-banner .brand-item-honor {
        position: relative;
        width: 110px;
        overflow: hidden;
        max-width: 100%;
        line-height: 19px;
        cursor: default
    }

        .brand-banner .brand-item-honor:before {
            margin-right: 5px;
            float: left;
            background-position: -83px -42px;
            width: 15px;
            height: 19px
        }

.module3 .m-list .m-media-text,
.module3 .m-list .m-media-title,
.module4 .m-media-text {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.brand-banner .brand-item-honor1 {
    width: 105px;
    display: inline-block;
}

.brand-banner .brand-story .brand-story-name {
    font-size: 14px;
    font-family: \5b8b\4f53;
    font-weight: 700;
    color: #000;
    margin: 20px 0 17px
}

.brand-banner .brand-story .brand-story-info {
    font-size: 12px;
    color: #000;
    font-family: \5b8b\4f53;
    font-weight: 500;
    text-align: justify;
    line-height: 24px
}

    .brand-banner .brand-story .brand-story-info .brand-see-more {
        color: #333
    }

        .brand-banner .brand-story .brand-story-info .brand-see-more:hover,
        .module1 .m-list-top .m-media-title:hover .m-media-text {
            color: #8fc320
        }

.brand-tab {
    height: 101px
}

    .brand-tab .wrap {
        position: relative;
        height: 101px
    }

    .brand-tab .brand-tab-area {
        width: 907px;
        height: 101px;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 28px 0 28px 27px
    }

    .brand-tab .brand-tab-item {
        width: 200px;
        line-height: 45px;
        background-color: #f9f9f9;
        border-radius: 2px;
        border: 1px solid #ededed;
        float: left;
        margin-left: 20px;
        padding-left: 52px;
        cursor: pointer;
        transition: all .1s linear;
        font-size: 18px
    }

    .brand-tab .brand-tab-join:before,
    .brand-tab .brand-tab-purch:before {
        width: 23px;
        height: 23px;
        margin-top: 11px;
        content: "";
        background-image: url(sprite.png);
        margin-right: 10px;
        float: left
    }

.module4 .m-media-long,
.module6 .m-media-long {
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.module1 .m-list-bottom .m-media-text,
.module1 .m-list-top .m-media-text {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%
}

.brand-tab .brand-tab-item:hover {
    background-color: #8fc320;
    border-color: #8fc320;
    color: #fff;
}

.brand-tab .brand-tab-purch:before {
    background-position: 0 0
}

.brand-tab .brand-tab-complain:before {
    content: "";
    float: left;
    background-image: url(sprite.png);
    background-position: -28px -55px;
    width: 20px;
    height: 19px;
    margin-right: 10px;
    margin-top: 14px
}

.brand-tab .brand-tab-contact:before {
    content: "";
    float: left;
    background-image: url(sprite.png);
    background-position: -56px -27px;
    width: 21px;
    height: 23px;
    margin-right: 10px;
    margin-top: 11px
}

.module1 {
    margin-top: 70px
}

    .module1 .m-list-top {
        overflow: hidden;
        margin: 0 -10px;
        height: 475px;
    }

        .module1 .m-list-top .m-mdeia-two {
            float: left;
            margin: 0 10px;
            width: 590px;
            height: 453px;
            border: 1px solid #e6e6e6
        }

        .module1 .m-list-top .m-media-img {
            width: 590px;
            height: 393px;
            overflow: hidden;
            background-color: #f5f5f5
        }

        .module1 .m-list-top .m-media-title {
            width: 100%;
            padding: 0 20px;
            overflow: hidden
        }

        .module1 .m-list-top .m-media-text {
            float: left;
            width: 223px;
            line-height: 60px;
            color: #333
        }

        .module1 .m-list-top .m-media-icon {
            float: right;
            overflow: hidden;
            padding: 20px 0
        }

    .module1 .m-list-bottom {
        margin-top: 12px;
        position: relative;
        overflow: hidden
    }

        .module1 .m-list-bottom .m-mdeia-three {
            float: left;
            margin-right: 15px;
            width: 390px;
            height: 309px;
            overflow: hidden
        }

        .module1 .m-list-bottom .m-media-img {
            width: 100%;
            height: 260px;
            overflow: hidden;
            background-color: #f5f5f5
        }

        .module1 .m-list-bottom .m-media-title {
            width: 100%;
            padding: 0 20px;
            overflow: hidden;
            border: 1px solid #e6e6e6
        }

            .module1 .m-list-bottom .m-media-title:hover .m-media-text {
                color: #8fc320
            }

        .module1 .m-list-bottom .m-media-text {
            float: left;
            width: 180px;
            line-height: 47px;
            color: #333
        }

.module2 .m-tab-nav a,
.module2 .m-tab-nav li {
    font-size: 18px;
    color: #404040
}

.module1 .m-list-bottom .m-media-icon {
    float: right;
    overflow: hidden;
    padding: 6px 0
}

.module1 .m-list-bottom .prev {
    position: absolute;
    left: 0;
    top: 38%;
    opacity: .5
}

.module1 .m-list-bottom .next {
    position: absolute;
    right: 0;
    top: 38%;
    opacity: .5
}

.module2 .m-tab-nav {
    margin-bottom: 60px
}

    .module2 .m-tab-nav ul {
        overflow: hidden;
        width: 350px;
        margin: 0 auto
    }

    .module2 .m-tab-nav li {
        float: left;
        cursor: pointer
    }

    .module2 .m-tab-nav .on,
    .module2 .m-tab-nav .on a {
        color: #8fc320
    }

    .module2 .m-tab-nav .line {
        margin: 0 15px;
        color: #d6d6d6
    }

.module2 .m-list {
    overflow: hidden;
    margin: 0 -10px
}

    .module2 .m-list .m-mdeia-eight {
        float: left;
        margin: 0 10px 24px;
        width: 285px;
        height: 336px;
        border: 1px solid #e6e6e6;
        overflow: hidden
    }

    .module2 .m-list .m-media-img {
        width: 285px;
        height: 285px;
        overflow: hidden;
        background-color: #f5f5f5
    }

        .module2 .m-list .m-media-img img {
            width: 100% !important
        }

    .module2 .m-list .m-media-title {
        width: 100%;
        padding: 0 16px;
        overflow: hidden
    }

        .module2 .m-list .m-media-title:hover .m-media-text {
            color: #8fc320
        }

    .module2 .m-list .m-media-text {
        float: left;
        width: 200px;
        font-size: 14px;
        line-height: 50px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%
    }

    .module2 .m-list .m-media-icon {
        float: right;
        overflow: hidden;
        padding: 14px 0
    }

.module3 {
    background-color: #f4f6f9;
    padding-top: 80px;
    padding-bottom: 68px
}

    .module3 .m-title {
        margin-bottom: 80px
    }

    .module3 .m-main {
        height: 455px;
        position: relative
    }

    .module3 .m-slide-item {
        width: 1010px;
        margin: 0 auto
    }

    .module3 .m-list {
        height: 400px;
        overflow: hidden
    }

        .module3 .m-list .m-media-img {
            float: left;
            width: 600px;
            height: 400px
        }

        .module3 .m-list .m-media-content {
            float: right;
            width: 410px;
            padding: 68px 62px 42px 42px;
            background-color: #fff
        }

        .module3 .m-list .m-media-title {
            width: 306px;
            font-size: 22px;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            margin-bottom: 66px;
            text-align: justify
        }

            .module3 .m-list .m-media-title:hover {
                color: #8fc320
            }

        .module3 .m-list .m-media-special {
            font-size: 14px;
            color: #000;
            margin-bottom: 7px
        }

        .module3 .m-list .m-media-text {
            width: 294px;
            font-size: 14px;
            line-height: 22px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            margin-bottom: 75px;
            text-align: justify;
            max-height: 50px;
        }

            .module3 .m-list .m-media-text:hover {
                color: #8fc320
            }

        .module3 .m-list .m-media-label .media-label {
            cursor: default;
            float: left;
            width: 85px;
            line-height: 30px;
            background-color: #f5f5f5;
            border-radius: 4px;
            text-align: center;
            font-size: 14px;
            color: #777;
            margin-right: 10px
        }

            .module3 .m-list .m-media-label .media-label:hover {
                background-color: #8fc320
            }

                .module3 .m-list .m-media-label .media-label:hover a {
                    color: #ffff
                }

    .module3 .m-slide-nav {
        margin-top: 51px
    }

        .module3 .m-slide-nav ul {
            overflow: hidden;
            position: absolute;
            left: 50%;
            transform: translateX(-50%)
        }

        .module3 .m-slide-nav li {
            float: left;
            width: 36px;
            height: 4px;
            background-color: #e8e8e8;
            cursor: pointer;
            margin-right: 10px
        }

        .module3 .m-slide-nav .on {
            background-color: #222
        }

        .module3 .m-slide-nav .prev {
            position: absolute;
            left: 0;
            top: 38%
        }

        .module3 .m-slide-nav .next {
            position: absolute;
            right: 0;
            top: 38%
        }

.module4 {
    padding-top: 30px
}

    .module4 .m-main {
        width: 1200px
    }

    .module4 .m-media-long {
        width: 1200px;
        border-bottom: 1px #e6e6e6 dotted;
        padding: 20px;
        position: relative;
        left: 0
    }

        .module4 .m-media-long:hover {
            left: 40px
        }

            .module4 .m-media-long:hover .m-media-title a {
                color: #8fc320
            }

    .module4 .m-media-img {
        width: 300px;
        height: 200px;
        overflow: hidden
    }

    .module4 .m-media-content {
        width: 830px;
        margin-left: 30px;
        position: relative
    }

    .module4 .m-media-text,
    .module4 .m-media-title {
        width: 600px;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: justify
    }

    .module4 .m-media-title {
        font-size: 18px;
        line-height: 19px;
        padding-top: 22px;
        color: #333;
        font-weight: 700;
        white-space: nowrap;
        max-width: 100%
    }

        .module4 .m-media-title a {
            color: #333
        }

    .module4 .m-media-text {
        margin-top: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #646464;
        -webkit-line-clamp: 2
    }

    .module4 .m-media-date,
    .module4 .m-media-label {
        float: left;
        font-size: 12px;
        margin-top: 30px;
        line-height: 30px
    }

    .module4 .m-media-label {
        color: #999;
        margin-right: 20px
    }

        .module4 .m-media-label:hover a {
            color: #8fc320
        }

    .module4 .m-media-date {
        color: #999
    }

    .module4 .m-media-to {
        position: absolute;
        right: 80px;
        top: 100px;
        width: 40px;
        height: 40px;
        background: url(../image/icon_to.png) no-repeat;
        background-size: contain
    }

.module5 .m-video-nav .m-media-label::before,
.module7 .evaluate-btn:before {
    background-image: url(sprite.png);
    float: left;
    content: ""
}

.module5 {
    background-color: #f4f6f9;
    padding-top: 100px;
    padding-bottom: 120px
}

    .module5 .m-main {
        width: 1200px
    }

    .module5 .m-video-item,
    .module5 .m-video-item li {
        width: 800px;
        height: 450px
    }

    .module5 .m-video-item {
        overflow: hidden
    }

    .module5 .hd {
        overflow: hidden;
        width: 400px;
        height: 450px;
        padding: 15px;
        background-color: #fff
    }

    .module5 .m-video-nav {
        overflow-y: auto;
        width: 370px;
        height: 420px
    }

        .module5 .m-video-nav::-webkit-scrollbar {
            width: 4px
        }

        .module5 .m-video-nav::-webkit-scrollbar-track {
            background-color: #ebebeb
        }

        .module5 .m-video-nav::-webkit-scrollbar-thumb {
            background-color: #ccc
        }

        .module5 .m-video-nav::-webkit-scrollbar-button {
            display: none;
            background-color: #ebebeb
        }

        .module5 .m-video-nav::-webkit-scrollbar-corner {
            display: none;
            background-color: #ebebeb
        }

        .module5 .m-video-nav .m-media-title,
        .module6 .m-media-text {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

        .module5 .m-video-nav li {
            padding: 15px 11px 15px 15px;
            overflow: hidden;
            border-bottom: 1px solid #e6e6e6;
            cursor: pointer
        }

            .module5 .m-video-nav li:last-child {
                border-bottom: none
            }

        .module5 .m-video-nav .on {
            background-color: #ebebeb
        }

        .module5 .m-video-nav .m-media-img {
            float: left;
            width: 160px;
            height: 90px;
            overflow: hidden
        }

        .module5 .m-video-nav .m-media-title {
            float: left;
            width: 150px;
            margin-left: 13px;
            font-size: 16px;
            line-height: 24px;
            color: #333
        }

        .module5 .m-video-nav .m-media-label {
            float: left;
            width: 150px;
            margin-left: 13px;
            font-size: 12px;
            line-height: 24px;
            color: #999
        }

            .module5 .m-video-nav .m-media-label::before {
                background-position: -114px -20px;
                width: 15px;
                height: 13px;
                margin-top: 6px;
                margin-right: 5px
            }

.module6 .m-main {
    width: 1200px
}

.module6 .m-media-long {
    width: 1200px;
    border-bottom: 1px #e6e6e6 dotted;
    padding: 30px 85px 30px 0;
    position: relative;
    left: 0
}

    .module6 .m-media-long:hover {
        left: 40px
    }

        .module6 .m-media-long:hover .m-media-title a {
            color: #8fc320
        }

    .module6 .m-media-long:last-child {
        border-bottom: none
    }

.module6 .m-media-img {
    width: 360px;
    height: 240px;
    overflow: hidden;
    border: 1px solid #e6e6e6
}

    .module6 .m-media-img img {
        width: 100%;
    }

.module6 .m-media-content {
    width: 497px;
    margin-left: 30px;
    position: relative
}

.module6 .m-media-title {
    width: 497px;
    font-size: 20px;
    padding-top: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%
}

    .module6 .m-media-title a {
        color: #333
    }

.module6 .m-media-text {
    width: 497px;
    margin-top: 35px;
    line-height: 32px;
    font-size: 14px;
    color: #646464;
    text-align: justify
}

.module6 .m-media-label {
    float: left;
    margin-top: 40px;
    margin-right: 20px;
    font-size: 14px;
    color: #777;
    padding: 8px 10px;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .module6 .m-media-label:hover {
        background-color: #8fc320
    }

        .module6 .m-media-label:hover a {
            color: #f5f5f5
        }

.module6 .m-media-role {
    width: 128px
}

    .module6 .m-media-role .m-media-photo {
        width: 128px;
        height: 128px;
        overflow: hidden;
        border-radius: 50%;
        margin-top: 20px
    }

    .module6 .m-media-role .m-media-name {
        font-size: 20px;
        color: #333;
        margin-top: 15px;
        margin-bottom: 12px;
        text-align: center
    }

    .module6 .m-media-role .m-media-job {
        font-size: 14px;
        color: #333;
        text-align: center
    }

.module7 .m-evaluate-info {
    width: 830px;
    height: 290px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 35px
}

.module7 .evaluate-info-tl {
    overflow: hidden
}

.module7 .evaluate-info-img {
    float: left;
    width: 233px;
    height: 105px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
    overflow: hidden
}

    .module7 .evaluate-info-img img {
        max-width: 233px !important;
    }

.module7 .evaluate-info-score {
    float: left;
    margin-left: 24px
}

.module7 .evaluate-info-list1 {
    display: table;
    margin-bottom: 4px
}

    .module7 .evaluate-info-list1 li {
        display: table-cell;
        vertical-align: middle;
        padding-right: 8px
    }

    .module7 .evaluate-info-list1 .list1-item1 {
        font-size: 28px;
        color: #494949;
        margin-right: 8px
    }

    .module7 .evaluate-info-list1 .list1-item2 {
        width: 83px;
        margin-right: 8px
    }

    .module7 .evaluate-info-list1 .list1-item3 {
        font-size: 12px;
        color: #669;
        margin-right: 8px
    }

.module7 .evaluate-info-tr {
    width: 241px
}

.module7 .evaluate-info-list2 li {
    display: table;
    margin-bottom: 3px
}

    .module7 .evaluate-info-list2 li .list2-item {
        display: table-cell;
        font-size: 12px;
        color: #9b9b9b;
        padding-right: 9px;
        padding-left: 5px;
        width: 38px;
        text-align: right
    }

    .module7 .evaluate-info-list2 li .lies2-bar {
        height: 10px;
        background-color: #ffbf8a
    }

.module7 .evaluate-info-every {
    font-size: 14px;
    color: #111;
    margin-bottom: 15px
}

.module7 .evaluate-info-label {
    float: left;
    font-size: 12px;
    color: #666;
    padding: 5px 7px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px
}

    .module7 .evaluate-info-label:nth-child(3n+1) {
        margin-right: 0
    }

.module7 .evaluate-info-list3 {
    display: table
}

    .module7 .evaluate-info-list3 .list3-item {
        display: table-cell;
        height: 42px;
        vertical-align: middle;
        padding-right: 8px;
        font-size: 14px
    }

.module7 .evaluate-btn {
    width: 207px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding-left: 55px;
    cursor: pointer
}

    .module7 .evaluate-btn:hover {
        border-color: #8fc320
    }

    .module7 .evaluate-btn:before {
        margin-top: 10px;
        margin-right: 10px;
        background-position: 0 -55px;
        width: 23px;
        height: 19px
    }

.module7 .evaluate-info-bottom {
    margin-top: 58px
}

.module7 #evaluateText1 {
    color: #333
}

.star ul {
    margin: 0 10px
}

.star li {
    float: left;
    width: 44px;
    height: 31px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../image/star.png) no-repeat;
    transition: all .3s ease-in-out
}

    .star li.on {
        background-position: 0 -31px
    }

.module7 .m-product-value {
    width: 830px;
    margin-top: 35px
}

.module7 .m-product-title {
    font-size: 18px;
    color: #000
}

.module7 .m-product-list {
    margin-bottom: 75px;
    padding-top: 10px
}

.module7 .m-product-part1 {
    margin-bottom: 20px;
    display: table
}

.module7 .m-product-item {
    border-bottom: 1px solid #eaebf2;
    padding: 25px 0
}

    .module7 .m-product-item:last-child {
        border-bottom: none
    }

.module7 .m-product-photo {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.module7 .m-product-name {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #333
}

.module7 .m-product-part2 {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

    .module7 .m-product-part2 em {
        font-style: normal;
        color: #576b95
    }

    .module7 .m-product-part2 a:hover,
    .module7 .m-product-part2 a:hover em {
        color: #8fc320
    }

.module7 .m-product-part3 {
    overflow: hidden;
    margin-bottom: 25px
}

    .module7 .m-product-part3 .m-product-img {
        float: left;
        width: 150px;
        height: 112px;
        margin-right: 15px
    }

.module7 .m-product-score {
    margin-right: 20px;
    display: table
}

.module7 .m-product-scoreA {
    font-size: 12px;
    color: #999;
    display: table-cell;
    padding-right: 5px
}

.module7 .m-product-scoreB {
    width: 83px;
    display: table-cell
}

.module7 .m-product-data {
    font-size: 12px;
    color: #999
}

.m-product-null {
    width: 293px;
    margin: 110px auto 0;
    padding-top: 160px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: url(../image/product-null.png) top center no-repeat;
    background-size: 76px 99px
}

.module7 .m-complain-title:before,
.module7 .m-jp-nav:before {
    float: left;
    background-image: url(sprite.png);
    background-position: -114px -38px;
    margin-right: 5px
}

.module7 .m-jp {
    width: 314px
}

.module7 .m-jp-nav {
    font-size: 14px;
    color: #666
}

    .module7 .m-jp-nav ul {
        overflow: hidden
    }

        .module7 .m-jp-nav ul li {
            float: left;
            cursor: pointer
        }

        .module7 .m-jp-nav ul .on {
            color: #8fc320
        }

    .module7 .m-jp-nav:before {
        content: "";
        width: 14px;
        height: 13px;
        margin-top: 1px
    }

.module7 .m-jp-tab {
    margin-top: 30px;
    overflow: hidden
}

.module7 .m-right-more {
    font-size: 12px;
    color: #666
}

    .module7 .m-right-more:after {
        content: ">";
        font-size: 12px;
        line-height: 14px;
        color: #666;
        font-family: \5b8b\4f53;
        padding-left: 6px
    }

.module7 .m-marquee-item {
    height: 140px;
    border-bottom: 1px dashed #e6e6e6
}

    .module7 .m-marquee-item:hover .m-marquee-name {
        color: #000
    }

        .module7 .m-marquee-item:hover .m-marquee-name:hover a {
            color: #8fc320
        }

    .module7 .m-marquee-item:last-child {
        border-bottom: none
    }

.module7 .m-marquee-top {
    padding-top: 20px
}

.module7 .m-marquee-info {
    display: table
}

    .module7 .m-marquee-info .m-marquee-photo {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%
    }

    .module7 .m-marquee-info .m-marquee-name {
        display: table-cell;
        font-size: 14px;
        color: #333;
        vertical-align: middle;
        padding-left: 10px
    }

.module7 .m-marquee-state {
    font-size: 12px;
    line-height: 40px;
    color: #ff8016
}

    .module7 .m-marquee-state:hover a {
        color: #8fc320
    }

.module7 .m-marquee-bottom {
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

    .m-jp-more:hover,
    .module7 .m-marquee-bottom:hover a {
        color: #8fc320
    }

.module7 .m-complain {
    width: 314px;
    margin-top: 50px
}

.module7 .m-complain-title {
    font-size: 14px;
    color: #000
}

    .module7 .m-complain-title:before {
        content: "";
        width: 14px;
        height: 13px;
        margin-top: 1px
    }

.module7 .m-complain-list {
    margin-top: 20px;
    height: 390px;
    overflow: hidden
}

.module7 .m-complain-item {
    height: 130px;
    border-bottom: 1px dashed #e6e6e6
}

    .module7 .m-complain-item:hover .m-marquee-name {
        color: #000
    }

    .module7 .m-complain-item:last-child {
        border-bottom: none
    }

.module7 .m-complain-top {
    padding-top: 16px
}

.module7 .m-complain-info {
    display: table
}

    .module7 .m-complain-info .m-complain-photo {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 50%
    }

    .module7 .m-complain-info .m-complain-name {
        display: table-cell;
        font-size: 13px;
        color: #333;
        vertical-align: middle;
        padding-left: 10px
    }

.module7 .m-complain-state {
    padding: 13px 0;
    font-size: 12px;
    color: #666;
    line-height: 14px
}

    .module7 .m-complain-state img {
        margin-right: 10px
    }

.module7 .m-complain-bottom {
    font-size: 12px;
    color: #333;
    margin-top: 15px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

    .module7 .m-complain-bottom:hover a {
        color: #8fc320
    }

.module7 .m-main {
    width: 1200px
}

section {
    margin-top: 95px
}

.m-title {
    width: 140px;
    font-size: 34px;
    line-height: 34px;
    color: #333;
    margin: 0 auto 60px;
    text-align: center;
    position: relative
}

    .m-title:after,
    .m-title:before {
        content: "";
        position: absolute;
        top: 14px;
        width: 57px;
        height: 2px;
        background-color: #d8d8d8
    }

    .m-title:before {
        left: -90px
    }

    .m-title:after {
        right: -90px
    }

.media-if,
.media-li,
.media-red {
    background-image: url(sprite.png);
    height: 22px;
    margin-left: 10px;
    float: left
}

.media-red {
    background-position: -56px 0;
    width: 22px
}

.media-if {
    background-position: 0 -28px;
    width: 24px
}

.media-li {
    background-position: -29px -28px;
    width: 22px
}

.m-media-more {
    transition: all .4s ease-out 0s;
    width: 260px;
    height: 50px;
    background-color: transparent;
    margin: 60px auto 0;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #666;
    border: 1px solid #e0e0e0;
    line-height: 50px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

    .m-media-more .media-more-cover {
        width: 0;
        height: 50px;
        background-color: #8fc320;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s
    }

    .m-media-more:hover {
        color: #fff
    }

        .m-media-more:hover .media-more-cover {
            width: 260px
        }

.media-effect,
.media-effect img {
    transition: all .3s linear
}

    .media-effect:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }

        .media-effect:hover img {
            transform: scale(1.05)
        }

.next,
.prev {
    display: block;
    width: 22px;
    line-height: 40px;
    height: 40px;
    background-color: #aaacae;
    font-size: 42px;
    font-family: \5b8b\4f53;
    color: #fff;
    z-index: 9
}

    .next:hover,
    .prev:hover {
        background-color: #222;
        color: #fff
    }

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background-image: url(bg.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

* html #ie-alert-overlay {
    position: absolute;
    z-index: 9999
}

#ie-alert-panel {
    width: 583px;
    height: 394px;
    position: fixed;
    background: url(iealertsprite.png) -1px -109px no-repeat;
    top: 50%;
    left: 50%;
    margin: -201px 0 0 -296px;
    padding: 72px 0 0 72px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.5em;
    z-index: 10000
}

    #ie-alert-panel p {
        font-size: 14px;
        width: 486px;
        text-align: justify
    }

.rebox-button,
.rebox-caption,
.rebox-contents {
    text-align: center;
    position: absolute
}

#ie-alert-panel img {
    border: 0
}

#ie-alert-panel span {
    font-size: 18px;
    margin: 0 0 20px;
    display: block;
    padding: 0
}

#ie-alert-panel ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#ie-alert-panel li {
    float: left;
    margin: 0 22px 0 0
}

    #ie-alert-panel li.last {
        margin-right: 0
    }

.chrome,
.safari {
    margin: 0 4px 0 0
}

#ie-alert-panel a {
    display: inline-block
}

.browser {
    position: absolute;
    bottom: 35px
}

.chrome,
.firefox,
.ie9,
.opera,
.safari {
    background: url(iealertsprite.png) no-repeat
}

.chrome {
    background-position: 0 0;
    width: 73px;
    height: 96px
}

.firefox {
    background-position: -292px 0;
    width: 73px;
    height: 98px
}

.ie9 {
    background-position: -179px 0;
    width: 95px;
    height: 98px
}

.opera,
.safari {
    width: 73px;
    height: 98px
}

.opera {
    background-position: -90px 0
}

.safari {
    background-position: -387px 0
}

.rebox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-filter: none !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, .7)
}

    .rebox * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0
    }

.rebox-contents {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%
}

    .rebox-contents .rebox-content {
        border: 5px solid #fff;
        box-shadow: 0 0 20px #000;
        border-radius: 1px;
        max-width: 100%;
        max-height: 100%
    }

.rebox-loading {
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    left: 50%
}

.rebox-caption {
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, .7)
}

    .rebox-caption p {
        margin: 0 auto;
        max-width: 70%;
        display: inline-block;
        padding: 10px;
        color: #fff;
        font-size: 12px;
        line-height: 18px
    }

.rebox-button {
    z-index: 9999;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    opacity: .4;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

    .rebox-button:focus,
    .rebox-button:hover {
        opacity: 1;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4)
    }

.rebox-close {
    right: 10px;
    top: 10px
}

.rebox-next {
    right: 10px;
    top: 48%
}

.rebox-prev {
    left: 10px;
    top: 48%
}

.rebox-loading {
    top: 48%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}


/******手机验证码******/
.txt-code {
    width: 125px !important;
}

.btn-code {
    width: 125px !important;
    font-size: 13px !important;
    position: relative !important;
    left: 10px !important;
    background-color: #8ec321 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: center !important;
    padding: 0px !important;
}
