html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: 'Microsoft yahei','simsun';
    color: #666;
    -webkit-text-size-adjust: none;
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

input, textarea, button {
    font-family: 'Microsoft yahei','simsun';
    font-size: 12px;
    outline: none;
    padding: 0;
    margin: 0;
}

    button:focus, button:active {
        outline: none;
    }

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

addr, acronym {
    border: 0;
}

body {
    font-family: Microsoft Yahei,simsun;
    font-size: 12px;
    color: #666;
    background: #fff;
}

a {
    color: #666;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    text-decoration: none;
}

    a:hover {
        color: #df2828;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
    }

        a:hover img {
            opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
        }

    a img {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
    }

    a * {
        cursor: pointer;
    }

.fl {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.fr {
    float: right;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.hide {
    display: none;
}

.mr0 {
    margin-right: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pdB10 {
    padding-bottom: 10px !important;
}

.pdTB10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.container {
    width: 100%;
    min-width: 1190px;
    padding-bottom: 1px;
}

.wrap {
    width: 1190px;
    margin: 0 auto;
}

.colMain {
    width: 950px;
}

.colMainy {
    width: 980px;
}

.sideBar {
    width: 210px;
    margin-right: 20px;
}

.sideBarg {
    width: 190px;
    margin-right: 20px;
}

.red {
    color: #df2828 !important;
}

.header {
    border-bottom: 4px solid #e62129;
    position: relative;
    z-index: 900;
}

    .header .topBar {
        height: 31px;
        line-height: 31px;
        background: url(../images/topbar.png) repeat-x 0 0;
        font-family: "simsun";
        position: relative;
        z-index: 900;
    }

        .header .topBar a {
            font-size: 12px;
            color: #666;
        }

            .header .topBar a:hover {
                color: #df2828;
            }

            .header .topBar a.loginA {
                margin-right: 15px;
            }

            .header .topBar a.cartBtn em {
                font-size: 14px;
            }

        .header .topBar #loginDiv .loginA {
            margin-right: 10px;
        }

        .header .topBar .wrap {
            position: relative;
        }

        .header .topBar .colR {
            width: 228px;
        }

            .header .topBar .colR a {
                padding: 0 10px;
                border-right: 1px solid #f1f1f1;
                margin-left: -1px;
            }

                .header .topBar .colR a.on {
                    background: #fff;
                    border-color: #e6e6e6;
                    position: relative;
                    z-index: 901;
                    color: #df2828;
                }

            .header .topBar .colR .iconfont {
                color: #df2828;
                margin-right: 5px;
            }

            .header .topBar .colR .icon-arrowdown {
                color: #c7c7c7;
                font-size: 12px;
                margin: 0;
            }

            .header .topBar .colR .wtoipBtn {
                padding: 0 10px 0 20px;
            }

                .header .topBar .colR .wtoipBtn.on {
                    border-left: 1px solid #f1f1f1;
                }

            .header .topBar .colR .cartBtn {
                height: 31px;
                line-height: 28px;
            }

        .header .topBar .popWtoip {
            width: 260px;
            height: 300px;
            border: 1px solid #e6e6e6;
            border-top: 0;
            background: #fff;
            position: absolute;
            right: 0;
            top: 31px;
            z-index: 900;
        }

        .header .topBar .popCart {
            width: 260px;
            border: 1px solid #e6e6e6;
            border-top: 0;
            background: #fff;
            position: absolute;
            right: 0;
            top: 31px;
            z-index: 900;
        }

            .header .topBar .popCart .noRecord {
                color: #999;
                text-align: center;
                padding: 12px 0;
            }

            .header .topBar .popCart .popCartList {
                overflow: hidden;
            }

                .header .topBar .popCart .popCartList .item {
                    position: relative;
                    padding: 12px 9px;
                    width: 242px;
                    height: 49px;
                    border-top: 1px dotted #ccc;
                    font-family: "Microsoft Yahei";
                    margin-top: -1px;
                }

                    .header .topBar .popCart .popCartList .item .pic {
                        display: block;
                        width: 48px;
                        height: 48px;
                        border: 1px solid #e6e6e6;
                        position: absolute;
                        left: 9px;
                        top: 12px;
                        padding: 0;
                    }

                        .header .topBar .popCart .popCartList .item .pic img {
                            display: block;
                            width: 48px;
                            height: 48px;
                        }

                    .header .topBar .popCart .popCartList .item .text {
                        padding-left: 60px;
                        color: #666;
                        line-height: 23px;
                    }

                        .header .topBar .popCart .popCartList .item .text .name {
                            width: 130px;
                            overflow: hidden;
                            padding: 0;
                            background: none;
                            border: 0;
                            white-space: nowrap;
                        }

                        .header .topBar .popCart .popCartList .item .text .type {
                            color: #df2828;
                        }

                        .header .topBar .popCart .popCartList .item .text .priceLine {
                            padding-left: 5px;
                        }

                            .header .topBar .popCart .popCartList .item .text .priceLine .price {
                                color: #df2828;
                                font-size: 14px;
                                font-family: Verdana;
                                padding-left: 6px;
                            }

            .header .topBar .popCart .popCartBottom, .header .topBar .popCart .nologin {
                height: 46px;
                line-height: 47px;
                background: #f1f1f1;
                padding: 0 9px;
            }

                .header .topBar .popCart .popCartBottom .popCartCountBox, .header .topBar .popCart .nologin .popCartCountBox {
                    font-family: "simsun";
                    color: #666;
                }

                    .header .topBar .popCart .popCartBottom .popCartCountBox em, .header .topBar .popCart .nologin .popCartCountBox em {
                        font-weight: bold;
                    }

                .header .topBar .popCart .popCartBottom .mycartBtn, .header .topBar .popCart .nologin .mycartBtn {
                    height: 20px;
                    line-height: 20px;
                    background: #df2828;
                    color: #fff;
                    font-family: "simsun";
                    padding: 0 5px;
                    margin-top: 13px;
                }

            .header .topBar .popCart .nologin {
                width: 188px;
                background: #fff;
            }

    .header .nav {
        height: 150px;
        background: #fff;
    }

        .header .nav .wrap {
            position: relative;
        }

            .header .nav .wrap .logoBox .logo {
                display: block;
                width: 265px;
                padding-top: 25px;
                margin-bottom: 14px;
            }

                .header .nav .wrap .logoBox .logo img {
                    display: block;
                    width: 265px;
                    height: 78px;
                }

            .header .nav .wrap .logoBox .text {
                line-height: 20px;
                color: #a4a4a4;
            }

                .header .nav .wrap .logoBox .text a {
                    color: #a4a4a4;
                }

            .header .nav .wrap .telBox {
                position: absolute;
                top: 45px;
                right: 185px;
                width: 195px;
            }

                .header .nav .wrap .telBox .telnum {
                    color: #df2828;
                    font-size: 20px;
                    line-height: 30px;
                    padding-left: 5px;
                    font-style: italic;
                    float: none !important;
                }

            .header .nav .wrap .headerCodeBox {
                height: 108px;
                width: 108px;
                background: #e9e9e9;
                padding: 2px 2px 2px 28px;
                position: absolute;
                right: 15px;
                top: 24px;
            }

                .header .nav .wrap .headerCodeBox .text {
                    width: 26px;
                    position: absolute;
                    left: 0;
                    top: 28px;
                    font-size: 14px;
                    text-align: center;
                    line-height: 16px;
                    padding: 0 2px;
                }

                .header .nav .wrap .headerCodeBox a {
                    display: block;
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    position: absolute;
                    top: 2px;
                    left: 2px;
                    background: #fff;
                }

            .header .nav .wrap .menu {
                height: 50px;
                line-height: 50px;
                margin-top: 100px;
            }

                .header .nav .wrap .menu a.red {
                    width: 90px;
                    color: #df2828;
                }

                .header .nav .wrap .menu a.m_index {
                    font-size: 18px;
                    height: 50px;
                    text-align: center;
                    position: relative;
                    padding: 0 15px;
                }

                    .header .nav .wrap .menu a.m_index:hover {
                        color: #df2828;
                    }

                .header .nav .wrap .menu a.on {
                    color: #df2828;
                    border-color: #df2828;
                }

                .header .nav .wrap .menu .m_wtoipBox {
                    position: relative;
                    font-size: 16px;
                    color: #333;
                    width: 65px;
                    height: 80px;
                    border-bottom: 7px solid #fff;
                    text-align: center;
                    margin: 0 7px;
                    position: relative;
                }

                    .header .nav .wrap .menu .m_wtoipBox a.m_wtoip {
                        margin: 0;
                        width: auto;
                        border-bottom: 0;
                        display: block;
                    }

                        .header .nav .wrap .menu .m_wtoipBox a.m_wtoip em {
                            display: inline-block;
                            width: 5px;
                            height: 3px;
                            background: url(../images/nav-arrow.png) no-repeat 0 -15px;
                            position: absolute;
                            right: 0;
                            top: 45px;
                        }

                        .header .nav .wrap .menu .m_wtoipBox a.m_wtoip:hover em {
                            background: url(../images/nav-arrow.png) no-repeat 0 0;
                        }

                    .header .nav .wrap .menu .m_wtoipBox .popWtoip {
                        background: #fff;
                        width: 246px;
                        position: absolute;
                        right: -20px;
                        top: 80px;
                        z-index: 900;
                        padding: 10px 10px 10px 14px;
                    }

                        .header .nav .wrap .menu .m_wtoipBox .popWtoip dt {
                            font-weight: bold;
                            float: left;
                            display: inline-block;
                            *display: inline;
                            zoom: 1;
                            width: 70px;
                            line-height: 24px;
                            font-size: 14px;
                            position: relative;
                            padding-left: 6px;
                        }

                            .header .nav .wrap .menu .m_wtoipBox .popWtoip dt em {
                                width: 2px;
                                height: 12px;
                                background: #df2828;
                                display: block;
                                position: absolute;
                                left: 0;
                                top: 6px;
                            }

                        .header .nav .wrap .menu .m_wtoipBox .popWtoip dd {
                            float: left;
                            display: inline-block;
                            *display: inline;
                            zoom: 1;
                            width: 170px;
                        }

                            .header .nav .wrap .menu .m_wtoipBox .popWtoip dd a {
                                float: left;
                                display: inline-block;
                                *display: inline;
                                zoom: 1;
                                width: 85px;
                                height: auto;
                                line-height: 24px;
                                font-family: "simsun";
                                font-size: 12px;
                                margin: 0;
                                border-bottom: 0;
                            }

                .header .nav .wrap .menu .m_slide {
                    position: relative;
                }

                    .header .nav .wrap .menu .m_slide a.m_main {
                        margin: 0;
                        width: auto;
                        border-bottom: 0;
                        display: block;
                        font-size: 18px;
                        text-align: center;
                        padding: 0 15px;
                    }

                        .header .nav .wrap .menu .m_slide a.m_main span {
                            padding-right: 5px;
                        }

                        .header .nav .wrap .menu .m_slide a.m_main em {
                            display: inline-block;
                            width: 5px;
                            height: 6px;
                            background: url(../images/nav-arrow.png) no-repeat 0 -15px;
                            position: absolute;
                            right: 10px;
                            top: 24px;
                        }

                        .header .nav .wrap .menu .m_slide a.m_main:hover em {
                            background: url(../images/nav-arrow.png) no-repeat 0 0px;
                        }

                    .header .nav .wrap .menu .m_slide .popMenu {
                        display: none;
                        background: #fff;
                        -moz-box-shadow: 0 2px 5px #ccc;
                        -webkit-box-shadow: 0 2px 5px #ccc;
                        box-shadow: 0 2px 5px #ccc;
                        border: 1px solid #eee;
                        border-top: 0;
                        position: absolute;
                        left: 50%;
                        top: 50px;
                        width: 140px;
                        margin-left: -70px;
                    }

                        .header .nav .wrap .menu .m_slide .popMenu a {
                            display: block;
                            text-align: center;
                            font-size: 14px;
                            background: url(../images/popMenu_item.png) no-repeat center bottom;
                        }

                        .header .nav .wrap .menu .m_slide .popMenu .nobg {
                            background: none;
                        }

                    .header .nav .wrap .menu .m_slide:hover .popMenu {
                        display: block;
                    }

            .header .nav .wrap .hotline {
                height: 90px;
                overflow: hidden;
            }

                .header .nav .wrap .hotline img {
                    display: block;
                    height: 70px;
                    margin-top: 10px;
                }

.footer {
    min-width: 1190px;
    background: #262626;
    border-top: 1px solid #282828;
    font-family: "simsun";
    font-size: 12px;
    color: #999;
    text-align: center;
    cursor: default;
    padding-bottom: 15px;
}

    .footer .wrap {
        padding-top: 27px;
    }

        .footer .wrap .footer_l {
            width: 290px;
        }

            .footer .wrap .footer_l .mod-introduce {
                width: 290px;
                margin: 27px 0px 32px;
            }

                .footer .wrap .footer_l .mod-introduce p {
                    font-size: 12px;
                    color: #ccc;
                    line-height: 25px;
                    text-align: right;
                }

                .footer .wrap .footer_l .mod-introduce .tel-400 {
                    font: italic 24px/40px 'Microsoft Yahei';
                    color: #f70;
                }

                .footer .wrap .footer_l .mod-introduce .attent-btn {
                    background: url(../images/footer.png) 95px 0 no-repeat;
                    margin-top: 20px;
                    text-align: right;
                    height: 28px;
                    line-height: 28px;
                    vertical-align: middle;
                    color: #ccc;
                    font-family: SimSun;
                }

                    .footer .wrap .footer_l .mod-introduce .attent-btn a {
                        width: 73px;
                        height: 24px;
                        line-height: 24px;
                        color: #FFF;
                        text-indent: 0;
                        font-size: 14px;
                        font-family: Microsoft Yahei;
                        background: #4CC33C;
                        text-align: center;
                        margin-left: 10px;
                        display: inline-block;
                    }

            .footer .wrap .footer_l .attention-us {
                height: 168px;
                overflow: hidden;
                background: url(../images/footer.png) no-repeat right -100px;
            }

        .footer .wrap .footer_r {
            width: 820px;
            padding-left: 80px;
        }

            .footer .wrap .footer_r .mod-help {
                width: 850px;
                height: 100px;
                padding: 33px 0px 28px;
                text-align: left;
            }

                .footer .wrap .footer_r .mod-help .mod-help-item {
                    display: inline;
                    float: left;
                    padding-left: 50px;
                    width: 117px;
                }

                    .footer .wrap .footer_r .mod-help .mod-help-item h5 {
                        padding-bottom: 6px;
                        font-size: 14px;
                        color: #999;
                        font-weight: normal;
                    }

                    .footer .wrap .footer_r .mod-help .mod-help-item li {
                        line-height: 26px;
                    }

                        .footer .wrap .footer_r .mod-help .mod-help-item li a {
                            color: #999;
                        }

                            .footer .wrap .footer_r .mod-help .mod-help-item li a:hover {
                                color: #ff7700;
                            }

        .footer .wrap .copyright {
            width: 780px;
            height: 41px;
            line-height: 41px;
            overflow: hidden;
            margin: 0 auto;
        }

            .footer .wrap .copyright .text {
                margin-right: 10px;
            }

            .footer .wrap .copyright .approve a {
                margin-right: 10px;
            }

                .footer .wrap .copyright .approve a img {
                    -moz-transition: none;
                    -webkit-transition: none;
                }

                .footer .wrap .copyright .approve a:hover img {
                    -moz-transition: none;
                    -webkit-transition: none;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

        .footer .wrap .aboutus {
            margin-bottom: 18px;
        }

            .footer .wrap .aboutus a {
                color: #999;
                cursor: pointer;
            }

                .footer .wrap .aboutus a:hover {
                    color: #ff7700;
                }

            .footer .wrap .aboutus span.line {
                padding: 0 19px;
            }

    .footer .awardsBox {
        width: 780px;
        height: 98px;
        overflow: hidden;
        position: relative;
    }

        .footer .awardsBox .awardsSlider {
            height: 98px;
            overflow: hidden;
        }

            .footer .awardsBox .awardsSlider .item {
                width: 118px;
                height: 96px;
                border: 1px solid #414141;
                margin-right: 10px;
            }

                .footer .awardsBox .awardsSlider .item img {
                    display: block;
                    width: 120px;
                    height: 96px;
                }

        .footer .awardsBox .btn {
            position: absolute;
            top: 34px;
            display: block;
            width: 20px;
            height: 30px;
            background: url(../images/alpha10.png) repeat 0 0;
            color: #fff;
            text-align: center;
            line-height: 30px;
            z-index: 2;
        }

            .footer .awardsBox .btn:hover {
                background: url(../images/alpha40.png) repeat 0 0;
            }

        .footer .awardsBox .awardsprev {
            left: 0;
        }

        .footer .awardsBox .awardsnext {
            right: 10px;
        }

    .footer .footer-wgwt {
        margin-top: 10px;
        padding: 15px 0px 5px;
        width: 770px;
        height: 52px;
        overflow: hidden;
        border-top: 1px solid #3f3f3f;
    }

        .footer .footer-wgwt .t {
            line-height: 26px;
            color: #666;
            width: 70px;
        }

        .footer .footer-wgwt ul {
            width: 700px;
        }

        .footer .footer-wgwt .links {
            width: 700px;
            line-height: 26px;
            overflow: hidden;
        }

            .footer .footer-wgwt .links a {
                padding-right: 12px;
                color: #666;
                white-space: nowrap;
                float: left;
            }

                .footer .footer-wgwt .links a:hover {
                    color: #ff7700;
                }

        .footer .footer-wgwt li {
            height: 52px;
            line-height: 26px;
        }

            .footer .footer-wgwt li a {
                padding-right: 12px;
                color: #666;
                white-space: nowrap;
                float: left;
            }

                .footer .footer-wgwt li a:hover {
                    color: #ff7700;
                }

    .footer .footer-Copy {
        padding-top: 20px;
        color: #666;
    }

        .footer .footer-Copy p {
            line-height: 26px;
            text-align: left;
        }

            .footer .footer-Copy p span {
                color: #333;
                padding: 0 8px;
            }

            .footer .footer-Copy p a:hover {
                color: #ff7700;
            }

    .footer .footer-ft .ft-mod {
        margin-right: 6px;
        width: 85px;
        height: 30px;
        background: url(../images/footer-link.png) no-repeat;
        margin-top: 8px;
        filter: alpha(Opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

        .footer .footer-ft .ft-mod:hover {
            filter: alpha(Opacity=100);
            -moz-opacity: 1;
            opacity: 1;
        }

    .footer .footer-ft .ft-moda {
        background-position: 0 0;
    }

    .footer .footer-ft .ft-modb {
        background-position: 0 -30px;
    }

    .footer .footer-ft .ft-modc {
        background-position: 0 -60px;
    }

    .footer .footer-ft .ft-modd {
        background-position: 0 -90px;
    }

.footer_index .wrap {
    padding-top: 0;
}

.advantageModule {
    background: #f8f8f8;
    min-width: 1190px;
}

    .advantageModule .advantage {
        height: 130px;
        overflow: hidden;
    }

        .advantageModule .advantage .wrap {
            padding-top: 32px;
            padding-bottom: 33px;
        }

            .advantageModule .advantage .wrap .item {
                position: relative;
                height: 64px;
            }

                .advantageModule .advantage .wrap .item .icon {
                    position: absolute;
                    left: 0;
                    top: 0;
                }

                    .advantageModule .advantage .wrap .item .icon .iconfont {
                        font-size: 58px;
                        color: #df2828;
                    }

                .advantageModule .advantage .wrap .item .text {
                    padding: 0 30px 0 75px;
                    margin: 12px 29px 0 0;
                    border-right: 1px solid #cdcdcd;
                }

                    .advantageModule .advantage .wrap .item .text h2 {
                        font-size: 18px;
                        color: #000;
                        font-weight: bold;
                        margin-bottom: 9px;
                    }

                    .advantageModule .advantage .wrap .item .text .c {
                        font-family: "simsun";
                        font-size: 12px;
                        color: #999;
                    }

            .advantageModule .advantage .wrap .item4 .text {
                padding: 0 0 0 75px;
                margin: 12px 0 0 0;
                border-right: 0;
            }

    .advantageModule .customerService {
        padding-bottom: 30px;
    }

        .advantageModule .customerService .awardsBox {
            margin-right: 75px;
            position: relative;
            height: 112px;
            overflow: hidden;
        }

            .advantageModule .customerService .awardsBox .awardsSlider .item {
                width: 118px;
                height: 96px;
                border: 1px solid #f0f0f0;
                padding: 7px;
                margin-right: 10px;
            }

                .advantageModule .customerService .awardsBox .awardsSlider .item img {
                    display: block;
                    width: 120px;
                    height: 96px;
                }

            .advantageModule .customerService .awardsBox .btn {
                position: absolute;
                top: 41px;
                display: block;
                width: 20px;
                height: 30px;
                background: url(../images/alpha10.png) repeat 0 0;
                color: #fff;
                text-align: center;
                line-height: 30px;
                z-index: 2;
            }

                .advantageModule .customerService .awardsBox .btn:hover {
                    background: url(../images/alpha40.png) repeat 0 0;
                }

            .advantageModule .customerService .awardsBox .awardsprev {
                left: 0;
            }

            .advantageModule .customerService .awardsBox .awardsnext {
                right: 10px;
            }

        .advantageModule .customerService .allService .socially {
            height: 69px;
            line-height: 110px;
            padding-right: 25px;
            border-right: 1px dashed #ccc;
            margin-right: 20px;
            zoom: 1;
            padding-top: 41px;
            position: relative;
        }

            .advantageModule .customerService .allService .socially a {
                display: block;
                line-height: 28px;
                height: 28px;
                float: left;
                display: inline-block;
                *display: inline;
                zoom: 1;
            }

                .advantageModule .customerService .allService .socially a em {
                    font-size: 12px;
                    font-family: "simsun";
                    color: #666;
                    line-height: 28px;
                }

                .advantageModule .customerService .allService .socially a .iconfont {
                    font-size: 28px;
                    color: #ccc;
                    margin-right: 3px;
                }

                .advantageModule .customerService .allService .socially a:hover .icon-sina {
                    color: #e6162d;
                }

                .advantageModule .customerService .allService .socially a:hover .icon-wechat {
                    color: #4fb737;
                }

            .advantageModule .customerService .allService .socially .sina {
                margin-right: 15px;
            }

            .advantageModule .customerService .allService .socially .wechatCode {
                width: 133px;
                height: 132px;
                padding: 10px 10px 10px 10px;
                z-index: 1;
                right: 14px;
                top: -130px;
                position: absolute;
                background: #fff;
                -moz-box-shadow: 0px 1px 1px #ccc;
                -webkit-box-shadow: 0px 1px 1px #ccc;
                box-shadow: 0px 1px 1px #ccc;
            }

                .advantageModule .customerService .allService .socially .wechatCode .iconfont {
                    color: #fff;
                    font-size: 20px;
                    position: absolute;
                    left: 50%;
                    bottom: -15px;
                    height: 20px;
                    line-height: 20px;
                    width: 20px;
                    text-align: center;
                    margin-left: -10px;
                    text-shadow: 0px 1px 1px #ccc;
                }

            .advantageModule .customerService .allService .socially:after {
                content: '.';
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }

        .advantageModule .customerService .allService .hotLine {
            text-align: center;
            padding-top: 4px;
        }

            .advantageModule .customerService .allService .hotLine .phoneNum {
                color: #df2828;
                font-size: 20px;
                line-height: 36px;
            }

            .advantageModule .customerService .allService .hotLine .text {
                font-size: 12px;
                font-family: "simsun";
                color: #666;
                margin-bottom: 15px;
            }

            .advantageModule .customerService .allService .hotLine .serviceonline {
                display: block;
                width: 82px;
                height: 27px;
                line-height: 27px;
                text-align: center;
                font-size: 12px;
                color: #df2828;
                margin: 0 auto;
                border: 1px solid #df2828;
            }

                .advantageModule .customerService .allService .hotLine .serviceonline .iconfont {
                    font-size: 12px;
                    margin-right: 5px;
                }

                .advantageModule .customerService .allService .hotLine .serviceonline:hover {
                    color: #fff;
                    background: #df2828;
                }

.rightBar {
    position: fixed;
    right: -230px;
    top: 0;
    width: 265px;
    height: 100%;
    z-index: 900;
    display: none;
}

    .rightBar .toolsBar {
        width: 35px;
        height: 100%;
        background: #262626;
    }

        .rightBar .toolsBar .toolsBox, .rightBar .toolsBar .toolsBox2 {
            width: 35px;
            height: 220px;
            position: absolute;
            left: 0;
        }

            .rightBar .toolsBar .toolsBox .item, .rightBar .toolsBar .toolsBox2 .item {
                color: #fff;
                display: block;
                line-height: 35px;
                position: relative;
                text-align: center;
                margin-bottom: 25px;
            }

                .rightBar .toolsBar .toolsBox .item .cartcountBox, .rightBar .toolsBar .toolsBox2 .item .cartcountBox {
                    display: none;
                    height: 15px;
                    padding-right: 4px;
                    background: url(../images/cartcount_small.png) no-repeat right -15px;
                    color: #fff;
                    font-size: 12px;
                    line-height: 15px;
                    position: absolute;
                    right: 2px;
                    top: -6px;
                    z-index: 3;
                }

                    .rightBar .toolsBar .toolsBox .item .cartcountBox .cartcount, .rightBar .toolsBar .toolsBox2 .item .cartcountBox .cartcount {
                        display: inline-block;
                        padding-left: 4px;
                        background: url(../images/cartcount_small.png) no-repeat 0 0;
                    }

                .rightBar .toolsBar .toolsBox .item .icon, .rightBar .toolsBar .toolsBox2 .item .icon {
                    display: block;
                    width: 35px;
                    height: 35px;
                    position: relative;
                    z-index: 2;
                    background: #262626;
                }

                    .rightBar .toolsBar .toolsBox .item .icon .iconfont, .rightBar .toolsBar .toolsBox2 .item .icon .iconfont {
                        font-size: 22px;
                    }

                .rightBar .toolsBar .toolsBox .item .flash-dot, .rightBar .toolsBar .toolsBox2 .item .flash-dot {
                    display: block;
                    width: 10px;
                    height: 11px;
                    position: absolute;
                    right: 2px;
                    top: 0;
                    z-index: 3;
                    background: url(../images/yz_v2/flash.gif) no-repeat 0 0;
                }

                .rightBar .toolsBar .toolsBox .item .c, .rightBar .toolsBar .toolsBox2 .item .c {
                    height: 35px;
                    padding-left: 20px;
                    padding-right: 45px;
                    display: block;
                    font-size: 12px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: -1;
                    background: #df2828;
                    white-space: nowrap;
                    border-radius: 4px 0 0 4px;
                }

            .rightBar .toolsBar .toolsBox .hover .cartcountBox, .rightBar .toolsBar .toolsBox2 .hover .cartcountBox {
                color: #df2828;
                background-position: right -45px;
            }

                .rightBar .toolsBar .toolsBox .hover .cartcountBox .cartcount, .rightBar .toolsBar .toolsBox2 .hover .cartcountBox .cartcount {
                    background-position: 0 -30px;
                }

            .rightBar .toolsBar .toolsBox .hover .icon, .rightBar .toolsBar .toolsBox2 .hover .icon {
                background: #df2828;
            }

            .rightBar .toolsBar .toolsBox .hover .flash-dot, .rightBar .toolsBar .toolsBox2 .hover .flash-dot {
                display: none;
            }

            .rightBar .toolsBar .toolsBox .item1 .c, .rightBar .toolsBar .toolsBox2 .item1 .c {
                right: -89px;
            }

            .rightBar .toolsBar .toolsBox .item2 .icon .iconfont, .rightBar .toolsBar .toolsBox2 .item2 .icon .iconfont {
                margin-left: -4px;
            }

            .rightBar .toolsBar .toolsBox .item2 .c, .rightBar .toolsBar .toolsBox2 .item2 .c {
                right: -101px;
            }

            .rightBar .toolsBar .toolsBox .item3 .c, .rightBar .toolsBar .toolsBox .item4 .c, .rightBar .toolsBar .toolsBox .item5 .c, .rightBar .toolsBar .toolsBox2 .item3 .c, .rightBar .toolsBar .toolsBox2 .item4 .c, .rightBar .toolsBar .toolsBox2 .item5 .c {
                right: -113px;
            }

            .rightBar .toolsBar .toolsBox .ewmBtn .c, .rightBar .toolsBar .toolsBox2 .ewmBtn .c {
                padding: 10px 10px 10px 10px;
                height: 132px;
                z-index: -1;
                right: 35px;
                top: 0;
                background: #fff;
                border: 1px solid #eee;
                -moz-box-shadow: 0px 1px 5px #ccc;
                -webkit-box-shadow: 0px 1px 5px #ccc;
                box-shadow: 0px 1px 5px #ccc;
            }

                .rightBar .toolsBar .toolsBox .ewmBtn .c img, .rightBar .toolsBar .toolsBox2 .ewmBtn .c img {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

        .rightBar .toolsBar .toolsBox {
            top: 200px;
        }

        .rightBar .toolsBar .toolsBox2 {
            height: 165px;
            bottom: 0;
        }

    .rightBar .toolsPanel {
        width: 230px;
        height: 100%;
        background: #eee;
        position: relative;
        z-index: 2;
    }

        .rightBar .toolsPanel .panelModule .t {
            padding: 0 10px;
            line-height: 50px;
            height: 50px;
            overflow: hidden;
        }

            .rightBar .toolsPanel .panelModule .t .iconfont {
                font-size: 18px;
            }

            .rightBar .toolsPanel .panelModule .t .title {
                font-size: 16px;
                color: #666;
            }

                .rightBar .toolsPanel .panelModule .t .title .iconfont {
                    font-size: 24px;
                    margin-right: 7px;
                }

            .rightBar .toolsPanel .panelModule .t .closeBtn {
                width: 30px;
                text-align: center;
                height: 50px;
                line-height: 50px;
            }

        .rightBar .toolsPanel .panelModule .c {
            padding: 0 5px;
            width: 220px;
        }

            .rightBar .toolsPanel .panelModule .c .item {
                width: 100px;
                margin: 0 5px 10px;
                font-family: "simsun";
            }

                .rightBar .toolsPanel .panelModule .c .item .pic {
                    display: block;
                    width: 100px;
                    height: 80px;
                    background: #fff;
                }

                    .rightBar .toolsPanel .panelModule .c .item .pic img {
                        display: block;
                        width: 100px;
                        height: 80px;
                    }

                .rightBar .toolsPanel .panelModule .c .item .name {
                    display: block;
                    width: 90px;
                    height: 22px;
                    line-height: 22px;
                    text-align: center;
                    overflow: hidden;
                    color: #df2828;
                    font-size: 12px;
                    background: #fff;
                    padding: 0 5px;
                }

                .rightBar .toolsPanel .panelModule .c .item .price {
                    display: block;
                    width: 100px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    overflow: hidden;
                    color: #df2828;
                    font-size: 12px;
                    background: #fff;
                }

            .rightBar .toolsPanel .panelModule .c .nologin {
                width: 230px;
                height: 36px;
                line-height: 36px;
                background: #fffdee;
                border-top: 1px solid #edd28b;
                border-bottom: 1px solid #edd28b;
                margin: 0 -5px;
                text-align: center;
            }

                .rightBar .toolsPanel .panelModule .c .nologin .loginBtn {
                    margin-left: 10px;
                    background: #df2828;
                    color: #fff;
                    padding: 3px 6px;
                    border-radius: 4px;
                }

            .rightBar .toolsPanel .panelModule .c .gotoCart {
                clear: both;
                line-height: 36px;
                padding-top: 10px;
                padding-right: 5px;
            }

                .rightBar .toolsPanel .panelModule .c .gotoCart .gotoCartBtn {
                    background: #df2828;
                    color: #fff;
                    line-height: 36px;
                    padding: 0 20px;
                    font-size: 16px;
                    border-radius: 4px;
                }

            .rightBar .toolsPanel .panelModule .c .noRecord {
                text-align: center;
                padding: 15px 0;
                font-size: 14px;
            }

        .rightBar .toolsPanel .panelModule .more {
            text-align: center;
            font-size: 12px;
            color: #666;
            height: 30px;
            line-height: 30px;
            font-family: "simsun";
        }

.sliderMenu {
    -moz-box-shadow: 0px 1px 5px #ccc;
    -webkit-box-shadow: 0px 1px 5px #ccc;
    box-shadow: 0px 1px 5px #ccc;
    background: #fff;
}

    .sliderMenu h3 {
        font-size: 18px;
        color: #666;
        border-bottom: 1px solid #ddd;
        height: 61px;
        line-height: 61px;
        padding: 0 22px;
        zoom: 1;
        overflow: hidden;
        cursor: pointer;
    }

        .sliderMenu h3 .icon {
            margin-right: 10px;
        }

            .sliderMenu h3 .icon .iconfont {
                font-size: 32px;
            }

        .sliderMenu h3 .arrow .iconfont {
            color: #cbcbcb;
            font-size: 12px;
        }

        .sliderMenu h3 .arrow .arrowup2Class {
            display: none !important;
        }

        .sliderMenu h3 .arrow .arrowdown2Class {
            display: block !important;
        }

        .sliderMenu h3:after {
            content: '.';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .sliderMenu h3.on .arrow .arrowup2Class {
            display: block !important;
        }

        .sliderMenu h3.on .arrow .arrowdown2Class {
            display: none !important;
        }

    .sliderMenu ul li {
        height: 40px;
        line-height: 40px;
        color: #666;
        padding-left: 40px;
    }

        .sliderMenu ul li a {
            display: block;
            font-size: 14px;
        }

        .sliderMenu ul li:hover, .sliderMenu ul li.cur {
            background: #df2828;
        }

            .sliderMenu ul li:hover a, .sliderMenu ul li.cur a {
                color: #fff;
            }

.checkbox {
    display: block;
    width: auto;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

    .checkbox .checkicon {
        display: inline-block;
        width: 13px;
        height: 22px;
        background: url(../images/checkicon.png) no-repeat 0 -22px;
        vertical-align: top;
        *margin-right: 3px;
    }

    .checkbox .text {
        display: inline-block;
    }

    .checkbox .inputCheckbox {
        display: none;
    }

    .checkbox:hover {
        color: #666;
    }

    .checkbox.on .checkicon {
        background-position: 0 0;
    }

.radio {
    display: block;
    width: auto;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

    .radio .radioicon {
        display: inline-block;
        width: 12px;
        height: 22px;
        background: url(../images/radioicon.png) no-repeat 0 -22px;
        vertical-align: top;
        *margin-right: 3px;
    }

    .radio .text {
        display: inline-block;
    }

    .radio .inputRadio {
        display: none;
    }

    .radio:hover {
        color: #666;
    }

    .radio.on .radioicon {
        background-position: 0 0;
    }

.rightFloatChat {
    width: 108px;
    height: 162px;
    z-index: 800;
    background: url(../images/yz_v2/zx.gif) no-repeat 0 0;
    padding: 0 3px 3px;
}

    .rightFloatChat .link1 {
        display: block;
        width: 108px;
        height: 97px;
    }

    .rightFloatChat .zxBox a, .rightFloatChat .qqBox a {
        display: block;
        width: 108px;
        height: 30px;
    }

    .rightFloatChat .zxBox a {
        margin-bottom: 2px;
    }

.starBox {
    width: 145px;
    height: 20px;
    line-height: 20px;
    position: relative;
}

    .starBox .starItem {
        width: 145px;
        position: absolute;
        left: 0;
        top: 0;
        height: 20px;
        overflow: hidden;
    }

    .starBox .starT {
        background: url(../images/star.png) no-repeat 0 -20px;
        z-index: 2;
    }

    .starBox .starB {
        background: url(../images/star.png) no-repeat 0 0;
        z-index: 1;
    }

.star1 .starT {
    width: 31px;
}

.star2 .starT {
    width: 62px;
}

.star3 .starT {
    width: 93px;
}

.star4 .starT {
    width: 124px;
}

.star5 .starT {
    width: 145px;
}

.page {
    height: 37px;
    line-height: 35px;
    padding-right: 10px;
}

    .page a, .page span {
        width: 33px;
        height: 35px;
        font-size: 14px;
        color: #666;
        text-align: center;
        border: 1px solid #d3d3d3;
        float: left;
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: #fff;
        margin: 0 4px;
    }

        .page a.prev, .page a.next {
            width: 80px;
            font-size: 12px;
            font-family: "simsun";
        }

            .page a.prev em {
                margin-right: 4px;
            }

            .page a.next em {
                margin-left: 4px;
            }

        .page a:hover, .page a.on, .page span.on {
            background: #d3d3d3;
            color: #fff;
        }

        .page span.curBox {
            width: auto;
            border: 0;
            padding: 0 20px;
        }

#pager {
    zoom: 1;
    padding: 0 0 20px;
}

    #pager .pages {
        height: 37px;
        line-height: 35px;
        float: right;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        #pager .pages li {
            width: 33px;
            height: 35px;
            font-size: 14px;
            color: #666;
            text-align: center;
            border: 1px solid #d3d3d3;
            float: left;
            display: inline-block;
            zoom: 1;
            background: #fff;
            margin: 0 4px;
            cursor: pointer;
            -moz-transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
        }

            #pager .pages li:hover {
                background: #d3d3d3;
                color: #fff;
                -moz-transition: all 0.2s linear 0s;
                -webkit-transition: all 0.2s linear 0s;
            }

        #pager .pages .pgNext {
            width: auto;
            padding: 0 15px;
        }

        #pager .pages .pgCurrent {
            background: #d3d3d3;
            color: #fff;
        }

    #pager:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.pagination {
    text-align: center;
    display: block !important;
}

    .pagination li {
        display: inline-block !important;
    }

        .pagination li a, .pagination li span {
            width: 33px !important;
            height: 35px !important;
            line-height: 35px !important;
            font-size: 14px !important;
            color: #666 !important;
            text-align: center !important;
            border: 1px solid #d3d3d3 !important;
            float: left !important;
            display: inline-block !important;
            *display: inline !important;
            zoom: 1 !important;
            background: #fff !important;
            margin: 0 4px !important;
            padding: 0 !important;
            font-weight: normal !important;
        }

            .pagination li a:hover {
                background: #d3d3d3 !important;
                color: #fff !important;
                border: 1px solid #d3d3d3 !important;
            }

    .pagination .active a {
        background: #d3d3d3 !important;
        color: #fff !important;
        border: 1px solid #d3d3d3 !important;
    }

    .pagination .prev a, .pagination .next a {
        font-family: "simsun" !important;
        width: 80px !important;
        font-size: 12px !important;
    }

.loader {
    position: relative;
}

.ajaxloading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/alpha40_fff.png) repeat 0 0;
}

    .ajaxloading .img {
        width: 32px;
        height: 32px;
        background: url(../images/loading.gif) no-repeat 0 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

.loading {
    width: 32px;
    height: 32px;
    background: url(../images/loading.gif) no-repeat 0 0;
    display: inline-block;
    vertical-align: top;
}

.category-select {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    color: #666;
    float: left;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7e7;
    z-index: 99;
}

    .category-select:hover {
        color: #666;
    }

    .category-select .icon {
        display: block;
        width: 34px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #ececec;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }

        .category-select .icon .iconfont {
            color: #555;
            font-size: 14px;
        }

    .category-select .cur-select {
        position: absolute;
        display: block;
        text-indent: 14px;
        width: 100%;
        height: 30px;
        overflow: hidden;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .category-select select {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 30px;
        opacity: 0;
        filter: alpha(opacity=0);
        font: 14px/30px "Microsoft YaHei";
        color: #666;
    }

        .category-select select option {
            text-indent: 10px;
            outline: none;
        }

    .category-select ul {
        overflow: auto;
        overflow-x: hidden;
        max-height: 150px;
        width: 100%;
        border: 1px solid #ddd;
        border-top: 0;
        position: absolute;
        left: -1px;
        top: 30px;
        background: #fff;
    }

        .category-select ul li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #333;
            padding: 0 10px;
            font-family: "simsun";
            overflow: hidden;
        }

            .category-select ul li:hover {
                color: #ff4800;
            }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    z-index: 100 !important;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-repeat: repeat-x;
    color: #000;
    background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
    border-left-color: #fdf59a;
    border-right-color: #fdf59a;
    border-top-color: #fdf59a;
    border-bottom-color: #fbed50;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-repeat: repeat-x;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
        border-left-color: #f3e97a;
        border-right-color: #f3e97a;
        border-top-color: #f3e97a;
        border-bottom-color: #edde34;
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom,#b3b3b3,gray);
    border-left-color: #808080;
    border-right-color: #808080;
    border-top-color: gray;
    border-bottom-color: #595959;
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: gray;
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666 \9;
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom,#08c,#04c);
    border-left-color: #04c;
    border-right-color: #04c;
    border-top-color: #04c;
    border-bottom-color: #002a80;
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #04c;
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
            background-color: #039 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: 0 0;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-repeat: repeat-x;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-image: linear-gradient(to bottom,#08c,#04c);
        border-left-color: #04c;
        border-right-color: #04c;
        border-top-color: #04c;
        border-bottom-color: #002a80;
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #04c;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
                background-color: #039 \9;
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i, .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 100%;
    background: #f5f5f5;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #f5f5f5;
    border-radius: 4px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #f5f5f5;
    position: relative;
    border-radius: 4px;
}

.jspDrag {
    background: #a2a2a2;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 4.5px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 4px;
    height: 4px;
    background: url(../images/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 4px;
    background: url(../images/border.png) repeat-x top left;
}

#cboxTopRight {
    width: 4px;
    height: 4px;
    background: url(../images/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 4px;
    height: 5px;
    background: url(../images/controls.png) no-repeat 0 -60px;
}

#cboxBottomCenter {
    height: 5px;
    background: url(../images/border.png) repeat-x bottom left;
}

#cboxBottomRight {
    width: 4px;
    height: 5px;
    background: url(../images/controls.png) no-repeat -46px -71px;
}

#cboxMiddleLeft {
    width: 4px;
    background: url(../images/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 4px;
    background: url(../images/controls.png) repeat-y -221px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 20px;
    margin-top: 42px;
    padding: 0 10px;
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center;
}

#cboxTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3;
}

#cboxTitleSpan {
    display: block;
    margin: 0 10px;
    border-bottom: 0;
    color: #6a6a6a;
    font-size: 14px;
    text-align: left;
    padding-bottom: 0;
    height: 42px;
    line-height: 42px;
}

    #cboxTitleSpan em {
        color: #fd7575;
    }

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(../images/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

    #cboxPrevious:hover {
        background-position: -51px 0px;
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

    #cboxNext:hover {
        background-position: -75px 0px;
    }

#cboxClose {
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: url(../images/controls.png) no-repeat -50px 0;
    text-indent: -9999px;
    position: absolute;
    top: 7px;
    right: 10px;
}

    #cboxClose:hover {
        background: url(../images/controls.png) no-repeat -78px 0px;
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0px;
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0px;
    }

.tips-error, .tips-warn {
    color: #df2828;
}

.tips-success {
    color: #3eae0f;
}

.tips-info {
    color: #42aedb;
}

.formLine {
    font-family: "simsun";
    margin-bottom: 20px;
}

    .formLine .t {
        font-size: 14px;
        color: #666;
        width: 70px;
        line-height: 36px;
    }

    .formLine .inputText {
        height: 24px;
        width: 198px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
        border: 1px solid #e7e7e7;
        padding: 5px 10px;
        font-family: "simsun";
    }

        .formLine .inputText:focus {
            border-color: #df2828;
        }

    .formLine .valueText {
        height: 36px;
        width: 220px;
        line-height: 36px;
        font-size: 14px;
        color: #666;
        font-family: "simsun";
    }

    .formLine .holderBox {
        float: left !important;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .formLine .tips {
        padding-left: 10px;
        height: 36px;
        line-height: 36px;
        float: left;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .formLine .tips .iconfont {
            margin-right: 3px;
            font-size: 14px;
        }

    .formLine .exampleText {
        color: #666;
        line-height: 22px;
        padding-left: 70px;
        clear: both;
        padding-top: 5px;
    }

    .formLine .c .checkbox {
        margin-right: 35px;
        padding-bottom: 15px;
    }

.formRow .tips {
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #fff;
    border-radius: 4px;
}

    .formRow .tips .iconfont {
        margin-right: 3px;
        font-size: 14px;
    }

.formRow .tips-error, .formRow .tips-warn {
    color: #df2828;
    border-color: #df2828;
}

.formRow .tips-success {
    color: #3eae0f;
    border-color: #3eae0f;
}

.formRow .tips-info {
    color: #42aedb;
    border-color: #42aedb;
}

.popContent {
    padding: 15px;
}

    .popContent .formLine .t {
        font-size: 12px;
        color: #666;
        width: 130px;
        text-align: right;
    }

        .popContent .formLine .t em {
            color: #df2828;
        }

    .popContent .btn {
        display: inline-block;
        width: auto;
        padding: 0 20px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background: #df2828;
        border: 1px solid #df2828;
        border-radius: 4px;
        font-family: "simsun";
    }

.popNewContact .formLine .inputTitle, .popNewContact .formLine .inputAddress {
    width: 340px;
}

.popNewContact .opreat {
    padding-left: 130px;
    padding-bottom: 15px;
}

.popConfirm {
    padding: 15px 50px;
}

    .popConfirm .tipsText {
        font-size: 18px;
        color: #666;
        padding: 10px 0 25px;
    }

    .popConfirm .popConfirmOpreat {
        padding: 10px 0 15px;
        text-align: center;
    }

        .popConfirm .popConfirmOpreat .confirmBtn {
            margin-right: 15px;
            float: none !important;
        }

        .popConfirm .popConfirmOpreat .cancelBtn {
            background: #f7ecd1;
            color: #df2828;
            border-color: #f8ddd4;
            float: none !important;
        }

.popConfirm2 {
    padding: 15px 20px;
}

    .popConfirm2 .tipsText {
        font-size: 14px;
        color: #666;
        padding: 10px 0 25px;
    }

    .popConfirm2 .popConfirmOpreat {
        padding: 10px 0 15px;
        text-align: center;
    }

        .popConfirm2 .popConfirmOpreat .confirmBtn {
            margin-right: 15px;
            float: none !important;
        }

            .popConfirm2 .popConfirmOpreat .confirmBtn.waiting {
                background: #df2828 url("../images/loading.gif") no-repeat 8px center;
                text-indent: 16px;
            }

        .popConfirm2 .popConfirmOpreat .cancelBtn {
            background: #f7ecd1;
            color: #df2828;
            border-color: #f8ddd4;
            float: none !important;
        }

.popAlert .tipsText {
    font-size: 18px;
    text-align: center;
}

    .popAlert .tipsText .iconfont {
        font-size: 24px;
        margin-right: 10px;
    }

.popAlert .popAlertOpreat {
    padding: 30px 0 1px;
    text-align: center;
}

.popOnService .t {
    font-size: 18px;
    color: #636363;
    margin-bottom: 15px;
    text-align: center;
}

.popOnService .c {
    text-align: center;
}

.popOnService .text {
    font-size: 14px;
    color: #848484;
    margin-bottom: 15px;
}

.popOnService .linkA {
    display: block;
    margin: 0 auto;
    color: #df2828;
    width: 100px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.popOnService .confirmBtn {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #df2828;
    border: 1px solid #df2828;
    border-radius: 4px;
    font-family: "simsun";
}

.popPayTips .t {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-left: 46px;
    color: #333;
    margin-bottom: 12px;
}

    .popPayTips .t .icon {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        left: 0;
        top: 5px;
    }

        .popPayTips .t .icon .iconfont {
            font-size: 36px;
            color: #f96060;
        }

.popPayTips .c {
    padding-left: 46px;
}

    .popPayTips .c .strong {
        color: #232323;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .popPayTips .c .text {
        font-size: 12px;
        font-family: "simsun";
        color: #666;
        margin-bottom: 20px;
    }

        .popPayTips .c .text p {
            line-height: 20px;
        }

            .popPayTips .c .text p em {
                color: #f18518;
            }

            .popPayTips .c .text p span {
                color: #015ab3;
            }

    .popPayTips .c .opreat {
        padding-bottom: 10px;
    }

        .popPayTips .c .opreat .confirmBtn {
            margin-right: 15px;
        }

        .popPayTips .c .opreat .cancelBtn {
            background: #f7ecd1;
            border-color: #f8ddd4;
            color: #df2828;
        }

.popReg {
    padding: 0 40px 0;
    text-align: left;
}

    .popReg .text {
        font-size: 14px;
        color: #666;
        line-height: 20px;
        text-align: left;
        margin-bottom: 15px;
        padding-top: 20px;
    }

        .popReg .text strong {
            font-weight: normal;
            color: #df2828;
        }

    .popReg .formRow {
        width: 300px;
        margin: 0 auto;
    }

        .popReg .formRow .tips {
            float: none;
            display: none;
            margin-bottom: 8px;
        }

        .popReg .formRow .formLine {
            height: 42px;
            line-height: 42px;
        }

        .popReg .formRow .radioLine {
            height: 36px;
            line-height: 36px;
        }

        .popReg .formRow .company, .popReg .formRow .personal {
            width: 35px;
            height: 22px;
            background: url(../images/icon_register.png) no-repeat;
            display: inline-block;
            _zoom: 1;
            _display: inline;
            margin-left: 5px;
            position: relative;
            top: 2px;
        }

        .popReg .formRow .personal {
            background-position: -48px -22px;
        }

        .popReg .formRow .company {
            background-position: right 0;
            margin-right: 16px;
        }

            .popReg .formRow .company.checked {
                background-position: 0 0 !important;
            }

        .popReg .formRow .personal.checked {
            background-position: 0 -22px !important;
        }

        .popReg .formRow .radios {
            margin: 0 7px 0 10px;
            vertical-align: middle;
        }

        .popReg .formRow .mobileLine, .popReg .formRow .CodeLine, .popReg .formRow .mobileCodeLine {
            margin-bottom: 18px;
        }

        .popReg .formRow .inputMobile, .popReg .formRow .inputCode, .popReg .formRow .inputMobileCode {
            width: 217px;
            height: 40px;
            padding: 0 10px 0 50px;
            border: 1px solid #ddd;
            background: url(../images/popform.png) no-repeat 0 0;
            outline: none;
            font-size: 14px;
            color: #666;
        }

        .popReg .formRow .inputCode, .popReg .formRow .inputMobileCode {
            width: 96px;
            background-position: 0 -40px;
            margin-right: 12px;
        }

        .popReg .formRow .phone-code {
            width: 107px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            background: #cc3011;
            border-radius: 4px;
            cursor: pointer;
        }

            .popReg .formRow .phone-code.disabled {
                background: #ddd;
                color: #999;
                cursor: default;
            }

        .popReg .formRow .opreat {
            margin-bottom: 15px;
        }

        .popReg .formRow .submitBtn {
            width: 280px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            background: #ff7700;
            font-family: Microsoft Yahei;
            border: 0;
            border-radius: 4px;
            cursor: pointer;
        }

        .popReg .formRow .link {
            font-size: 14px;
            text-align: right;
            color: #333;
        }

            .popReg .formRow .link a {
                color: #ff7700;
            }

.rightPopBox {
    width: 375px;
    background: #fff;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    border: 1px solid #ddd;
    -moz-box-shadow: 0px 1px 5px #ddd;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd;
}

.pop-success-cart {
    height: 174px;
    right: 35px;
    padding: 50px 30px 30px;
    z-index: 900;
}

    .pop-success-cart .icon {
        position: absolute;
        right: -14px;
        top: 50px;
        z-index: 9;
    }

        .pop-success-cart .icon .iconfont {
            color: #fff;
            font-size: 30px;
        }

    .pop-success-cart .closeBtn {
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .pop-success-cart .closeBtn .iconfont {
            color: #666;
            font-size: 18px;
        }

    .pop-success-cart .t {
        font-size: 20px;
        color: #333;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-bottom: 37px;
    }

        .pop-success-cart .t .iconfont {
            font-size: 36px;
            color: #3eae0f;
            margin-right: 10px;
            vertical-align: middle;
        }

    .pop-success-cart .c {
        padding-left: 60px;
    }

        .pop-success-cart .c .gotoCartBtn {
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            background: #df2828;
            font-size: 18px;
            border-radius: 4px;
            margin-right: 10px;
        }

        .pop-success-cart .c .ucando {
            height: 50px;
            line-height: 50px;
            color: #666;
            font-size: 12px;
            font-family: "simsun";
        }

            .pop-success-cart .c .ucando a {
                color: #165ac1;
            }

                .pop-success-cart .c .ucando a:hover {
                    text-decoration: underline;
                }

.stepBox {
    width: 995px;
    height: 56px;
    margin: 0 auto;
    padding: 50px 0;
}

    .stepBox .text {
        height: 22px;
        line-height: 22px;
        margin-bottom: 5px;
    }

        .stepBox .text .item {
            font-size: 14px;
            color: #999;
            width: 249px;
            text-align: center;
        }

        .stepBox .text .on {
            color: #df2828;
            width: 248px;
        }

        .stepBox .text .steped {
            color: #fa8c8c;
        }

    .stepBox .step {
        height: 34px;
    }

.step1 .step {
    background: url(../images/step.png) no-repeat 0 0;
}

.step2 .step {
    background: url(../images/step.png) no-repeat 0 -34px;
}

.step3 .step {
    background: url(../images/step.png) no-repeat 0 -68px;
}

.step4 .step {
    background: url(../images/step.png) no-repeat 0 -102px;
}

.yiyuanzhucepage {
    padding-top: 50px;
    margin-bottom: 42px;
}

    .yiyuanzhucepage .yiyuanzhuce_head {
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        color: #000;
        overflow: hidden;
    }

        .yiyuanzhucepage .yiyuanzhuce_head .step {
            background: url(../images/step1.png) no-repeat 0 0;
        }

            .yiyuanzhucepage .yiyuanzhuce_head .step dd {
                width: 395px;
                height: 80px;
                line-height: 80px;
                text-align: center;
            }

                .yiyuanzhucepage .yiyuanzhuce_head .step dd a {
                    display: block;
                    cursor: default;
                    color: #000;
                }

            .yiyuanzhucepage .yiyuanzhuce_head .step .sItem2 {
                width: 400px;
            }

        .yiyuanzhucepage .yiyuanzhuce_head .step1 {
            background-position: 0 0;
        }

        .yiyuanzhucepage .yiyuanzhuce_head .step2 {
            background-position: 0 -80px;
        }

        .yiyuanzhucepage .yiyuanzhuce_head .step3 {
            background-position: 0 -160px;
        }

.packagesRecommend {
    padding: 0 45px;
}

    .packagesRecommend .t {
        height: 44px;
        line-height: 44px;
        background: none;
        border-top: 0;
        padding-left: 0;
    }

    .packagesRecommend .c {
        height: 480px;
        overflow: hidden;
        padding: 47px 0 0 28px;
    }

        .packagesRecommend .c .item {
            padding-bottom: 40px;
            margin-bottom: 46px;
            border-bottom: 1px dotted #ddd;
        }

            .packagesRecommend .c .item .icon {
                height: 178px;
                line-height: 178px;
                padding: 0 29px;
            }

                .packagesRecommend .c .item .icon .iconfont {
                    font-size: 20px;
                    color: #ccc;
                }

            .packagesRecommend .c .item .ritem {
                position: relative;
                width: 140px;
                height: 158px;
                border: 1px solid #fff;
                font-size: 12px;
                color: #666;
                padding-top: 25px;
            }

                .packagesRecommend .c .item .ritem .ricon {
                    display: block;
                    width: 44px;
                    height: 44px;
                    position: absolute;
                    left: -17px;
                    top: -21px;
                    background: url(../images/packagesRecommendIcon.png) no-repeat;
                }

                .packagesRecommend .c .item .ritem .text {
                    display: block;
                }

                    .packagesRecommend .c .item .ritem .text .name {
                        display: block;
                        font-size: 18px;
                        text-align: center;
                        height: 44px;
                        line-height: 22px;
                        overflow: hidden;
                        margin-bottom: 5px;
                    }

                    .packagesRecommend .c .item .ritem .text .amount {
                        display: block;
                        padding-left: 15px;
                        margin-bottom: 5px;
                        max-height: 48px;
                        overflow: hidden;
                    }

                    .packagesRecommend .c .item .ritem .text .priceBox {
                        display: block;
                        padding-left: 15px;
                    }

                        .packagesRecommend .c .item .ritem .text .priceBox .price {
                            color: #df2828;
                            font-size: 12px;
                        }

                            .packagesRecommend .c .item .ritem .text .priceBox .price em {
                                font-size: 18px;
                            }

            .packagesRecommend .c .item .r1 {
                border-color: #42aedb;
            }

                .packagesRecommend .c .item .r1 .ricon {
                    background-position: 0 0;
                }

                .packagesRecommend .c .item .r1 .name {
                    color: #42aedb;
                }

            .packagesRecommend .c .item .r2 {
                border-color: #6eba4b;
            }

                .packagesRecommend .c .item .r2 .ricon {
                    background-position: 0 -50px;
                }

                .packagesRecommend .c .item .r2 .name {
                    color: #6eba4b;
                }

            .packagesRecommend .c .item .r3 {
                border-color: #e18751;
            }

                .packagesRecommend .c .item .r3 .ricon {
                    background-position: 0 -100px;
                }

                .packagesRecommend .c .item .r3 .name {
                    color: #e18751;
                }

            .packagesRecommend .c .item .r4 {
                border-color: #febf41;
                padding-top: 0;
                height: 183px;
            }

                .packagesRecommend .c .item .r4 .ritemCon {
                    display: block;
                    padding-top: 30px;
                    height: 120px;
                }

                    .packagesRecommend .c .item .r4 .ritemCon .ricon {
                        background-position: 0 -150px;
                    }

                    .packagesRecommend .c .item .r4 .ritemCon .text .name {
                        color: #febf41;
                        font-size: 18px;
                        height: 48px;
                        margin-bottom: 10px;
                    }

                    .packagesRecommend .c .item .r4 .ritemCon .text .priceBox {
                        text-align: center;
                        padding-left: 0;
                        margin-bottom: 12px;
                    }

                        .packagesRecommend .c .item .r4 .ritemCon .text .priceBox .price {
                            font-size: 18px;
                        }

                            .packagesRecommend .c .item .r4 .ritemCon .text .priceBox .price em {
                                font-size: 24px;
                            }

                    .packagesRecommend .c .item .r4 .ritemCon .text .addCartBtn {
                        display: block;
                        width: 93px;
                        height: 27px;
                        line-height: 27px;
                        text-align: center;
                        color: #fff;
                        font-size: 12px;
                        font-family: "simsun";
                        background: #df2828;
                        border: 0;
                        margin: 0 auto;
                        border-radius: 4px;
                        cursor: pointer;
                    }

.mayLike {
    padding: 15px 0 0;
    margin: 0 45px;
    border-top: 1px solid #ddd;
}

    .mayLike .t {
        background: none;
        padding-left: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .mayLike .c .maylikeSliderBox {
        position: relative;
        margin-bottom: 35px;
    }

        .mayLike .c .maylikeSliderBox .maylikeSlider {
            margin: 0 -7px;
            height: 192px;
            overflow: hidden;
        }

            .mayLike .c .maylikeSliderBox .maylikeSlider .item {
                display: block;
                width: 202px;
                margin: 0 7px;
            }

                .mayLike .c .maylikeSliderBox .maylikeSlider .item .pic {
                    display: block;
                    width: 202px;
                    height: 160px;
                }

                    .mayLike .c .maylikeSliderBox .maylikeSlider .item .pic img {
                        display: block;
                        width: 202px;
                        height: 160px;
                    }

                .mayLike .c .maylikeSliderBox .maylikeSlider .item .price {
                    display: block;
                    width: 202px;
                    height: 32px;
                    line-height: 32px;
                    font-size: 12px;
                    color: #666;
                    font-family: "simsun";
                    text-align: center;
                }

                    .mayLike .c .maylikeSliderBox .maylikeSlider .item .price em {
                        font-family: "Microsoft Yahei";
                        font-size: 14px;
                        color: #df2828;
                    }

        .mayLike .c .maylikeSliderBox .maylikeSliderOpreat {
            position: absolute;
            right: 0;
            top: -24px;
            height: 19px;
            line-height: 19px;
        }

            .mayLike .c .maylikeSliderBox .maylikeSliderOpreat .status {
                font-size: 14px;
                color: #b8bdc4;
            }

                .mayLike .c .maylikeSliderBox .maylikeSliderOpreat .status em {
                    color: #df2828;
                    padding: 0 2px;
                }

                .mayLike .c .maylikeSliderBox .maylikeSliderOpreat .status span {
                    padding: 0 2px;
                }

            .mayLike .c .maylikeSliderBox .maylikeSliderOpreat .btn {
                color: #b8bdc4;
            }

                .mayLike .c .maylikeSliderBox .maylikeSliderOpreat .btn .iconfont {
                    font-size: 12px;
                }

                .mayLike .c .maylikeSliderBox .maylikeSliderOpreat .btn:hover {
                    color: #666;
                }

.viewed {
    padding: 15px 0 0;
    margin: 0 45px;
    border-top: 1px solid #ddd;
}

    .viewed .t {
        background: none;
        padding-left: 0;
        border: 0;
        margin-bottom: 10px;
    }

    .viewed .c .maylikeSliderBox {
        position: relative;
        margin-bottom: 35px;
    }

        .viewed .c .maylikeSliderBox .maylikeSlider {
            margin: 0 -7px;
            height: 192px;
            overflow: hidden;
        }

            .viewed .c .maylikeSliderBox .maylikeSlider .item {
                display: block;
                width: 202px;
                margin: 0 7px;
            }

                .viewed .c .maylikeSliderBox .maylikeSlider .item .pic {
                    display: block;
                    width: 202px;
                    height: 160px;
                }

                    .viewed .c .maylikeSliderBox .maylikeSlider .item .pic img {
                        display: block;
                        width: 202px;
                        height: 160px;
                    }

                .viewed .c .maylikeSliderBox .maylikeSlider .item .price {
                    display: block;
                    width: 202px;
                    height: 32px;
                    line-height: 32px;
                    font-size: 12px;
                    color: #666;
                    font-family: "simsun";
                    text-align: center;
                }

                    .viewed .c .maylikeSliderBox .maylikeSlider .item .price em {
                        font-family: "Microsoft Yahei";
                        font-size: 14px;
                        color: #df2828;
                    }

        .viewed .c .maylikeSliderBox .maylikeSliderOpreat {
            width: 100%;
            position: absolute;
            top: 80px;
            height: 19px;
            line-height: 19px;
        }

            .viewed .c .maylikeSliderBox .maylikeSliderOpreat .btn {
                display: block;
                width: 32px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                background: url(../images/alpha10.png) repeat 0 0;
                color: #fff;
                position: absolute;
                top: 0;
            }

                .viewed .c .maylikeSliderBox .maylikeSliderOpreat .btn .iconfont {
                    font-size: 16px;
                }

                .viewed .c .maylikeSliderBox .maylikeSliderOpreat .btn:hover {
                    color: #fff;
                    background: url(../images/alpha40.png) repeat 0 0;
                }

            .viewed .c .maylikeSliderBox .maylikeSliderOpreat .prev {
                left: 0;
            }

            .viewed .c .maylikeSliderBox .maylikeSliderOpreat .next {
                right: 0;
            }

.amountBox {
    width: 104px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    margin-right: 15px;
}

    .amountBox .btn {
        width: 28px;
        height: 30px;
        background: #eee;
        text-align: center;
        color: #666;
        border: 0;
        cursor: pointer;
    }

    .amountBox button:disabled {
        color: #ddd;
        cursor: default;
    }

    .amountBox .amountInputBox {
        width: 46px;
        height: 30px;
        overflow: hidden;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

        .amountBox .amountInputBox .inputAmount {
            border: 0;
            height: 30px;
            width: 46px;
            line-height: 30px;
            font-size: 14px;
            text-align: center;
        }

.tabTitle {
    background: url(../images/tabtitle.png) repeat-x 0 0;
    height: 50px;
}

    .tabTitle .tabTitleMain {
        width: 898px;
        padding-left: 50px;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

        .tabTitle .tabTitleMain ul {
            height: 48px;
        }

            .tabTitle .tabTitleMain ul li {
                height: 48px;
                line-height: 48px;
                padding: 0 30px;
                font-size: 14px;
                color: #333;
                float: left;
                display: inline-block;
                *display: inline;
                zoom: 1;
                border: 1px solid #ddd;
                margin-left: -1px;
                cursor: pointer;
            }

                .tabTitle .tabTitleMain ul li em {
                    color: #42aedb;
                    margin-left: 5px;
                }

                .tabTitle .tabTitleMain ul li.on {
                    color: #df2828;
                    border-top: 4px solid #df2828;
                    border-bottom: 1px solid #fff;
                    height: 45px;
                    line-height: 41px;
                }

.uploadBox {
    clear: both;
    padding-top: 20px;
    padding-left: 70px;
}

    .uploadBox .upPic {
        background-color: #fff;
        margin-right: 20px;
        zoom: 1;
    }

        .uploadBox .upPic:after {
            content: '.';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .uploadBox .upPic .fileUpload {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .uploadBox .upPic li {
            position: relative;
            width: 96px;
            height: 96px;
            float: left;
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: 5px;
        }

            .uploadBox .upPic li img {
                border: 1px solid #e1e1e1;
                vertical-align: bottom;
                width: 94px;
                height: 94px;
            }

            .uploadBox .upPic li .close {
                width: 20px;
                height: 20px;
                text-align: center;
                line-height: 20px;
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                opacity: 1;
            }

            .uploadBox .upPic li.addPic {
                border: 1px solid #e1e1e1;
                background: url(../images/uploadBtn.png) no-repeat 0 0;
                width: 94px;
                height: 94px;
                text-align: center;
                position: relative;
            }

                .uploadBox .upPic li.addPic .text {
                    font-size: 12px;
                    color: #666;
                    display: block;
                    width: 94px;
                    height: 28px;
                    line-height: 28px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .uploadBox .upPic li.addPic a i {
                    background-position: -63px -1px;
                    display: block;
                    width: 48px;
                    height: 48px;
                    margin: 20px auto;
                }

    .uploadBox .uploadify object {
        left: 0;
        top: 0;
    }

    .uploadBox .exampleBox {
        width: 420px;
        background: #fffef8;
        border: 1px solid #ffede4;
        position: relative;
        padding-left: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .uploadBox .exampleBox .icon {
            width: 60px;
            height: 52px;
            background: url(../images/exampleicon.png) no-repeat 0 0;
            position: absolute;
            left: -1px;
            top: -1px;
        }

        .uploadBox .exampleBox .exampleImg {
            width: 125px;
            border: 1px solid #e6e6e6;
            margin-right: 20px;
        }

            .uploadBox .exampleBox .exampleImg img {
                display: block;
                width: 125px;
            }

        .uploadBox .exampleBox .text {
            height: 100px;
            line-height: 100px;
            font-family: "Microsoft Yahei";
            color: #c47d4e;
            font-size: 14px;
        }

.article {
    line-height: 24px;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 35px 0;
}

    .article .article_t h1 {
        text-align: center;
        color: #333;
        line-height: 28px;
        padding-top: 5px;
        font-size: 30px;
    }

    .article .article_con {
        padding: 10px;
    }

        .article .article_con p {
            margin: 10px 0px 15px;
        }

.FeedBackInfo {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}

    .FeedBackInfo .pic {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto 10px;
        background: url(../images/loading.gif) no-repeat center center;
    }

    .FeedBackInfo .span-auto {
        display: block;
        text-align: center;
    }

.prompt {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}

    .prompt .prompt_title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .prompt .prompt_content {
        text-align: center;
    }

.topBanner {
    display: none;
    overflow: hidden;
    min-width: 1190px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .topBanner .topBannerMain a {
        display: block;
    }

        .topBanner .topBannerMain a img {
            display: block;
            margin: 0 auto;
            visibility: hidden;
        }

.fr_links {
    width: 1200px;
    line-height: 30px;
    margin: 20px auto;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

    .fr_links .fr_t {
        color: #333;
        padding: 0 10px;
        font-size: 18px;
        width: 100px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
    }

    .fr_links .fr_m {
        text-align: left;
        display: inline-block;
        width: 1000px;
    }

        .fr_links .fr_m a {
            color: #666;
            cursor: pointer;
            white-space: nowrap;
            padding: 0 20px;
            font-size: 14px;
        }

            .fr_links .fr_m a:hover {
                color: #000;
            }

        .fr_links .fr_m span.line {
            padding: 0 20px;
        }

.pageError {
    width: 1190px;
    background: url(../images/01.jpg) no-repeat center top #fff;
    overflow: hidden;
    margin: 0 auto;
}

    .pageError .pageErrorCon {
        padding-top: 230px;
        padding-left: 570px;
    }

        .pageError .pageErrorCon h2 {
            font-size: 30px;
            color: #666;
            font-weight: normal;
            margin-bottom: 60px;
        }

            .pageError .pageErrorCon h2 span {
                color: #ff7101;
            }

        .pageError .pageErrorCon .youcan p {
            font-size: 20px;
            color: #333;
            margin-bottom: 15px;
        }

        .pageError .pageErrorCon .btn {
            width: 160px;
            height: 48px;
            background: url(../images/btn.png) no-repeat 0 0;
            font-size: 18px;
            color: #fff;
            line-height: 48px;
            text-align: center;
            text-decoration: none;
            margin-right: 25px;
            -moz-transition: none;
            -webkit-transition: none;
        }

            .pageError .pageErrorCon .btn:hover {
                background-position: 0 -48px;
                -moz-transition: none;
                -webkit-transition: none;
            }

        .pageError .pageErrorCon .otherLinks {
            margin-top: 160px;
            padding: 25px 0;
            border-top: 1px solid #f0f0f0;
            font-size: 14px;
            color: #333;
        }

            .pageError .pageErrorCon .otherLinks a {
                color: #f08519;
                margin: 0 12px;
            }

            .pageError .pageErrorCon .otherLinks strong {
                margin-right: 12px;
            }

            .pageError .pageErrorCon .otherLinks .back {
                color: #333;
                margin: 0 130px 0 0;
            }

.areaModule {
    float: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    z-index: 3;
    height: 30px;
}

    .areaModule .text {
        float: left;
        position: relative;
        top: 0;
        height: 28px;
        background: #fff;
        border: 1px solid #CECBCE;
        padding: 0 20px 0 15px;
        line-height: 28px;
        overflow: hidden;
    }

        .areaModule .text div {
            float: left;
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin-right: 5px;
        }

        .areaModule .text .iconfont {
            float: left;
            display: inline-block;
            *display: inline;
            zoom: 1;
            font-size: 12px;
        }

    .areaModule .content {
        display: none;
        position: absolute;
        top: 25px;
        left: -45px;
        border: 1px solid #CECBCE;
        width: 435px;
        padding: 0 15px;
        background: #fff;
        -moz-box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }

        .areaModule .content .closeBtn {
            position: absolute;
            right: 10px;
            top: 8px;
            color: #3e3e3e;
            display: block;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
        }

        .areaModule .content .areaTabs {
            padding-top: 10px;
        }

            .areaModule .content .areaTabs .a_tabs {
                border-bottom: 1px solid #df2828;
                padding-left: 10px;
                overflow: visible;
                height: 25px;
            }

                .areaModule .content .areaTabs .a_tabs li {
                    display: none;
                    float: left;
                    zoom: 1;
                    border: 1px solid #ccc;
                    border-bottom: none;
                    height: 24px;
                    line-height: 24px;
                    padding: 0 15px;
                    margin-right: 5px;
                    margin-bottom: 0;
                    cursor: pointer;
                }

                    .areaModule .content .areaTabs .a_tabs li div {
                        float: left;
                        display: inline-block;
                        *display: inline;
                        zoom: 1;
                        margin-right: 5px;
                        font-size: 14px;
                    }

                    .areaModule .content .areaTabs .a_tabs li .iconfont {
                        float: left;
                        display: inline-block;
                        *display: inline;
                        zoom: 1;
                        font-size: 12px;
                    }

                    .areaModule .content .areaTabs .a_tabs li:hover .iconfont {
                        color: #df2828;
                    }

                    .areaModule .content .areaTabs .a_tabs li:after {
                        content: '.';
                        display: block;
                        height: 0;
                        clear: both;
                        visibility: hidden;
                    }

                .areaModule .content .areaTabs .a_tabs .on {
                    border-color: #df2828;
                    position: relative;
                    z-index: 1;
                    height: 25px;
                    background: #fff;
                }

            .areaModule .content .areaTabs .a_contentList .a_content {
                padding: 10px 4px;
            }

                .areaModule .content .areaTabs .a_contentList .a_content a {
                    float: left;
                    display: inline-block;
                    zoom: 1;
                    width: 25%;
                    font-size: 12px;
                    line-height: 20px;
                    height: 20px;
                    font-family: "simsun";
                }

        .areaModule .content .areaModule_back {
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            visibility: visible;
            background: #000;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            overflow: hidden;
            display: none;
        }

.parentFileBox {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .parentFileBox .fileBoxUl {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 5px;
    }

        .parentFileBox .fileBoxUl li {
            float: left;
            width: 94px;
            height: 94px;
            border: 1px solid #e1e1e1;
            margin-right: 10px;
            overflow: hidden;
            position: relative;
            background-color: #099;
        }

            .parentFileBox .fileBoxUl li:hover .diyFileName {
                display: block;
            }

            .parentFileBox .fileBoxUl li .viewThumb {
                position: absolute;
                top: 0;
                left: 0;
                width: 94px;
                height: 94px;
                overflow: hidden;
            }

                .parentFileBox .fileBoxUl li .viewThumb img {
                    width: 100%;
                    height: 100%;
                }

            .parentFileBox .fileBoxUl li .diyCancel, .parentFileBox .fileBoxUl li .diySuccess {
                position: absolute;
                width: 32px;
                height: 32px;
                top: 2px;
                right: 2px;
                cursor: pointer;
                display: none;
            }

            .parentFileBox .fileBoxUl li .diyCancel {
                background: url(../images/x_alt.png) no-repeat;
            }

            .parentFileBox .fileBoxUl li .diySuccess {
                background: url(../images/check_alt.png) no-repeat;
                cursor: default;
            }

            .parentFileBox .fileBoxUl li .diyFileName {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                height: 20px;
                line-height: 20px;
                text-align: center;
                color: #fff;
                font-size: 12px;
                display: none;
                background: url(../images/bgblack.png);
            }

            .parentFileBox .fileBoxUl li .diyBar {
                bottom: 0;
                left: 0;
                position: absolute;
                width: 94px;
                height: 50px;
                line-height: 50px;
                background: url(../images/bgblack.png);
                display: none;
            }

                .parentFileBox .fileBoxUl li .diyBar .diyProgressText {
                    font-size: 14px;
                    text-align: center;
                    color: #FFF;
                    position: relative;
                    z-index: 99;
                }

                .parentFileBox .fileBoxUl li .diyBar .diyProgress {
                    position: absolute;
                    left: 0;
                    top: 42%;
                    height: 24px;
                    width: 100%;
                    background-color: #09F;
                    filter: alpha(opacity=70);
                    -moz-opacity: 0.7;
                    opacity: 0.7;
                    z-index: 97;
                }

        .parentFileBox .fileBoxUl .diyUploadHover:hover .diyCancel {
            display: block;
        }

.avi_diy_bg, .txt_diy_bg, .doc_diy_bg, .zip_diy_bg, .csv_diy_bg, .xls_diy_bg, .mp3_diy_bg, .pdf_diy_bg, .rar_diy_bg {
    background-position: center;
    background-repeat: no-repeat;
}

.avi_diy_bg {
    background-image: url(../images/filebg/avi.png);
}

.txt_diy_bg {
    background-image: url(../images/filebg/txt.png);
}

.doc_diy_bg {
    background-image: url(../images/filebg/doc.png);
}

.zip_diy_bg {
    background-image: url(../images/filebg/zip.png);
}

.csv_diy_bg {
    background-image: url(../images/filebg/csv.png);
}

.xls_diy_bg {
    background-image: url(../images/filebg/xls.png);
}

.mp3_diy_bg {
    background-image: url(../images/filebg/mp3.png);
}

.pdf_diy_bg {
    background-image: url(../images/filebg/pdf.png);
}

.rar_diy_bg {
    background-image: url(../images/filebg/rar.png);
}

.upload_wrap {
    min-width: 708px;
    max-width: 790px;
}

.webuploader-container {
    position: relative;
    height: 36px;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    width: 94px;
    height: 28px;
    background: url(../images/uploadBtn.png) no-repeat 0 bottom;
    border: 1px solid #e1e1e1;
    line-height: 28px;
    cursor: pointer;
    color: #666;
    text-align: center;
    overflow: hidden;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}
