﻿body {
    color: #666;
    font-family: "Microsoft Yahei";
}

ol, ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #777;
}

    a:hover {
        color: #06b5ff;
        text-decoration: none;
    }

    a:focus {
        /*color: #666;*/
        text-decoration: none;
        outline: none;
    }

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    margin: 0 auto;
}

.caret.up {
    border-top: none;
    border-bottom: 4px dashed;
}

.mgr-sm {
    margin-right: 8px;
}

.mgr-md {
    margin-right: 30px;
}

.mgb-sm {
    margin-bottom: 8px;
}

.mgb-md {
    margin-bottom: 30px;
}

.box_more {
    display: inline-block;
    margin-right: 15px;
    color: #eb0c1c;
    text-decoration: underline;
    cursor: pointer;
}

.has-dot {
    position: relative;
}

    .has-dot:after {
        content: '';
        position: absolute;
        top: 10px;
        right: -7px;
        width: 6px;
        height: 6px;
        background: url('../images/icon_dot.html') 0 0 no-repeat;
    }

.has-line {
    position: relative;
}

    .has-line:after {
        content: '';
        position: absolute;
        top: 2px;
        right: -4px;
        width: 1px;
        height: 92%;
        background: #dddddd;
    }

.text-red {
    color: red;
}

.text-gray {
    color: #b3b3b3;
}

.text-yellow {
    color: #ff9800 !important;
}

.text-blue {
    color: #eb0c1c;
}

.fw-bold {
    font-weight: bold;
}

.modal_tips .modal-body h4 {
    font-size: 16px;
}

.body-width {
    min-width: 1230px;
}

    .body-width .main-block {
        margin-top: -12px;
    }

        .body-width .main-block .container, .body-width .footer-zone .container {
            width: 1200px !important;
        }

@media (min-width: 768px) {
    .body-width .navbox .container {
        width: 780px;
    }
}

@media (min-width: 992px) {
    .body-width .navbox .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .body-width .navbox .container {
        width: 1200px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }

    .navbox .container {
        width: 1200px;
        padding: 0;
    }
}

.main-block {
    background: #EDF0F2;
}

.word-break {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.text-in {
    text-indent: 2em;
}

.text-line {
    text-decoration: underline;
}

.text-del {
    text-decoration: line-through;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tcdPageCode input {
    display: inline-block;
    vertical-align: middle;
}

.zeroclipboard_btn {
    opacity: 0;
}

.introjs-button {
    font-size: 14px;
}

.modal-dialog {
    top: 0px;
    left: 0px;
}

.video_access {
    position: absolute;
    top: 5px;
    right: -175px;
}

.dropdown .btn.dropdown-toggle {
    position: relative;
    padding: 4px 19px 4px 10px;
    border-color: #dcdcdc;
    text-align: left;
}

    .dropdown .btn.dropdown-toggle .dropdown-selected {
        display: block;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dropdown .dropdown-menu > li > a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3px 19px 3px 10px;
}

.dropdown .btn:hover, .dropdown.open .btn.dropdown-toggle {
    background-color: #fff;
}

.dropdown .btn .caret {
    position: absolute;
    top: 13px;
    right: 5px;
}

.dropdown .dropdown-menu {
    border-color: #dcdcdc;
    box-shadow: none;
    margin-top: 0px;
    min-width: 30px;
    max-height: 300px;
    overflow: auto;
}

.navbar-more-dropdown .dropdown-menu li a:hover, .navbar-more-dropdown .dropdown-menu li.hover a {
    background-color: #d2eefc;
}

.dropdown-menu {
    min-width: auto;
}

.breadcrumb {
    margin-bottom: 6px;
    padding-left: 0;
    background-color: #f5f9fc;
}

    .breadcrumb > li + li::before {
        content: '>';
    }

    .breadcrumb > .active {
        color: #ff7501;
    }

.introjs-helperNumberLayer {
    line-height: 10px;
}

.introjs-helperNumberLayer {
    background: #cf0404;
}

.introjs-overlay {
    background: #000;
}

.header-top {
    height: 38px;
    background: #f8fbff;
    border-bottom: 1px solid #e7ebed;
    font-size: 14px;
}

.nav-ul {
    height: 38px;
    margin-bottom: 0px;
}

    .nav-ul > li {
        padding: 0px;
    }

        .nav-ul > li > .dropdown > a {
            line-height: 37px;
            display: inline-block;
            padding: 0 3px;
            position: relative;
            z-index: 1001;
            border-left: 1px solid #f8fbff;
            border-right: 1px solid #f8fbff;
        }

        .nav-ul > li > a {
            line-height: 38px;
            display: inline-block;
            z-index: 1001;
        }

.header-top .container {
    height: 38px;
}

.header-con {
    background: #fff;
    border-bottom: 1px solid #e7ebed;
}

    .header-con .logo {
        padding-top: 20px;
        margin-bottom: 24px;
    }

    .header-con .info {
        padding-top: 30px;
    }

.main-menu {
    padding: 29px 0 1px 26px;
    background: #fff;
}

    .main-menu dl {
        margin-bottom: 35px;
    }

    .main-menu dt {
        color: #427790;
        margin-bottom: 23px;
    }

    .main-menu dd {
        margin-bottom: 13px;
        padding-left: 24px;
    }

        .main-menu dd a .num {
            color: #fb6363;
        }

        .main-menu dd:hover a .num {
            color: #06b5ff;
        }

        .main-menu dd.active a, .main-menu dd.active a .num {
            color: #06b5ff;
        }

        .main-menu dd.disabled a .num {
            color: #b3b3b3;
        }

        .main-menu dd.disabled:hover a {
            color: #808080;
            cursor: not-allowed;
        }

        .main-menu dd.disabled a .num {
            color: #b3b3b3;
            cursor: not-allowed;
        }

.main-container {
    min-height: 1000px;
    background: #fff;
}

.carousel-control.left, .carousel-control.right {
    background: transparent;
}

.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-right: -30px;
    font-size: 60px;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 5;
}

.carousel:hover .carousel-control .glyphicon-menu-left, .carousel:hover .carousel-control .glyphicon-menu-right {
    display: block;
}

.select-tab {
    display: none;
    position: absolute;
    bottom: -220px;
    left: 0;
    z-index: 9999;
    overflow: auto;
    width: 520px;
    height: 220px;
    padding: 10px 0 0;
    border: 1px solid #c7d5de;
    /* border-radius: */
    background: #fff;
}

    .select-tab .con {
        overflow: auto;
        width: 517px;
        height: 208px;
    }

    .select-tab ul {
        position: relative;
        overflow: hidden;
        width: 500px;
        margin: 0 0 44px;
    }

    .select-tab .foot {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 496px;
        height: 42px;
        padding-right: 20px;
        padding-top: 4px;
        background: #fff;
    }

    .select-tab li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        width: 100px;
        height: 20px;
        color: #999;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
    }

        .select-tab li:hover {
            background: #dfecff;
        }

        .select-tab li.active {
            color: #f57900;
            font-weight: bold;
        }

.broadcast-alert {
    overflow: hidden;
    height: 30px;
    margin-bottom: 15px;
    padding: 6px;
    font-size: 13px;
    border-color: transparent;
}

    .broadcast-alert li {
        margin-bottom: 10px;
    }

.head_invite {
    background: url("../images/invite_blue.png") no-repeat 0;
    padding-left: 25px;
    display: block;
    background-size: 17px;
}

    .head_invite:hover {
        background: url("../images/invite_blue.png") no-repeat 0;
        background-size: 17px;
    }

.head_sign {
    background: url("../images/sign.png") no-repeat 0;
    padding-left: 25px;
    display: block;
    background-size: 17px;
}

    .head_sign:hover {
        background: url("../images/sign_blue.png") no-repeat 0;
        background-size: 17px;
    }

.is_sign {
    background: url("../images/sign_blue.png") no-repeat 0;
    background-size: 17px;
}

* {
    font-family: 'Microsoft Yahei';
}

a:hover {
    color: #eb0c1c;
    text-decoration: none;
}

.navbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    max-height: 80%;
}

.navbar-top.navbar {
    min-height: 30px;
    margin-bottom: 0;
    border-color: transparent;
    border: none;
}

.navbar-top .navbar-collapse[aria-expanded="false"] {
    padding-left: 0;
}

.navbar-top [aria-expanded="false"] .navbar-left {
    margin-left: -15px;
}

.navbar-top .nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav > .navbar-more {
    padding-left: 15px;
    margin-right: 15px;
}

    .nav > .navbar-more > a {
        display: inline-block;
        padding: 15px 0;
    }

.navbar-menu.navbar {
    margin-bottom: 0;
    border-color: #eee;
    background: #fff;
    /*box-shadow: 0 2px 2px 0 #eee;*/
}

.navbar-menu .navbar-toggle {
    margin-top: 18px;
}

.navbar-menu .navbar-brand {
    height: 68px;
}

.navbar-menu .navbar-nav > li > a, .dropdown-btns {
    height: 68px;
    padding: 15px 20px;
    line-height: 38px;
    font-size: 18px;
    color: #333;
}

.nav-more.dropdown .dropdown-menu {
    border-color: #eee;
    margin-top: 0px;
    display: none;
    width: 103px;
    left: 15px;
    top: 9px;
    text-align: center;
    /* border-radius: */
}

    .nav-more.dropdown .dropdown-menu a {
        height: 38px;
        padding: 0;
        line-height: 38px;
        font-size: 16px;
        color: #333;
    }

        .nav-more.dropdown .dropdown-menu a:hover {
            background: #eb0c1c;
            color: #fff;
        }

        .nav-more.dropdown .dropdown-menu a.man, .nav-more.dropdown .dropdown-menu a.man {
            font-size: 18px;
        }

.nav-more.dropdown:hover .dropdown-menu a.man, .nav-more.dropdown.hover .dropdown-menu a.man {
    color: #eb0c1c;
}

    .nav-more.dropdown:hover .dropdown-menu a.man:hover, .nav-more.dropdown.hover .dropdown-menu a.man:hover {
        background: #fff;
        color: #eb0c1c;
    }

.dropdown-btns .dropdown .dropdown-toggle, .dropdown-btns .dropdown-menu li {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    padding-right: 0px;
    border: 0;
}

    .dropdown-btns .dropdown-menu li a {
        padding: 0;
        height: 42px;
        line-height: 42px;
        text-align: center;
    }

.dropdown-btns .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    background: #eb0c1c;
    border: 0;
}

    .dropdown-btns .dropdown .dropdown-menu a {
        color: #fff;
    }

    .dropdown-btns .dropdown .dropdown-menu li a:hover {
        background: #0a9eef;
    }

    .dropdown-btns .dropdown .dropdown-menu li a:focus {
        background: #0a9eef;
    }

.dropdown-btns .dropdown .dropdown-toggle:hover {
    background: #eb0c1c;
}

.dropdown-btns .dropdown .dropdown-toggle:focus {
    background: #eb0c1c;
}

.dropdown-btns .dropdown .caret {
    position: static;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
}

.navbar-menu .in .navbar-nav > li > a {
    height: 38px;
    line-height: 1;
    padding: 0 15px;
}

.navbar-menu .navbar-nav > li > a:hover, .navbar-menu .navbar-nav > li.hover > a {
    color: #eb0c1c;
    background: none;
}

.footer-msg {
    padding-top: 24px;
    background: #eeeeee;
    text-align: center;
    min-width: 1200px;
}

    .footer-msg span {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
        color: #6f7383;
        font-size: 14px;
    }

    .footer-msg .has-icon {
        display: inline-block;
        position: relative;
        padding-left: 24px;
    }

        .footer-msg .has-icon img {
            position: absolute;
            top: 1px;
            left: 1px;
        }

.footer-zone {
    padding-top: 60px;
    min-width: 1200px;
}

    .footer-zone.footer-white {
        background: #fff;
    }

    .footer-zone.footer-blue {
        background: #101d41;
    }

.footer-white dt {
    color: #848484;
}

.footer-white dd a {
    color: #848484;
}

    .footer-white dd a:hover {
        color: #eb0c1c;
    }

.footer-blue dt {
    color: #fff;
}

.footer-blue dd a {
    color: #a1a4b3;
    font-size: 14px;
}

    .footer-blue dd a:hover {
        color: #eb0c1c;
    }

.footer-zone .container {
    /*padding: 0 5%; */
}

.footer-zone dl.pull-left {
    width: 174px;
    margin-right: 0px;
    margin-bottom: 25px;
}

.footer-zone dl.pull-right {
    margin-bottom: 30px;
}

.footer-zone dt {
    height: 30px;
    margin-bottom: 25px;
    font-size: 18px;
}

.footer-zone dd {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 37px;
}

.icon-hot {
    position: relative;
}

    .icon-hot:after {
        content: '\200B';
        position: absolute;
        top: -8px;
        right: -12px;
        width: 24px;
        height: 20px;
        background: url('../images/hot-icon.png') center center no-repeat;
    }

.icon-new:after {
    content: '\200B';
    width: 24px;
    position: absolute;
    height: 20px;
    background: url('../images/new-icon.png') center center no-repeat;
}

.has-feedback-left .form-control {
    padding-left: 25px;
}

.has-feedback-left .form-control-feedback {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 40px;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    text-align: center;
}

.form-group {
    margin-bottom: 10px;
}

.help-block {
    min-height: 22px;
    margin-bottom: 0;
}

.main-block {
    min-height: 700px;
}

.top_2898 li:hover a {
    background: none;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }

    .main-search {
        width: 872px !important;
    }

    .main-block {
        padding-top: 132px;
        background: #EDF0F2;
        width: 1200px;
    }

    .col-lg-3, .col-xs-6 {
        width: 200px;
        background: #fff;
    }

    .navmenu {
    }

    /*修改在手机上不缩成按钮*/
    .navbar-left, .navbar-left li, .navbar-right li {
        float: left;
    }

    .navbar-right {
        float: right;
    }

    .wp {
        display: none !important;
    }

    /*修改在手机上不缩成按钮*/
}

@media (min-width: 768px) and (max-width: 992px) {
    .hidden-sm {
        display: none !important;
    }

    .main-block {
        /* padding-top: 248px; */
        background: #EDF0F2;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .main-block {
        padding-top: 180px;
        background: #EDF0F2;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .main-block {
        padding-top: 90px;
        background: #EDF0F2;
    }
}

.help-block.has-icon-error {
    position: relative;
    padding-left: 22px;
}

.has-icon-error:after {
    content: '\200B';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url('../images/icon_web.png') -142px -22px no-repeat;
}

.help-block.has-icon-success {
    position: relative;
    padding-left: 22px;
}

.has-icon-success:after {
    content: '\200B';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url('../images/icon_web.png') -129px -39px no-repeat;
}

.btn-disabled {
    background: #e8e8e8;
    color: #7a7979;
    cursor: not-allowed;
}

.feedback-block {
    margin-bottom: 30px;
    padding-top: 30px;
}

.feedback-ok {
    width: 92px;
    height: 92px;
    margin: 0 auto 12px;
    background: url('../images/icon_web.png') -189px -108px no-repeat;
}

.feedback-text {
    color: #eb0c1c;
    font-size: 24px;
    text-align: center;
}

.label-box {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 2px;
    border: 1px solid #eb0c1c;
    /* border-radius: */
    background: #eb0c1c;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

    .label-box.blue {
        border-color: #c2e9ff;
        background: #eef9ff;
        color: #eb0c1c;
    }

    .label-box.yellow {
        border-color: #ffd7b6;
        background: #fff7f1;
        color: #fd7923;
    }

    .label-box.red {
        border-color: #ffb4b4;
        background: #fff8f8;
        color: #ff5959;
    }

.icon-more-down {
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url('../images/icon_web.png') -94px -9px no-repeat;
}

    .icon-more-down:hover {
        background: url('../images/icon_web.png') -77px -7px no-repeat;
    }

.icon-more-up {
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url('../images/icon_web.png') -123px -10px no-repeat;
}

    .icon-more-up:hover {
        background: url('../images/icon_web.png') -108px -8px no-repeat;
    }

.menu-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 222;
    /*width: 294px;*/
    width: 44px;
    height: 100%;
    padding-left: 38px;
    transition: all 0.3s;
}

    .menu-right.open {
        width: 294px;
    }

.menu-right-goods {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 86px;
    padding-top: 38px;
    border-left: 6px solid #8d8d8d;
    background: #eceaea;
}

.menu-right-header {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    background: #fff;
}

.menu-right .icon-cart {
    float: left;
    width: 39px;
    height: 22px;
    margin-top: 9px;
    background: url(../images/shop_blues.png) 0px no-repeat;
    background-size: 23px 20px;
}

.menu-right .header-text {
    float: left;
    margin-top: 8px;
    margin-right: 4px;
    color: #eb0c1c;
    font-size: 16px;
}

.menu-right .icon-close {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 14px;
    background: url('../images/icon_web.png') -182px -188px no-repeat;
    cursor: pointer;
}

.menu-right-con {
    overflow: auto;
    height: 100%;
    width: 250px;
    overflow-x: hidden;
    background: #eceaea;
}

    .menu-right-con li {
        margin-bottom: 6px;
        padding: 12px 6px 4px;
        background: #fff;
    }

.menu-right .con-title {
    margin: 0 0 8px 0;
    padding: 0;
    color: #555;
    font-size: 14px;
    width: 73%;
    float: right;
    display: inline-block;
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.menu-right .con-text {
    margin-top: 10px;
    padding: 0;
    color: #555;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.menu-right .web_url {
    width: 110px;
    height: 16px;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: normal;
}

.btn-info a {
    color: #fff;
}

.menu-right .con-price {
    float: left;
    margin: 0 0 8px 0;
    padding: 0;
    color: #fe6f19;
    font-size: 14px;
    line-height: 1;
}

.menu-right .con-btn {
    display: none;
    float: right;
    margin: 0 0 8px 0;
    padding: 0;
    color: #eb0c1c;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.menu-right li:hover .con-btn {
    display: inline-block;
    float: right;
}

.menu-right-empty img {
    display: block;
    margin: 20px auto 30px;
}

.menu-right-empty p {
    margin: 0;
    color: #eb0c1c;
    font-size: 16px;
    text-align: center;
}

.menu-right-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 10px 0;
    color: #555;
    font-size: 14px;
    line-height: 1;
}

    .menu-right-footer .btn {
        margin-bottom: 10px;
    }

.menu-right .footer-left {
    float: left;
    margin-right: 4px;
    margin-bottom: 8px;
}

.menu-right .footer-right {
    float: right;
    margin-bottom: 8px;
}

.menu-right-btns {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    margin-top: -139px;
}

    .menu-right-btns li {
        position: relative;
        overflow: hidden;
        float: right;
        clear: both;
        width: 45px;
        /*width: 115px;*/
        height: 38px;
        margin-bottom: 2px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background: #8d8d8d;
        cursor: pointer;
        opacity: 1;
        transition: all 0.3s;
    }

        .menu-right-btns li:hover {
            width: 115px;
            background: red;
            opacity: 1;
        }

        .menu-right-btns li div {
            position: absolute;
            top: 0;
            right: 0;
            overflow: hidden;
            width: 115px;
            z-index: 1;
        }

    .menu-right-btns .badge {
        position: absolute;
        top: 3px;
        right: 3px;
        padding: 1px 4px;
        background-color: #f00;
        font-weight: normal;
    }

    .menu-right-btns .title {
        float: left;
        overflow: hidden;
        width: 70px;
        height: 38px;
        padding-left: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
    }

    .menu-right-btns .icon {
        float: left;
        position: relative;
        width: 40px;
        height: 38px;
    }

        .menu-right-btns .icon:after {
            content: '\200B';
            position: absolute;
        }

    .menu-right-btns .icon-person:after {
        top: 8px;
        right: 7px;
        width: 22px;
        height: 22px;
        background: url('../images/icon_web.png') -154px -208px no-repeat;
    }

    .menu-right-btns .icon-service:after {
        top: 8px;
        right: 8px;
        width: 22px;
        height: 22px;
        background: url('../images/icon_web.png') -180px -209px no-repeat;
    }

    .menu-right-btns .icon-shop:after {
        top: 8px;
        right: 8px;
        width: 24px;
        height: 26px;
        background: url('../images/icon_web.png') -205px -207px no-repeat;
    }

    .menu-right-btns .icon-hands:after {
        top: 9px;
        right: 7px;
        width: 24px;
        height: 22px;
        background: url('../images/icon_web.png') -234px -211px no-repeat;
    }

    .menu-right-btns .icon-pen:after {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url('../images/icon_web.png') -264px -211px no-repeat;
    }

    .menu-right-btns .icon-code:after {
        top: 9px;
        right: 8px;
        width: 22px;
        height: 22px;
        background: url('../images/icon_web.png') -119px -180px no-repeat;
    }

    .menu-right-btns .icon.icon-up {
        background: none;
        margin-left: 0;
    }

        .menu-right-btns .icon.icon-up:after {
            top: 10px;
            right: 8px;
            width: 23px;
            height: 21px;
            background: url('../images/icon_web.png') -273px -188px no-repeat;
        }

/* .dropdown, .dropup{display: inline-block;} */
.icon-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    background: url('../images/icon_web.png') -74px -211px no-repeat;
    cursor: pointer;
}

    .icon-checkbox.checked {
        background: url('../images/icon_web.png') -92px -214px no-repeat;
    }

.icon-radio {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
    background: url('../images/icon_web.png') -228px -28px no-repeat;
    cursor: pointer;
}

    .icon-radio.checked {
        background: url('../images/icon_web.png') -248px -30px no-repeat;
    }

.modal-blue .modal-header {
    padding: 10px 15px 10px 45px;
    background: #f7f7f7;
}

.modal-blue .modal-title {
    text-align: center;
    color: #000;
}

.modal-blue .close span {
    color: #000;
}

.modal-blue .close {
    opacity: 0.5;
    font-size: 28px;
}

.modal-blue .modal-footer {
    border-top: none;
    text-align: center;
}

.modal-blue .modal-dialog {
    margin-top: 140px;
}

.btn-blue {
    color: #eb0c1c;
    background: #fff;
    border-color: #eb0c1c;
    border-radius: 20px;
}

.btn-gray {
    color: #999;
    background: #eee;
}

.btn-blue:hover {
    background: #eb0c1c;
    color: #fff;
    border-color: #eb0c1c;
    border-radius: 20px;
}

.btn-info {
    color: #fff;
    background: red;
    border-color: red;
    border-radius: 20px;
}

    .btn-info:hover {
        background: #eb0c1c;
        color: #fff;
        border-color: #eb0c1c;
    }

.navbar-default {
    background: #fff;
}

.navbar {
    /* border-radius: */
}

.navbar-more-level0 {
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-bottom: -3px;
    position: absolute;
    right: 27px;
    top: 8px;
}

.navbar-more-down {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url('../images/icon_web.png') -68px -336px no-repeat;
}

.navbar-more-login:hover .navbar-more-down, .navbar-more-login.hover .navbar-more-down, .navbar-more-dropdown:hover .navbar-more-down, .navbar-more-dropdown.hover .navbar-more-down {
    background-position: -43px -335px;
}

.navbar-more-login.dropdown:hover .dropdown-toggle, .navbar-more-login.dropdown.hover .dropdown-toggle, .navbar-more-dropdown.dropdown:hover .dropdown-toggle, .navbar-more-dropdown.dropdown.hover .dropdown-toggle {
    color: #ff7501;
}

.navbar-more-login, .navbar-more-dropdown {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

    .navbar-more-login:hover, .navbar-more-dropdown:hover {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        position: relative;
    }

.navbar-right .navbar-more-login .dropdown-menu {
    left: 0;
    right: auto;
}

.navbar-right .navbar-more-login .dropdown-menu {
    width: 261px;
    border-color: #eee;
    padding: 0 0 0 11px;
    overflow: hidden;
}

.navbar-right .navbar-more-dropdown .dropdown-menu {
    border-color: #eee;
}

.navbar-more-login .user-img {
    float: left;
    width: 77px;
    height: 77px;
    margin-right: 13px;
    margin-bottom: 13px;
    margin-top: 16px;
    /* border-radius: */
}

.navbar-more-login .user-info {
    float: left;
    width: 152px;
}

.navbar-more-login .user-login {
    margin-bottom: 8px;
}

    .navbar-more-login .user-login a {
        color: #505050;
        font-size: 14px;
        line-height: 1.8;
        background: #fff;
    }

        .navbar-more-login .user-login a:hover {
            color: #ff7501;
            background: #fff;
        }

.navbar-more-login .line-separate {
    display: inline-block;
    width: 20px;
    color: #ddd;
    font-size: 16px;
    text-align: center;
}

.navbar-more-login .user-level0 {
    width: 46px;
    margin-bottom: 8px;
}

.navbar-more-login .user-money {
    color: #808080;
    font-size: 14px;
    line-height: 1;
}

.navbar-more-login, .navbar-more-dropdown {
    position: relative;
}

    .navbar-more-login .line-border, .navbar-more-dropdown .line-border {
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 1px;
        background: transparent;
    }

    .navbar-more-login:hover .line-border, .navbar-more-dropdown:hover .line-border {
        background: #fff;
    }

.footer-zone .icon-buyer {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 25px;
}

.footer-zone .icon-seller {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 25px;
}

.footer-zone .icon-exchange {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 25px;
}

.footer-zone .icon-tool {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 25px;
}

.footer-zone .icon-zyzx {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 25px;
}

.footer-zone .icon-buyer:after {
    content: '\200B';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url('../images/icon-buyer2.png') 0 0 no-repeat;
}

.footer-zone.footer-blue .icon-buyer:after {
    top: 6px;
    background: url('../images/icon-buyer.png') 0 0 no-repeat;
}

.footer-zone .icon-seller:after {
    content: '\200B';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url('../images/icon-seller2.png') 0 0 no-repeat;
}

.footer-zone.footer-blue .icon-seller:after {
    top: 6px;
    background: url('../images/icon-seller.png') 0 0 no-repeat;
}

.footer-zone .icon-exchange:after {
    content: '\200B';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url('../images/icon-exchange2.png') 0 0 no-repeat;
}

.footer-zone.footer-blue .icon-exchange:after {
    top: 6px;
    background: url('../images/icon-exchange.png') 0 0 no-repeat;
}

.footer-zone .icon-tool:after {
    content: '\200B';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url('../images/icon-tool2.png') 0 0 no-repeat;
}

.footer-zone .icon-zyzx:after {
    content: '\200B';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 25px;
    height: 25px;
    background: url('../images/zyzx.png') 0 0 no-repeat;
}

.footer-zone.footer-blue .icon-tool:after {
    top: 6px;
    background: url('../images/icon-tool.png') 0 0 no-repeat;
}

.footer-zone .icon-dot {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 14px;
}

    .footer-zone .icon-dot:after {
        content: '\200B';
        position: absolute;
        left: 33px;
        top: 6px;
        width: 25px;
        height: 25px;
        background: url('../images/icon-dot.png') 0 0 no-repeat;
    }

.tooltip.in {
    opacity: 1;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fef7db;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #fef7db;
}

.tooltip-inner {
    background-color: #fef7db;
    color: #fc8936;
}

.e-sec {
    color: red;
    font-size: 14px;
}

.error_box {
    width: 100%;
}

.errorimg {
    width: 514px;
    margin: 150px auto;
}

.w_foot {
    font-size: 20px;
}

.page-mini {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    /* border-radius: */
    float: right;
    height: 25px;
    line-height: 23px;
    margin-left: 10px;
}

    .page-mini .left {
        border-right: 1px solid #ccc;
        color: #666;
        cursor: pointer;
        float: left;
        font-size: 20px;
        height: 100%;
        line-height: 23px;
        text-align: center;
        width: 25px;
    }

    .page-mini .right {
        color: #666;
        cursor: pointer;
        float: left;
        font-size: 20px;
        height: 100%;
        line-height: 23px;
        text-align: center;
        width: 25px;
    }

    .page-mini .disabled {
        color: #ccc;
        cursor: not-allowed;
    }

.page-num {
    color: #999;
    float: right;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
}

    .page-num .px {
        color: #fe1f25;
    }

.page-total {
    color: #999;
    float: right;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
}

    .page-total .total {
        color: #fe1f25;
        font-family: "arial regular";
        font-size: 16px;
        font-style: italic;
        line-height: 22px;
    }

.mr5 {
    margin-right: 5px;
}

.dropdown-shop ul {
    left: 0 !important;
    right: auto !important;
}

    .dropdown-shop ul li i.tw {
        display: inline-block;
        width: 14px;
        height: 13px;
        background: url('../images/gray-tw.png') no-repeat center;
        margin-right: 12px;
    }

    .dropdown-shop ul li:hover i.tw {
        background: url('../images/blue-tw.png') no-repeat center;
    }

    .dropdown-shop ul li i.ylmm {
        display: inline-block;
        width: 14px;
        height: 13px;
        background: url('../images/gray-ylmm.png') no-repeat center;
        margin-right: 12px;
    }

    .dropdown-shop ul li:hover i.ylmm {
        background: url('../images/blue-ylmm.png') no-repeat center;
    }

.shoptext {
    color: red;
    margin-left: 5px;
}

/*消息盒子*/
.messagelist {
    height: 436px;
    overflow: auto;
}

    .messagelist ul li {
        overflow: hidden;
        border-bottom: 1px solid #dfdfdf;
        padding: 10px 5px;
    }

        .messagelist ul li b {
            margin-right: 7px;
            /*vertical-align: top;*/
        }

.ss {
    display: inline-block;
    width: 515px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.messagelist ul li.newmess {
    background: url('../images/red.png') no-repeat 8px 18px;
    padding-left: 20px;
}

.messagelist ul li span {
    float: right;
    color: #999999;
}

.graycolor {
    color: #999999 !important;
}

.pd105 {
    padding: 10px 0px 15px 0px;
}

.fs14 {
    font-size: 14px !important;
}

.menu-right-con h1 {
    font-size: 16px;
    padding: 10px;
    margin: 0;
}

.tuwen {
    border: 1px solid #eee;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin-top: 2px;
    padding-left: 24px;
    width: 42px;
}

.bai_du {
    background: url(../images/icon-baidu.png) 1px 1px no-repeat;
}

.pr {
    background: url(../images/pr.png) 1px 1px no-repeat;
}

.sellbtn {
    display: inline-block;
    background: #eb0c1c;
    color: #fff;
    padding: 5px 10px;
    margin-left: 26px;
    border-radius: 20px;
}

    .sellbtn:hover {
        color: #FFFFFF;
    }

.webtool_nav {
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
}

    .webtool_nav li {
        float: left;
        color: #ff7501;
    }

.right_side {
    float: right;
    height: 40px;
}

    .right_side a {
        display: inline-block;
        color: #fff;
        width: 82px;
        background: #ff9519;
        text-align: center;
    }

.modal-backdrop.in {
    opacity: .3 !important;
}

.fast-search {
    height: 48px;
    position: relative;
}

    .fast-search div {
        width: 500px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #DFDFDF;
        /* border-radius: */
        padding-left: 10px;
        display: inline-block;
        margin-top: 7px;
    }

.fast-search-ul {
    background-color: #fff;
    width: 500px;
    border: 1px solid #c7d5de;
    ; /* border-radius: */
    max-height: 300px;
    overflow: auto;
    top: 39px;
    left: 0;
    position: absolute;
    display: none;
}

    .fast-search-ul li {
        padding-left: 10px;
        height: 30px;
        line-height: 30px;
        cursor: default;
    }

        .fast-search-ul li:hover {
            background-color: #eb0c1c;
            color: #fff;
        }

    .fast-search-ul .active {
        position: absolute;
        background-color: #eb0c1c;
        color: #fff;
    }

#reset_str {
    color: #eb0c1c;
    font-size: 14px;
    cursor: default;
    margin-left: 10px;
}

.search_web:hover .fast-search-ul {
    display: block;
}

/*红色图标跳动闪烁*/
.icon-rednew:after {
    content: '\200B';
    width: 28px;
    position: absolute;
    height: 14px;
    top: 22px;
    right: 0px;
    background: url('../images/new-gif.png') center center no-repeat;
    animation: myfirst 0.5s infinite;
}

@keyframes myfirst {
    0% {
        transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        /* IE 9 */
        -moz-transform: translate(0px,0px);
        /* Firefox */
        -webkit-transform: translate(0px,0px);
        /* Safari 和 Chrome */
        -o-transform: translate(0px,0px);
    }

    50% {
        transform: translate(0px,-3px);
        -ms-transform: translate(0px,-3px);
        /* IE 9 */
        -moz-transform: translate(0px,-3px);
        /* Firefox */
        -webkit-transform: translate(0px,-3px);
        /* Safari 和 Chrome */
        -o-transform: translate(0px,-3px);
    }

    100% {
        transform: translate(0px,0px);
        -ms-transform: translate(0px,0px);
        /* IE 9 */
        -moz-transform: translate(0px,0px);
        /* Firefox */
        -webkit-transform: translate(0px,0px);
        /* Safari 和 Chrome */
        -o-transform: translate(0px,0px);
    }
}

/*红色图标跳动闪烁*/
/* 评论 */
.comment {
    background-color: #e8e8e8;
}

.comment-box {
    padding: 20px 30px 50px;
    min-height: 905px;
    background-color: #FFFFFF;
    width: 1200px;
    margin: 0 auto;
}

    .comment-box p.title {
        border-bottom: 1px solid #E9EBEB;
    }

        .comment-box p.title span {
            display: inline-block;
            border-bottom: 4px solid #ff7501;
            font-size: 18px;
            font-family: MicrosoftYaHei;
            color: rgba(26,26,26,1);
            padding-bottom: 6px;
        }

.commemt-area .left > img {
    width: 51px;
    height: 51px;
    /* border-radius: */
}

.commemt-area .left {
    width: 51px;
    height: 51px;
}

.commemt-area .left, .commemt-area .right {
    float: left;
}

.commemt-area .right {
    width: calc(100% - 51px);
    padding-left: 15px;
}

.commemt-area {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E9EBEB;
}

    .commemt-area .right textarea {
        width: 1080px;
        height: 96px;
        /* border-radius: */
        padding: 12px;
        border-color: #DDDDDD;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: rgba(179,179,179,1);
        line-height: 21px;
    }

.icon-zan {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(179,179,179,1);
    line-height: 21px;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
}

    .icon-zan::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 16px;
        margin-right: 5px;
        background-image: url(../images/icon-zan.html);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.icon-cai {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(179,179,179,1);
    line-height: 21px;
    display: inline-block;
    cursor: pointer;
}

    .icon-cai::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 16px;
        margin-right: 5px;
        background-image: url(../images/icon-cai.html);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .icon-cai.active::before {
        background-image: url(../images/icon-cai-y.html);
    }

.icon-zan.active::before {
    background-image: url(../images/icon-zan-y.html);
}

.area-f {
    margin-top: 18px;
}

.area-fabu {
    float: right;
}

    .area-fabu span {
        font-size: 14px;
        color: rgba(153,153,153,1);
        line-height: 21px;
    }

.yellow {
    color: #F99C08 !important;
}

.area-fabu > a {
    width: 80px;
    height: 35px;
    background: rgba(33,178,245,1);
    /* border-radius: */
    line-height: 35px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    margin-left: 15PX;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(255,255,255,1);
}

.comment-list .top {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(85,85,85,1);
    margin-top: 27px;
}

    .comment-list .top > span {
        font-size: 14px;
        color: rgba(178,178,178,1);
        margin-left: 5px;
    }

.comment-item {
    padding-top: 30px;
    border-bottom: 1px solid #E9EBEB;
    padding-bottom: 30px;
}

    .comment-item .left {
        width: 51px;
        height: 51px;
        float: left;
    }

        .comment-item .left > img {
            width: 51px;
            height: 51px;
            /* border-radius: */
        }

    .comment-item .right {
        width: calc(100% - 51px);
        padding-left: 15px;
        float: left;
    }

        .comment-item .right .user-name {
            font-size: 14px;
            font-family: MicrosoftYaHei-Bold;
            color: rgba(85,85,85,1);
        }

        .comment-item .right .user-time {
            font-size: 12px;
            font-family: MicrosoftYaHei;
            color: rgba(178,178,178,1);
            margin-left: 30px;
        }

.comment-text {
    font-size: 14px;
    color: rgba(153,153,153,1);
    margin-top: 10px;
}

.comment-footer .icon-del {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(179,179,179,1);
    line-height: 21px;
}

    .comment-footer .icon-del::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 15px;
        background-image: url(../images/icon-sc.html);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 5px;
        margin-bottom: -2px;
    }

.comment-footer {
    padding-top: 10px;
}

/* .comment-footer .icon-del:hover{color: #ff7501;}.comment-footer .icon-del:hover::before{background-image: url()} */
.mb0 {
    margin-bottom: 4px !important;
}

.nav .menunav .li.arcticle.menuarcticle .subul {
    display: none;
    background-color: #fff;
}

.nav .menunav .li.arcticle .subul .lisub:hover .sub {
    background-color: #fff;
    color: #eb0c1c;
}

.nav .menunav .li.menuarcticle.arcticle:hover .subul {
    display: block;
}

.nav .menunav .li.arcticle .subul .sub {
    font-size: 15px;
    color: #000;
    display: block;
    padding: 1px;
    font-weight: normal;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
}

.nav .menunav .li.arcticle .subul {
    background-color: #929292;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top: 100%;
    height: auto;
    display: none;
}

.ym1 .ym_con .ng_lb ul {
    height: 45px;
    overflow: hidden;
    max-width: 95%;
}

.inp_box.xm-ext-li {
    position: relative;
}

.ym1 .ym_con .ng_lb ul.xm-hauto {
    height: auto;
}

.inp_box.xm-ext-li a {
    position: absolute;
    left: -55px;
    display: inline-block;
    width: 50px;
}

.header .hbtm .ultop .li.active {
    background-color: #eb0c1c;
}

    .header .hbtm .ultop .li.active .a {
        color: #ffffff;
    }

.crumb {
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.nav .menunav .li.active {
    background-color: rgba(255, 117, 1, 0.6);
}

.li6 {
    position: relative;
}

.dropdown-menu {
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    /* margin-top: 2px; */
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    width: 261px;
    border-color: #eee;
    /* padding: 0 0 0 11px; */
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 30px;
    max-height: 300px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    margin-top: 0px;
}

.li6:hover .dropdown-menu {
    display: block;
}

.pd105 {
    padding: 10px 0px 15px 0px;
}

.dropdown-menu .user-img {
    float: left;
    width: 77px;
    height: 77px;
    margin-right: 13px;
    margin-bottom: 13px;
    margin-top: 16px;
    /* border-radius: */
}

.dropdown-menu .user-info {
    float: left;
    width: 152px;
    margin-top: 30px;
}

.dropdown-menu .user-login {
    margin-bottom: 8px;
}

    .dropdown-menu .user-login a {
        color: #505050;
        font-size: 14px;
        line-height: 1.8;
        background: #fff;
    }

.dropdown-menu .line-separate {
    display: inline-block;
    width: 20px;
    color: #ddd;
    font-size: 16px;
    text-align: center;
}

.dropdown-menu .user-level0 {
    width: 46px;
    margin-bottom: 8px;
}

.li6.li7 .dropdown-menu {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .li6.li7 .dropdown-menu li:hover a {
        color: #616162;
    }

/*20181102-右侧客服区分开*/

.pre {
    position: relative;
}

.pab {
    position: absolute;
    top: 34px;
    background: #fff;
    width: 70px;
    text-align: center;
    line-height: 25px;
    left: -10px;
    display: none;
    border: 1px solid #dedede;
    z-index: 9999;
}

    .pab a {
        font-size: 12px;
    }

.hmid .ul2 .li:hover.a {
    color: #999999;
}
/*20181105-右侧客服区分开*/
.menu-right-goods b {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
}
