@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
    font-family: MicrosoftYaHei, 'Microsoft YaHei', "微软雅黑", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    font-size: 14px;
    min-width: 100%;
    color: #424243;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
}

input, textarea {
    outline: none;
    font-family: MicrosoftYaHei, 'Microsoft YaHei', "微软雅黑", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.off {
    display: none;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "";
        clear: both;
        overflow: hidden;
        height: 0;
        width: 100%;
        display: block;
    }

.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-moz-keyframes scaleOut {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1.00);
        opacity: 1.0;
    }
}

@-ms-keyframes scaleOut {
    0% {
        -ms-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -ms-transform: scale(1.00);
        opacity: 1.0;
    }
}

@-o-keyframes scaleOut {
    0%;

{
    -o-transform: scale(0.6);
    opacity: 0;
}

100% {
    -o-transform: scale(1.00);
    opacity: 1.0;
}

}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.00);
        opacity: 1.0;
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.00);
        opacity: 1.0;
    }
}

.scaleOut {
    -webkit-animation: scaleOut 0.3s ease-in-out both;
    -moz-animation: scaleOut 0.3s ease-in-out both;
    -ms-animation: scaleOut 0.3s ease-in-out both;
    -o-animation: scaleOut 0.3s ease-in-out both;
    animation: scaleOut 0.3s ease-in-out both;
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.0);
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }
}

@-moz-keyframes scaleIn {
    0% {
        -moz-transform: scale(1.0);
        opacity: 1.0;
    }

    100% {
        -moz-transform: scale(0.6);
        opacity: 0;
    }
}

@-ms-keyframes scaleIn {
    0% {
        -ms-transform: scale(1.0);
        opacity: 1.0;
    }

    100% {
        -ms-transform: scale(0.6);
        opacity: 0;
    }
}

@-o-keyframes scaleIn {
    0%;

{
    -o-transform: scale(1.0);
    opacity: 1.0;
}

100% {
    -o-transform: scale(0.6);
    opacity: 0;
}

}

@keyframes scaleIn {
    0% {
        transform: scale(1.0);
        opacity: 1.0;
    }

    100% {
        transform: scale(0.6);
        opacity: 0;
    }
}

.scaleIn {
    -webkit-animation: scaleIn 0.3s ease-in-out both;
    -moz-animation: scaleIn 0.3s ease-in-out both;
    -ms-animation: scaleIn 0.3s ease-in-out both;
    -o-animation: scaleIn 0.3s ease-in-out both;
    animation: scaleIn 0.3s ease-in-out both;
}

.u_ok {
    color: green;
    background: url(../images/ico_13.gif) 0 center no-repeat;
    padding-left: 15px;
    line-height: 150%;
}

.u_error {
    color: red;
    background: url(../images/ico_016.gif) 0 5px no-repeat;
    padding-left: 15px;
    line-height: 150%;
}
/* 以上为公共样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.relative {
    position: relative;
}

.header-top {
    background: #444;
    height: 30px;
    width: 100%;
    z-index: 60;
    position: relative;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ksbb-wrapper {
    width: 1220px;
    margin: 0 auto;
    position: relative;
}

.header-nav {
    height: 100%;
    margin-left: -10px;
}

.login-wrap {
    margin-right: 10px;
}

.header-nav a {
    font-size: 13px;
    color: #C0C0C0;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
    height: 30px;
    float: left;
}

    .header-nav a.phoneVersion {
        position: relative;
        z-index: 98;
    }

    .header-nav a:hover {
        color: #fff;
    }

    .header-nav a.phoneVersion:hover {
        background: #fff;
        color: #424243;
    }

    .header-nav a.phoneVersion span {
        width: 130px;
        height: 130px;
        border: 1px solid #dfdfdf;
        border-top: none;
        text-align: center;
        position: absolute;
        left: -32.5px;
        top: 30px;
        display: none;
        background: #fff;
        padding: 8px;
    }

.today-price {
    float: right;
    display: block;
    width: 106px;
    height: 30px;
    margin-right: 16px;
    position: relative;
    z-index: 98;
}

    .today-price a.price {
        background: #F0B60A;
        text-align: center;
        font-size: 12px;
        color: #444444;
        line-height: 30px;
        display: block;
        width: 100%;
        height: 100%;
    }

    .today-price:hover a.price {
        color: #323232;
        background: #fff;
    }

    .today-price a.more {
        color: #9E0028;
    }

        .today-price a.more:hover {
            text-decoration: underline;
        }

    .today-price .price-content {
        display: none;
        width: 196px;
        background: #FFFFFF;
        border: 1px solid #E3E3E3;
        border-top: none;
        position: absolute;
        right: -1px;
        top: 30px;
    }

    .today-price:hover .price-content {
        display: block;
    }

    .today-price ul {
        height: 175px;
        overflow: hidden;
    }

    .today-price li {
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        font-size: 12px;
        color: #8F8F8F;
        text-align: right;
        cursor: pointer;
        border-bottom: 1px solid #EFEFEF;
    }

        .today-price li.last {
            border: none;
        }

        .today-price li span {
            float: left;
            line-height: 34px;
            color: #4C4C4C;
        }

        .today-price li b {
            color: #C53C58;
        }

.login-wrap a {
    font-size: 12px;
    color: #C0C0C0;
    line-height: 30px;
    margin-left: 24px;
    transition: all 0.2s;
}

    .login-wrap a:hover {
        color: #fff;
    }

.header {
    height: 81px;
    background: url(https://cdn.ctfmall.com/path/dianzhao1920.jpg) no-repeat;
    background-size: cover;
    z-index: 59;
    position: relative;
}

.logo,
.search-btn,
.shopping-cart,
.user-center,
.shopping-cart span,
a.service,
a.feedback,
a.top,
a.prev,
a.next,
a.category,
.col2-left,
.col-th a,
a.info,
.checkbox,
.radio,
.favorite,
.free-mail,
.free-kz,
.free-clear,
.more-tr a.show,
.more-tr a.hide,
.select a,
.hot span.price1,
.new span.price1,
.cx span.price1,
.page-tg i,
.qr,
.selection dd a.checked,
.hscroll-bar a,
.form-item a.eye,
.account,
.password,
.phone,
a.login-sina,
a.login-qq,
a.login-alipay,
.success,
.failed,
.form-error span,
.nopro span,
.attributes a.more span,
.edit,
.del,
.address-list.checked i,
.zf-selection a i,
.l-options a.checked,
h2.name,
a.cart {
    background-image: url(https://cdn.ctfmall.com/misc/20170622011121_5783.png);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url(https://cdn.ctfmall.com/misc/20170622011121_5783.png) 1x, url(https://cdn.ctfmall.com/misc/20170622011121_4999.png) 2x);
    background-image: -moz-image-set(url(https://cdn.ctfmall.com/misc/20170622011121_5783.png) 1x,url(https://cdn.ctfmall.com/misc/20170622011121_4999.png) 2x);
    background-image: -ms-image-set(url(https://cdn.ctfmall.com/misc/20170622011121_5783.png) 1x,url(https://cdn.ctfmall.com/misc/20170622011121_4999.png) 2x);
    background-image: -o-image-set(url(https://cdn.ctfmall.com/misc/20170622011121_5783.png) 1x,url(https://cdn.ctfmall.com/misc/20170622011121_4999.png) 2x);
}

.tc,
.cl,
.tab a.up span,
.tab a.down span {
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url(../images/bg2.png) 1x, url(../images/bg2@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bg2.png) 1x,url(../images/bg2@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bg2.png) 1x,url(../images/bg2@2x.png) 2x);
    background-image: -o-image-set(url(../images/bg2.png) 1x,url(../images/bg2@2x.png) 2x);
}

a.membership {
    width: 23px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
    cursor: default;
    background-image: url(../images/membership-icon.png);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url(../images/membership-icon.png) 1x, url(../images/membership-icon@2x.png) 2x);
    background-image: -moz-image-set(url(../images/membership-icon.png) 1x,url(../images/membership-icon@2x.png) 2x);
    background-image: -ms-image-set(url(../images/membership-icon.png) 1x,url(../images/membership-icon@2x.png) 2x);
    background-image: -o-image-set(url(../imagesmembership-icon.png) 1x,url(../images/membership-icon@2x.png) 2x);
}

.search {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    width: 230px;
    height: 30px;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 91;
}

    .search.focus {
        background: #fff;
        border: 1px solid #DFDFDF;
    }

.search-nav .search {
    width: 30px;
    background: none;
    border: 1px solid #f6f6f6;
    border: 1px solid transparent;
    overflow-x: hidden;
}

.search label {
    position: absolute;
    left: 6px;
    top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #bbbbbb;
}

.search-nav .search label {
    display: none;
}

.search-text {
    width: 190px;
    float: left;
    height: 16px;
    padding: 7px 5px;
    background: none;
    border: none;
    line-height: 16px;
}

.search.focus .search-text {
    color: #424243;
}

.search-nav .search .search-text {
    display: none;
}

.search-btn {
    width: 30px;
    height: 30px;
    float: right;
    background-position: 3px -113px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

    .search.focus .search-btn,
    .search-btn:hover {
        background-position: 3px -153px;
        background-color: #9E0028;
    }

.search-list {
    position: absolute;
    width: 200px;
    border: 1px solid #DFDFDF;
    left: -1px;
    top: 30px;
    background: #fff;
    display: none;
    z-index: 101;
    text-align: left;
}

    .search-list li {
        line-height: 24px;
        padding: 0 5px;
        height: 24px;
        font-size: 12px;
        color: #4C4C4C;
        cursor: pointer;
    }

        .search-list li:hover {
            color: #A50E34;
        }


.shopping-cart,
.user-center {
    width: 38px;
    height: 38px;
    float: left;
    display: block;
    transition: none;
    margin-top: -2px;
}

.shopping-cart {
    position: relative;
    background-position: -33px -109px;
}

    .shopping-cart span {
        display: block;
        position: absolute;
        width: 19px;
        height: 19px;
        text-align: center;
        font-size: 12px;
        line-height: 19px;
        top: -3px;
        left: 24px;
        color: #fff;
        background-position: -349px -556px;
    }

        .shopping-cart span.zero {
            display: none;
            background-position: -348px -590px;
        }

.user-center {
    background-position: -72px -109px;
    margin-left: 20px;
}

.shopping-cart:hover,
.shopping-cart.active {
    width: 36px;
    height: 36px;
    border: 1px solid #DFDFDF;
    background-position: -34px -150px;
    background-color: #fff;
}

    .shopping-cart:hover span,
    .shopping-cart.active span {
        left: 23px;
    }

.user-center:hover,
.user-center.active {
    width: 36px;
    height: 36px;
    border: 1px solid #DFDFDF;
    background-position: -73px -150px;
    background-color: #fff;
}

.userCenterBox {
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    width: 142px;
    position: absolute;
    z-index: 101;
    top: 40px;
}

    .userCenterBox a {
        display: block;
        width: 100%;
        text-align: center;
        color: #424243;
        font-size: 12px;
        line-height: 35px;
        border-bottom: 1px solid #EFEFEF;
    }

        .userCenterBox a.last {
            border: none;
        }

        .userCenterBox a:hover {
            color: #A60E34;
        }

.navN {
    height: 42px;
    background: #F6F6F6;
    /*background: rgba(246,246,246,0.95);*/
    border-bottom: 1px solid #DFDFDF;
    position: relative;
    width: 100%;
    z-index: 51;
}

.nav-wrapper {
    width: 960px;
    margin: 0px auto;
}

.nav-right {
    padding: 5px 5px 0;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-left {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

    .nav-left a {
        font-size: 16px;
        color: #424243;
        line-height: 42px;
        padding: 0 24px;
        display: inline-block;
        float: left;
        transition: all 0.25s ease-in;
        letter-spacing: 2px;
    }

.search-nav .nav-left a {
    padding: 0 35px;
}

.nav-left a.active,
.nav-left a.hover,
.nav-left a:hover {
    color: #9E0028;
}

.navN span.line {
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    overflow: hidden;
    background: #9E0028;
}

.front-banner {
    height: 560px;
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}

    .front-banner ul {
        display: block;
        position: absolute;
        height: 100%;
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }

    .front-banner li {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

.front-banner-nav {
    width: 400px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    z-index: 6;
    height: 16px;
}

    .front-banner-nav a {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        margin: 0 10px;
        text-indent: -9000px;
        position: relative;
    }

        .front-banner-nav a:after {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            background: rgba(0,0,0,0.26);
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            overflow: hidden;
            position: absolute;
            top: 3px;
            left: 3px;
        }

        .front-banner-nav a.activeSlide:after {
            background: #9E0028;
        }

a.prev,
a.next {
    display: block;
    width: 69px;
    height: 138px;
    position: absolute;
    top: 50%;
    margin-top: -69px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 6;
    transition: all 0.2s ease-in;
}

a.prev {
    background-position: 10px 21px;
    left: 20px;
}

a.next {
    background-position: -96px 21px;
    right: 20px;
}

    a.prev:hover,
    a.next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        background-color: rgba(0,0,0,0.2);
    }

.front-banner a.prev,
.front-banner a.next {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
}

    .front-banner a.prev:hover,
    .front-banner a.next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        opacity: 1;
        background-color: rgba(0,0,0,0.2);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    }

.front-banner-bottom {
    height: 440px;
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}

    .front-banner-bottom ul {
        display: block;
        position: absolute;
        height: 100%;
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }

    .front-banner-bottom li {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

.usercenter-banner a.prev,
.usercenter-banner a.next {
    filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: rgba(0,0,0,0.1);
}

    .usercenter-banner a.prev:hover,
    .usercenter-banner a.next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        background-color: rgba(0,0,0,0.3);
    }

.usercenter-banner a.prev {
    left: 50%;
    margin-left: -330px;
}

.usercenter-banner a.next {
    left: 50%;
    margin-left: 262px;
}

.front-left {
    width: 700.6px;
    float: left;
}

.front-right {
    width: 502px;
    float: right;
}

.h420 {
    height: 500px;
}

.h800 {
    height: 698.6px;
}

.block {
    border: 1px solid #979797;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all 0.25s linear;
    background: #FFFFFF;
}

.block-img {
    overflow: hidden;
}

    .block-img img {
        filter: alpha(opacity=90);
        opacity: 0.9;
        transition: all 1s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.25s linear;
        -o-transition: all 0.3s linear;
        width: 100%;
    }

.block:hover {
    box-shadow: 0 0 10px #bbb;
    behavior: url(../js/PIE.htc);
}

    .block:hover img {
        transition: all 8s linear;
        -webkit-transition: all 8s linear;
        -moz-transition: all 8s linear;
        -ms-transition: none;
        -o-transition: all 8s linear;
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -ms-transform: none;
    }
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 /!* IE10-specific styles go here *!/
 .block:hover img {
 	-ms-transform:  scale(1.2);
 	transform:  scale(1.2);
}
}*/
.block-content {
    margin-top: -180px;
    height: 155px;
    position: relative;
    text-align: center;
}

    .block-content h3 {
        font-size: 36px;
        color: #444444;
        line-height: 47px;
        padding-top: 30px;
        margin-bottom: 3px;
    }

    .block-content a {
        color: #444;
        transition: all 0.25s linear;
    }

    .block-content p {
        font-size: 16px;
        color: #AEAEAE;
        line-height: 24px;
        transition: all 0.25s linear;
    }

    .block-content .more {
        width: 138px;
        height: 36px;
        padding: 0 21px;
        background: #fff;
        position: absolute;
        bottom: -17px;
        left: 50%;
        margin-left: -90px;
    }

        .block-content .more a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 12px;
            line-height: 36px;
            background: #FFFFFF;
            border: 1px solid #979797;
            text-align: center;
            transition: all 0.25s linear;
        }

.block:hover .more a {
    box-shadow: 0 0 10px #bbb;
    behavior: url(../js/PIE.htc);
}

.panel {
    border-top: 1px solid #DFDFDF;
    margin: 60px 0 40px;
    clear: both;
}

    .panel h2 {
        font-size: 36px;
        color: #424243;
        letter-spacing: 1.5px;
        line-height: 48px;
        text-align: center;
        margin-top: -24px;
        padding-bottom: 8px;
    }

        .panel h2.title {
            padding: 0;
            font-size: 24px;
        }

        .panel h2 span {
            padding: 0 25px;
            background: #FFF;
        }

    .panel h3 {
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #878787;
    }

        .panel h3 a {
            color: #9E0028;
        }

            .panel h3 a:hover {
                text-decoration: underline;
            }

.proZdf {
    height: 280px;
    margin-top: 40px;
    width: 100%;
}

    .proZdf ul {
        height: 280px;
        width: 100%;
        text-align: center;
    }

    .proZdf li {
        height: 100%;
        width: 16.4%;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #fff;
        transition: all 0.5s ease-in;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
    }

        .proZdf li:hover {
            /*box-shadow: 0 0 1px rgba(0,0,0,0.2);*/
            /*background: #fafafa;*/
            border: 1px solid #eaeaea;
        }

.pro-list {
    width: 160px;
    height: 160px;
    margin: 20px auto;
    text-align: center;
    position: relative;
}

    .pro-list img {
    }

.pro-logo {
    height: 50px;
    text-align: center;
    transition: all 0.2s linear;
    margin-top: -10px;
    position: relative;
    z-index: 9;
}

.pro-name {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.history-scroll {
    height: 500px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    background: #000;
}

    .history-scroll ul {
        position: absolute;
        width: 1220px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -610px;
    }

    .history-scroll li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        .history-scroll li img {
            width: 100%;
        }

.history-list {
    position: absolute;
    bottom: 22px;
    left: 40px;
    z-index: 9;
}

.history-line,
.current-line {
    position: absolute;
    height: 1px;
    overflow: hidden;
    line-height: 1px;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    bottom: 32px;
    left: 48px;
    z-index: 9;
}

.current-line {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.history-list a {
    display: block;
    float: left;
    padding: 0 5px 26px 48px;
    font-size: 14px;
    background: url(../images/pathLine.png) no-repeat left bottom;
    line-height: 16px;
    position: relative;
    width: 153px;
}

    .history-list a.last {
        width: 60px;
        padding-right: 0;
    }

    .history-list a.active {
        background: url(../images/pathLineH.png) no-repeat left bottom;
    }

    .history-list a:hover,
    .history-list a.hover {
        background: url(../images/lineH.png) no-repeat left bottom;
    }

    .history-list a span {
        overflow: hidden;
        display: block;
        float: left;
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        filter: alpha(opacity=50);
        opacity: 0.5;
        color: #fff;
        height: 16px;
        transition: all 0.25s linear;
    }

        .history-list a span.news-title {
            border-bottom: 1px solid transparent;
        }

    .history-list a:hover span,
    .history-list a.active span,
    .history-list a.hover span {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

        .history-list a:hover span.news-title {
            border-bottom: 1px solid #FFFFFF;
        }
/*.history-list a:hover {
    border-bottom: 1px solid #fff;
}*/

.panel-normal {
    margin-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}

    .panel-normal h2 {
        font-size: 36px;
        line-height: 47px;
    }

    .panel-normal h3 {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 0 35px;
    }

    .panel-normal a h2 {
        color: #424243;
    }

    .panel-normal a h3 {
        color: #696969;
    }


    .panel-normal a:hover h2,
    .panel-normal a:hover h3 {
        color: #424243;
        text-decoration: none;
    }


    .panel-normal p a {
        font-size: 18px;
        color: #9E0028;
        line-height: 24px;
    }

        .panel-normal p a:hover {
            text-decoration: underline;
        }

.nav-pop {
    width: 100%;
    /*background: #fff;*/
    /*background: rgba(255,255,255,0.95);*/
    /*border-bottom: 1px solid #DFDFDF;*/
    position: absolute;
    left: 0;
    top: 154px;
    z-index: 100;
    display: none;
    overflow: hidden;
    letter-spacing: 2px;
}

.col2-content {
    width: 800px;
    margin: 0px auto;
    height: 200px;
    text-align: left;
}

.col2-left {
    width: 370px;
    float: left;
    height: 160px;
    padding: 20px 0 20px 30px;
    background-position: 397px -761px;
    transition: all 0.5s;
}

    .col2-left:hover {
        background-color: #fff;
        box-shadow: inset 0px 0px 17px rgba(0,0,0,0.08);
    }

.col2-right {
    width: 370px;
    padding: 20px 0 20px 30px;
    height: 160px;
    float: left;
}

    .col2-right:hover {
        background: #fff;
        box-shadow: inset 0px 0px 17px rgba(0,0,0,0.08);
    }

.col2-content dt {
    font-size: 14px;
    color: #4C4C4C;
    line-height: 19px;
    margin-bottom: 10px;
}

.img-left {
    float: left;
    margin-right: 30px;
}

.col2-left .img-left {
    width: 150px;
}

.col2-right .img-left {
    width: 80px;
}

.col2-content h3 {
    font-size: 22px;
    color: #4C4C4C;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 6px;
}

.col2-content a {
    font-size: 14px;
    color: #9E0028;
    line-height: 19px;
}

.nav-pop {
    text-align: center;
}

a.category {
    display: block;
    text-align: center;
    width: 180px;
    height: 160px;
    padding: 20px 0;
    font-size: 14px;
    color: #9E0028;
    line-height: 19px;
    float: left;
    transition: all 0.5s;
    background-position: 177px -761px;
}

    a.category.last {
        background: none;
    }

    a.category:hover {
        background-color: #fff;
        box-shadow: inset 0px 0px 17px rgba(0,0,0,0.08);
    }

a.newdingzhi:hover {
    background-color: #fff;
    box-shadow: inset 0px 0px 17px rgba(0,0,0,0.08);
}

.newdingzhi img {
    width: 300px;
    height: 300px;
}

.newhunjia img {
    width: 600px;
    height: 300px;
}

.newdingzhi img {
    width: 300px;
    height: 300px;
}

.newhunjia img {
    width: 600px;
    height: 300px;
}

.nav-content {
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: rgba(255,255,255,1);
}

.all {
    width: 1220px;
    margin: 0px auto;
    overflow: hidden;
    padding: 15px 0 0;
    z-index: 100;
}

.all-right {
    float: right;
    width: 900px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.smallpicture img {
    width: 495px;
}




.all-left {
    width: 314px;
    float: left;
}

.allproduct .all-left {
    width: 620px;
    height: 380px;
}

.allproduct .all-right {
    width: 600px;
}

.xiaotu {
    width: 495px;
    height: 350px;
    float: left;
    position: relative;
}






.all-footer {
    clear: both;
    border-top: 1px solid #D2D2D2;
}

.all-shousuo {
    margin-top: 36px;
    height: 30px;
    text-align: left;
    margin-left: 10px;
}

    .all-shousuo a {
        color: #424243;
    }

        .all-shousuo a:hover {
            color: #9E0028;
        }

.col-th a {
    display: block;
    width: 6em;
    padding-top: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #A5A5A5;
    transition: color 0.2s linear;
    margin: 0px auto;
}

    .col-th a:hover,
    th.hover a {
        color: #9E0028;
    }

a.jz {
    background-position: 20px -201px;
}

    th.hover a.jz,
    a.jz:hover {
        background-position: 20px -269px;
    }

a.xl {
    background-position: -56px -201px;
}

    th.hover a.xl,
    a.xl:hover {
        background-position: -56px -269px;
    }

a.dz {
    background-position: -135px -201px;
}

    th.hover a.dz,
    a.dz:hover {
        background-position: -135px -269px;
    }

a.es {
    background-position: -205px -201px;
}

    th.hover a.es,
    a.es:hover {
        background-position: -205px -269px;
    }

a.sl {
    background-position: 19px -350px;
}

    th.hover a.sl,
    a.sl:hover {
        background-position: 19px -422px;
    }

a.sz {
    background-position: -57px -350px;
}

    th.hover a.sz,
    a.sz:hover {
        background-position: -57px -423px;
    }

a.qt {
    background-position: -136px -350px;
}

    th.hover a.qt,
    a.qt:hover {
        background-position: -136px -423px;
    }

a.sb {
    background-position: -204px -350px;
}

    th.hover a.sb,
    a.sb:hover {
        background-position: -204px -423px;
    }

.all-left th {
    font-size: 14px;
    color: #9E0028;
    height: 39px;
    vertical-align: middle;
    font-weight: normal;
    transition: all 0.2s linear;
    text-align: center;
}

.all-left a.nlink {
    color: #9E0028;
    width: 100%;
}

    .all-left a.nlink:hover {
        text-decoration: underline;
    }

.all-left th.col-th,
.all-right th.col-th {
    background: none;
    border: none;
    padding: 10px 0 15px 0;
    height: auto;
    font-size: 12px;
}

.all-left td,
.all-right td {
    font-size: 14px;
    color: #424243;
    height: 35px;
    vertical-align: middle;
    display: table-cell;
    text-align: -webkit-center;
    width: 100px;
    transition: all 0.2s linear;
}

.all-right td {
    border-color: #fff;
}

    .all-left td a,
    .all-right td a {
        width: 135px;
        display: inline-block;
        height: 100%;
        color: #424243;
        line-height: 35px;
        transition: all 0.001s linear;
    }

        .all-left td a:hover,
        .all-right td a:hover {
            background: #9E0028;
            color: #fff !important;
        }


/*.all-left tr.hover th,
.all-left tr.hover td {
    background: #F6F6F6;
}

.all-left tr td.hover {
    background: #F6F6F6;
}*/

.all-left tr.last th,
.all-left tr.last td {
    border: none;
}

.all-footer dl {
    position: relative;
    margin-top: 10px;
    padding-left: 122px;
}





.all-footer dt {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #9E0028;
    width: 122px;
    text-align: center;
}

    .all-footer dt a {
        color: #9E0028;
    }

        .all-footer dt a:hover {
            text-decoration: underline;
        }

.all-footer dd {
    line-height: 40px;
    font-size: 14px;
    color: #424243;
}

    .all-footer dd a {
        color: #424243;
        display: block;
        float: left;
        width: 131px;
        text-align: center;
        line-height: 40px;
        transition: all 0.2s linear;
    }

        .all-footer dd a:hover {
            color: #fff;
            background: #9E0028;
        }
/* write by aWei */
.GreyHr {
    border: 0;
    border-bottom: 1px solid #f4f4f4;
}

.containerNew {
    background-color: rgb(167,193,174);
    width: 100%;
    text-align: center;
}

.surviceUl, .guideUl {
    width: 100%;
    margin-bottom: 30px;
    clear: both;
}

    .surviceUl li {
        width: 25%;
        float: left;
    }

    .surviceUl .simg {
        width: 82px;
        height: 92px;
        float: left;
        text-align: center;
    }

    .surviceUl h4 {
        margin-bottom: 6px;
        font-size: 12px;
        color: #9E0028;
        line-height: 16px;
        padding-top: 24px;
    }

    .surviceUl li .GreySpaan {
        margin-left: 102px;
        margin-right: 0px;
        font-size: 12px;
        color: #717171;
        line-height: 16px;
    }

    .guideUl li {
        width: 9%;
        height: 130px;
        float: left;
        padding: 0px 30px;
        margin-top: 20px;
        line-height: 25px;
    }

        .guideUl li.Tel {
            width: 13%;
            padding-left: 20px;
            padding-right: 20px;
        }

        .guideUl li.last {
            border: none;
            width: 8%;
            text-align: center;
        }

        .guideUl li span {
            font-size: 18px;
            color: #424243;
            line-height: 30px;
            display: block;
            white-space: nowrap;
        }

        .guideUl li a,
        .guideUl li b {
            color: #717171;
            font-size: 14px;
        }

            .guideUl li a:hover {
                color: #9E0028;
            }

           

.AppFrame {
    font-size: 12px;
    height: 25px;
    padding-top: 25px;
}

:root .AppFrame {
    height: 25px;
}

.AppUl {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin: 0 auto;
}

    .AppUl li {
        float: left;
        color: #424243;
    }

        .AppUl li a {
            padding: 0px 10px;
            color: #000;
        }

            .AppUl li a:hover {
                text-decoration: underline;
            }

.SearchBox {
    float: right;
    color: #424243;
}

    .SearchBox label {
        float: left;
        line-height: 24px;
    }

    .SearchBox .Email {
        width: 230px;
        height: 20px;
        border: 1px solid #f4f4f4;
        border-right: 0;
        padding-left: 4px;
        float: left;
        font-size: 12px;
        color: #424243;
    }

    .SearchBox .placeholder {
        color: #bbb;
    }

    .SearchBox .Button {
        width: 52px;
        height: 24px;
        background: #9E0028;
        border: 0;
        color: #fff;
        cursor: pointer;
    }

        .SearchBox .Button:hover {
            background: #690A22;
        }

.footer {
    width: 100%;
    font-size: 12px;
    padding-bottom: 20px;
    padding-top: 100px;
    margin:0px;
    background: url(https://cdn.ctfmall.com/path/LOGO-PC.jpg?o=../images/footerLogo.png) no-repeat center 10px;
    background-image: -webkit-image-set(url(https://cdn.ctfmall.com/path/LOGO-PC.jpg?o=../images/footerLogo.png) 1x, url(https://cdn.ctfmall.com/path/LOGO-WAP.jpg?o=../images/footerLogo@2x.png) 2x);
    background-image: -moz-image-set(url(https://cdn.ctfmall.com/path/LOGO-PC.jpg?o=../images/footerLogo.png) 1x,url(https://cdn.ctfmall.com/path/LOGO-WAP.jpg?o=../images/footerLogo@2x.png) 2x);
    background-image: -ms-image-set(url(https://cdn.ctfmall.com/path/LOGO-PC.jpg?o=../images/footerLogo.png) 1x,url(https://cdn.ctfmall.com/path/LOGO-WAP.jpg?o=../images/footerLogo@2x.png) 2x);
    background-image: -o-image-set(url(https://cdn.ctfmall.com/path/LOGO-PC.jpg?o=../images/footerLogo.png) 1x,url(https://cdn.ctfmall.com/path/LOGO-WAP.jpg?o=../images/footerLogo@2x.png) 2x);
}

    .footer h3 {
        font-size: 14px;
        color: #000;
        padding: 10px 0;
        text-align: center;
    }

    .footer span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        color:black;
    }
    .footer p {
        padding-top: 15px;
        text-align: center;
    }

    .footer a {
        display: inline-block;
        width: 48px;
        height: 20px;
        border: 1px solid #dddddd;
    }

        .footer a img {
            width: 100%;
            height: 100%;
        }

body.shopping .header {
    background: #fff;
}

h2.title {
    padding-top: 20px;
    font-size: 24px;
    color: #424243;
    padding-bottom: 10px;
}

.cart-header {
    background: #F8F8F8;
    height: 36px;
    font-size: 12px;
    color: #828282;
    line-height: 35px;
}

.cart-body {
    margin-bottom: 30px;
}

.cart-col1 {
    padding-left: 15px;
    width: 85px;
    text-align: left;
    height: 100%;
    float: left;
}

.order-info .cart-col1 {
    width: 15px;
}

.cart-col1 .checkbox {
    margin-top: 7px;
    height: 24px;
    line-height: 24px;
}

.cart-col2 {
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
}

.cart-col3 {
    width: 540px;
    height: 100%;
    /*margin-left: 40px;*/
    float: left;
}

.order-info .cart-col3 {
    width: 580px;
}

.cart-col4,
.cart-col5,
.cart-col6,
.cart-col7,
.cart-col8 {
    width: 140px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.cart-tr {
    height: 100px;
    padding: 20px 0;
    border-bottom: 1px solid #DFDFDF;
}

.order-info .cart-tr:last-child {
    border-bottom: none;
}

.cart-group {
    border-bottom: 1px solid #DFDFDF;
}

    .cart-group .cart-tr {
        height: 125px;
        border-bottom: none;
        padding: 0;
    }

.cart-tr.last {
    border-bottom: none;
}

.cart-group .cart-tr .cart-col1,
.cart-group .cart-tr .cart-col2,
.cart-group .cart-tr .cart-col3,
.cart-group .cart-tr .cart-col4,
.cart-group .cart-tr .cart-col5,
.cart-group .cart-tr .cart-col6 {
    height: 112px;
    padding: 12px 0 0;
}

.cart-group .cart-tr .cart-col3,
.cart-group .cart-tr .cart-col4,
.cart-group .cart-tr .cart-col5,
.cart-group .cart-tr .cart-col6 {
    border-bottom: 1px solid #DFDFDF;
}

.cart-group .cart-tr.last .cart-col3,
.cart-group .cart-tr.last .cart-col4,
.cart-group .cart-tr.last .cart-col5,
.cart-group .cart-tr.last .cart-col6 {
    border-bottom: none;
}

.cart-group .cart-tr .cart-col1 {
    padding-left: 15px;
}

.cart-group .cart-tr .cart-col3 {
    padding-top: 21px;
    height: 103px;
}

.cart-group .cart-tr .cart-col4 {
    padding-top: 40px;
    height: 84px;
}

.cart-group .cart-tr .cart-col5,
.cart-group .cart-tr .cart-col6 {
    padding-top: 48px;
    height: 76px;
}

.cart-tr.disabled {
    background: #F8F8F8;
}

.cart-tr .checkbox {
    margin-top: 34px;
}

.cart-col2 img {
    width: 100px;
    height: 100px;
}

.cart-tr h3 {
    font-size: 18px;
    color: #424243;
    padding-bottom: 8px;
    line-height: 21px;
}

    .cart-tr h3 a {
        color: #424243;
    }

        .cart-tr h3 a:hover {
            color: #9E0028;
        }

p.cc {
    font-size: 14px;
    color: #828282;
    margin-bottom: 7px;
}

    p.cc span {
        margin-right: 20px;
    }

.old-price {
    text-decoration: line-through;
    color: #BBBBBB;
}

.cart-tr .cart-col3 {
    padding-top: 20px;
    height: auto;
}

.cart-tr .cart-col4 {
    padding-top: 24px;
}

.cart-tr .cart-col5 {
    padding-top: 34px;
    font-size: 14px;
    color: #424243;
}

.cart-tr .cart-col6 {
    padding-top: 34px;
}

.cart-tr.disabled .edit {
    visibility: hidden;
}

.tbnewworld {
    width: 400px;
}

    .tbnewworld td {
        border: 1px solid #908F8F;
        text-align: center;
        height: 21px;
        text-align: center;
        line-height: 21px;
    }


.expired {
    display: inline-block;
    width: 56px;
    height: 26px;
    border-radius: 13px;
    background: #E9E9E9;
    font-size: 12px;
    color: #828282;
    line-height: 26px;
    margin-top: 32px;
    text-align: center;
}

.cart-tr.disabled h3,
.cart-tr.disabled h3 a {
    color: #828282;
}

    .cart-tr.disabled h3 a:hover {
        color: #9E0028;
    }

.cart-tr.disabled .red-style {
    color: #828282;
}

.t3 {
    top: 3px;
    *top: -2px;
}

.mb10 {
    margin-bottom: 10px;
}

.radio {
    display: inline-block;
    line-height: 24px;
    background-position: -359px -847px;
    padding-left: 10px;
    min-height: 24px;
    cursor: pointer;
}

    .radio input {
        visibility: hidden;
        margin: 0;
        padding: 0;
        width: 16px;
        float: left;
    }

    .radio.checked {
        background-position: -359px -876px;
    }

.radio-group .radio {
    margin-right: 30px;
}

.input-text {
    display: none;
}

.readonly .input-text {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 25px;
}

.readonly input,
.readonly select {
    display: none;
}

.address-box {
    background: #F8F8F8;
    padding: 10px 0;
    margin-bottom: 50px;
}

    .address-box dt {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 20px;
        overflow: hidden;
    }

        .address-box dt a.fr {
            margin-right: 20px;
            color: #9E0028;
        }

        .address-box dt .form-error {
            float: left;
            margin-left: 34px;
            padding: 0;
            display: none;
        }

    .address-box dd {
        clear: both;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

.checkbox b {
    color: #424243;
}

.form-list {
    margin-bottom: 10px;
    padding: 0 20px;
    clear: both;
    font-size: 12px;
    line-height: 24px;
}

    .form-list label {
        font-size: 12px;
        text-align: left;
        color: #828282;
        line-height: 25px;
        padding: 0 10px 0 0;
        float: left;
    }

    .form-list .form-text {
        float: left;
        margin-right: 10px;
    }

    .form-list .selection {
        border: none;
        margin: 0;
    }

.kz-form .form-list .selection {
    *float: none;
    *width: auto;
}

.form-list .selection dd {
    padding: 0;
    margin: 0;
}

    .form-list .selection dd a {
        margin-bottom: 0;
    }

.quan-form .form-error {
    padding: 0;
    margin-left: 20px;
    display: none;
}

.normal-link {
    color: #9E0028;
}

    .normal-link:hover {
        text-decoration: underline;
    }

.address-box .form-list label {
    display: block;
    width: 6em;
}

.address-box .form-text {
    width: 240px;
}

.address-lists {
    height: 146px;
    overflow: hidden;
}

.address-list {
    width: 278px;
    height: 120px;
    background-color: #FAFAFA;
    border: 1px solid #DFDFDF;
    margin-bottom: 24px;
    position: relative;
    font-size: 12px;
    color: #828282;
    line-height: 20px;
    margin-left: 20px;
    float: left;
}

    .address-list:hover {
        border: 1px solid #9E0028;
        cursor: pointer;
    }

    .address-list p {
        padding: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .address-list.checked {
        border: 1px solid #9E0028;
        color: #9E0028;
        background-color: #FAFAFA;
        cursor: default;
    }

        .address-list.checked i,
        .zf-selection a.checked i {
            display: block;
            width: 24px;
            height: 24px;
            position: absolute;
            right: 0;
            bottom: -1px;
            background-position: right -1039px;
        }

.address-bottom {
    height: 24px;
    position: absolute;
    width: 100%;
    text-align: right;
    left: 0;
    bottom: -24px;
    line-height: 24px;
}

    .address-bottom span {
        color: #BBBBBB;
        float: left;
    }

    .address-bottom a {
        color: #9E0028;
        visibility: hidden;
        float: right;
        margin-left: 8px;
    }

.address-list:hover .address-bottom a {
    visibility: visible;
}

.add-address,
.show-all,
.hide-all,
.yhq li.checked i,
.gc-yhq li.checked i,
.dd-form dt a.show,
.dd-form dt a.hide,
.kz-icon a,
.kz-preview span,
.kz-text span,
.order-nav .menu span,
.wait {
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url(../images/bg4.png) 1x, url(../images/bg4@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bg4.png) 1x,url(../images/bg4@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bg4.png) 1x,url(../images/bg4@2x.png) 2x);
    background-image: -o-image-set(url(../images/bg4.png) 1x,url(../images/bg4@2x.png) 2x);
}

.add-address {
    padding-top: 62px;
    padding-bottom: 34px;
    font-size: 12px;
    line-height: 24px;
    color: #828282;
    text-align: center;
    background-position: 125px 30px;
    display: block;
    width: 278px;
    background-color: #FAFAFA;
    border: 1px solid #DFDFDF;
    float: left;
    margin: 0 0 0 20px;
}

    .add-address:hover {
        background-position: 125px -75px;
        border: 1px solid #9E0028;
        color: #9E0028;
    }

.add-price {
    float: left;
    margin-bottom: 20px;
    width: 70%;
}

    .add-price dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .add-price dd {
        height: 45px;
        margin-bottom: 10px;
        line-height: 45px;
        font-size: 14px;
        clear: both;
        width: 100%;
    }

        .add-price dd label.radio {
            float: left;
            margin-top: 10px;
        }

        .add-price dd.disabled span,
        .add-price dd.disabled a {
            filter: alpha(opacity=50);
            opacity: 0.5;
        }

        .add-price dd img {
            width: 45px;
            height: 45px;
        }

        .add-price dd span {
            float: left;
            display: block;
            width: 90px;
        }

        .add-price dd a {
            float: left;
            color: #424243;
        }

            .add-price dd a:hover {
                color: #9E0028;
            }

            .add-price dd a.pro {
                margin-right: 10px;
                height: 100%;
            }

        .add-price dd i {
            font-style: normal;
            color: #9E0028;
        }

.all-address {
    margin-left: 20px;
    display: none;
}

.show-all,
.hide-all {
    font-size: 12px;
    line-height: 24px;
    padding-right: 16px;
    color: #9E0028;
    background-position: right -96px;
    display: inline-block;
}

.hide-all {
    background-position: right -116px;
}

.checkout {
    float: right;
    margin-bottom: 20px;
    padding-top: 30px;
}
    /*.checkout table {
    width: 100%;
}*/
    .checkout th {
        font-weight: normal;
        text-align: left;
        color: #424243;
        padding-bottom: 5px;
        padding-right: 50px;
    }

    .checkout td {
        font-size: 18px;
        text-align: right;
        color: #9E0028;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.checkout-btn {
    width: 100%;
    text-align: right;
    clear: both;
    margin-bottom: 40px;
    font-size: 12px;
}

    .checkout-btn span.checkbox {
        line-height: 24px;
        margin-top: 5px;
        padding-right: 6px;
    }

.checkout .total {
    text-align: right;
    color: #9E0028;
    font-size: 36px;
    padding-top: 20px;
}

.checkout-btn .form-item {
    height: 38px;
    margin-right: 20px;
    margin-top: 1px;
}

    .checkout-btn .form-item label {
        line-height: 38px;
    }

    .checkout-btn .form-item input {
        padding: 9px 0;
    }

.checkout-btn a.get-code {
    height: 38px;
    line-height: 38px;
}

.checkout-btn .form-item .msg {
    position: absolute;
    left: 0;
    top: 38px;
    line-height: 24px;
    font-size: 12px;
    color: #828282;
}

.checkout-btn .form-item .form-error {
    position: absolute;
    top: -26px;
    left: 0;
    padding: 0;
}

#getSelfTip {
    width: 700px;
}

.help-tip p {
    margin: 0;
    padding: 0.5em 0;
    font-size: 12px;
    line-height: 20px;
}

.fq-table {
    padding: 10px 20px 0;
    clear: both;
}

.ctf_fqtable {
    border: 1px solid #EBEBEB;
    background: #fff;
    width: 650px;
    margin-bottom: 10px;
}

    .ctf_fqtable th {
        border: 1px solid #EBEBEB;
        height: 48px;
        text-align: center;
        font-size: 14px;
        color: #828282;
        vertical-align: middle;
    }

    .ctf_fqtable td {
        border-right: 1px solid #EBEBEB;
        height: 45px;
        padding-left: 46px;
        font-size: 14px;
        color: #424243;
        vertical-align: middle;
    }

.quan-top {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #DFDFDF;
}

.quan-bottom {
    padding: 10px 20px 0;
    font-size: 12px;
}

    .quan-bottom p {
        line-height: 25px;
        margin-top: 10px;
    }

.quan-top input.form-text {
    width: 100px;
    margin-right: 30px;
}

.quan-top label {
    font-size: 12px;
    padding-right: 6px;
}

.quan-msg {
    padding: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #424243;
}

.cart-pop {
    width: 288px;
    background-color: white;
    border: 1px solid #dfdfdf;
    position: absolute;
    display: none;
    z-index: 101;
    top: 40px;
}

    .cart-pop li {
        height: 70px;
        padding: 8px 20px;
        border-bottom: 1px solid #EDEDED;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    }

        .cart-pop li:hover {
            background: #fcfcfc;
        }

.edit,
.del {
    color: #9b9b9b;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-indent: -2000px;
    overflow: hidden;
    display: inline-block;
}

.del {
    background-position: -251px -560px;
}

    .del:hover {
        background-position: -251px -593px;
    }

.edit {
    background-position: -194px -560px;
}

    .edit:hover {
        background-position: -194px -593px;
    }

.cart-pop li .del {
    position: absolute;
    display: none;
    right: 20px;
    bottom: 22px;
}

.cart-pop li:hover .del {
    display: block;
}

.cart-img {
    width: 70px; /*图片固定大小，后期可删除。*/
    height: 70px; /*图片固定大小，后期可删除。*/
    float: left;
}

    .cart-img img {
        text-align: center;
        width: 100%;
        height: 100%;
    }

.cart-message {
    float: right;
    width: 170px;
    font-size: 12px;
    line-height: 16px;
    padding-top: 15px;
}

    .cart-message h3 {
        font-weight: normal;
        color: #424243;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 7px;
    }

    .cart-message span {
        color: #9E0028;
    }

        .cart-message span i {
            font-style: normal;
            color: #424243;
        }

.cart-pop-footer {
    padding: 20px;
}

    .cart-pop-footer table {
        width: 100%;
        border: none;
    }

    .cart-pop-footer td {
        color: #a30d33;
        font-size: 12px;
    }

        .cart-pop-footer td.cart-btn {
            padding-top: 20px;
            height: 40px;
        }

        .cart-pop-footer td .total-pro {
            font-size: 14px;
        }

        .cart-pop-footer td .total-price {
            font-size: 18px;
        }

.red-btn,
.line-btn,
.gray-btn,
.yellow-btn {
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #9E0028;
    transition: all 0.2s linear;
    cursor: pointer;
}

.gray-btn {
    border: 1px solid #D2D2D2;
    background: #D2D2D2;
    color: #ffffff;
}

    .gray-btn:hover {
        background: #b2b2b2;
    }

.gray-btns {
    height: 25px;
    width: 90px;
    padding-top: 3px;
    /*padding-bottom: 20px;*/
    color: rgb(101, 101, 101);
    background: #F6F6F6;
    border: 0px solid #D2D2D2;
    margin-left: -4px;
    font-size: 12px;
}

    .gray-btns:hover {
        color: #9E0028;
    }

.yellow-btn {
    border: 1px solid #F0B629;
    background: #F0B629;
    color: #424243;
}

    .yellow-btn:hover {
        background: #E5AB1E;
    }

.view-cart {
    width: 118px;
    float: left;
}

.pay {
    width: 118px;
    float: right;
}

.long {
    width: 178px;
}

.mid {
    width: 110px;
}

.red-btn {
    color: #fff;
    background: #9E0028;
}

.line-btn {
    background: #fff;
    color: #9E0028;
}

.red-btn:hover {
    background-color: #690A22;
}

.red-btn.disabled,
.red-btn.disabled:hover {
    border: 1px solid #D2D2D2;
    background: #D2D2D2;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
}

.line-btn:hover {
    background-color: #faf6f7;
}

.red-btn.small,
.line-btn.small {
    height: 23px;
    font-size: 12px;
    width: 66px;
    line-height: 23px;
}

.red-btns {
    color: #fff;
    background: #9E0028;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #9E0028;
    transition: all 0.2s linear;
    cursor: pointer;
    width: 60px;
}

.red-tips {
    font-size: 12px;
    color: #9E0028;
}

.red_01 {
    background: none;
    color: #9E0028;
    font-size: 20px;
}

.red_19 {
    bottom: 2px;
    font-size: 13px;
    margin-left: 10px;
    padding: 0px 1px;
    border: 1px solid;
    color: #9E0028;
    position: relative;
}

.items6 {
    width: 1080px;
    margin: 0px auto;
}

.items5 {
    width: 900px;
    margin: 0px auto;
}

.items4 {
    width: 720px;
    margin: 0px auto;
}

.items3 {
    width: 540px;
    margin: 0px auto;
}

.items2 {
    width: 360px;
    margin: 0px auto;
}

.right-float-bar {
    width: 50px;
    background: #FAFAFA;
    position: fixed;
    z-index: 98;
    right: -1px;
    bottom: 20px;
}

    .right-float-bar a {
        height: 48px;
        width: 48px;
        display: block;
        border: 1px solid #dfdfdf;
        background-color: #FAFAFA;
        margin-top: -1px;
    }

        .right-float-bar a:hover {
            background-color: #9E0028;
            border: 1px solid #9E0028;
        }

        .right-float-bar a.shopping-cart {
            float: none;
            height: auto;
            text-align: center;
            padding: 38px 0 10px;
            background-position: -342px -196px;
        }

            .right-float-bar a.shopping-cart span {
                position: static;
                display: inline-block;
            }

            .right-float-bar a.shopping-cart:hover {
                width: 48px;
                height: auto;
            }

            .right-float-bar a.shopping-cart span {
                position: static;
                display: inline-block;
            }

                .right-float-bar a.shopping-cart span.shopping-cart-span {
                    color: #424243;
                    width: 45px;
                    background: none;
                }

            .right-float-bar a.shopping-cart:hover {
                width: 48px;
                height: auto;
                background-position: -289px -196px;
            }

                .right-float-bar a.shopping-cart:hover span {
                    color: #9E0028;
                    background-position: -291px -556px;
                }

}

.right-float-bar a.shopping-cart:hover span {
    color: #9E0028;
    background-position: -291px -556px;
}

    .right-float-bar a.shopping-cart:hover span.shopping-cart-span {
        color: #fff;
    }



a.service {
    background-position: -341px -274px;
}

    a.service:hover {
        background-position: -290px -274px;
    }

a.feedback {
    background-position: -340px -342px;
}

    a.feedback:hover {
        background-position: -287px -342px;
    }


    a.feedback span {
        top: 20px;
        color: #424243;
        position: relative;
    }

    a.feedback:hover span {
        color: #fff;
    }

#live800iconlink span {
    top: 20px;
    color: #424243;
    position: relative;
}

#live800iconlink:hover span {
    color: #fff;
}

a.top {
    background-position: -336px -425px;
    display: none;
}

    a.top:hover {
        background-position: -283px -425px;
    }

a.ex1:hover {
    visibility: visible;
}

.breadcrumb {
    height: 40px;
    background: #FAFAFA;
    font-size: 14px;
    color: #828282;
    line-height: 40px;
}

    .breadcrumb .wrapper {
        z-index: 2;
    }

    .breadcrumb dd {
        float: left;
        margin-right: 5px;
    }

        .breadcrumb dd .select {
            margin-top: 7px;
            margin-right: 0;
            font-size: 14px;
        }

            .breadcrumb dd .select span {
                font-size: 14px;
            }

.crumbs-arrow {
    float: left;
    margin-right: 5px;
    font-style: normal;
}

.breadcrumb a {
    font-size: 14px;
    color: #828282;
}

    .breadcrumb a:hover {
        color: #9E0028;
    }

a.red-link {
    color: #9E0028;
    font-size: 12px;
}

    a.red-link:hover {
        text-decoration: underline;
    }

.more-tr {
    border-top: 1px solid #DFDFDF;
    margin-top: 25px;
    text-align: center;
}

    .more-tr a {
        display: block;
        padding: 0 47px 0 21px;
        text-align: center;
        background: #fff;
        position: relative;
        font-size: 12px;
        color: #424243;
        line-height: 16px;
        margin: 0px auto;
        top: -9px;
    }

        .more-tr a:hover {
            color: #9E0028;
        }

        .more-tr a.show {
            width: 4em;
            background-color: #fff;
            background-position: -283px -12px;
        }

        .more-tr a.hide {
            width: 2em;
            background-position: -310px -53px;
        }

.today-price .more-tr {
    margin: 0;
    border: none;
}

    .today-price .more-tr a {
        top: 0;
        line-height: 34px;
        background-position: -283px -5px;
    }

.list-type {
    padding: 0px 0 0;
}

.list-type-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-type ul {
    overflow: hidden;
}

.list-type li {
    font-size: 14px;
    color: #363636;
    transition: all 0.25s ease-in;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    width: 100%;
    float: left;
}

.list-type .hide {
    display: none;
}

.list-type li.have-checked {
    border: none;
}

.list-type li.even {
    background: #FAFAFA;
}

.list-checked-item,
.list-cs {
    margin-right: 106px;
    margin-left: 135px;
}

.list-type li.b0 {
    border: none;
}

.em2 {
    letter-spacing: 2em;
}

.em3 {
    letter-spacing: 0.5em;
}

.list-type li.hover {
    background: #FAFAFA;
}

.list-type li .list-tr {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
}

.list-type li.l-options .list-tr {
    display: none;
}

.list-cs a,
.list-checked-item a {
    color: #363636;
    text-decoration: none;
    display: inline-block;
    height: 23px;
    border: none;
    line-height: 23px;
    border: 1px solid transparent;
    padding: 0 14px;
    margin: 7px 20px 8px 0;
}

    /*.list-type .l-options a.checked:hover {
    border: 1px solid #9E0028;
    color: #9E0028;
}*/
    .list-cs a:hover {
        color: #9E0028;
        border: 1px solid #9E0028;
    }

.l-options a.checked,
.l-options a.checked:hover {
    border: 1px solid #9E0028;
    background-position: right -1039px;
}

a.info {
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 0;
    background-position: -7px -702px;
}

    a.info:hover {
        background-position: -36px -702px;
    }

.list-type li a.info {
    margin: 12px 0 0 5px;
}

.list-type .col1 {
    width: 41px;
    float: left;
    height: 40px;
}

.list-type .col2 {
    width: 95px;
    height: 40px;
    float: left;
}

.link-gray,
.link-red,
.btn-clear {
    border: 1px solid #DFDFDF;
    color: #424243;
    line-height: 23px;
    width: 65px;
    height: 23px;
    margin-right: 5px;
    text-align: center;
    transition: all 0.25s ease-in;
    display: inline-block;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
}

.btn-clear {
    background: #F7E9ED;
    border: 1px solid #F7E9ED;
    color: #9E0028;
    margin-top: 7px;
}

    .btn-clear:hover {
        background: #EED2DA;
        border: 1px solid #EED2DA;
    }

.list-type .link-gray {
    border: 1px solid #DFDFDF;
    color: #424243;
}

.link-gray:hover {
    background: #f8f8f8;
}

.link-red,
.list-type .link-red {
    border: 1px solid #9E0028;
    background: #9E0028;
    color: #fff;
    margin-right: 5px;
}

    .link-red:hover,
    .list-type .link-red:hover {
        border: 1px solid #690A22;
        background: #690A22;
        color: #fff;
    }

    .link-red.disabled,
    .link-red.disabled:hover {
        border: 1px solid #D2D2D2;
        background: #D2D2D2;
        filter: alpha(opacity=60);
        opacity: 0.6;
        cursor: default;
    }

.list-type .link-red {
    margin: 0;
    margin-left: 40px;
    margin-top: 7px;
    padding: 0;
}

.list-type .link-gray {
    margin-top: 7px;
    padding: 0;
}

.list-checked-item a {
    width: auto;
    padding: 0 25px 0 10px;
    border: 1px solid #DFDFDF;
    height: 23px;
    line-height: 23px;
    position: relative;
    color: #9E0028;
    transition: all 0.25s ease-in;
    margin: 7px 10px 8px 0;
}

    .list-checked-item a:hover {
        border: 1px solid #9E0028;
    }

    .list-checked-item a span {
        position: absolute;
        display: block;
        width: 20px;
        height: 23px;
        top: 2px;
        right: 0px;
        font-size: 12px;
        line-height: 18px;
        color: #9E0028;
        text-align: center;
    }

.list {
    padding-top: 22px;
}

.list-option {
    font-size: 12px;
    color: #BBBBBB;
    line-height: 25px;
    width: 100%;
}

    .list-option dd {
        float: left;
        margin-right: 20px;
    }

.order label {
    float: left;
    padding-right: 10px;
}

.select {
    float: left;
    height: 23px;
    margin-right: 5px;
    position: relative;
    border: 1px solid #DFDFDF;
    z-index: 2;
    transition: all 0.25s;
    background-color: #FFFFFF;
}

    .select.error,
    .select:hover {
        border: 1px solid #9E0028;
    }

    .select span {
        display: block;
        float: left;
        height: 100%;
        padding: 0 10px;
        color: #424243;
        font-size: 12px;
        line-height: 23px;
        border-right: 1px solid #DFDFDF;
        transition: all 0.25s;
        background-color: #fff;
    }

    .select:hover span {
        border-right: 1px solid #9E0028;
        color: #9E0028;
    }

    .select span.placeholder {
        color: #bbb;
    }

    .select a {
        display: block;
        width: 23px;
        height: 23px;
        float: left;
        text-align: center;
        line-height: 23px;
        color: #424243;
        background-color: #fff;
        background-position: -314px 10px;
    }

    .select:hover a {
        color: #9E0028;
        background-position: -356px 10px;
    }

    .select ul {
        position: absolute;
        left: -1px;
        top: 24px;
        width: 100%;
        border: 1px solid #DFDFDF;
        display: none;
        background: #fff;
    }

    .select:hover ul {
        display: block;
    }

    .select li {
        padding: 0 10px;
        line-height: 24px;
        color: #424243;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid #DFDFDF;
        cursor: pointer;
    }

        .select li.last {
            border-bottom: none;
        }

        .select li:hover {
            color: #9E0028;
        }

.order .select span {
    width: 100px;
}

.address-form {
    width: 600px;
    margin: 0 auto;
}

.add span {
    font-size: 18px;
    line-height: 24px;
    float: left;
}

.address-form .form-list label {
    width: 6em;
}

.address-form .form-textarea {
    float: left;
}

.address-form .form-error {
    padding: 10px 0 10px 102px;
}

.pop-btn {
    text-align: center;
    padding-top: 30px;
}

.form-text,
.form-textarea {
    border: 1px solid #DFDFDF;
    padding: 3px 8px 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #424243;
    font-weight: normal;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.form-textarea {
    height: 60px;
    resize: none;
}

.form-text:-moz-placeholder {
    color: #bbbbbb !important;
}

.form-text::-webkit-input-placeholder {
    color: #bbbbbb !important;
}

.form-text:-ms-input-placeholder {
    color: #bbbbbb !important;
}

.form-text::-moz-placeholder {
    color: #bbbbbb!important;
}

.form-text.error,
.form-textarea.error {
    border: 1px solid #9E0028;
}


.price-range .form-text {
    width: 47px;
    float: left;
}

.price-range i {
    display: block;
    float: left;
    width: 24px;
    height: 25px;
    background: url("../images/dashline.png") no-repeat center center;
}

.price-range .link-red {
    margin-left: 10px;
    display: none;
}

.list-option dd.pager {
    float: right;
    margin-right: 0;
}

    .list-option dd.pager span.current-pager {
        color: #9E0028;
    }

    .list-option dd.pager a {
        color: #BBBBBB;
        margin: 0 5px;
    }

        .list-option dd.pager a:hover {
            color: #9E0028;
        }

.list-option dd.check-options {
    float: right;
    margin-right: 10px;
}

.check-options span.checkbox {
    margin-right: 20px;
}

.list-item {
    clear: both;
    padding-top: 20px;
    margin-left: -16px;
    *width: 100%;
}

.user-dd .list-item {
    *width: 1016px;
}

.list-item ul {
    overflow: hidden;
    width: 100%;
}

.list-item li {
    width: 228px;
    height: 228px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.list-inner {
    border: 1px solid #FFFFFF;
    height: 226px;
    width: 226px;
    position: relative;
    text-align: center;
    margin: 0 0 20px 20px;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

    .list-inner:hover {
        border: 1px solid #9E0028;
    }

.user-dd .list-item .list-inner {
    width: 181px;
    height: 181px;
}

.list-inner i {
    display: block;
    width: 22px;
    height: 22px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
    background: url("../images/tabBg.png") no-repeat;
    background-image: -webkit-image-set(url(../images/tabBg.png) 1x, url(../images/tabBg@2x.png) 2x);
    background-image: -moz-image-set(url(../images/tabBg.png) 1x,url(../images/tabBg@2x.png) 2x);
    background-image: -ms-image-set(url(../images/tabBg.png) 1x,url(../images/tabBg@2x.png) 2x);
    background-image: -o-image-set(url(../images/tabBg.png) 1x,url(../images/tabBg@2x.png) 2x);
}

.pro-img {
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -40% 0 0 -40%;
    overflow: hidden;
    background: url("../images/bgPro.png") no-repeat center center;
    background-image: -webkit-image-set(url(../images/bgPro.png) 1x, url(../images/bgPro@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bgPro.png) 1x,url(../images/bgPro@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bgPro.png) 1x,url(../images/bgPro@2x.png) 2x);
    background-image: -o-image-set(url(../images/bgPro.png) 1x,url(../images/bgPro@2x.png) 2x);
}

.list-inner img {
    width: 100%;
    height: 100%;
    transition: all 0.25s;
}

.pro-info {
    margin-bottom: 0px;
    display: block;
    width: 90%;
    height: 39px;
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 5px;
    overflow: hidden;
    text-align: center;
}

    .pro-info span {
        font-size: 12px;
        line-height: 18px;
        color: #424243;
    }

        .pro-info span.price1 {
            color: #9E0028;
            line-height: 18px;
            display: inline-block;
        }

        .pro-info span.price2 {
            background: none;
            display: block;
            color: #bbbbbb;
            font-size: 12px;
            line-height: 10px;
        }

.hot span.price1 {
    padding-left: 32px;
    background-position: -13px -742px;
}

.new span.price1 {
    padding-left: 32px;
    background-position: -13px -774px;
}

.cx span.price1 {
    padding-left: 32px;
    background-position: -13px -806px;
}

.pro-info span.pro-name {
    color: #424243;
    display: block;
    width: 11em;
    margin: 0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}


.list-inner:hover img {
    /*-webkit-transform: scale(1.05);*/
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    /*transform: scale(1.05);*/
    -ms-transform: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10-specific styles go here */
    .list-item li:hover img {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.list-pager {
    color: #B0B0B0;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 40px 0;
    line-height: 25px;
}

    .list-pager a {
        border: 1px solid transparent;
        padding: 0px 7px;
        color: #B0B0B0;
    }

        .list-pager a:hover {
            color: #9E0028;
        }

        .list-pager a:not(.oran_pg_np):not(.oran_pg_pp):hover {
            border-color: #9E0028;
        }

    .list-pager span.current-pager {
        color: #9E0028;
        margin: 0 10px;
    }

    .list-pager a.current-pager {
        color: #9E0028 !important;
        border-color: #9E0028;
    }

.pager-input {
    width: 40px;
    height: 18px;
    border: 1px solid #DFDFDF;
    text-align: center;
}

.ad {
    height: 140px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

    .ad img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -610px;
    }

.help-tip {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 10px 15px;
    position: absolute;
    display: none;
}

    .help-tip span.arrow-left {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        left: -8px;
        top: 10px;
        background: url("../images/leftArrow.png") no-repeat;
        background-image: -webkit-image-set(url(../images/leftArrow.png) 1x, url(../images/leftArrow@2x.png) 2x);
        background-image: -moz-image-set(url(../images/leftArrow.png) 1x,url(../images/leftArrow@2x.png) 2x);
        background-image: -ms-image-set(url(../images/leftArrow.png) 1x,url(../images/leftArrow@2x.png) 2x);
        background-image: -o-image-set(url(../images/leftArrow.png) 1x,url(../images/leftArrow@2x.png) 2x);
    }

    .help-tip span.arrow-top {
        width: 17px;
        height: 9px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -9px;
        top: -9px;
        background: url("../images/arrowTop.png") no-repeat;
        background-image: -webkit-image-set(url(../images/arrowTop.png) 1x, url(../images/arrowTop@2x.png) 2x);
        background-image: -moz-image-set(url(../images/arrowTop.png) 1x,url(../images/arrowTop@2x.png) 2x);
        background-image: -ms-image-set(url(../images/arrowTop.png) 1x,url(../images/arrowTop@2x.png) 2x);
        background-image: -o-image-set(url(../images/arrowTop.png) 1x,url(../images/arrowTop@2x.png) 2x);
    }

    .help-tip h2 {
        font-size: 12px;
        color: #9E0028;
        font-weight: normal;
        margin-bottom: 10px;
        position: relative;
    }

        .help-tip h2 a {
            position: absolute;
            right: 0;
            top: 0;
            color: #9E0028;
        }

        .help-tip h2.success {
            text-align: center;
            font-size: 18px;
            margin: 20px 0;
            color: #424243;
        }

.help-info {
    font-size: 12px;
    color: #424243;
    line-height: 18px;
}

    .help-info dd {
        float: left;
        margin-right: 40px;
        text-align: center;
    }

        .help-info dd.last {
            margin-right: 0px;
        }

.kl {
    padding-top: 45px;
    position: relative;
}

    .kl span {
        position: absolute;
        bottom: 25px;
        left: 50%;
    }

        .kl span img {
            width: 100%;
            height: 100%;
            float: left;
        }

.kl1 span {
    width: 10px;
    height: 9px;
    margin-left: -5px;
}

.kl2 span {
    width: 15px;
    height: 14px;
    margin-left: -7.5px;
}

.kl3 span {
    width: 20px;
    height: 18px;
    margin-left: -10px;
}

.kl4 span {
    width: 25px;
    height: 23px;
    margin-left: -12.5px;
}

.kl5 span {
    width: 37px;
    height: 34px;
    margin-left: -18.5px;
}

.tc,
.cl {
    padding-top: 32px;
    background-position: center 4px;
    background-repeat: no-repeat;
}

.cl1 {
    background-position: 28px -80px;
}

.cl2 {
    background-position: -84px -80px;
}

.cl3 {
    background-position: -180px -80px;
}

.cl4 {
    background-position: -277px -80px;
}

.tc1 {
    background-position: 14px 5px;
}

.tc2 {
    background-position: -64px 5px;
}

.tc3 {
    background-position: -171px 5px;
}

.tc4 {
    background-position: -254px 5px;
}

#layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

#layer2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    opacity: 0.15;
    z-index: 50;
    top: 0;
    left: 0;
    display: none;
}

.pop-boxN {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    display: none;
    background: #FAFAFA;
}

.pop-bar {
    height: 50px;
    padding: 0 25px;
    font-size: 18px;
    color: #424243;
    line-height: 50px;
    border-bottom: 1px solid #DFDFDF;
}

.pop-boxN a.close {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #9b9b9b;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    display: block;
    top: -6px;
    right: -2px;
    font-weight: normal;
}

    .pop-boxN a.close:hover {
        color: #9E0028;
    }

.pop-footer {
    height: 40px;
    border-top: 1px solid #DFDFDF;
    background: #ffffff;
    padding: 19px 20px 20px;
    overflow: hidden;
    line-height: 40px;
    color: #828282;
    font-size: 12px;
}

    .pop-footer dd {
        float: left;
        margin-right: 20px;
    }

    .pop-footer .quantity-form {
        float: left;
        margin-top: 7px;
        margin-right: 5px;
    }

.tc-price {
    font-size: 24px;
    color: #9E0028;
}

#video-layer {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=90);
    opacity: 0.9;
    position: fixed;
    display: none;
    z-index: 99;
}

#video-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

#addAddress,
#userInfoPop {
    width: 780px;
    height: 480px;
    margin: -240px 0 0 -390px;
}

    #addAddress a.close,
    #userInfoPop a.close {
        top: 0;
        right: 3px;
    }

.pop-box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    background: #FAFAFA;
}

    .pop-box a.close {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 40px;
        color: #9b9b9b;
        text-align: center;
        line-height: 40px;
        overflow: hidden;
        display: block;
        top: -6px;
        right: -2px;
        font-weight: normal;
    }

.player-box {
    width: 856px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -200px 0 0 -428px;
    z-index: 100;
    background: none;
}

    .player-box a.close {
        position: absolute;
        top: -60px;
        right: -60px;
        width: 60px;
        height: 60px;
        font-size: 60px;
        color: #fff;
        text-align: center;
        line-height: 60px;
    }

.shopping-cart3 {
    width: 22px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 12px 25px 0 0;
    background: url("../images/shopping-cart3.png") no-repeat;
    background-image: -webkit-image-set(url(../images/shopping-cart3.png) 1x, url(../images/shopping-cart3@2x.png) 2x);
    background-image: -moz-image-set(url(../images/shopping-cart3.png) 1x,url(../images/shopping-cart3@2x.png) 2x);
    background-image: -ms-image-set(url(../images/shopping-cart3.png) 1x,url(../images/shopping-cart3@2x.png) 2x);
    background-image: -o-image-set(url(../images/shopping-cart3.png) 1x,url(../images/shopping-cart3@2x.png) 2x);
}

    .shopping-cart3:hover {
        background: url("../images/shopping-cart3H.png") no-repeat;
        background-image: -webkit-image-set(url(../images/shopping-cart3H.png) 1x, url(../images/shopping-cart3H@2x.png) 2x);
        background-image: -moz-image-set(url(../images/shopping-cart3H.png) 1x,url(../images/shopping-cart3H@2x.png) 2x);
        background-image: -ms-image-set(url(../images/shopping-cart3H.png) 1x,url(../images/shopping-cart3H@2x.png) 2x);
        background-image: -o-image-set(url(../images/shopping-cart3H.png) 1x,url(../images/shopping-cart3H@2x.png) 2x);
    }

.cart_re {
    margin-left: 8px;
}

.select_newworld {
    width: 95px;
    height: 25px;
}

.form_newworld {
    width: 148px;
    height: 21px;
    border: 1px inset;
}

.jiathis_style {
    float: left;
    margin-top: 10px;
}

.jiathis_txt {
    color: #828282;
}

.wrapper .jiathis_style_24x24 .jiathis_txt {
    float: left;
    font-size: 12px!important;
    text-decoration: none;
    line-height: 27px!important;
}

.wrapper .jiathis_style_24x24 .jtico {
    background-position: 0 0;
    height: 27px!important;
    line-height: 27px!important;
    padding-left: 35px!important;
    background-image: -o-image-set(url(https://cdn.ctfmall.com/misc/20170622011121_5783.png) 1x,url(https://cdn.ctfmall.com/misc/20170622011121_4999.png) 2x)!important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

.wrapper .jiathis_style_24x24 .jtico_weixin {
    background-position: -8px -554px!important;
}

    .wrapper .jiathis_style_24x24 .jtico_weixin:hover {
        background-position: -8px -586px!important;
    }

.wrapper .jiathis_style_24x24 .jtico_cqq {
    background-position: -47px -554px!important;
}

    .wrapper .jiathis_style_24x24 .jtico_cqq:hover {
        background-position: -47px -586px!important;
    }

.wrapper .jiathis_style_24x24 .jtico_qzone {
    background-position: -83px -554px!important;
}

    .wrapper .jiathis_style_24x24 .jtico_qzone:hover {
        background-position: -83px -586px!important;
    }

.wrapper .jiathis_style_24x24 .jtico_tsina {
    background-position: -155px -554px!important;
}

    .wrapper .jiathis_style_24x24 .jtico_tsina:hover {
        background-position: -155px -586px!important;
    }

.wrapper .jiathis_style_24x24 .jtico_tqq {
    background-position: -120px -554px!important;
}

    .wrapper .jiathis_style_24x24 .jtico_tqq:hover {
        background-position: -120px -586px!important;
    }

.wrapper .special_list {
    font-size: 0;
    overflow: hidden;
}

    .wrapper .special_list .rowone {
        /*width: 360px;
    height: 301px;*/
        float: left;
        margin-bottom: 60px;
    }

    .wrapper .special_list .rowtwo {
        float: left;
        position: relative;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .wrapper .special_list .rowtwo img:hover {
            z-index: 2;
            -webkit-box-shadow: 0 5px 30px #bbbbbb;
            box-shadow: 0 5px 30px #bbbbbb;
            -ms-transform: translate(0,-2px);
            -webkit-transform: translate3d(0,-2px,0);
            transform: translate3d(0,-2px,0);
        }

    .wrapper .special_list .rowone .pic_go .list_cover {
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        float: right;
        filter: alpha(opacity=0);
        -webkit-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
    }

    .wrapper .special_list .rowone .pic_go .left_line {
        width: 70px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 70px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
    }

    .wrapper .special_list .rowone .pic_go .right_line {
        width: 70px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 70px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
    }

    .wrapper .special_list .rowone .pic_go .list_more {
        display: block;
        width: 100%;
        height: 30px;
        font-size: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
        position: absolute;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
    }

.page-scroll {
    height: 430px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.scroll-main {
    width: 960px;
    height: 430px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.scroll-item {
    width: 160px;
    height: 160px;
    left: -160px;
    top: 135px;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
    background: url("../images/bgPro.png") no-repeat center center;
    background-image: -webkit-image-set(url(../images/bgPro.png) 1x, url(../images/bgPro@2x.png) 2x);
    background-image: -moz-image-set(url(../images/bgPro.png) 1x,url(../images/bgPro@2x.png) 2x);
    background-image: -ms-image-set(url(../images/bgPro.png) 1x,url(../images/bgPro@2x.png) 2x);
    background-image: -o-image-set(url(../images/bgPro.png) 1x,url(../images/bgPro@2x.png) 2x);
}

.scroll-item-right {
    left: 100%;
}

.scroll-item-left {
    left: -160px;
}

.scroll-item img {
    width: 100%;
    height: 100%;
}

.scroll-active-left {
    width: 160px;
    height: 160px;
    left: 0;
    top: 135px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.scroll-active {
    width: 430px;
    height: 430px;
    top: 0;
    left: 265px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.scroll-active-right {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 800px;
    top: 135px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.page-prev,
.page-next {
    position: absolute;
    width: 60px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
}

.page-prev {
    background: url("../images/leftArrow2.png") no-repeat center;
    left: 0;
}

.page-next {
    background: url("../images/rightArrow2.png") no-repeat center;
    right: 0;
}

.page-scroll-nav {
    width: 400px;
    height: 18px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -200px;
    text-align: center;
}

    .page-scroll-nav a {
        width: 6px;
        height: 6px;
        display: inline-block;
        margin: 6px;
        filter: alpha(opacity=20);
        opacity: 0.2;
        background: url("../images/pageScrollNav.png") no-repeat;
        background-image: -webkit-image-set(url(../images/pageScrollNav.png) 1x, url(../images/pageScrollNav@2x.png) 2x)!important;
        background-image: -moz-image-set(url(../images/pageScrollNav.png) 1x,url(../images/pageScrollNav@2x.png) 2x)!important;
        background-image: -ms-image-set(url(../images/pageScrollNav.png) 1x,url(../images/pageScrollNav@2x.png) 2x)!important;
        background-image: -o-image-set(url(../images/pageScrollNav.png) 1x,url(../images/pageScrollNav@2x.png) 2x)!important;
        cursor: default;
    }
        /*.page-scroll-nav a:hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}*/
        .page-scroll-nav a.activeSlide,
        .page-scroll-nav a.activeSlide:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.page-info {
    position: relative;
    margin-bottom: 20px;
}

h2.page-title {
    font-size: 21px;
    color: #424243;
    line-height: 32px;
    margin-right: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-tg {
    font-size: 12px;
    line-height: 18px;
    color: #9E0028;
    margin-bottom: 10px;
    min-height: 15px;
}

    .page-tg i {
        float: left;
        margin-right: 5px;
        width: 28px;
        height: 17px;
        margin-top: 1px;
    }

        .page-tg i.hot {
            background-position: -13px -742px;
        }

        .page-tg i.new {
            background-position: -13px -774px;
        }

        .page-tg i.cx {
            background-position: -13px -806px;
        }

.pro-price {
    position: absolute;
    right: 0;
    top: 0;
}

    .pro-price dd {
        float: left;
        font-size: 12px;
        color: #828282;
        padding-left: 20px;
    }

        .pro-price dd.r {
            padding-top: 9px;
        }

        .pro-price dd span {
            font-size: 38px;
            color: #9E0028;
            line-height: 50px;
        }

.pro-attribute {
    background: #FAFAFA;
    padding: 20px 35px;
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
}

.attributes {
    width: 64%;
    border-right: 1px solid #d8d8d8;
    float: left;
    position: relative;
}

.attr-box {
    min-height: 90px;
    overflow: hidden;
    position: relative;
}

.detail-main .panel {
    margin-top: 40px;
}

.attr-box table {
    border-collapse: collapse;
    width: 100%;
}

.attr-box th {
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 0;
    width: 6em;
}

.attr-box td {
    text-align: left;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 5px 5px 0;
    width: 116px;
    word-break: break-all;
}

.attributes ul {
    padding-right: 50px;
}

.attributes li {
    width: 25%;
    float: left;
    line-height: 30px;
    color: #828282;
    position: relative;
    display: table-cell;
}

.label-4em {
    color: #828282;
    display: inline-block;
    float: left;
    width: 4em;
    position: relative;
    white-space: nowrap;
}

.attr-box th .label-4em {
    float: none;
}

.attributes .text {
    color: #424243;
    padding-right: 5px;
}

.gray-style {
    font-size: 12px;
    color: #BBBBBB;
    line-height: 16px;
}

.red-style {
    color: #9E0028;
}

.attributes .gray-style {
    padding: 5px 0;
    float: left;
}

.advertiseproduct {
    word-break: break-all;
    font-size: 12px;
    line-height: 18px;
    color: #9E0028;
    vertical-align: baseline;
    font-weight: normal;
    font-family: MicrosoftYaHei, 'Microsoft YaHei', "微软雅黑", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.attributes a.more {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

    .attributes a.more span {
        padding-right: 20px;
        color: #424243;
    }

    .attributes a.more:hover span {
        color: #9E0028;
    }

    .attributes a.more span.show {
        background-position: -332px -12px;
    }

    .attributes a.more span.hide {
        background-position: -332px -53px;
    }

.size10 {
    font-size: 10px;
    -webkit-transform: scale(0.83);
    -o-transform: scale(1);
    display: inline-block;
}

.vsmall-btn {
    width: 36px;
    border: 1px solid #979797;
    color: #828282;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
}

.size-btn {
    position: relative;
    z-index: 4;
}

.attributes li .size-btn {
    position: absolute;
    top: 8px;
    left: 172px;
}

.selection {
    width: 35.9%;
    float: left;
    margin-left: -1px;
    border-left: 1px solid #d8d8d8;
}

.nopro,
.nopro2 {
    font-size: 18px;
    padding-left: 35px;
    min-height: 58px;
    text-align: center;
    margin-top: 25px;
    line-height: 58px;
}

    .nopro span,
    .nopro2 span {
        padding-left: 80px;
        background-position: 0 -1134px;
        display: inline-block;
        font-size: 16px;
        color: #828282;
    }

.selection dl {
    margin-left: 25px;
    position: relative;
    padding-left: 5em;
}

.selection dt {
    width: 5em;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    color: #828282;
}

.selection dd {
    padding-left: 5px;
    padding-top: 3px;
    overflow: hidden;
    font-size: 12px;
}

    .selection dd a {
        background: #fff;
        display: inline-block;
        height: 23px;
        padding: 0 15px;
        font-size: 12px;
        border: 1px solid #DFDFDF;
        color: #424243;
        margin: 0 10px 10px 0;
        line-height: 23px;
    }

        .selection dd a:hover {
            border: 1px solid #9E0028;
        }

        .selection dd a.checked {
            border: 1px solid #9E0028;
            background-position: right -1039px;
        }

        .selection dd a.unuse {
            cursor: not-allowed;
            border: 1px solid #DFDFDF;
            background: none;
            color: #dfdfdf;
        }

        .selection dd a.help {
            border: none;
            padding: 0;
            line-height: 25px;
            color: #828282;
            background: none;
        }

            .selection dd a.help:hover {
                border: none;
                color: #9E0028;
            }

.quantity-form {
    position: relative;
    overflow: hidden;
    height: 25px;
    width: 88px;
    float: left;
}

    .quantity-form a.decrement,
    .quantity-form a.increment {
        width: 23px;
        height: 23px;
        background: #EEEEEE;
        border: 1px solid #DFDFDF;
        text-align: center;
        display: block;
        padding: 0;
        margin: 0;
        font-size: 18px;
        line-height: 20px;
        color: #4b4b4b;
    }

        .quantity-form a.decrement:hover,
        .quantity-form a.increment:hover {
            background: #f5ecef;
            color: #9E0028;
            border: 1px solid #DFDFDF;
        }

    .quantity-form a.decrement {
        float: left;
    }

    .quantity-form a.increment {
        float: right;
    }

    .quantity-form a.disabled,
    .quantity-form a.disabled:hover {
        filter: alpha(opacity=50);
        opacity: 0.5;
        cursor: default;
        color: #999;
        border: 1px solid #DFDFDF;
        background: #EEEEEE;
    }

.itxt {
    height: 17px;
    border: 1px solid #DFDFDF;
    width: 38px;
    position: absolute;
    left: 25px;
    top: 0;
    text-align: center;
    padding: 3px 0;
    line-height: 17px;
    color: #424243;
    border-left: 0;
    border-right: 0;
}

.leftnum {
    color: #828282;
    line-height: 25px;
    margin-left: 10px;
}

    .leftnum em {
        font-style: normal;
        color: #9E0028;
        padding: 0 3px;
    }

.qr {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.25s;
    cursor: pointer;
    z-index: 5;
    background-color: #fff;
    background-position: -80px -689px;
}

    .qr h3,
    .qr p {
        display: none;
    }

    .qr:hover {
        width: 170px;
        height: 180px;
        border: 1px solid #D2D2D2;
        background-position: -108px -658px;
    }

        .qr:hover h3 {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 12px;
            color: #424243;
            line-height: 30px;
        }

.second-region {
    padding-top: 20px;
    clear: both;
}

    .second-region .jiathis_style_24x24 {
        float: right;
        margin-top: 0;
        margin-right: -9px;
    }

.labelImage {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 5;
}

.favorite {
    /* margin-right: 50px; */
    font-size: 12px;
    /* color: #828282; */
    font-size: 14px;
    /* padding-left: 17px; */
    line-height: 26px;
    line-height: 38px;
    background-position: -355px -475px;
}

    .favorite:hover {
        
        background-position: -355px -507px;
    }

.free-mail,
.free-kz,
.free-clear {
    padding-left: 30px;
    display: inline-block;
    font-size: 12px;
    color: #828282;
    line-height: 26px;
    margin-right: 40px;
}

.free-mail {
    background-position: 0 -490px;
}

.free-kz {
    background-position: -135px -490px;
}

.free-clear {
    background-position: -237px -490px;
}

.best-switch {
    height: 160px;
    padding-top: 10px;
}

    .best-switch .list-inner {
        float: left;
        height: 158px;
        width: 158px;
        /*border-color: #DFDFDF;*/
        border-width: 1px;
    }

        .best-switch .list-inner .pro-img {
            width: 70%;
            height: 70%;
            margin: -35% 0 0 -35%;
        }

.pop-boxN .best-switch {
    height: 108px;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #DFDFDF;
    background: #fff;
}

    .pop-boxN .best-switch .list-inner {
        width: 106px;
        height: 106px;
        margin-left: 0;
    }

        .pop-boxN .best-switch .list-inner .pro-img {
            width: 100%;
            height: 100%;
            margin: -50% 0 0 -50%;
            top: 50%;
        }

    .pop-boxN .best-switch .addIcon {
        padding-top: 10px;
    }

.pop-boxN .hscroll-list {
    width: 702px;
    height: 108px;
}

    .pop-boxN .hscroll-list ul {
        width: 712px;
    }

    .pop-boxN .hscroll-list .list-inner {
        margin: 0 10px 0 0;
    }

.addIcon {
    width: 50px;
    padding-top: 54px;
    text-align: center;
    font-size: 36px;
    color: #828282;
    display: block;
    float: left;
}

.checkbox {
    display: inline-block;
    padding-left: 22px;
    min-height: 24px;
    background-position: -360px -750px;
    color: #878787;
    cursor: pointer;
}

    .checkbox.checked {
        background-position: -360px -779px;
    }

    .checkbox.disabled {
        background-position: -360px -811px;
        cursor: default;
    }

.list-inner .checkbox {
    position: absolute;
    top: 1px;
    left: 5px;
    z-index: 3;
}

.pop-boxN .list-inner .checkbox {
    top: -3px;
    left: 1px;
}

.hscroll-list {
    width: 700px;
    overflow: hidden;
    float: left;
    position: relative;
    height: 160px;
}

    .hscroll-list ul {
        width: 720px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .hscroll-list .list-inner {
        margin: 0 20px 0 0;
    }

.hscroll-bar {
    height: 160px;
    width: 40px;
    margin-left: 15px;
    float: left;
    position: relative;
}

.pop-boxN .hscroll-bar {
    height: 108px;
    width: 24px;
}

.hscroll-bar a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
}

.pop-boxN .hscroll-bar a {
    width: 24px;
    height: 24px;
}

.hscroll-bar a.up,
.hscroll-bar a.up.disabled,
.hscroll-bar a.up.disabled:hover {
    top: 0;
    background-position: -179px 0;
}

    .hscroll-bar a.up:hover {
        background-position: -219px 0;
    }

.hscroll-bar a.down,
.hscroll-bar a.down.disabled,
.hscroll-bar a.down.disabled:hover {
    bottom: 0;
    background-position: -179px -40px;
}

    .hscroll-bar a.down:hover {
        background-position: -219px -40px;
    }

.pop-boxN .hscroll-bar a.up,
.pop-boxN .hscroll-bar a.up.disabled,
.pop-boxN .hscroll-bar a.up.disabled:hover {
    top: 0;
    background-position: -179px -80px;
}

    .pop-boxN .hscroll-bar a.up:hover {
        background-position: -203px -80px;
    }

.pop-boxN .hscroll-bar a.down,
.pop-boxN .hscroll-bar a.down.disabled,
.pop-boxN .hscroll-bar a.down.disabled:hover {
    bottom: 0;
    background-position: -227px -80px;
}

    .pop-boxN .hscroll-bar a.down:hover {
        background-position: -251px -80px;
    }

.hscroll-bar a.down.disabled,
.hscroll-bar a.down.disabled:hover,
.hscroll-bar a.up.disabled,
.hscroll-bar a.up.disabled:hover {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: default;
}

.group-price {
    width: 230px;
    float: right;
    font-size: 12px;
    color: #828282;
    padding-top: 42px;
    text-align: center;
}

    .group-price label,
    .group-price span {
        display: block;
        font-size: 12px;
        color: #828282;
        text-align: left;
        margin-left: 40px;
    }

    .group-price span {
        line-height: 20px;
    }

        .group-price span em {
            font-size: 16px;
            color: #9E0028;
            font-style: normal;
        }

    .group-price a {
        width: 108px;
    }

    .group-price .clearfix {
        padding-top: 37px;
    }

.page-detail {
    margin-bottom: 50px;
}

.detail-tab {
    height: 59px;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    width: 100%;
    background: #ffffff;
    position: relative;
}

    .detail-tab a {
        display: inline-block;
        width: 180px;
        font-size: 24px;
        color: #424243;
        line-height: 58px;
        transition: all 0.25s;
    }

        .detail-tab a span,
        .detail-tab a:hover {
            color: #9E0028;
        }

        .detail-tab a.current {
            border-bottom: 2px solid #9E0028;
            color: #9E0028;
        }

    .detail-tab.tab-fixed {
        position: fixed;
        top: 0;
        z-index: 89;
        height: 50px;
    }

        .detail-tab.tab-fixed a {
            font-size: 16px;
            line-height: 49px;
        }

            .detail-tab.tab-fixed a.current {
                border-bottom: 2px solid #9E0028;
            }

    .detail-tab a.red-btn {
        position: absolute;
        right: 0;
        top: 5px;
        line-height: 38px;
        font-size: 14px;
        display: none;
        color: #fff;
    }

.detail-main {
    padding-top: 30px;
    overflow: hidden;
}

h2.title2 {
    font-size: 18px;
    width: 100%;
    border-top: 1px solid #DFDFDF;
    position: relative;
    margin: 20px 0 30px;
}

    h2.title2 span {
        display: inline-block;
        padding-right: 20px;
        background: #fff;
        top: -14px;
        position: absolute;
        left: 0;
    }

.detail-main p {
}

.detail-main .content {
    text-align: left;
}

.detail {
    padding-bottom: 20px;
}

    .detail img {
        width: 100%;
    }

.detail-main .content {
    font-size: 12px;
    padding-bottom: 20px;
    line-height: 20px;
}

    .detail-main .content dt {
        color: #9E0028;
        line-height: 24px;
    }

    .detail-main .content dd {
        line-height: 24px;
    }

.detail-main h5 {
    color: #828282;
    margin-bottom: 5px;
}

    .detail-main h5 span {
        color: #9E0028;
    }

.detail-main .content2 dd {
    width: 50%;
    float: left;
}

    .detail-main .content2 dd.right {
        width: 45%;
        float: right;
    }

.comment-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
}

.percent-box {
    height: 40px;
}

    .percent-box dt.percent {
        font-size: 36px;
        color: #9E0028;
        float: left;
        line-height: 40px;
        display: block;
        margin-right: 10px;
    }

    .percent-box dd {
        float: left;
    }

.ml20 {
    margin-left: 50px;
}

.star-label {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.star {
    height: 14px;
    width: 76px;
    background-position: 0 -73px;
    overflow: hidden;
}

    .star span {
        display: block;
        float: left;
        background-position: 0 -59px;
        height: 100%;
        overflow: hidden;
    }

        .star span.star1 {
            width: 15px;
        }

        .star span.star2 {
            width: 30px;
        }

        .star span.star3 {
            width: 45px;
        }

        .star span.star4 {
            width: 60px;
        }

        .star span.star5 {
            width: 75px;
        }

.comment-items ul {
    margin-bottom: 20px;
}

.comment-items .list-pager {
    padding-bottom: 0;
}

.comment-items li {
    padding: 15px 0;
    border-bottom: 1px solid #DFDFDF;
    position: relative;
}

    .comment-items li span.time {
        font-size: 12px;
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        margin-top: -8px;
        line-height: 16px;
        color: #bbb;
    }

.comment-author {
    font-size: 12px;
    line-height: 16px;
    color: #828282;
}

.comment-items li p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
}

.comment {
    padding-bottom: 30px;
}

.no-content {
    height: 270px;
    background: #F8F8F8;
    text-align: center;
}

span.no-comment,
span.no-detail {
    font-size: 18px;
    display: inline-block;
    padding-top: 100px;
    width: 120px;
    line-height: 24px;
    text-align: center;
    background-position: 0 -115px;
    margin-top: 60px;
}

span.no-detail {
    background-position: -223px -115px;
}

.by-box {
    position: relative;
    margin: 0;
    padding-left: 106px;
}

    .by-box ul {
        width: 106px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }

    .by-box li {
        line-height: 42px;
        font-size: 12px;
        padding-left: 25px;
        border: 1px solid #fff;
        color: #828282;
        cursor: pointer;
    }

        .by-box li.active {
            color: #424243;
            border: 1px solid #DFDFDF;
            border-right: none;
            position: relative;
            z-index: 9;
            width: 81px;
            background: #fff;
        }

.by-box-content {
    border: 1px solid #DFDFDF;
    height: 206px;
    background: #FFFFFF;
    padding: 50px;
    position: relative;
}

    .by-box-content dl {
        position: relative;
        display: none;
        padding-left: 180px;
    }

        .by-box-content dl.sb {
            padding-left: 124px;
            margin-left: -30px;
            margin-right: -30px;
            margin-top: -30px;
        }

    .by-box-content dt {
        width: 180px;
        height: 180px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .by-box-content dl.sb h4 {
        margin-bottom: 10px;
    }

    .by-box-content dl.sb dt {
        width: 124px;
        height: 274px;
    }

    .by-box-content dl.sb dd {
        padding-left: 20px;
    }

    .by-box-content dl.sb table {
        width: 100%;
        border: none;
        margin-bottom: 10px;
    }

    .by-box-content dl.sb th {
        height: 36px;
        background: #FAFAFA;
        line-height: 36px;
        padding: 0 7px;
        text-align: left;
        font-size: 12px;
        color: #828282;
        white-space: nowrap;
        overflow: hidden;
    }

    .by-box-content dl.sb td {
        font-size: 12px;
        color: #424243;
        padding: 10px 7px;
        border-bottom: 1px solid #DFDFDF;
        white-space: nowrap;
        overflow: hidden;
    }

        .by-box-content dl.sb td span.tb,
        .star,
        .star span,
        span.no-comment,
        span.no-detail {
            display: inline-block;
            background-image: url(../images/bg3.png);
            background-repeat: no-repeat;
            background-image: -webkit-image-set(url(../images/bg3.png) 1x, url(../images/bg3@2x.png) 2x);
            background-image: -moz-image-set(url(../images/bg3.png) 1x,url(../images/bg3@2x.png) 2x);
            background-image: -ms-image-set(url(../images/bg3.png) 1x,url(../images/bg3@2x.png) 2x);
            background-image: -o-image-set(url(../images/bg3.png) 1x,url(../images/bg3@2x.png) 2x);
        }

        .by-box-content dl.sb td span.tb {
            padding-left: 30px;
            line-height: 34px;
            padding-right: 6px;
        }

        .by-box-content dl.sb td span.js {
            background-position: 0 0;
            padding-left: 30px;
        }

        .by-box-content dl.sb td span.ys {
            background-position: -76px 0;
            padding-left: 30px;
        }

        .by-box-content dl.sb td span.xc {
            background-position: -179px 0;
        }

        .by-box-content dl.sb td span.ly {
            background-position: -254px 0;
            padding-left: 25px;
        }

        .by-box-content dl.sb td span.yy {
            background-position: -343px 0;
        }

        .by-box-content dl.sb td span.ts {
            background-position: -419px 0;
            padding-left: 40px;
        }

        .by-box-content dl.sb td span.qf {
            background-position: -508px 0;
            padding-left: 37px;
        }

    .by-box-content h4 {
        font-size: 18px;
        color: #424243;
        margin-bottom: 15px;
    }

    .by-box-content dt img {
        width: 100%;
        height: 100%;
    }

    .by-box-content dd {
        padding-left: 40px;
        padding-top: 20px;
    }

    .by-box-content p {
        text-align: left;
        padding-left: 10px;
        background: url("../images/pointer.png") no-repeat left 10px;
        color: #828282;
        line-height: 20px;
        margin-bottom: 5px;
        font-size: 12px;
    }

        .by-box-content p.nobg {
            padding-left: 0;
            background: none;
        }

.page-others {
    padding-bottom: 40px;
    clear: both;
}

.other-tab {
    height: 49px;
    border-bottom: 1px solid #DFDFDF;
}

    .other-tab a {
        float: left;
        display: block;
        width: 180px;
        border: 1px solid #DFDFDF;
        border-left: none;
        border-bottom: none;
        height: 48px;
        font-size: 18px;
        color: #424243;
        text-align: center;
        line-height: 48px;
    }

        .other-tab a.active {
            color: #9E0028;
            border-top: 2px solid #9E0028;
            color: #9E0028;
            position: relative;
            bottom: 0;
            left: 0;
            line-height: 48px;
            height: 48px;
            background: #FFFFFF;
        }

.page-info-bottom {
    width: 100%;
    clear: both;
}

.size-box {
    width: 350px;
    height: 350px;
    position: absolute;
    border: 1px solid #D2D2D2;
    background: #fff;
    text-align: center;
    display: none;
    z-index: 3;
}

    .size-box img {
        width: 100%;
        height: 100%;
    }

.size-btn:hover .size-box {
    display: block;
    top: 14px;
    left: -1px;
}

#shoppingCart {
    width: 960px;
    height: 600px;
    margin: -300px 0 0 -480px;
}

.pop-content {
    padding: 20px;
    overflow: hidden;
    position: relative;
}

#shoppingCart .pop-content {
    margin: 0;
    padding-top: 0;
    height: 367px;
    width: 920px;
}

.cart-list {
    padding: 15px;
    position: relative;
    clear: both;
    background: #fff;
    margin: 20px 0 0;
}

.cimg {
    width: 120px;
    height: 120px;
    float: left;
}

    .cimg img {
        width: 100%;
        height: 100%;
    }

.cart-info {
    margin-left: 150px;
}

    .cart-info h3 {
        font-size: 18px;
        color: #424243;
        margin-bottom: 15px;
        width: 80%;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cart-info .selection {
        margin: 0;
        border: none;
        width: 100%;
        font-size: 12px;
    }

        .cart-info .selection dl {
            margin: 0;
        }

.cprice {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    color: #828282;
    line-height: 24px;
}

    .cprice span {
        font-size: 18px;
        color: #9E0028;
    }


.divScrollBar {
    background-color: #ddd;
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 100;
}

    .divScrollBar:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .divScrollBar div {
        background-color: #aaa;
        position: absolute;
        left: 0px;
        top: 0px;
    }

#login,
#register, #validatebox {
    width: 540px;
    height: 540px;
    margin: -270px 0 0 -270px;
}

#noRegister {
    width: 460px;
    height: 420px;
    margin: -210px 0 0 -230px;
}

#orderBox {
    width: 460px;
    height: 380px;
    margin: -190px 0 0 -230px;
}

    #login .close,
    #register .close,
    #noRegister .close,
    #orderBox .close {
        right: 10px;
        top: 5px;
    }

.login {
    width: 320px;
    margin: 60px auto;
}

    .login h2 {
        font-size: 24px;
        text-align: center;
        color: #565656;
    }

.login-bar {
    height: 45px;
}

    .login-bar a {
        width: 50%;
        display: block;
        float: left;
        font-size: 18px;
        color: #424243;
        text-align: center;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #d5d5d5;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .login-bar a.active {
            color: #9E0028;
            border-bottom: 1px solid #9E0028;
        }

.form-error {
    height: 24px;
    padding-top: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #9E0028;
}

    .form-error span {
        display: inline-block;
        padding-left: 20px;
        background-position: -361px -946px;
    }

        .form-error span.success {
            display: inline-block;
            color: #13b88c;
            padding-left: 22px;
            background-position: -360px -973px;
        }

.errortips {
    left: 613px;
    position: relative;
    padding-top: 0px;
    height: 12px;
    font-size: 12px;
    color: #9E0028;
}

#errortipsgiftcash {
    left: 406px;
}

.form-item {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    margin-top: -1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 50px;
    position: relative;
    padding-left: 48px;
    padding-right: 10px;
}

    .form-item.error {
        border: 1px solid #9E0028;
        position: relative;
        z-index: 2;
    }

    .form-item a.reset-input {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
        line-height: 30px;
        color: #828282;
        display: none;
        text-align: center;
    }

        .form-item a.reset-input:hover {
            color: #9E0028;
        }

.reg-pwd {
    float: left;
    width: 100%;
    position: relative;
}

.form-item a.eye {
    width: 25px;
    height: 24px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    display: none;
}

.form-item a.close-eye {
    background-position: -286px -746px;
}

    .form-item a.close-eye:hover {
        background-position: -326px -746px;
    }

.form-item a.open-eye {
    background-position: -286px -788px;
}

    .form-item a.open-eye:hover {
        background-position: -326px -788px;
    }

.account {
    background-position: -3px -838px;
}

.password {
    background-position: -3px -884px;
}

.phone {
    background-position: -3px -937px;
}

.checkcode {
    padding-left: 15px;
    padding-right: 0;
}

.form-item label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    padding-left: 48px;
    font-size: 14px;
    color: #BBBBBB;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkcode label {
    padding-left: 15px;
}

.form-item input {
    border: none;
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
    color: #424243;
    width: 100%;
    font-size: 14px;
}

.checkcode input {
    width: 200px;
    float: left;
    border-right: 1px solid #E3E3E3;
}

a.get-code {
    display: block;
    float: left;
    width: 102px;
    height: 50px;
    font-size: 12px;
    color: #424243;
    background: #f6f6f6;
    text-align: center;
    line-height: 50px;
}

    a.get-code:hover {
        color: #9E0028;
    }

    a.get-code.disabled,
    a.get-code.disabled:hover {
        color: #bbb;
        cursor: default;
    }

.form-item-bottom {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .form-item-bottom .checkbox {
        float: left;
    }

    .form-item-bottom a {
        color: #9E0028;
    }

        .form-item-bottom a.forgot {
            float: right;
        }

.login-btns {
    margin-bottom: 10px;
}

    .login-btns p {
        padding-bottom: 15px;
        height: 40px;
    }

.full-btn {
    width: 100%;
}

.w318 {
    width: 318px;
}

.w154 {
    width: 154px;
}

.login-entry {
    height: 24px;
}

    .login-entry dt {
        float: left;
        font-size: 12px;
        color: #878787;
        line-height: 24px;
        padding-right: 10px;
    }

    .login-entry dd {
        float: left;
    }

    .login-entry a {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

a.login-qq {
    background-position: -355px -1087px;
}

    a.login-qq:hover {
        background-position: -355px -1111px;
    }

a.login-sina {
    background-position: -326px -1087px;
}

    a.login-sina:hover {
        background-position: -326px -1111px;
    }

a.login-alipay {
    width: 52px;
    background-position: -326px -1137px;
}

    a.login-alipay:hover {
        width: 52px;
        background-position: -327px -1159px;
    }

.tab {
    height: 25px;
    float: left;
}

    .tab a {
        border: 1px solid #DFDFDF;
        display: block;
        float: left;
        height: 23px;
        line-height: 23px;
        padding: 0 12px;
        background: #ffffff;
        color: #424243;
        margin-left: -1px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        .tab a:hover {
            position: relative;
            z-index: 3;
            border: 1px solid #9E0028;
            color: #9E0028;
        }

        .tab a.up,
        .tab a.down {
            background: #9E0028;
            border: 1px solid #9E0028;
            color: #ffffff;
            position: relative;
            z-index: 1;
        }

        .tab a span {
            display: inline-block;
            float: left;
        }

        .tab a i {
            display: inline-block;
            width: 12px;
            height: 23px;
            text-align: right;
            font-size: 14px;
            color: #828282;
            line-height: 23px;
        }

        .tab a.up span {
            padding-right: 12px;
            background-position: right -166px;
        }

        .tab a.down span {
            padding-right: 12px;
            background-position: right -209px;
        }

        .tab a.up i,
        .tab a.down i {
            display: none;
        }

#wx {
    width: 510px;
    margin: -297px 0 0 -255px;
    background: #ffffff;
    text-align: center;
}

    #wx .close {
        right: 5px;
        top: 0px;
    }

    #wx h2 {
        padding-top: 40px;
        padding-bottom: 10px;
        font-size: 24px;
        color: #565656;
    }

    #wx p {
        color: #828282;
    }

    #wx .qrcode {
        padding-bottom: 10px;
    }

.warning {
    text-align: center;
}

    .warning span {
        display: inline-block;
        padding-left: 36px;
        font-size: 16px;
        color: #424243;
        background: url("../images/warning.png") no-repeat left center;
        background-image: -webkit-image-set(url(../images/warning.png) 1x, url(../images/warning@2x.png) 2x);
        background-image: -moz-image-set(url(../images/warning.png) 1x,url(../images/warning@2x.png) 2x);
        background-image: -ms-image-set(url(../images/warning.png) 1x,url(../images/warning@2x.png) 2x);
        background-image: -o-image-set(url(../images/warning.png) 1x,url(../images/warning@2x.png) 2x);
        line-height: 30px;
    }

.list-item .warning {
    margin: 20px 0 50px 20px;
}

.no-val {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #828282;
}

.order-box {
    width: 460px;
    height: 300px;
    margin: -150px 0 0 -230px;
}

    .order-box a.close {
        top: 0px;
        right: 5px;
    }

    .order-box h2 {
        font-size: 18px;
        color: #424243;
        margin: 90px auto 25px;
        line-height: 30px;
        text-align: center;
    }

.info-msg {
    width: 100%;
    background: #F2f2f2;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#registerSuccess h2 {
    margin-top: 70px;
    margin-bottom: 20px;
}

.success {
    display: inline-block;
    padding-left: 36px;
    background-position: 0 -991px;
}

.failed {
    display: inline-block;
    padding-left: 36px;
    background-position: 0 -1037px;
}

.warning {
    padding-left: 36px;
    background-position: 0 -1087px;
}

.order-box p {
    font-size: 12px;
    color: #828282;
    line-height: 24px;
    text-align: center;
}

.info-msg p {
    padding: 20px 40px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #424243;
}

    .info-msg p label {
        color: #828282;
    }

#registerSuccess p {
    margin-bottom: 10px;
}

#payFailed,
#payWait {
    height: 380px;
    margin-top: -190px;
}

.float-shopping-cart {
    position: fixed;
    right: 0;
    width: 60px;
    height: 60px;
    top: 15px;
    display: none;
}

.span-red,
.span-red-line {
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    background: #9E0028;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.cart-activity {
    font-size: 12px;
    line-height: 24px;
    padding: 10px 15px 5px;
}

    .cart-activity .checkbox {
        float: left;
    }

    .cart-activity .span-red {
        margin-right: 10px;
    }

    .cart-activity a {
        color: #9E0028;
        margin-left: 10px;
    }

span.mj {
    border: 1px solid #9E0028;
    height: 23px;
    padding: 0 5px;
    display: inline-block;
    font-size: 12px;
    color: #9E0028;
    line-height: 23px;
}

#editCart {
    width: 960px;
    height: 600px;
    margin-left: -480px;
    margin-top: -300px;
    background: #fff;
}

    #editCart .close {
        top: 5px;
        right: 10px;
    }

.edit-cart {
    margin: 40px 30px;
    padding: 0;
    position: static;
    height: 520px;
    overflow: hidden;
}

.cimg2 {
    width: 360px;
    height: 360px;
    float: left;
    margin-top: 30px;
}

    .cimg2 img {
        width: 100%;
        height: 100%;
    }

.edit-cart .cart-info {
    width: 520px;
    float: right;
    padding-top: 30px;
    height: 490px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
}

    .edit-cart .cart-info .selection {
        width: 100%;
        border: none;
        margin-bottom: 30px;
    }

    .edit-cart .cart-info h3 {
        width: 100%;
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
    }

.edit-cart .cprice {
    position: static;
    margin-bottom: 20px;
}

    .edit-cart .cprice span {
        font-size: 24px;
    }

.alert-box {
    width: 460px;
    height: 260px;
    margin: -130px 0 0 -230px;
}

    .alert-box h2 {
        font-size: 18px;
        margin: 80px 0 30px;
        text-align: center;
    }

    .alert-box p {
        text-align: center;
    }

    .alert-box a.close {
        top: 0px;
        right: 2px;
    }

.order-info {
    margin-bottom: 50px;
}

.empty-cart {
    height: 280px;
    padding-top: 70px;
    background: #F8F8F8;
    margin-bottom: 50px;
    text-align: center;
}

    .empty-cart h2 {
        font-size: 18px;
        margin: 10px 0;
        color: #424243;
    }

    .empty-cart p {
        font-size: 12px;
        color: #828282;
    }

        .empty-cart p a {
            color: #9E0028;
        }

.dd-form {
    padding: 10px 0 20px;
    overflow: hidden;
}

    .dd-form p {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 24px;
    }

    .dd-form label {
        padding-right: 9px;
    }
    /*.dd-form .form-text {
    height: 23px;
    border: 1px solid #DFDFDF;
    padding: 0 5px;
}*/
    .dd-form dl {
        margin-bottom: 20px;
        padding-top: 10px;
    }

        .dd-form dl a.disabled {
            filter: alpha(opacity=50);
            opacity: 0.5;
            cursor: default;
        }

    .dd-form dt {
        margin-bottom: 10px;
    }

        .dd-form dt a.show,
        .dd-form dt a.hide {
            padding-left: 20px;
            /*display: inline-block;*/
            color: #424243;
        }

            .dd-form dt a.show,
            .dd-form dt a.show.disabled,
            .dd-form dt a.show.disabled:hover {
                background-position: -303px -51px;
            }

                .dd-form dt a.show:hover {
                    background-position: -303px -75px;
                }

            .dd-form dt a.hide,
            .dd-form dt a.hide.disabled,
            .dd-form dt a.hide.disabled:hover {
                background-position: -303px -3px;
            }

                .dd-form dt a.hide:hover {
                    background-position: -303px -27px;
                }

        .dd-form dt a.disabled {
            cursor: default;
        }

    .dd-form dd {
        padding-left: 20px;
        margin-bottom: 20px;
    }

        .dd-form dd p {
            margin-bottom: 5px;
        }

    .dd-form .checkout {
        padding: 0;
        margin-top: -15px;
    }

.kz-text {
    font-size: 12px;
    line-height: 25px;
    padding-top: 5px;
}

.yhq-form {
    padding-top: 10px;
}

.yhq {
    height: 100px;
    overflow: hidden;
}

    .yhq li {
        width: 230px;
        height: 98px;
        border: 1px solid #9E0028;
        float: left;
        margin-right: 20px;
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .yhq li i, .gc-yhq li i {
            display: none;
        }

        .yhq li.checked i, .gc-yhq li.checked i {
            width: 16px;
            height: 16px;
            background-position: -277px -6px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
        }

.yh-price {
    font-size: 12px;
    color: #9E0028;
    min-width: 110px;
    padding-right: 5px;
    float: left;
    text-align: right;
    padding-top: 10px;
}

    .yh-price span {
        font-size: 48px;
        line-height: 48px;
        font-family: impact, MicrosoftYaHei, 'Microsoft YaHei', "微软雅黑", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    }

.yh-info {
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
    float: left;
}

    .yh-info span {
        font-size: 18px;
        color: #9E0028;
    }

.yh-time {
    clear: both;
    width: 100%;
    position: absolute;
    height: 28px;
    background: #9E0028;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    left: 0;
    bottom: 0;
}

.alert-msg {
    margin-bottom: 10px;
    color: #9E0028;
    font-size: 12px;
}

.zf-selection a {
    display: block;
    width: 168px;
    height: 48px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #DFDFDF;
    position: relative;
}

    .zf-selection a:hover,
    .zf-selection a.checked {
        border: 1px solid #9E0028;
    }

    .zf-selection a i {
        display: none;
    }

.kz-form {
    background: #FAFAFA;
    padding: 40px 20px 20px 170px;
    position: relative;
    clear: both;
    margin-top: -1px;
    border-bottom: 1px solid #DFDFDF;
    display: none;
}

    .kz-form .form-error {
        position: absolute;
        top: 0;
        left: 227px;
        display: none;
    }

.kz-icon {
    float: left;
    height: 25px;
}

    .kz-icon a,
    .kz-text span,
    .kz-preview span {
        text-indent: -10000px;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

.kz-preview span,
.kz-text span {
    width: 14px;
    height: 14px;
    margin-right: 0;
    position: relative;
    top: 5px;
}

    .kz-text span.red-style,
    .kz-text span.gray-style {
        text-indent: 0;
        width: auto;
        background: none;
        margin: 0;
        height: auto;
        top: 0;
    }

.kz-text span {
    margin-right: 0;
}

.kz-icon a.a1 {
    background-position: -4px -202px;
}

    .kz-icon a.a1:hover {
        background-position: -4px -232px;
    }

.kz-preview span.a1,
.kz-text span.a1 {
    background-position: -181px -207px;
}

.kz-preview span.a2,
.kz-text span.a2 {
    background-position: -209px -207px;
}

.kz-preview span.a3,
.kz-text span.a3 {
    background-position: -238px -207px;
}

.kz-preview span.a4,
.kz-text span.a4 {
    background-position: -269px -207px;
}

.kz-preview span.a5,
.kz-text span.a5 {
    background-position: -298px -207px;
}

.kz-icon a.a2 {
    background-position: -36px -202px;
}

    .kz-icon a.a2:hover {
        background-position: -36px -232px;
    }

.kz-icon a.a3 {
    background-position: -70px -202px;
}

    .kz-icon a.a3:hover {
        background-position: -70px -232px;
    }

.kz-icon a.a4 {
    background-position: -106px -202px;
}

    .kz-icon a.a4:hover {
        background-position: -106px -232px;
    }

.kz-icon a.a5 {
    background-position: -139px -202px;
}

    .kz-icon a.a5:hover {
        background-position: -139px -232px;
    }

.kz-form .form-list {
    margin-bottom: 25px;
    padding: 0;
}

.kz-preview {
    width: 190px;
    height: 190px;
    left: 720px;
    position: absolute;
    top: 40px;
    text-align: center;
    background: #fff url("../images/ctf_68.jpg") no-repeat center 20px;
    border: 1px solid #DFDFDF;
}

    .kz-preview p {
        margin-top: 60px;
        height: 25px;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
    }

        .kz-preview p.style-lishu {
            font-family: "隶书";
        }

        .kz-preview p.style-arial {
            font-family: Arial, "宋体";
        }

        .kz-preview p.style-kaiti {
            font-family: "楷体";
        }

        .kz-preview p.style-heiti {
            font-family: "黑体";
        }

.order-nav {
    height: 50px;
    width: 530px;
    margin: 30px auto;
}

    .order-nav .menu {
        float: left;
        text-align: center;
        font-size: 12px;
        color: #828282;
        line-height: 23px;
        position: relative;
        z-index: 2;
    }

        .order-nav .menu span {
            display: inline-block;
            width: 27px;
            height: 27px;
            line-height: 27px;
            text-align: center;
            background-position: -6px -283px;
        }

        .order-nav .menu.active,
        .order-nav .menu.actived {
            color: #9E0028;
        }

            .order-nav .menu.active span {
                background-position: -134px -283px;
            }

            .order-nav .menu.actived span {
                background-position: -70px -283px;
                text-indent: -20000px;
            }

    .order-nav b.line {
        float: left;
        width: 136px;
        display: block;
        height: 1px;
        overflow: hidden;
        background: #DFDFDF;
        margin: 13px -12px 0 -12px;
    }

    .order-nav b.active {
        background: #9E0028;
    }

h2.order-title {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    width: 100%;
}

    h2.order-title a {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        color: #9E0028;
    }

.order-small {
    font-size: 12px;
    padding-left: 36px;
    line-height: 30px;
    color: #828282;
    margin-bottom: 40px;
}

.wait {
    padding: 2px 0 2px 45px;
    background-position: -274px -270px;
    font-size: 12px;
    line-height: 18px;
    margin: 70px 0 36px 90px;
}

#fk {
    height: 330px;
    margin-top: -165px;
}

.pop-boxN .xy {
    text-align: left;
    padding: 0 10%;
    margin-bottom: 40px;
    line-height: 24px;
}

#kzPop {
    width: 480px;
}

    #kzPop h2 {
        text-align: left;
        margin: 5px 0;
        font-size: 14px;
    }

.kzxy {
    padding: 0;
}

    .kzxy dt {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .kzxy dd {
        padding-bottom: 5px;
    }

    .kzxy ol {
        margin-left: 1.5em;
        font-size: 12px;
        list-style: decimal;
    }

    .kzxy li {
        margin-bottom: 5px;
        line-height: 20px;
    }

#kzPop .close {
    top: 5px;
    right: 10px;
}

.user-nav dd li.new,
.user-nav dd li.active,
.umt-right a,
.base-info p label,
.member-activity dd span,
a.more2,
.nopro2 span {
    background-image: url(https://cdn.ctfmall.com/path/bg5.png);
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url(https://cdn.ctfmall.com/path/bg5.png) 1x, url(https://cdn.ctfmall.com/path/bg5@2x.png) 2x);
    background-image: -moz-image-set(url(https://cdn.ctfmall.com/path/bg5.png) 1x,url(https://cdn.ctfmall.com/path/bg5@2x.png) 2x);
    background-image: -ms-image-set(url(https://cdn.ctfmall.com/path/bg5.png) 1x,url(https://cdn.ctfmall.com/path/bg5@2x.png) 2x);
    background-image: -o-image-set(url(https://cdn.ctfmall.com/path/bg5.png) 1x,url(https://cdn.ctfmall.com/path/bg5@2x.png) 2x);
}

.nopro2 {
    margin: 50px 0;
    padding: 0;
}

    .nopro2 span {
        background-position: -180px -154px;
        padding-left: 60px;
    }

        .nopro2 span.fav {
            background-position: -174px -247px;
        }

.user-nav {
    width: 202px;
    float: left;
    margin-bottom: 20px;
}

    .user-nav h1 {
        font-size: 18px;
        line-height: 44px;
        padding-top: 3px;
    }

        .user-nav h1 a {
            color: #424243;
        }

            .user-nav h1 a:hover {
                color: #9E0028;
            }

    .user-nav dt {
        height: 29px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 29px;
        color: #828282;
        background: #F8F8F8;
    }

    .user-nav dd {
        padding: 5px 0 10px;
    }

        .user-nav dd li {
            padding: 0 15px;
        }

            .user-nav dd li.new {
                background-position: right 11px;
            }

            .user-nav dd li a {
                height: 27px;
                line-height: 27px;
                font-size: 12px;
                color: #424243;
                display: block;
            }

            .user-nav dd li.active {
                background-position: 3px -128px;
            }

                .user-nav dd li a:hover,
                .user-nav dd li.active a {
                    color: #9E0028;
                }

            .user-nav dd li a span {
                float: right;
                color: #828282;
            }

                .user-nav dd li a span.red-style {
                    color: #9E0028;
                }

.user-main, .ctf_userMain, .u_right {
    width: 996px;
    float: right;
}

.user-main-top {
    padding: 10px 0;
    position: relative;
}

.base-info {
    margin-right: 400px;
    position: relative;
}

    .base-info p label {
        display: block;
        float: left;
        padding-left: 20px;
        line-height: 24px;
        font-size: 12px;
        margin-right: 30px;
    }

        .base-info p label.phone-icon {
            background-position: -207px -22px;
        }

        .base-info p label.mail-icon {
            background-position: -207px -66px;
        }

        .base-info p label.safe-icon {
            background-position: -207px -111px;
            margin-right: 0;
        }

    .base-info .link-gray {
        position: absolute;
        top: 0;
        right: 0;
    }

.umt-right {
    position: absolute;
    right: 0;
    top: 10px;
    border-left: 1px solid #DFDFDF;
    height: 54px;
    padding-left: 40px;
}

    .umt-right a {
        display: block;
        float: left;
        margin: 0 40px 0 0;
        font-size: 12px;
        color: #9E0028;
        padding-top: 32px;
    }

        .umt-right a:hover {
            text-decoration: underline;
        }

        .umt-right a.yhq-icon {
            background-position: 10px -22px;
        }

        .umt-right a.egj-icon {
            background-position: -98px -22px;
        }

        .umt-right a.hb-icon {
            background-image: url(/images/treasurebox/redpaper.png);
            width: 66px;
            height: 50px;
            text-align: center;
        }

h2.name {
    font-size: 18px;
    float: left;
    padding-left: 28px;
    background-position: -80px -111px;
    line-height: 30px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.base-info .small {
    display: inline-block;
    margin-top: 9px;
    font-size: 12px;
    float: left;
}

.base-info .info {
    position: relative;
    top: 10px;
}

.base-info p {
    clear: both;
}

.user-region {
    float: right;
    width: 46%;
    margin-left: -1px;
}

.user-dd {
    margin-bottom: 20px;
}

.cart-header h2 {
    font-size: 12px;
    color: #828282;
    line-height: 35px;
    float: left;
    margin-left: 15px;
}

.cart-header-right {
    float: right;
    padding-right: 15px;
}

    .cart-header-right a {
        display: block;
        float: left;
        margin-left: 25px;
        line-height: 35px;
        color: #424243;
    }

        .cart-header-right a.last {
            margin-left: 40px;
        }

        .cart-header-right a:hover {
            color: #9E0028;
        }

        .cart-header-right a.active {
            color: #9E0028;
            border-bottom: 1px solid #9E0028;
        }

.user-dd .cart-body {
    margin: 0;
}

.user-dd .cart-tr {
    padding: 5px 0;
}

.user-dd .cart-col1 {
    width: 0;
    overflow: hidden;
}

.user-dd .cart-col3 {
    width: 314px;
    padding-top: 24px;
    margin-left: 20px;
}

    .user-dd .cart-col3 h3 {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 5px;
    }

    .user-dd .cart-col3 p {
        color: #828282;
        font-size: 12px;
    }

.user-dd .cart-col4 {
    padding-top: 34px;
    width: 80px;
}

.user-dd .cart-col5 {
    width: 120px;
}

.user-dd .cart-col6 {
    width: 120px;
}

.user-dd .cart-col7 {
    padding-top: 24px;
    width: 120px;
    line-height: 22px;
}

    .user-dd .cart-col7 a {
        color: #424243;
    }

        .user-dd .cart-col7 a:hover {
            color: #9E0028;
        }

.user-dd .cart-col8 {
    padding-top: 34px;
    float: right;
    width: auto;
    padding-right: 10px;
}

#memberTip {
    width: 340px;
}

.member-step {
    padding: 10px 0;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 20px;
}

    .member-step p {
        padding: 0;
    }

.progress {
    position: relative;
    text-align: center;
    margin: 0 12px;
}

.progress-bar {
    width: 200px;
    height: 8px;
    overflow: hidden;
    float: left;
    margin: 3px 10px 10px;
    background: #E9E9E9;
    line-height: 8px;
}

.progress-bar_membership {
    width: 80px;
    height: 8px;
    overflow: hidden;
    float: left;
    margin: 7px 10px 10px;
    background: #E9E9E9;
    line-height: 8px;
}

.fans .progress-bar {
    /*width: 157px;*/
}

.current-progress {
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    background: #9E0028;
}

.member-activity {
    width: 224px;
    margin: 0 auto 20px;
    overflow: hidden;
    font-size: 12px;
}

    .member-activity dd {
        width: 50%;
        height: 72px;
        float: left;
        text-align: center;
    }

        .member-activity dd.disabled {
            color: #828282;
        }

    .member-activity h3 {
        font-size: 12px;
        line-height: 24px;
    }

    .member-activity dd span {
        display: inline-block;
        width: 51px;
        padding-top: 8px;
        height: 43px;
        /*line-height: 51px;*/
        color: #9E0028;
        background-position: 0 -155px;
    }

    .member-activity dd.disabled span {
        /*color: #828282;*/
        color: #9E0028;
        /*background-position: -59px -157px;*/
    }

.member-footer {
    height: 48px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
}

    .member-footer span {
        display: block;
        width: 50%;
    }

    .member-footer a.gray-style:hover {
        color: #9E0028;
        text-decoration: underline;
    }

a.more1 {
    display: inline-block;
    padding-right: 24px;
    background-position: 4.2em -111px;
    color: #9E0028;
}

a.more2 {
    display: inline-block;
    background-position: .2em -109px;
    color: #9E0028;
    height: 18px;
    width: 25px;
    margin-left: -25px;
    vertical-align: text-bottom;
    cursor: pointer;
}

a.cart {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: -350px -205px;
}

    a.cart:hover {
        background-position: -342px -635px;
    }

.list-inner a.cart,
.list-inner a.del {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.list-inner a.del {
    width: 30px;
    height: 30px;
    background-position: -343px -670px;
}

    .list-inner a.del:hover {
        background-position: -343px -707px;
    }

.list-inner:hover a.cart,
.list-inner:hover a.del {
    display: block;
}

.list-inner.focus a.del,
.list-inner.focus a.cart {
    display: none;
}

.inner-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

    .inner-box h3 {
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 50px;
        text-align: center;
        margin-bottom: 10px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .inner-box p {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
        z-index: 2;
    }

    .inner-box .shadow {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

#mailAddress {
    width: 360px;
}

.address-step {
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0 10px;
    min-height: 30px;
}

    .address-step li {
        position: relative;
        padding-left: 130px;
        color: #828282;
    }

        .address-step li span {
            position: absolute;
            top: 0;
            left: 0;
        }

        .address-step li.latest {
            color: #9E0028;
        }

.step-more {
    border-top: 1px solid #EBEBEB;
    text-align: center;
    font-size: 12px;
    padding-top: 6px;
    margin: 0 -15px;
}

    .step-more a {
        color: #424243;
    }

        .step-more a:hover {
            color: #9E0028;
        }

.green-style {
    color: #13B88C;
}

.green-tips {
    font-size: 12px;
    color: #13B88C;
}

.yellow-style {
    color: #F0B629;
}

.u-flyer {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: fixed;
    z-index: 9999;
    background: #f00;
}

.addcart-msg {
    position: fixed;
    display: block;
    right: 57px;
    z-index: 10;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: 1px solid #EBEBEB;
    display: none;
}

    .addcart-msg span.arrow-right {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        right: -7px;
        top: 15px;
        background: url("../images/rightArrow.png") no-repeat;
        background-image: -webkit-image-set(url(../images/rightArrow.png) 1x, url(../images/rightArrow@2x.png) 2x);
        background-image: -moz-image-set(url(../images/rightArrow.png) 1x,url(../images/rightArrow@2x.png) 2x);
        background-image: -ms-image-set(url(../images/rightArrow.png) 1x,url(../images/rightArrow@2x.png) 2x);
        background-image: -o-image-set(url(../images/rightArrow.png) 1x,url(../images/rightArrow@2x.png) 2x);
        z-index: 3;
    }

    .addcart-msg a.close {
        position: absolute;
        width: 24px;
        height: 24px;
        font-size: 18px;
        line-height: 24px;
        top: 0;
        right: -5px;
        color: #424243;
    }

        .addcart-msg a.close:hover {
            color: #9E0028;
        }

    .addcart-msg p.success {
        color: #828282;
        font-size: 12px;
    }

        .addcart-msg p.success span {
            color: #424243;
            font-size: 14px;
        }


/*.jianban .cart-col1 {
	width: 0;
}
.jianban .cart-col3 {
	width: 645px;
}*/
.jianban .edit {
    display: inline-block;
}
/*.jianban .expired {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 0;
    margin: 0;
}*/
.cl-box {
    width: 760px;
    height: 580px;
    margin-top: -290px;
    margin-left: -360px;
}

#clSL {
    height: 490px;
    margin-top: -245px;
}

.cl-box .pop-content {
    width: 720px;
    height: 510px;
}

#clSL .pop-content {
    height: 420px;
}

.cl-box a.close {
    top: 0;
    right: 5px;
}

.cl-box .img-right {
    margin-left: 240px;
}

.cl-box ul {
    margin-left: 16px;
    list-style: disc;
    margin-bottom: 20px;
}

.cl-box li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}

.cl-box p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1em;
}

.cl-box dt {
    font-size: 14px;
    padding-bottom: 10px;
}

.qksize {
    width: 250px;
    border: 1px solid #DFDFDF;
    float: left;
}

.qk-content {
    margin-left: 280px;
    padding-top: 20px;
}

.qksize th {
    height: 25px;
    background: #eee;
    text-align: center;
    border-right: 1px solid #DFDFDF;
    width: 50%;
    font-size: 13px;
    line-height: 28px;
}

.qksize td {
    height: 25px;
    text-align: center;
    border-right: 1px solid #DFDFDF;
    width: 50%;
    font-size: 12px;
    line-height: 25px;
}

.qksize tr:nth-child(2n) {
    background: #fff;
}

.size-table {
    overflow: hidden;
}

    .size-table img {
        max-width: 100%;
        float: left;
    }

.span-red-line {
    border: 1px solid #9E0028;
    background: #fff;
    color: #902b2b;
    height: 18px;
    padding: 0 4px;
    line-height: 18px;
}

.huodong {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.hd-list {
    position: absolute;
    top: 0;
    left: -5px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 8;
}

    .hd-list p {
        font-size: 12px;
        line-height: 24px;
        padding: 0 5px;
    }

.huodong li {
    white-space: nowrap;
}

.huodong a.expand {
    display: none;
}

.huodong.more {
    padding-right: 24px;
}

    .huodong.more a.expand {
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #902b2b;
        display: block;
    }

.usercenter-banner {
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .usercenter-banner ul {
        width: 1920px;
        height: 400px;
        left: 50%;
        top: 0;
        margin-left: -960px;
        position: absolute;
    }

    .usercenter-banner li {
        text-align: center;
        height: 400px;
        width: 100%;
        overflow: hidden;
    }

    .usercenter-banner .wrapper {
        position: relative;
        height: 100%;
        z-index: 5;
    }

.usercenter-box-left,
.usercenter-box-right {
    width: 320px;
    height: 372px;
    margin-top: 10px;
    background: #fff;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    z-index: 8;
}

.usercenter-box-left {
    margin-left: -610px;
}

.usercenter-box-right {
    width: 270px;
    padding: 0;
    margin-left: 340px;
}

    .usercenter-box-right h2.bar {
        margin: 0 15px;
        line-height: 30px;
        border-bottom: 1px solid #DFDFDF;
        font-size: 12px;
        color: #828282;
        position: relative;
        text-align: left;
    }

        .usercenter-box-right h2.bar a.more {
            position: absolute;
            right: 0;
            top: 0;
            color: #902b2b;
        }

    .usercenter-box-right dl.hds {
        padding: 16px 15px;
    }

        .usercenter-box-right dl.hds dd {
            font-size: 12px;
            color: #424243;
            line-height: 16px;
            padding: 5px 0;
            text-align: left;
        }

dl.hds dd a {
    color: #424243;
}

    dl.hds dd a:hover {
        color: #902b2b;
    }

.user-give {
    position: absolute;
    top: 275px;
    left: 0;
    padding-left: 30%;
    text-align: left;
    font-size: 12px;
}

    .user-give dd {
        padding-left: 30px;
        line-height: 20px;
        margin-bottom: 5px;
        background-image: url(../images/ucIcon.png);
        background-repeat: no-repeat;
        background-image: -webkit-image-set(url(../images/ucIcon.png) 1x, url(../images/ucIcon@2x.png) 2x);
        background-image: -moz-image-set(url(../images/ucIcon.png) 1x,url(../images/ucIcon@2x.png) 2x);
        background-image: -ms-image-set(url(../images/ucIcon.png) 1x,url(../images/ucIcon@2x.png) 2x);
        background-image: -o-image-set(url(../images/ucIcon.png) 1x,url(../images/ucIcon@2x.png) 2x);
    }

        .user-give dd.quan1 {
            background-position: 0 4px;
        }

        .user-give dd.quan2 {
            background-position: 0 -22px;
        }

        .user-give dd.quan3 {
            background-position: 0 -74px;
        }

        .user-give dd.quan4 {
            background-repeat: no-repeat;
            background-image: -webkit-image-set(url(../images/mofazhi1.jpg) 1x, url(../images/mofazhi2.jpg) 2x);
            background-position: 0 2px;
        }

.usercenter-box-left p {
    font-size: 12px;
}

.usercenter-box-left h3 {
    font-size: 12px;
    color: #902b2b;
    line-height: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.usercenter-box-left h2 {
    font-size: 24px;
    color: #343434;
    line-height: 31px;
    text-align: center;
    padding-top: 5px;
}

.usercenter-box-left h4 {
    font-size: 12px;
    color: #343434;
    line-height: 24px;
    text-align: center;
}

.usercenter-box-left h5 {
    font-size: 12px;
    color: #828282;
    line-height: 18px;
    text-align: center;
}

.user-avatar {
    width: 68px;
    height: 68px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 27px auto 0;
    overflow: hidden;
    position: relative;
}

    .user-avatar em {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/images/haslogin.jpg") no-repeat;
        z-index: 3;
        cursor: pointer;
    }

    .user-avatar a {
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        position: absolute;
    }

        .user-avatar a span {
            position: absolute;
            z-index: 3;
            top: 0;
            left: 0;
            background: #000000;
            filter: alpha(opacity=60);
            opacity: 0.6;
            text-align: center;
            line-height: 80px;
            color: #fff;
            font-size: 12px;
            display: none;
            width: 100%;
            height: 100%;
        }

    .user-avatar:hover a span {
        display: block;
    }

.ad1 {
    height: 105px;
    border-top: 1px solid #DFDFDF;
    display: block;
    width: 100%;
    position: relative;
}

    .ad1 span {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 15px;
        font-size: 18px;
        color: #424243;
    }

.ad2 {
    height: 105px;
    border-top: 1px solid #DFDFDF;
    display: block;
    width: 100%;
    position: relative;
}

    .ad2 span {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 15px;
        font-size: 18px;
        color: #424243;
    }

    .ad1:hover span,
    .ad2:hover span {
        color: #902b2b;
    }

.user-block {
    overflow: hidden;
}

    .user-block h2 {
        border: 1px solid #DFDFDF;
        background: #f8f8f8;
        height: 38px;
        padding: 0 10px;
        text-align: left;
        position: relative;
        font-size: 12px;
        color: #828282;
        line-height: 38px;
        margin-bottom: 20px;
    }

        .user-block h2 a.more {
            position: absolute;
            top: 0;
            right: 10px;
            color: #902b2b;
        }

        .user-block h2 .qy {
            font-size: 14px;
            color: #902b2b;
        }

            .user-block h2 .qy em {
                display: inline-block;
                width: 22px;
                height: 22px;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                background: #902b2b;
                color: #FFF;
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                font-style: normal;
            }

    .user-block .list-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

.hy-party {
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.party-left {
    height: 100%;
    float: left;
    width: 245px;
    border-right: 1px solid #DFDFDF;
    position: relative;
}

    .party-left ul {
        padding: 20px 0 0 50px;
        width: 196px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .party-left li {
        padding: 20px 0;
        height: 50px;
        color: #424243;
        cursor: pointer;
    }

        .party-left li h3 {
            font-size: 16px;
            line-height: 24px;
        }

        .party-left li h4 {
            font-size: 12px;
            line-height: 16px;
        }

        .party-left li.active {
            border-right: 1px solid #902b2b;
            color: #902b2b;
        }

.party-main {
    width: 940px;
    height: 400px;
    float: right;
    position: relative;
    overflow: hidden;
}

    .party-main img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

.youke {
    height: 520px;
}

    .youke .party-main,
    .w1220 .youke .party-main {
        height: 100%;
        width: 100%;
        float: none;
    }


@media screen and (max-width: 1219px) {

    .all {
        width: 1000px;
    }
        .header-nav a {
    font-size: 13px;
    color: #C0C0C0;
    line-height: 30px;
    padding: 0 13px;
    display: inline-block;
    height: 30px;
    float: left;
}
    .today-price {
    float: right;
    display: block;
    width: 85px !important;
    height: 30px;
    margin-right: 15px !important;
    position: relative;
    z-index: 98;
}
    body {
        min-width: 100%;
    }

    .nav-content {
        width: 100%;
    }

    .wrapper {
        align:center;
        width: 100%;
    }
    .right-float-bar {
        width: 50px;
        background: #FAFAFA;
        position: fixed;
        z-index: 98;
        right: -1px;
        bottom: 20px;
    }
    .all-left {
        width: 560px;
    }
    .usercenter-box-left {
        margin-left: -490px;
    }
    .usercenter-box-right {
        width: 270px;
        padding: 0;
        margin-left: 220px;
    }
    .all-right {
        width: 340px;
    }

    .all-footer dl {
        padding-left: 104px;
    }

    .all-footer dt {
        width: 116px;
    }

    a.category {
        width: 160px;
        background-position: 157px -761px;
    }

    .items6 {
        width: 960px;
    }

    .items5 {
        width: 800px;
    }

    .items4 {
        width: 640px;
    }

    .items3 {
        width: 480px;
    }

    .search-nav .nav-left a {
        padding: 0 17px;
    }

    .nav-left a {
        padding: 0 10px;
    }

    .search {
        margin-right: 20px;
    }

    .all-left {
        width: 300px;
    }

    .all-right {
        width: 700px;
    }

    .allproduct .all-left {
        width: 600px;
        height: 400px;
    }


    .allproduct .all-right {
        width: 400px;
    }





    .all-footer dl {
        padding-left: 104px;
    }

    .all-footer dt {
        width: 116px;
    }

    a.category {
        width: 160px;
        background-position: 157px -761px;
    }

    .items6 {
        width: 960px;
    }

    .items5 {
        width: 800px;
    }

    .items4 {
        width: 640px;
    }

    .items3 {
        width: 480px;
    }


    .front-left {
        width: 569px;
        float: left;
    }

    .front-right {
        width: 407px;
        float: right;
    }

    .h420 {
        height: 405px;
    }

    .h800 {
        height: 567px;
    }

    .history-list {
        left: 30px;
    }

    .history-line,
    .current-line {
        left: 38px;
    }

    .history-list a {
        padding: 0 2px 26px 48px;
        width: 116px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }



    .guideUl li {
        width: 9%;
        padding: 0 2%;
    }

        .guideUl li.Tel {
            width: 15%;
        }

        .guideUl li.last {
            width: 10%;
        }

    .header-nav {
        margin-left: 0;
    }

    .list-item li {
        width: 182px;
        height: 182px;
    }


    .list-item li {
        width: 184px;
        height: 184px;
    }

    .list-inner {
        width: 180px;
        height: 180px;
    }

    .scroll-main {
        width: 860px;
    }

    .scroll-active {
        left: 212px;
    }

    .scroll-active-right {
        left: 700px;
    }

    .attributes {
        width: 100%;
        padding-bottom: 10px;
        border: none;
    }

    .selection {
        width: 100%;
        border: none;
        float: none;
        border-top: 1px solid #d8d8d8;
        clear: both;
        padding-top: 10px;
    }

        .selection dl {
            margin-left: 0;
        }

    .attributes li {
        white-space: nowrap;
    }

    .best-switch {
        height: 130px;
    }

        .best-switch .list-inner {
            width: 126px;
            height: 126px;
            margin-right: 10px;
        }

    .hscroll-list {
        width: 550px;
        height: 130px;
    }

        .hscroll-list ul {
            width: 560px;
        }

    .addIcon {
        width: 40px;
        padding-top: 34px;
    }

    .hscroll-bar {
        height: 130px;
        margin-left: 0px;
    }

    .group-price {
        width: 208px;
        padding-top: 31px;
    }

        .group-price .clearfix {
            padding-top: 17px;
        }

        .group-price a {
            width: 100px;
            font-size: 12px;
        }

    .pro-info {
        bottom: 0;
    }

    .surviceUl li .GreySpaan {
        margin-left: 87px;
        margin-right: 5px;
    }

    .by-box-content dl.sb td,
    .by-box-content dl.sb th {
        padding-left: 2px;
        padding-right: 0px;
    }

        .by-box-content dl.sb td span.tb {
            padding-right: 0;
        }

    .by-box-content dl.sb dd {
        padding-left: 10px;
    }

    .detail-tab a {
        width: 150px;
    }

    .nopro {
        margin-top: 0;
    }

    .cart-col1 {
        width: 55px;
    }
    /*.jianban .cart-col1 {
        width: 0px;
    }*/
    .cart-col3 {
        width: 440px;
    }
    /*.jianban .cart-col3 {
        width: 545px;
    }*/
    .order-info .cart-col1 {
        width: 15px;
    }

    .order-info .cart-col3 {
        width: 430px;
    }

    .cart-col5,
    .cart-col6 {
        width: 80px;
    }

    .address-list {
        width: 223px;
    }

    .user-main, .ctf_userMain, .u_right {
        width: 776px;
    }

    .umt-right {
        padding-left: 40px;
    }

        .umt-right a {
            margin-right: 40px;
        }

    .base-info {
        margin-right: 273px;
    }

    .user-dd .cart-col3 {
        width: 244px;
    }

    .user-dd .cart-col4 {
        width: 50px;
    }

    .user-dd .cart-col5 {
        width: 100px;
    }

    .user-dd .cart-col6 {
        width: 80px;
    }

    .user-dd .cart-col7 {
        width: 80px;
    }

    .user-dd .list-item .list-inner {
        width: 137px;
        height: 137px;
    }

    .inner-box .link-red,
    .inner-box .link-gray {
        width: 53px;
        margin-right: 0;
    }

    .inner-box h3 {
        margin-top: 40px;
    }

    .inner-box p {
        top: 80px;
    }

    .party-main {
        width: 720px;
    }

    .newdingzhi img {
        width: 300px;
    }

    .newhunjia img {
        width: 600px;
    }

    .ksbb-nav a {
        padding: 0 30px !important;
    }

    .rxxp-bg {
        width: 67% !important;
    }

    .rxxp-bg1 {
        width: 60% !important;
    }

    .ksbb-content-left {
        width: 410px !important;
        height: 575px !important;
    }

    .ksbb-content-right {
        width: 278px !important;
        height: 278px !important;
    }

    .ksbb-cotent-right-margin0 {
        margin: 0 15px 15px !important;
    }

    .ksbb-cotent-right-margin1 {
        margin: 0;
    }

    .ksbb-cotent-right-margin2 {
        margin: 0 15px !important;
    }

    .ksbb-cotent-right-margin3 {
        margin: 0;
    }

    .floatPositionDiv {
        left: 10px !important;
    }

    .ksbb-wrapper {
        width: 1000px;
    }

    #rxxpMainContent {
        width: 410px !important;
        height: 482px !important;
    }

    #rxxp2MainContent {
        width: 391px !important;
        height: 473px !important;
    }

    .rxxp-all-bg {
        width: 1219px !important;
        height: 576px !important;
        margin-left: -616px !important;
    }

    .rxxp-all-bg2 {
        width: 1219px !important;
        height: 690px !important;
        margin-left: -616px !important;
    }

    .rxxp-all-bg3 {
        width: 1219px !important;
        height: 658px !important;
        margin-left: -616px !important;
    }

        .rxxp-all-bg img, .rxxp-all-bg2 img, .rxxp-all-bg3 img {
            width: 1220px !important;
        }

    .all-title-bg {
        width: 1219px !important;
        height: 95px !important;
        margin-left: -616px !important;
    }

    #xsyhMainContent {
        width: 854px !important;
        height: 243px !important;
        margin: -325px auto 0px !important;
    }

    .rxxp-lookmore {
        margin: -150px auto 23px !important;
    }

    .xsyh-lookmore {
        margin: 40px auto 25px !important;
    }

    .rxxp-content-left-ljgm {
        line-height: 16px !important;
    }

    .ksbb-content-right-ljgm {
        line-height: 20px !important;
    }
    .navN span.line {
        display: block;
        position: absolute;
        bottom: -1px;
        height: 1px;
        overflow: hidden;
        background: #9E0028;
    }
}



@media screen and (min-width: 1441px) {
    body {
        min-width: 1400px;
    }



    .nav-content {
        width: 1441px;
    }


    .wrapper {
    width:1400px;
    }


    .nav-left {
        float: left;
        margin-right: 10px;
    }

        .nav-left a {
            padding: 0 32px;
        }

    .search-nav .nav-left a {
        padding: 0 40px;
    }

    .search {
        margin-right: 50px;
    }

    .user-center {
        margin-left: 50px;
    }

    .all-right {
        width: 1000px;
    }

    .allproduct .all-right {
        width: 650px;
    }



    .all-footer dl {
        padding-left: 138px;
    }

    .all-footer dt {
        width: 138px;
    }

    .all {
        width: 1400px;
    }

    .all-left {
        width: 370px;
    }

    .allproduct .all-left {
        width: 713px;
    }





    .all-footer dl {
        padding-left: 138px;
    }

    .all-footer dt {
        width: 138px;
    }

    .all-footer dd a {
        width: 154px;
    }

    a.category {
        /*width: 210px;*/
        background-position: 207px -761px;
    }

    .items6 {
        width: 1260px;
    }

    .items5 {
        width: 1050px;
    }

    .items4 {
        width: 840px;
    }

    .items3 {
        width: 630px;
    }

    .history-list {
        left: 30px;
    }

    .history-line,
    .current-line {
        left: 38px;
    }

    .history-list a {
        padding: 0 2px 26px 48px;
        width: 196px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .guideUl li {
        width: 9%;
        padding: 0 2%;
    }

        .guideUl li.Tel {
            width: 15%;
        }

        .guideUl li.last {
            width: 10%;
        }

    .header-nav {
        margin-left: 0;
    }

    .list-item li {
        width: 264px;
        height: 264px;
    }


    /*.list-inner {
        width: 228px;
        height: 316px;
        margin: 0 0 0px 50px;
    }*/
    page-others .list-inner {
        width: 260px;
        height: 260px;
    }

    .user-dd .list-inner {
        width: 260px;
        height: 260px;
    }

    .history-scroll {
        height: 574px;
    }

        .history-scroll ul {
            width: 1440px;
            margin-left: -720px;
        }

        .history-scroll img {
            height: 100%;
            width: 100%;
        }

    .cart-col3 {
        width: 693px;
    }
    /*.jianban .cart-col3 {
        width: 825px;
    }*/
    .order-info .cart-col1 {
        width: 15px;
    }

    .order-info .cart-col3 {
        width: 760px;
    }

    .address-list {
        width: 323px;
    }

    .user-main, .ctf_userMain, .u_right {
        width: 1176px;
    }

    .user-dd .cart-col3 {
        width: 480px;
    }

    .user-dd .list-item .list-inner {
        width: 216px;
        height: 216px;
    }

    .inner-box .link-red,
    .inner-box .link-gray {
    }

    .inner-box h3 {
        margin-top: 60px;
    }

    .inner-box p {
        top: 110px;
    }

    .front-left {
        width: 804px;
        float: left;
    }

    .front-right {
        width: 576px;
        float: right;
    }

    .h420 {
        height: 574px;
    }

    .h800 {
        height: 802px;
    }

    .attr-box td {
        width: 140px;
    }

    .party-main {
        width: 1100px;
    }

    .newdingzhi img {
        width: 308px;
        height: 316px;
    }

    .newhunjia img {
        width: 670px;
        height: 300px;
    }

    .newdingzhi {
        padding: 0px 35px 0px 0px;
    }

    .ksbb-nav a {
        padding: 0 57px !important;
    }

    .rxxp-bg {
        width: 85% !important;
    }

    .rxxp-bg1 {
        width: 80% !important;
    }

    .ksbb-content-left {
        width: 540px !important;
        height: 760px !important;
    }

    .ksbb-content-right {
        width: 368px !important;
        height: 368px !important;
    }

    .ksbb-cotent-right-margin0 {
        margin: 0 20px 20px !important;
    }

    .ksbb-cotent-right-margin1 {
        margin: 0;
    }

    .ksbb-cotent-right-margin2 {
        margin: 0 20px !important;
    }

    .ksbb-cotent-right-margin3 {
        margin: 0;
    }

    .floatPositionDiv {
        left: 90px !important;
    }

    .ksbb-wrapper {
        width: 1320px;
    }

    #rxxpMainContent {
        width: 630px !important;
        height: 758px !important;
    }

    #rxxp2MainContent {
        width: 624px !important;
        height: 774px !important;
    }

    .rxxp-all-bg {
        width: 1920px !important;
        height: 900px !important;
        margin-left: -960px !important;
    }

    .rxxp-all-bg2 {
        width: 1920px !important;
        height: 920px !important;
        margin-left: -960px !important;
    }

    .rxxp-all-bg3 {
        width: 1920px !important;
        height: 1037px !important;
        margin-left: -960px !important;
    }

        .rxxp-all-bg img, .rxxp-all-bg2 img, .rxxp-all-bg3 img {
            width: 1920px !important;
        }

    .all-title-bg {
        width: 1920px !important;
        height: 150px !important;
        margin-left: -960px !important;
    }

    #xsyhMainContent {
        width: 1290px !important;
        height: 370px !important;
        margin: -500px auto 0px !important;
    }

    .xsyh-lookmore {
        margin: 80px auto 30px !important;
    }

    .rxxp-content-left-ljgm {
        line-height: 23px !important;
    }

    .ksbb-content-right-ljgm {
        line-height: 26px !important;
    }
}

.xiaotu:first-of-type {
    margin-right: 10px;
}

@media screen and (max-width: 1441px) {
    .allproduct .all-right a {
        position: absolute;
        left: 50%;
        margin-left: -324px;
        width: 648px;
    }

    .datu {
        position: absolute;
        left: 50%;
        margin-left: -500px;
        width: 1000px;
    }

    .smallpicture {
        position: absolute;
        left: 50%;
        margin-left: -248px;
        width: 495px;
    }

    .xiaotu {
        overflow: hidden;
        width: 49.2%;
        height: 100%;
    }
}

.w1220 {
    min-width: 1220px;
}

    .w1220 .wrapper {
        width: 1220px;
    }

    .w1220 .party-main {
        width: 940px;
    }

    .w1220 .nav-left a {
        padding: 0 30px;
    }

    .w1220 .list-inner {
        height: 226px;
        width: 226px;
    }

    .w1220 .search {
        margin-right: 20px;
    }

    .w1220 .user-center {
        margin-left: 20px;
    }

.xieyi {
    color: #9e0028;
    cursor: pointer;
}

.xieyiMessage_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.xieyiMessage {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -385px;
    margin-top: -168px;
    width: 690px;
    height: 276px;
    z-index: 101;
    padding: 30px 40px;
}

    .xieyiMessage h1 {
        font-size: 24px;
        text-align: center;
        color: #666;
    }

    .xieyiMessage p {
        color: #666;
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

        .xieyiMessage p em {
            color: #9e0028;
            float: none;
            display: inline-block;
        }

.xieyiMessage_close {
    font-size: 34px;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}

.xieyiMessage_close_1 {
    font-size: 34px;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}

.xieyiMessage table {
    width: 100%;
    border: 1px solid #d1d1d1;
}

    .xieyiMessage table td {
        padding: 5px;
        text-align: center;
    }

    .xieyiMessage table .img {
        vertical-align: middle;
        border-right: 1px solid #d1d1d1;
        width: 50px;
    }

.xieyiMessage .content {
    width: 772px;
}

.xieyiMessage .title {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 18px;
}

.xieyiMessage .kezi {
    margin-bottom: 18px;
    margin-top: 5px;
}

.dingZhiInfor {
    height: 350px;
    background-image: none;
    background-color: #fff;
    width: 772px;
    margin-left: -425px;
}

.xieyiMessage .delDingZhi {
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
}

.xieyiMessage .goSum {
    border: none;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}

.xieyiMessage .divPrice {
    width: 500px;
    float: left;
    font-size: 24px;
}

    .xieyiMessage .divPrice i {
        font-size: 12px;
        color: #c32805;
        font-weight: bold;
    }

    .xieyiMessage .divPrice b {
        font-size: 34px;
        color: #c32805;
        font-weight: bold;
    }

.xieyiDiv {
    margin: 30px 0px;
    padding: 0px 80px;
    text-align: left;
    color: #000000;
    font-size: 18px;
    overflow: auto;
    height: 500px;
}

.giftcashdiv {
    margin-bottom: 20px;
    background: #F8F8F8;
    padding-left: 20px;
    padding-bottom: 22px;
}

.giftcashp1 {
    font-size: 16px;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.giftcashspan {
    color: #828282;
}

.giftcasha {
    color: #287DDD;
}
