﻿    
    /*==========@@HTML默认 开始@@==========*/

    /*基本*/

    * {
        padding: 0px;
        margin: 0px
    }

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }

    body {
        margin: 0px auto;
        font-family: Segoe UI Light, "microsoft yahei", "微软雅黑\8F6F\96C5\9ED1,Arial,Helvetica,sans-serif";
        font-size: 12px;
        background: #fff;
    }

    div {
        margin: 0;
        padding: 0;
        border: 0;
    }

    img {
        margin: 0;
        padding: 0;
        border: 0;
    }

    p {
        margin: 0px;
        line-height: 1.8em
    }

    b, strong {
        font-weight: bold;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
        /* Remove most spacing between table cells.*/
    }

    li {
        list-style: none outside none;
    }

    /*链接*/

    a {
        text-decoration: none;
        color: #626262;
        background: transparent;
        outline: none
    }

    a:visited {}

    a:hover {
        color: #f60 !important;
    }

    a:focus {
        outline: none;
    }

    a:active {
        outline: none;
    }

    /*标题*/

    h1 {
        font-size: 1.3em;
        margin: 0;
    }

    h2 {
        font-size: 1.2em;
        margin: 0;
    }

    h3 {
        font-size: 1.17em;
        margin: 0;
    }

    h4 {
        font-size: 1em;
        margin: 0;
    }

    h5 {
        font-size: 0.83em;
        margin: 0;
    }

    h6 {
        font-size: 0.67em;
        margin: 0;
    }

    /*表单*/

    form {
        margin: 0;
    }

    button, input, select, textarea {
        font-size: 100%;
        margin: 3px;
        vertical-align: baseline;
        *vertical-align: middle;
    }

    button, select {
        text-transform: none;
    }

    input {
        padding: 2px;
        background-color: #FFFFFF;
        border: 1px solid #ccc;
        width: 99%;
        line-height: normal;
    }

    textarea {
        padding: 2px;
        color: #000000;
        background-color: #fff;
        width: 99%;
    }

    /*其它*/

    blockquote {
        margin: 1em 40px;
    }

    dfn {
        font-style: italic;
    }

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
    }

    code, kbd, pre, samp {
        font-size: 1em;
    }

    pre {
        margin: 1em 0;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
        /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
    }

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    dl {
        margin: 1em 0;
    }

    dd {
        margin: 0 0 0 40px;
    }

    i {
        font-style: normal;
        font-weight: normal;
    }

    /*==========@@HTML默认  结束@@==========*/

    /*==========@@元件 开始@@==========*/

    /*常用颜色*/

    .blue {
        color: #00F !important;
    }

    .green {
        color: #0F0 !important;
    }

    .red {
        color: #F00 !important;
    }

    .black {
        color: #000000 !important;
    }

    .white {
        color: #FFFFFF !important;
    }

    .gray {
        color: gray;
        !important;
    }

    .purple {
        color: purple;
        !important;
    }

    /*浮动*/

    .clear {
        display: block;
        clear: both;
        height: 3px;
        overflow: hidden;
        line-height: 3px;
    }

    .float_left {
        float: left;
    }

    .float_right {
        float: right;
    }

    /*按钮*/

    .btn {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        height: 32px;
        line-height: 32px;
        padding: 0px 20px;
        font-weight: 300;
        font-size: 14px;
        margin: 0;
        text-decoration: none;
        text-align: center;
        text-indent: 0;
        cursor: pointer;
        border: 1px solid #d4d4d4;
        color: #666666;
    }

    /*默认样式*/

    .btn {
        background-color: #cf010e;
        color: #fff;
    }

    .btn:hover {
        background-color: #CF232E;
        color: #fff;
    }

    .btn:active {
        background: #CF232E;
        color: #fff;
    }

    /*按钮大小*/

    .btn-large {
        font-size: 18px;
        height: 34px;
        line-height: 34px;
        padding: 0px 22px;
    }

    .btn-small {
        font-size: 12px;
        height: 25.6px;
        line-height: 25.6px;
        padding: 0px 16px;
    }

    .btn-tiny {
        font-size: 12px;
        height: 22.4px;
        line-height: 22.4px;
        padding: 0px 13px;
    }

    /*块按钮*/

    .btn-block {
        display: block;
    }

    .btnBuyNow {
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        background: #e53736;
        cursor: pointer;
        float: left;
        border: 1px solid #c40000;
        margin-right: 20px;
        font-size: 16px;
        border-radius: 2px;
    }

    .btnBuyNow:hover {
        color: #fff;
    }

    .ljxz {
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        background: #e53e40;
        cursor: pointer;
        float: left;
        border: 1px solid #c40000;
        margin-right: 20px;
        font-size: 16px;
        border-radius: 2px;
    }

    .ljxz:hover {
        color: #fff;
    }

    .row_btn {
        padding: 15px 0;
    }

    .tpys {
        display: block;
        width: 120px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        background: #3e73b7;
        cursor: pointer;
        float: left;
        border: 1px solid #3e73b7;
        margin-right: 20px;
        font-size: 16px;
        border-radius: 2px;
    }

    .tpys:hover {
        color: #fff;
    }

    .btnAddCart {
        display: block;
        width: 90px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        padding-left: 36px;
        margin-right: 10px;
        border: 1px solid #cf010e;
        background: url(../image/cartwhite.png) no-repeat 12px center #cf010e;
        cursor: pointer;
        float: left;
    }

    .btnAddCart:hover {
        color: #ddd;
    }

    .btnSellOut {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #fff;
        background: #ccc;
        float: left;
        border: 1px solid #ccc;
        margin-right: 10px;
        text-align: center;
        padding: 0 30px;
    }

    /*加入收藏*/

    .btnAddFavorite {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #fff;
        padding: 0 16px;
        text-indent: 16px;
        margin-right: 0px;
        border: 1px solid #ff6600;
        background: url(../image/favorite.png) no-repeat 8px center #ff6600;
        cursor: pointer;
        float: left;
    }

    .btnAddFavorite:hover {
        color: #ddd;
    }

    .btnComment {
        display: block;
        width: 110px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        padding: 0;
        border: 1px solid #cf010e;
        background: #cf010e;
        cursor: pointer;
    }

    .btnComment:hover {
        color: #ddd;
    }

    .btnAddCart1 {
        display: block;
        width: 86px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #ddd;
        color: #cf010e;
        padding-left: 32px;
        background: url(../image/cartred.png) no-repeat 6px center;
        cursor: pointer;
        float: left;
        margin-left: 10px;
    }

    .btnAddCart1:hover {
        background: url(../image/cartwhite.png) no-repeat 6px center #cf010e;
        color: #fff;
    }

    .btnSellOut1 {
        display: block;
        height: 26px;
        line-height: 26px;
        border: 1px solid #ccc;
        color: #fff;
        background: #ccc;
        float: left;
        padding: 0 15px;
        text-align: center;
    }

    .btnExchange {
        display: block;
        padding: 0 12px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #cf010e;
        color: #cf010e;
        cursor: pointer;
        float: left;
    }

    .btnExchange:hover {
        background-color: #cf010e;
        color: #fff;
    }

    .btnSmsCode {
        float: left;
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0px 8px;
        font-size: 14px;
        margin: 3px 0;
        text-decoration: none;
        text-align: center;
        text-indent: 0;
        cursor: pointer;
        color: #666666;
        background-color: #cf010e;
        color: #fff;
        border: 0;
    }

    .btnSmsCode:hover {
        background-color: #CF232E;
        color: #fff;
    }

    .btnSmsCode:active {
        background: #CF232E;
        color: #fff;
    }

    .btnReg, .btnLogin, .btnNextStep, .btnResetPwd {
        float: left;
        width: auto;
        height: 35px;
        line-height: 35px;
        padding: 0px 18px;
        font-size: 16px;
        margin: 3px 0;
        text-decoration: none;
        text-align: center;
        text-indent: 0;
        cursor: pointer;
        color: #666666;
        background-color: #cf010e;
        color: #fff;
        border: 0;
    }

    .btnReg:hover, .btnLogin:hover, .btnNextStep:hover, .btnResetPwd:hover {
        background-color: #CF232E;
        color: #fff;
    }

    .btnReg:active, .btnLogin:active, .btnNextStep:active, .btnResetPwd:active {
        background: #CF232E;
        color: #fff;
    }

    .btnForgetPassword, .btnRegNow {
        float: left;
        width: auto;
        height: 35px;
        line-height: 35px;
        padding: 0px 10px;
        font-size: 14px;
        margin: 3px 0;
        text-decoration: none;
        text-align: center;
        text-indent: 0;
        cursor: pointer;
        color: #666666;
        background-color: #fff;
        color: #000;
        border: 0;
    }

    /*表单类*/

    .form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover {
        border: 1px solid #CCC;
        height: 20px;
        line-height: 20px;
        clip: rect;
        padding: 5px 3px;
        color: #000000;
        outline: 0;
    }

    .form_text {
        width: 95%;
        background-position: 0px 0px;
    }

    .form_text:hover {
        background-position: 0px -37px;
    }

    .form_text_verifycode {
        width: 50px;
        margin-right: 3px;
        background-position: 0px 0px;
    }

    .form_text_verifycode:hover {
        background-position: 0px -37px;
    }

    .form_radio {
        width: auto;
        border: 0;
    }

    .form_checkbox {
        width: auto;
        border: 0
    }

    .form_select {
        height: 25px;
    }

    .form_textarea {
        width: 95%;
        height: 80px;
        border: 1px solid #CCC;
        padding: 2px;
        outline: 0;
    }

    .form_button {
        width: auto;
        vertical-align: middle;
        border: 0 none;
        /*解决ie焦点是有黑色边框*/
    }

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .required {
        color: red;
        font-weight: bold;
        text-align: left;
        padding-left: 3px;
    }

    /*其它*/

    .hide {
        display: none;
    }

    /*隐藏*/

    .more {
        float: right;
        padding-right: 5px;
    }

    /*more链接*/

    .code_image {
        cursor: pointer;
        padding-bottom: 6px;
        height: 28px;
    }

    /*验证码图片样式*/

    /*频道*/

    .ChannelContent {
        line-height: 2.0em;
        font-size: 14px;
    }

    .ChannelSContent, .ChannelSContent p {
        line-height: 1.8em
    }

    .ChannelContent a {
        color: #ff9d02
    }

    .ChannelSContent {
        color: #FFF;
        line-height: 25px;
        height: 200px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .ChannelSContent a {
        color: #ff9d02
    }

    .ChannelSContent img, .InfoContent img {
        max-width: 100%
    }

    /*信息*/

    .InfoTitle {
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        padding: 5px 0px
    }

    .InfoPrice {
        color: #E4393C;
        text-align: left;
        font-size: 15px;
        padding: 5px;
    }

    .ExchangePrice {
        color: #E4393C;
        text-align: left;
        font-size: 15px;
        font-family: Verdana;
        padding: 5px;
        width: 90%;
        margin: 0 auto;
    }

    .ExchangePrice b {
        font-weight: normal;
        color: #333;
    }

    .ExchangePrice em {
        font-style: normal;
        padding: 0 3px;
        display: inline;
        margin: 0;
    }

    .InfoTitle h1 {
        font-size: 22px;
        line-height: 1.5em;
        font-weight: normal;
    }

    .InfoTime {
        color: #999;
        text-align: left;
        padding: 2px 0px;
        height: 25px
    }

    .InfoContent, .InfoContent p {
        line-height: 2.0em;
        font-size: 14px;
    }

    .InfoAttachment {
        padding: 10px 0px;
        text-align: center;
        width: 81px;
        margin: 0 auto;
    }

    .InfoPicture {
        text-align: center;
    }

    .InfoPicture img {
        width: 100%;
        max-width: 100%
    }

    /*==========@@元件 结束@@==========*/

    /*==========@@模块  开始@@==========*/

    /*左侧样式*/

    .left_title {
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        border-bottom: solid 1px #dddddd;
        font-size: 12px;
        color: #666;
    }

    .left_title h2 {
        font-size: 18px;
        color: #666;
        font-family: "Microsoft Jhenghei";
        color: #333;
        margin-right: 5px;
        float: left;
    }

    .left_body {
        overflow: hidden;
        zoom: 1;
        padding: 0 10px 10px 10px;
    }

    .left_bottom {
        height: 10px;
    }

    /*左侧样式1*/

    .left_title1 {
        padding: 135px 10px 0 10px;
        border-bottom: 1px solid #e9e9e9;
    }

    .left_body1 {
        overflow: hidden;
        zoom: 1;
        padding: 0;
        clear: both;
        margin-top: 5px;
        padding: 0 15px;
    }

    .left_bottom1 {
        overflow: hidden;
        padding: 0 15px;
    }

    .left_title2 {}

    .left_body2 {}

    .left_title3 {
        line-height: 38px;
        background: #ffffff;
        border-bottom: #eeeeee 1px solid;
        color: #999;
        text-align: center;
        font-size: 14px;
    }

    #product_read_floor_1_1 .wrap.fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        left: 0;
        width: 100%;
    }

    #product_read_floor_1_1 .wrap.fixed .wrap_1 {
        width: 1210px;
        position: relative;
        margin: 0 auto;
    }

    #product_read_floor_1_1 .wrap.fixed .wrap_1 .wrap_1_1 {
        background: #fff;
        position: absolute;
        width: 266px;
        right: 0;
    }

    .left_body3 {
        padding: 10px 20px;
    }

    /*右侧样式1*/

    .right_title {
        height: 40px;
        line-height: 40px;
        background: url(../image/title_line.jpg) left bottom no-repeat
    }

    .right_title h2 {
        font-size: 12px;
        font-weight: normal;
        color: #000;
    }

    .right_body {
        padding: 10px 0;
        zoom: 1;
        border-top: 0;
    }

    .right_bottom {
        height: 8px;
    }

    /*右侧样式1*/

    .right_title1 {
        height: 35px;
        line-height: 35px;
    }

    .right_title1 h2 {
        font-size: 16px;
        font-weight: normal;
        color: #666;
        padding-left: 1em;
    }

    .right_body1 {
        padding: 5px 0px;
        overflow: hidden;
        zoom: 1;
    }

    .right_body1_1, .right_body1_3 {
        float: left;
        width: 30px;
    }

    .right_body1_2 {
        float: left;
        width: 1128px;
    }

    .right_body1 .sPrev, .right_body1 .sNext {
        display: block;
        width: 16px;
        height: 54px;
        background: url(../image/arrow.png) no-repeat;
        cursor: pointer;
        margin: 0 auto;
        outline: 0px dashed red;
        margin-top: 80px;
    }

    .right_body1 .sPrev {
        background-position: 2px center;
    }

    .right_body1 .sPrev:hover {
        background-position: -27px center;
    }

    .right_body1 .sNext {
        background-position: -13px center;
    }

    .right_body1 .sNext:hover {
        background-position: -42px center;
    }

    .right_bottom1 {
        height: 8px;
    }

    .right_title2 {
        margin: 20px 0 0 0;
        height: 40px;
        line-height: 40px;
        background: url(../image/title_line.jpg) left bottom no-repeat
    }

    .right_title2 .ChannelName h2 {
        float: left;
        font-size: 20px;
        color: #d6183e;
        font-weight: normal
    }

    .right_title2 .ChannelName span {
        float: left;
        text-indent: 8px;
        padding-top: 4px;
        font-size: 14px;
        color: rgb(125, 125, 125);
        font-weight: normal
    }

    .right_title2 .more {
        float: right;
        font-size: 12px;
        font-weight: normal;
    }

    .right_title3 {
        background: #ffffff;
        border-bottom: #eeeeee 1px solid;
        height: 38px;
    }

    .right_title3 .wrap.fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        left: 0;
        width: 100%;
    }

    .right_title3 .wrap.fixed .wrap_1 {
        width: 1210px;
        margin: 0 auto;
        position: relative;
    }

    .right_title3 .wrap.fixed .wrap_1 .producttablist {
        position: absolute;
        left: 0;
        width: 944px;
        background: #fff;
        border-bottom: #eee 1px solid
    }

    .right_body3 {
        padding: 0 20px 10px;
    }

    .right_body3 .f4 {
        min-height: 500px;
    }

    .right_body3 .f5 {
        min-height: 500px;
    }

    .right_body4 {
        zoom: 1;
        border-top: 0;
        background: #fff;
        padding: 5px 20px 20px 20px;
        border: #dedede 1px solid;
    }

    .right_body4 .InfoTitle {
        line-height: 30px;
        height: 30px;
        padding: 20px 0 10px 0;
    }

    .right_body4 .InfoTitle h1 {
        line-height: 30px;
        height: 30px;
        color: #333;
        font-size: 24px;
        text-shadow: 0 1px 0 #dedede;
    }

    .right_title5 {
        height: 28px;
        background: url(../image/d_line.gif) repeat-x 0 27px;
        display: block;
        margin: 5px 0px 24px 0px
    }

    .right_title5 h2 {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        border-bottom: 2px solid #FA0400;
        height: 25px;
        line-height: 25px;
    }

    .right_body5 {}

    /*==========@@模块  结束@@==========*/

    /*==========@@频道布局 开始@@==========*/

    /*===频道公共 开始===*/

    .body_index, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook {}

    .index, .single, .article, .picture, .download, .video, .product, .job, .guestbook, .feedback, .shoppingcart, .checkout, .payment, .oauth {
        width: 1210px;
        margin: 5px auto;
        overflow: hidden;
    }

    #top, #logo, #topad, #navigation, #location, #announcement, #condition, #link, #ensure, #help, #copyright, #product_floor, #product_read_floor {
        width: 1210px;
        margin: 0 auto;
        overflow: hidden;
        border: 0px dashed red;
    }

    #banner {
        margin: 0 auto;
        overflow: hidden;
        border: 0px dashed red;
    }

    #left {
        float: left;
        width: 300px;
        margin: 5px 0 0 0;
    }

    .left_bg {
        width: 280px;
        height: 100px;
        margin: 0px;
        margin-top: 10px;
        background-repeat: no-repeat;
        background-position: center;
        padding: 20px 10px;
    }

    #left_1 a {
        display: block;
    }

    #left_2 {
        background-color: #FD454D;
        background-image: url(../image/i1.jpg);
    }

    #left_3 {
        background-color: #3D6BFF;
        background-image: url(../image/i2.jpg);
    }

    #left_4 {
        margin-top: 10px;
        width: 298px;
        border: 1px solid #DEDBDB;
        background: #fff;
        overflow: hidden;
    }

    #left_4_1 {
        width: 298px;
        border-bottom: 1px solid #DEDBDB;
        font: 300 16px 'Microsoft Yahei';
        background-position: left center;
        text-indent: 15px;
        height: 26px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 10px;
        font-weight: normal;
        display: block
    }

    #left .left_bg .ChannelContent {
        font-size: 20px;
        line-height: 150%;
        color: #fff;
        text-align: right;
        padding-right: 10px;
        font-weight: bold
    }

    #left .left_bg .ChannelName {
        font-family: "Microsoft Jhenghei";
        font-size: 12px;
        line-height: 150%;
        color: #fff;
        text-align: right;
        padding-right: 10px;
    }

    #left .ChannelUrl {
        width: 150px;
        height: 40px;
        margin-left: 140px;
        background-image: url(../image/button.png);
    }

    #left .ChannelUrl a {
        font-family: "Microsoft Jhenghei";
        font-size: 14px;
        line-height: 40px;
        color: #333;
        display: block;
        margin-left: 48px;
        font-weight: bold
    }

    #left .ChannelUrl a:hover {
        color: #FD454D
    }

    #right {
        float: right;
        width: 880px;
        border-left: 0px solid #E5E5E5;
        margin: 5px 0 0 0;
    }

    .right_1 {
        float: left;
        width: 430px;
    }

    .right_1:nth-child(odd) {
        float: right;
    }

    #page_main {
        padding: 10px 0 0 0;
    }

    #page_left {
        width: 210px;
        float: left;
        border: 1px solid #eee;
    }

    #page_right {
        width: 942px;
        height: auto;
        line-height: 24px;
        border: 1px solid #eee;
        float: right;
        padding: 20px;
        font-size: 14px;
    }

    /*===频道公共 结束===*/

    /*===首页频道 开始===*/

    #floor_0_main {
        padding: 18px 0 0 0;
    }

    #floor_0 {
        width: 1210px;
        margin: 0 auto;
        margin-bottom: 18px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
        height:540px;
    }

    #floor_0 .more {
        float: right;
        margin: 15px 10px 0 0;
    }

    #floor_0 .more span {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 15px;
    }

    #floor_0 .more .icon {
        width: 15px;
        height: 15px;
        overflow: hidden;
        margin: 2px 0 0 8px;
        background: url(../image/new_bg.gif) no-repeat -185px -36px;
    }

    #floor_0_1 {
        height: 45px;
    }

    #floor_0_2 {
        padding: 22px 0px 0 0;
    }

    #floor_0_2 .wrap {
        position: relative;
    }

    #floor_0_2 .wrap a.sPrev {
        display: block;
        width: 40px;
        height: 60px;
        position: absolute;
        top: 100px;
        left: -40px;
        background: url(../image/left_jiantou.png) center center no-repeat;
    }

    #floor_0_2 .wrap a.sPrev:hover {
        background: url(../image/left_jiantou_red.png) center center no-repeat;
    }

    #floor_0_2 .wrap a.sNext {
        display: block;
        width: 40px;
        height: 60px;
        position: absolute;
        top: 100px;
        right: -40px;
        background: url(../image/right_jiantou.png) center center no-repeat;
    }

    #floor_0_2 .wrap a.sNext:hover {
        background: url(../image/right_jiantou_red.png) center center no-repeat;
    }

    #floor_1_main {
        margin: 0 0 10px 0;
    }

    #floor_1 {
        margin: 0 auto;
        width: 1210px;
        overflow: visible;
    }

    #floor_1_1 {
        width: 718px;
        height: 268px;
        border: 1px solid #eee;
        float: left;
    }

    #floor_1_1_1 {
        border-bottom: #DDD 1px dashed;
        overflow: hidden;
        height: 45px;
    }

    #floor_1_1_1 span {
        display: block;
        float: left;
        font-size: 14px;
        position: relative;
        margin: 10px 5px 5px 0;
        padding-left: 15px;
        font-weight: normal;
        border-left: #E53E40 2px solid;
        height: 27px;
        line-height: 27px;
    }

    #floor_1_1_1 a {
        display: block;
        float: right;
        font-size: 12px;
        margin: 8px 10px 0 0;
        background: url(../image/biao4.gif) right center no-repeat;
        padding-right: 16px;
    }

    #floor_1_1_2 {
        overflow: hidden;
    }

    #floor_1_1_2 img {
        width: 165px;
        margin: 35px 0px 0px 20px;
    }

    #floor_1_1_2_1 {
        width: 528px;
        margin: 6px 0px 0px 0;
        height: 200px;
        overflow: hidden;
        float: right;
    }

    #floor_1_2 {
        width: 473px;
        height: 268px;
        border: 1px solid #eee;
        float: right;
    }

    #floor_1_2_1 {
        border-bottom: #DDD 1px dashed;
        overflow: hidden;
        height: 45px;
    }

    #floor_1_2_1 span {
        display: block;
        float: left;
        font-size: 14px;
        position: relative;
        margin: 10px 5px 5px 0;
        padding-left: 15px;
        font-weight: normal;
        border-left: #E53E40 2px solid;
        height: 27px;
        line-height: 27px;
    }

    #floor_1_2_1 .more {
        display: block;
        float: right;
        font-size: 12px;
        margin: 8px 10px 0 0;
        background: url(../image/biao4.gif) right center no-repeat;
        padding-right: 16px;
        height: 27px;
        line-height: 27px;
    }

    #floor_1_2_2 {
        padding: 10px 15px;
    }

    #ljxz_main_1 {
        overflow: hidden;
        background: url(../image/ljxz_main_1.jpg) no-repeat;
        height: 235px;
        text-align: center;
        padding: 135px 0 50px 0;
    }

    #ljxz_1 h3 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
    }

    #ljxz_1 p {
        font-size: 16px;
        color: #aedaff;
        text-align: center;
        padding: 15px 0;
    }

    #ljxz_1 a {
        color: #fff;
        background: #25e07d;
        line-height: 53px;
        font-size: 22px;
        border-radius: 35px;
        box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
        display: block;
        width: 168px;
        margin: 25px auto 0;
    }

    #ljxz_main_2 {
        background: #f2f3f5
    }

    #ljxz_2 {
        width: 1210px;
        margin: 0 auto;
        padding: 40px 0;
    }

    #ljxz_2 h3 {
        font-size: 35px;
        text-align: center;
        color: #333;
    }

    #ljxz_2 p {
        color: #333;
        font-size: 14px;
        text-align: center;
        margin: 0 0 50px 0;
    }

    #tpys_1_main {
        height: 50px;
        font-family: Microsoft Jhenghei, "Microsoft Yahei", Tahoma, Geneva, sans-serif;
        width: 100%;
        background: #262728;
        font-size: 14px;
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: bold;
    }

    #tpys_1_1 {
        float: left;
        padding: 0 10px 0 25px;
        text-align: left;
        background: #ea4646;
    }

    #tpys_1_1 h1, #tpys_1_1 h1 a {
        font-size: 14px;
        color: #fff;
        float: left;
        line-height: 50px;
        text-decoration: none;
        padding: 0 5px;
    }

    #tpys_1_1 .ico1 {
        height: 16px;
        width: 16px;
        margin-top: 17px;
        float: left;
        background: url(../image/ico1.png) 0 0 no-repeat;
    }

    #tpys_1_1 .ico2 {
        height: 16px;
        width: 16px;
        margin-top: 16px;
        float: right;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background: url(../image/ico2.png) 0 0 no-repeat;
    }

    #tpys_1_1 .ico2:hover {
        transform: rotate(180deg);
    }

    #tpys_1_2 {
        text-align: right;
        float: right;
        padding: 0 0 0 0;
        padding-right: 2%;
        height: 50px;
        line-height: 50px;
        width: 500px;
    }

    .social {
        float: right;
        margin: 0 20px 0 0;
    }

    .social li a.sfocus {
        background: url(../image/ico3.png) no-repeat;
        display: block;
        height: 34px;
        width: 34px;
        margin: 8px 10px;
    }

    .social li a.weixin {
        background-position: 0 0;
    }

    .social li a.qq {
        background-position: -36px 0;
    }

    .social li a.dianhua {
        background-position: right 0;
    }

    .social li a.weixin:hover {
        background-position: 0 -36px;
    }

    .social li a.qq:hover {
        background-position: -36px -36px;
    }

    .social li a.dianhua:hover {
        background-position: right -36px;
    }

    .order1 {
        width: 85px;
        height: 28px;
        text-align: center;
        line-height: 27px;
        margin: 10px 20px 0 20px;
        font-size: 14px;
        float: right;
    }

    .order1 a {
        color: #ee4747;
        display: block;
        width: 100%;
        border: 1px solid #EE4747;
        border-radius: 15px;
    }

    .order1 a:hover {
        color: #fff;
        background: #EE4747;
    }

    #article_main {
        background: #f2f2f2;
    }

    #article {
        margin: 0 auto;
        overflow: hidden;
        padding: 5px 0;
        width: 1210px;
    }

    /**微信弹出层**/

    .sqrcode_wrap .sqrcode i.arrow-up {
        display: block;
        width: 0px;
        height: 0px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #fff;
        font-size: 0px;
        line-height: 0px;
        position: absolute;
        top: 12px;
        right: -30px;
        z-index: 99;
    }

    .sqrcode_wrap .sqrcode .sq_img {
        width: 140px;
        height: 140px;
        text-align: center;
        background: #fff;
        position: absolute;
        top: 21px;
        left: -48px;
        border-radius: 4px;
        box-shadow: 0 0 10px #d9d9d9;
    }

    .sqrcode_wrap .sqrcode .sq_img img {
        margin-top: 5px;
    }

    .sqrcode_wrap .sqrcode .qq_img {
        position: absolute;
        top: 21px;
        left: -28px;
        width: 80px;
        background: #fff;
        padding: 5px 8px 8px 12px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 0 0 10px #d9d9d9;
    }

    .sqrcode_wrap .sqrcode .qq_img img {
        display: block;
        padding: 5px 0;
        text-align: center;
    }

    .sqrcode_wrap .sqrcode .dh {
        width: 200px;
        padding: 10px 0px;
        background: #fff;
        position: absolute;
        top: 21px;
        left: -77px;
        border-radius: 4px;
        box-shadow: 0 0 10px #d9d9d9;
    }

    .sqrcode_wrap .sqrcode .dh p {
        font-size: 14px;
        color: #9c9c9c;
        line-height: 28px;
        width: 100%;
        float: left;
    }

    .sqrcode_wrap .sqrcode .dh b {
        font-weight: normal;
        color: #4e4d4d;
        width: 85px;
        text-align: right;
        float: left;
    }

    .sqrcode_wrap .sqrcode .dh span {
        float: left;
        font-weight: normal
    }

    .social {
        float: right;
    }

    .slist {
        position: relative;
        float: left;
        z-index: 0;
    }

    .slist.active {
        z-index: 9;
    }

    .sfocus {
        color: #999999;
    }

    .sqrcode_wrap {
        display: none;
        position: absolute;
        right: 48px;
        text-align: center;
    }

    .bg {
        background: #eceff1;
        height: 35px;
        overflow: hidden;
        border-bottom: 1px solid #cfd8dc;
    }

    .tpyslist {
        padding: 0 20px 0 25px;
        position: relative;
        top: -31px;
        height: 31px;
        overflow: hidden;
    }

    .tpyslist li {
        color: #333;
        display: block;
        float: left;
        text-decoration: none;
        padding: 0 15px;
        border-bottom: 1px solid #ccc;
        position: relative;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        cursor: pointer;
    }

    .tpyslist li.on {
        background: #fff;
        color: #000;
        border: 1px solid #cfd8dc;
        /*! border-bottom:1px solid #fff; */
        border-radius: 3px;
    }

    #tpys_2 .bd {
        text-align: center;
    }

    #tpys_2 .hd {}

    .tpyslist1 {
        text-align: center;
    }

    .tpyslist1 li {
        text-align: center;
    }

    /*左侧样式1*/

    .floor_title {
        height: 31px;
        border-bottom: 2px solid #e10217;
        overflow: hidden;
        width: 100%;
    }

    .floor_title h2 {
        float: left;
        font-family: "Microsoft Jhenghei";
        width: 210px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        height: 31px;
        line-height: 31px;
        background-color: #e10217
    }

    .floor_title h2 a {
        color: #fff
    }

    .floor_title .more {
        float: right;
        background: url(../image/biao4.gif) right center no-repeat;
        padding-right: 16px;
        margin: 7px;
    }

    .floor_body {
        zoom: 1;
        padding: 25px 0 0 0;
        clear: both;
        width: 100%;
    }

    .floor_bottom {
        margin: 5px 0 15px 0;
        overflow: hidden;
    }

    .floor_bottom .special {
        overflow: hidden;
        padding: 10px 0;
    }

    .floor_bottom .special a {
        display: block;
        width: 120px;
        text-align: center;
        float: left;
        border-left: 0px dotted #ccc;
    }

    .floor_bottom .special a.n1 {
        border: 0;
    }

    .floor_bottom .special img {
        width: 100px;
    }

    .floor_bottom .ad {
        background: #none;
        overflow: hidden;
        clear: both;
        padding: 10px 0;
    }

    .floor_bottom .ad a {
        display: block;
        text-align: center;
        float: left;
        padding: 0;
        margin: 0;
    }

    .floor_bottom .ad img {}

    .floor_main {
        margin: 0 0 0 0;
        overflow: hidden;
    }

    .floor {
        width: 1210px;
        margin: 0 auto;
    }

    .floor .left {
        width: 210px;
        height: 475px;
        float: left;
        overflow: hidden;
    }

    .floor .wrap {
        overflow: hidden;
        width: 1210px;
        margin-top: 15px;
    }

    .floor .left img {
        width: 100%;
        height: 100%;
    }

    .floor .right {
        width: 990px;
        height: 475px;
        float: right;
    }

    /*===首页频道 结束===*/

    /*===产品模型 开始===*/

    #product_floor_main {
        background-color: #f2f2f2;
    }

    #product_floor {}

    #product_floor .right_title {
        background: #F1F1F1;
        overflow: hidden;
        margin-top: 5px;
        border: 0;
        padding: 6px 8px;
        height: auto;
        line-height: none;
        font-size: 12px;
    }

    #product_floor .right_title .sortlist {
        overflow: hidden;
        float: left;
        padding-right: 3px;
    }

    #product_floor .right_title .sortlist li {
        float: left;
        text-align: center;
        border: 1px solid #cfcfcf;
        margin-right: -1px;
        width: 52px;
        height: 23px;
        line-height: 23px;
        background: #fff;
    }

    #product_floor .right_title .sortlist li i {
        display: inline-block;
        width: 7px;
        height: 9px;
        margin-left: 3px;
        background: url(../image/icons1.png) no-repeat;
        background-position: 0 -317px;
    }

    #product_floor .sortlist li i.order3, #product_floor .sortlist li i.order6 {
        background-position: -0 -355px;
    }

    #product_floor .sortlist li i.order4, #product_floor .sortlist li i.order7 {
        background-position: -0 -336px;
    }

    #product_floor .right_title .sortlist li a {
        color: #333;
    }

    #product_floor .right_title .sortlist li.current {
        background-color: #e23435;
        border-color: #e23435;
    }

    #product_floor .right_title .sortlist li.current a {
        color: #fff;
        height: 2
    }

    #product_floor .sort .GoodsCount {
        float: right;
        height: 23px;
        line-height: 23px;
        margin-right: 20px;
        color: #555;
    }

    #product_floor .sort .GoodsCount .InfoCount {
        color: #c00;
    }

    #product_floor .right_title .PageMini {
        float: right;
        height: 23px;
        line-height: 23px;
    }

    #product_floor .right_title .PageMini a {
        float: left;
        border: 1px solid #ccc;
        font-family: SimSun;
        background: #fff;
        width: 18px;
        height: 18px;
        line-height: 20px;
        text-align: center;
    }

    #product_floor .right_title .PageMini p {
        float: left;
        padding: 0 8px;
    }

    #product_floor .right_title .PageMini .NowPage {
        color: #FF0000;
    }

    #product_floor .right_body {
        border: 0;
        padding: 0;
    }

    #product_read_floor_main {
        background: #f2f2f2;
    }

    #product_read_floor {
        background: #fff;
    }

    #product_read_floor .col1 {
        height: 100%;
        overflow: hidden;
        float: left;
        border-right: 0px solid #ddd;
    }

    #product_read_floor .col1 .InfoPicture {
        height: 440px;
        width: 440px;
        padding: 10px;
        margin: 20px;
        border: 1px solid #eee;
        box-sizing: border-box;
       overflow: hidden;
    }

    #product_read_floor .col1 .InfoPicture div {
        height: 420px;
        width: 420px;
        overflow: hidden;
    }

    #product_read_floor .col1 .InfoAlbum {
        padding: 5px 0;
        border-top: 0px solid #ddd;
        overflow: hidden;
        clear: both;
        margin: 0 20px;
    }

    #product_read_floor {
        width: 1208px;
    }

    #product_read_floor .col2 {
        width: 680px;
        height: 100%;
        overflow: hidden;
        float: right;
        padding: 20px 20px 20px 0;
    }

    #product_read_floor .col2 h1 {
        font-size: 18px;
        COLOR: #333;
        font-weight: normal;
        float: left;
        line-height: 40px;
    }

    #product_read_floor .col2 .InfoSContent {
        font-family: arial, "microsoft yahei";
        color: #e3393c;
        font-size: 14px;
        line-height: 20px;
        word-break: break-all;
    }

    #product_read_floor .col2 .InfoPrice {
        padding: 0;
        font-size: 28px;
        color: #ee1c10;
    }

    #product_read_floor .col2 .MarketPrice {
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        float: left;
        text-decoration: line-through;
        color: #666;
    }

    #product_read_floor .col2 .ExchangePrice {
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        float: left;
        width: auto;
    }

    #product_read_floor .col2 .f2 {
        font-size: 12px;
        line-height: 22.5px;
    }

    #product_read_floor .col2 .row {
        clear: both;
        margin: 12px 0;
        overflow: hidden;
    }

    #product_read_floor .col2 .row_price {
        border-bottom: #eeeeee 1px dotted;
        margin: 0;
        line-height: 51px;
        height: 51px;
    }

    #product_read_floor .col2 .row_price font {
        color: #ee1c10;
    }

    #product_read_floor .col2 .row_title {
        margin: 10px 0 0 0;
    }

    #product_read_floor .col2 .LProductWrap {
        border-bottom: #eeeeee 1px dotted;
        margin: 0;
    }

    #product_read_floor .col2 .row_btn {
        margin: 0;
    }

    #product_read_floor .col2 .row .ky {
        margin-right: 10px;
        padding: 0 10px;
        height: 25px;
        display: block;
        background: #8DC641;
        color: #FFFFFF;
        float: left;
        line-height: 25px;
        margin-top: 8px;
        text-align: center;
        font-size: 14px;
    }

    #product_read_floor .col2 .FriendTip {
        clear: both;
        margin: 15px 0;
        overflow: hidden;
        font-family: simsun;
        font-size: 12px;
        color: #666;
    }

    #product_read_floor .col2 b {
        display: block;
        font-weight: normal;
        font-size: 12px;
        font-family: Arial, Verdana;
        float: left;
        padding: 2px 5px 3px 0;
        color: #a3a3a3;
        line-height: 26px;
    }

    #product_read_floor .col2 i {
        width: 26px;
        height: 26px;
        float: left;
        color: #ccc;
    }

    #product_read_floor .col2 .increase {
        background: url(../image/increase.png) #e9e9e9 center center no-repeat;
        cursor: pointer;
    }

    #product_read_floor .col2 .num {
        width: 50px;
        height: 24px;
        border: 1px solid #e9e9e9;
        float: left;
        line-height: 24px;
        text-align: center;
        padding: 0;
        margin: 0;
        outline: none;
    }

    #product_read_floor .col2 .decrease {
        background: url(../image/decrease.png) #e9e9e9 center center no-repeat;
        cursor: pointer;
    }

    #product_read_floor .col2 .StockQuantity {
        margin-left: 10px;
        font-family: Arial, Verdana;
        font-size: 12px;
        line-height: 24px;
    }

    #product_read_floor .col2 .fenxiang.row {
        margin:50px 0 0 0;
        float: right;
        width: 260px;
    }

    #product_read_floor .col2 .fenxiang .item {
        padding: 0 13px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #ddd;
        border-radius: 24px;
        color: #999;
        float: left;
        cursor: pointer;
        margin-right: 10px
    }

    #product_read_floor .col2 .fenxiang .hit i {
        background: url(../image/guanzhu.gif) 0 2px no-repeat;
        width: 13px;
        height: 12px;
        display: inline-block;
        margin: 5px 5px 0 0;
    }

    #product_read_floor .col2 .fenxiang .hit:hover {
        border-color: #bbb
    }

    #product_read_floor .col2 .fenxiang .favorite i {
        background: url(../image/sc.gif) -1px 0 no-repeat;
        width: 13px;
        height: 12px;
        *height: 15px;
        display: inline-block;
        margin: 5px 5px 0 0;
    }

    #product_read_floor .col2 .fenxiang .favorite:hover {
        border-color: #bbb
    }

    #product_read_floor .col2 .fenxiang .share {
        position: relative
    }

    .bdshare-button-style0-16 .bds_more {
        background: none;
    }

    #product_read_floor .col2 .fenxiang .share .bdshare-button-style0-16 .bds_more {
        background-image: url(../image/fx.gif);
        background-repeat: no-repeat;
        background-position: -3px -1px;
        height: 10px;
        *height: 14px;
        display: inline-block;
        margin: 5px 5px 0 0;
    }

    .sort {
        color: #555;
        height: 35px;
        line-height: 35px;
        padding-bottom: 10px;
        border-bottom: #BCBCBC 1px dotted;
        margin: 20px 0;
    }

    .serbz {
        float: left;
        width: 500px;
        height: 35px;
        text-align: left
    }

    .serbz b {
        float: left
    }

    .serbz span {
        float: left;
        display: block;
        line-height: 35px;
        height: 35px;
        padding: 0 10px 0 35px;
        background: url(../image/sortbg.gif) no-repeat;
    }

    .serbz span.no1 {
        background-position: 5px 4px
    }

    .serbz span.no2 {
        background-position: 5px -25px
    }

    .serbz span.no3 {
        background-position: 5px -55px
    }

    /*产品规格*/

    #product_read_floor .col2 .TypeAttribute {
        padding: 8px 0;
    }

    #product_read_floor .col2 .TypeAttribute2 {
        padding: 13px 0;
    }

    #product_read_floor .col2 .TypeAttribute .row, #product_read_floor .col2 .TypeAttribute2.row {
        line-height: 26px;
        margin: 5px 0;
    }

    #product_read_floor .col2 .TypeAttribute .AttributeValues, #product_read_floor .col2 .TypeAttribute2 .AttributeValues {
        display: block;
        overflow: hidden;
     padding-top:2px;
    }

    #product_read_floor .col2 .TypeAttribute .AttributeValue, #product_read_floor .col2 .TypeAttribute2 .AttributeValue {
       

       
        white-space: nowrap;
        background: #fff;
        color: #666;
       padding: 3px 10px;
    border: 1px solid #ccc;
    margin-right: 8px;
    font-size: 12px;
    cursor: pointer;
line-height:26px;

    }

    #product_read_floor .col2 .TypeAttribute2 .AttributeValue {
        margin-bottom: 0;
    }

    #product_read_floor .col2 .TypeAttribute .AttributeValue .AttributePicture, #product_read_floor .col2 .TypeAttribute2 .AttributeValue .AttributePicture {
        width: 40px;
        height: 40px;
        border: 0;
        vertical-align: middle;
    }

    #product_read_floor .col2 .TypeAttribute .AttributeValue p, #product_read_floor .col2 .TypeAttribute2 .AttributeValue p {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #product_read_floor .col2 .TypeAttribute .AttributeValue:hover {
      border: #ca141d solid 1px;
    }

    #product_read_floor .col2 .TypeAttribute .current {
        background: #fff  url(../image/selected.png) no-repeat right bottom;
        border: #ca141d solid 1px;
    }

    #product_read_floor .col2 .TypeAttribute .HasAttributePicture {
        padding: 0;
    }

    #product_read_floor .col2 .TypeAttribute .HasAttributePicture p {
        padding: 0 8px;
        line-height: 40px;
    }

    #product_read_floor_1_main {
        background: #f2f2f2;
        padding: 10px 0;
    }

    #product_read_floor_1 {
        width: 1210px;
        overflow: hidden;
        margin: 0 auto;
    }

    #product_read_floor_1_1 {
        width: 266px;
        overflow: hidden;
        float: right;
    }

    #product_read_floor_1_2 {
        width: 944px;
        overflow: hidden;
        float: left;
        background: #fff;
    }

    #product_read_floor_1_2 .right_body {
        border-top: 1px solid #e4e4e4;
    }

    #product_read_floor_2_main {
        background: #fff;
        overflow: hidden;
        margin-bottom: 8px;
    }

    #product_read_floor_2 {
        width: 1208px;
        overflow: hidden;
        margin: 0 auto;
        border: 1px solid #ddd;
        border-top: 2px solid #ff3228;
    }

    /*===产品模型 结束===*/

    /*===招聘频道  开始===*/

    .job {}

    .joblist {}

    .joblist li {
        overflow: hidden;
    }

    table.job_table {
        margin: 8px 0px;
        padding: 0px;
        text-align: center;
        width: 100%;
        border-collapse: collapse;
    }

    table.job_table td {
        padding: 8px 5px;
        border: 1px solid #DADBD6;
    }

    table.job_table .Requirement {
        text-align: left;
        padding: 8px 5px;
        line-height: 1.5em;
    }

    table.job_table th {
        color: #333;
        font-weight: bold;
        text-align: center;
        border: 1px solid #DADBD6;
    }

    table.job_table .t1 {
        font-weight: bold;
        padding: 5px 0;
        width: 20%;
    }

    table.job_table .t2 {
        text-align: left;
        width: 25%;
    }

    table.job_table .t3 {
        font-weight: bold;
        width: 25%;
    }

    table.job_table .t4 {
        text-align: left;
        width: 25%;
    }

    table.job_table .operation {
        text-align: center;
        margin: 0 auto;
    }

    /*应聘*/

    table.resume_table {
        margin: 3px;
        text-align: center;
        width: 97%;
        border-collapse: collapse;
    }

    table.resume_table th {
        font-weight: bold;
        text-align: left;
        width: 100px;
    }

    table.resume_table td {
        text-align: left;
    }

    table.resume_table .operation {
        text-align: center;
    }

    table.resume_table #Detail {
        height: 200px;
    }

    /*===招聘频道  结束===*/

    /*===留言频道  开始===*/

    .guestbook {}

    .guestbooklist {}

    .guestbooklist li {
        padding: 10px;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 10px;
    }

    .guestbooklist li .MessageTitle {
        color: #333;
        line-height: 1.5em;
        font-weight: bold;
    }

    .guestbooklist li .MessageTitle b {
        font-weight: normal;
        color: #900;
    }

    .guestbooklist li .MessageContent {
        padding: 5px;
        margin-bottom: 10px;
    }

    table.guestbook_table {
        width: 98%;
    }

    table.guestbook_table th {
        width: 100px;
        text-align: left
    }

    table.guestbook_table td {
        text-align: left
    }

    table.guestbook_table .operation {
        text-align: center
    }

    /*管理员回复*/

    .answer_wrap {
        padding: 5px;
        border-top: 1px dashed #CCC;
        line-height: 1.5em
    }

    .answer_title {}

    .answer_body {}

    .Administrator {
        text-align: right;
    }

    .Reply {
        text-align: right;
    }

    .AnswerTime {
        color: #999
    }

    /*留言表单*/

    .message_title {
        height: 40px;
        padding-left: 35px;
        line-height: 40px;
        font-size: 16px;
        color: #01673A;
        font-weight: bold;
    }

    .message_body {
        padding-left: 10px;
        padding-right: 10px;
        color: #626262;
    }

    .message_bottom {}

    /*===留言频道  结束===*/

    /*===反馈频道 开始===*/

    .feedback {}

    table.feedback_table {
        width: 99%;
        text-align: center;
        margin: 0 auto;
    }

    table.feedback_table th {
        width: 100px;
        text-align: left;
        font-weight: bold;
    }

    table.feedback_table td {
        text-align: left;
    }

    table.feedback_table .operation {
        text-align: center
    }

    /*===反馈频道 结束===*/

    /*==========@@频道布局 结束@@==========*/

    /*==========@@公共板块  开始@@==========*/

    /* 顶部 */

    #top_main {
        height: 45px;
        line-height: 45px;
        background: #555;
        /* border-bottom: 1px solid #DFDFDF; */
    }

    #top {
        height: 45px;
        line-height: 45px;
     
        overflow: visible;
        z-index: 9999;
    }

    #top a {
        color: #fff;
        padding: 0 16px;
        font-size: 14px;
        text-align: center;
    }

    #top_1 {
        float: right;
        text-align: left;
       
        color: #fff;
        font-weight: normal;
        padding: 0 6px;
    }

    #top_1>a {
        display: inline-block;
    
        height: 100%;
    }

    #top_1>a:nth-child(1) {
     
  
    }

    #top_1>a:hover {
        background: #333;
    }

    #top_1>a:nth-child(1):hover {
        background: #333 ;
       
    }

    #top_2 {
        float: right;
        text-align: right;
        position: relative;
        padding: 0 6px;
    }

    #top_2 a {
     
        display: block;
    }
    #top_2 a >img{
        margin-top: 14px;
        margin-right: 10px;
        width: 14px;height:18px;float: left;
    }
    #top_2>a:hover {
        background: #333 ;
       
    }

    #top_2 a span {
        color: #fff;
        font-weight: normal;
    }

    #top_2 .menu-bd {
        display: none;
        position: absolute;
        left: -30px;
        top: 41px;
        z-index: 9999;
    }

    #top_2 .menu-bd img {
        box-shadow: 3px 6px 3px rgba(0, 0, 0, .1);
    }

    #top_3 {
        float: left;
        text-align: right;
        position: relative;
        padding: 0 6px;
    }

    #top_3 a {
        background: url(../image/news_icon.png) no-repeat -4px -76px;
        padding-left: 22px;
        margin-right: 0;
        display: block;
    }

    #top_3 a:hover {
        background-position: -4px -36px;
        color: #000;
    }

    #top_3 a span {
        color: #444;
        font-weight: normal;
    }

    #top_3 .menu-bd {
        display: none;
        position: absolute;
        left: -54px;
        top: 30px;
        z-index: 9999;
    }

    #top_3 .menu-bd img {
        box-shadow: 3px 6px 3px rgba(0, 0, 0, .1);
    }

    #top_4 {
        float: left;
        padding: 0 6px;
        color: #fff;
    }

    #top_5 {
        float: right;
        padding: 0 6px;
    }

    #top_5 a {
        color: #fff;
        font-weight: bold;
    }

    #top_6 {
        float: right;
        padding: 0 6px;
    }

    #top_6 a {
        color: #fff;
    }

    #top_7 {
        float: right;
        position: relative;
        cursor: pointer;
        
    }
  

    #top_7>a {

        color: #fff;
        display: block;
        float: left;
      
    }

    #top_7>a:hover {
        background: #333 ;
      
    }
    #top_7 img{
        width: 14px;height:7px;
        margin-top: 14px;
        margin-left: 10px;
    }
   
    #top_1 img{
        width: 18px;
        height:18px;
        float: left;
        margin-top: 13px;
        margin-right: 10px;
    }
    #helpcenter {
        float: right;
    }

    #helpcenter a {
       
        display: block;
        height: 100%;
        
    }
    #helpcenter a >img{
        margin-top: 14px;
        margin-right: 10px;
        width: 18px;height:18px;float: left;
    }
    #helpcenter a:hover {
        background: #333 ;
      
    }

    #top_7 .menu-bd {
        position: absolute;
        z-index: 9999;
        display: none;
        width: 85px;
        border: 1px solid #D5D5D5;
        padding: 8px 0;
        background: #fff;
    }

    #top_7 .menu-bd a {
        PADDING-RIGHT: 5px;
        DISPLAY: block;
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 0px;
        COLOR: #6c6c6c;
        LINE-HEIGHT: 28px;
        PADDING-TOP: 0px;
        WHITE-SPACE: nowrap;
        text-align: left;
    }

    #top_7 .menu-bd a:hover {
        color: #ff6600;
    }

    #top_7:hover {
        background: #fff;
    }

    /*#top a:hover { color:#000; text-decoration:none}*/

    /*首页顶部广告位 */

    #topad_main {
        overflow: hidden;
    }

    #topad {
        overflow: hidden;
        padding: 0;
    }

    #topad a {
        overflow: hidden;
        display: block;
    }

    #topad a img {
        width: 100%;
    }

    /*Logo*/

    #logo_main {
        background: #fff;
    }

    #logo {
        padding: 10px 0;
    }

    #logo .WebLogo {
        float: left;
        height: 63px;
        padding: 14px 0;
        width: 360px;
        margin-right: 80px;
    }

    #logo .WebLogo img {}

    #logo #logo_1 {
        float: left;
        width: 461px;
        height: 100%;
        margin-top: 25px;
    }

    #logo #logo_2 {
        float: right;
        height: 100%;
        padding-top: 25px;
    }

    .categorycon {
        text-align: center;
        float: left;
        width: 80px;
        height: 36px;
        line-height: 36px;
        position: absolute;
        border: #E5E5E5 solid 1px;
        box-sizing: border-box;
        z-index: 9;
        border-right: none;
    }

    .categorycon p {
        width: 80px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding-right: 12px;
        background: url(../image/down.jpg) no-repeat 65px center;
        box-sizing: border-box;
        color: #555;
        font-size: 14px;
    }

    .categorycon p:hover {
        cursor: pointer;
    }

    .categorycon .category {
        display: none;
        width: 81px;
        background: #fff;
        border: #E5E5E5 solid 1px;
        box-sizing: border-box;
        position: absolute;
        top: 34px;
        z-index: 9999999999999999;
        left: -1px;
        font-size: 14px;
    }

    .categorycon .category li:hover {
        color: #fff;
        background: #E22B2E;
    }

    #logo_2 span {
        display: block;
        float: left;
        margin-right: 5px;
        padding-top: 3px;
    }

    #logo_2 i {
        color: #616161;
        display: block;
        height: 6px;
        background: url(../image/t1.png) no-repeat;
    }

    #logo_2 em {
        font-size: 17px;
        color: #616161;
        font-style: normal;
        height: 16px;
    }

    #logo_2 b {
        display: block;
        float: left;
        color: #E53E40;
        font-size: 30px;
        font-family: Arial, Helvetica, sans-serif
    }

    #logo_2 .mycart {
        width: 65px;
        height: 43px;
        border-top: 1px solid red;
        border-bottom: 1px solid red;
        padding: 0 28px 0 36px;
        background: #F9F9F9;
        text-align: center;
        line-height: 45px;
        position: relative;
        float: right;
    }

    #logo_2 .mycart i {
        display: block;
        position: absolute;
        overflow: hidden;
    }

    #logo_2 .mycart .left {
        top: 15px;
        left: 15px;
        width: 18px;
        height: 16px;
        background: url(../image/mycart.png) no-repeat;
    }

    #logo_2 .mycart .right {
        top: 15px;
        right: 10px;
        width: 7px;
        height: 13px;
        overflow: hidden;
        font: 400 13px/13px simsun;
        color: #999;
        background: none;
    }

    #logo_2 .mycart .TotalItemCount {
        position: absolute;
        top: 2px;
        left: 104px;
        display: inline-block;
        padding: 1px 2px;
        width: 12px;
        height: 12px;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        background: #ff2832;
        border-radius: 7px 7px 7px 0;
        min-width: 12px;
        text-align: center;
    }

    #logo .Language {
        width: 500px;
        float: right;
        padding: 10px;
    }

    #logo .Language .MobileEdition {
        font-weight: bold;
        color: red;
    }

    #logo .Member {
        width: 500px;
        height: 35px;
        line-height: 35px;
        float: right;
        text-align: right;
        font-weight: bold;
    }

    #logo .Member .MemberName, #logo_main .Member .MemberGroupName {
        color: #F30
    }

    /*导航*/

    #navigation_main {
        height: 45px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        background: #ed2d38;
    }

    #navigation {
        height: 45px;
        line-height: 45px;
    }

    #navigation ul.navigationlist li {
        float: left;
        line-height: 45px;
        text-align: center;
    }

    #navigation ul.navigationlist li.first {
        background: url(../image/class.png) no-repeat #383838 25px center;
        width: 250px;
        color: #fff;
        cursor: pointer;
        text-align: left;
        height: 45px;
        margin: 0 20px 0 0;
    }

    #navigation ul.navigationlist li a {
        display: block;
        padding: 0px 18px;
        font-size: 16px;
        color: #fff;
        border: 0px dashed red;
    }

    #navigation ul.navigationlist li.first a {
        width: 220px;
        background: url(../image/bdown.png) no-repeat 200px center;
        font-family: Microsoft Jhenghei;
        font-weight: 700;
        line-height: 42px;
        padding: 0;
        font-size: 15px;
        height: 45px;
        line-height: 42px;
        color: #fff;
    }

    #navigation ul.navigationlist li a:hover {
        background: #FFF;
        color: #ff6600;
    }

    #navigation ul.navigationlist li.first a:hover {
        background: url(../image/bdown.png) no-repeat 200px center;
        color: #fff;
    }

    #navigation ul.navigationlist .current {
        background: #FFF;
        color: #ff6600;
        font-weight: bold;
    }

    /*导航栏下拉*/

    #navigation ul.subnavigationlist {
        display: none;
        position: absolute;
        background: #017834;
        z-index: 100
    }

    #navigation ul.subnavigationlist li {
        float: none;
        padding: 0px;
        line-height: 28px;
        display: inline;
    }

    #navigation ul.subnavigationlist li a {
        display: block;
        white-space: nowrap;
        font-weight: normal;
        color: #FFF;
        font-size: 14px;
        padding: 0px 20px;
        text-align: left
    }

    #navigation ul.subnavigationlist li a:hover {
        background: #214E2F;
        color: #fff;
    }

    /*商品分类*/

    #navigation #classlist {
        display: block;
    }

    #navigation ul.navigationlist li .AllGoodsClassification {
        text-align: center;
        width: 210px;
    }

    #navigation ul.navigationlist li .AllGoodsClassification a {
        color: #fff;
    }

    #navigation ul.navigationlist li .AllGoodsClassification a:hover {
        color: #fff;
    }

    #navigation ul.navigationlist li .classlist {
        text-align: left;
        position: absolute;
        width: 250px;
        height: 425px;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.9);
        display: none;
    }

    #navigation ul.navigationlist li .classlist li {
        width: 235px;
        display: block;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #666;
        padding: 10px 0 12px 15px;
        cursor: pointer;
        float: none;
        text-align: left;
    }

    #navigation ul.navigationlist li .classlist li.n3 {
        border: none;
    }

    #navigation ul.navigationlist li .classlist li h3 {
        color: #fff;
        height: 21px;
        line-height: 21px;
        background: url(../image/pull_r_icon.png) 210px 15px no-repeat;
        padding-top: 10px;
    }

    #navigation ul.navigationlist li .classlist li h3 a {
        font-size: 16px;
        padding: 0 0 0 30px;
        color: #fff;
        font-weight: normal;
        display: block;
        height: 21px;
        line-height: 21px;
    }

    #navigation ul.navigationlist li .classlist li.n1 h3 a {
        background: url(../image/web.png) left no-repeat
    }

    #navigation ul.navigationlist li .classlist li.n2 h3 a {
        background: url(../image/host.png) left no-repeat
    }

    #navigation ul.navigationlist li .classlist li.n3 h3 a {
        background: url(../image/value.png) left no-repeat
    }

    #navigation ul.navigationlist li .classlist li i {
        float: right;
        font: 9px/2em consolas;
    }

    #navigation ul.navigationlist li .classlist li a {
        padding: 5px 4px;
        color: #323232;
        font-size: 12px;
        color: #323232;
        display: inline;
    }

    #navigation ul.navigationlist li .classlist li p {
        text-indent: 0;
        padding-bottom: 10px;
        overflow: hidden;
    }

    #navigation ul.navigationlist li .classlist li p a {
        display: block;
        color: #aaaaaa;
        font-size: 14px;
        width: 30%;
        text-align: left;
        margin-top: 15px;
        line-height: 19px;
        height: 19px;
        float: left;
        padding: 0;
    }

    #navigation ul.navigationlist li .classlist li.n1 p a.h5 {
        color: #ff6600
    }

    #navigation ul.navigationlist li .classlist li.n2 p a.h3 {
        color: #ff6600
    }

    #navigation ul.navigationlist li .classlist li p a:hover {
        color: #ff6600
    }

    /*#navigation ul.navigationlist li .classlist li.on { background:#f7f7f7; border:2px solid #ff2832; border-right:0; margin: -2px 0px -2px 0;}*/

    /*#navigation ul.navigationlist li .classlist li.on a{ color:#ff2832;}*/

    /*分类子菜单*/

    #navigation ul.navigationlist li .classlist .subclass {
        display: none;
        position: absolute;
        left: 208px;
        top: 0;
        height: 458px;
        width: 990px;
        padding: 0;
        color: #333;
        z-index: -1;
        background: #f7f7f7;
        border: 2px solid #ff2832;
        border-top: 0;
    }

    #navigation ul.navigationlist li .classlist .subclass .ChannelPicture {
        position: absolute;
        top: 0;
        right: 0;
        height: 458px;
        width: 205px;
        overflow: hidden;
    }

    #navigation ul.navigationlist li .classlist .subclass .ChannelPicture img {
        width: 100%;
        height: 100%;
    }

    #navigation ul.navigationlist li .classlist .subclass dl {
        line-height: 2em;
        overflow: hidden;
        clear: both;
    }

    #navigation ul.navigationlist li .classlist .subclass dl a {
        padding: 3px 5px;
        color: #666;
        font-size: 12px;
    }

    #navigation ul.navigationlist li .classlist .subclass dl a:hover {
        color: #ff2832;
    }

    #navigation ul.navigationlist li .classlist .subclass dl dt {
        font-weight: bold;
        width: 88px;
        text-align: left;
        float: left;
        text-indent: 10px;
        color: #ff2832;
    }

    #navigation ul.navigationlist li .classlist .subclass dl dt a {
        color: #ff2832;
    }

    #navigation ul.navigationlist li .classlist .subclass dl dd {
        font-weight: normal;
        width: 678px;
        float: left;
        padding: 3px 8px;
        padding-bottom: 5px;
        margin: 0;
        border-bottom: 1px dotted #d5d5d5;
        line-height: 1.5em;
        white-space: nowrap;
    }

    #navigation ul.navigationlist li .classlist .subclass dl dd a {
        border-left: 1px solid #e0e0e0;
        padding: 1px 8px;
        margin-bottom: 8px;
        float: left;
    }

    #navigation ul.navigationlist li:last-child {
        float: right;
    }

    #navigation ul.navigationlist li:last-child a {
        float: right;
        font-size: 14px;
    }

    /*公告*/

    #announcement {
        margin-top: 5px;
        height: 35px;
        line-height: 35px;
        background-color: #f0f0f0;
        color: #0B3B7D;
    }

    #announcement .announcement_title {
        float: left;
        font-weight: bold;
        text-indent: 35px;
        background: url(../image/announcement_title.gif) no-repeat 8px center;
        width: 150px;
    }

    #announcement .announcement_body {
        float: left;
        width: 750px;
    }

    #announcement .announcement_bottom {
        float: right;
        width: 100px;
    }

    .announcementlist {}

    .announcementlist li {
        line-height: 35px;
    }

    /*幻灯片*/

    #banner_main {
        position: relative;
        border: 0px solid blue;
        overflow: hidden;
        width:100%;
        height: 425px;
        z-index: 5;
    }

    #banner {
        border: 0px solid red;
        margin: 0 auto;
       width:100%;
         overflow: hidden; 
    }

    /*#banner_1{width:210px; height:460px; float:left; background:#fafafa; position:relative;}*/

    #banner_2 {
   
      width:100%;
        display: block;
    }
.bannerlist, .bannerlist li{
        width: 100% !important;
    }
#banner_2 .bannerlist li a{
display:flex;
justify-content: center;
}
    #banner_2 img {
  
        height: 425px;
        display: block;
    }

    #banner_3_mian {
        position: absolute;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 0;
    }

    #banner_3 {
        width: 1210px;
        margin: 0 auto;
        height: 0;
    }

    #banner_3_1 {
        width: 240px;
        float: right;
        margin-top: 15px;
        overflow: hidden;
        width: 280px;
        background: #fff url(../image/sidebg.jpg) top no-repeat
    }

    /*幻灯片分类*/

    .bannerlist {}

    .bannerlist li {
        text-align: center;
        border: 0px dashed red;
        overflow: hidden;
        display: block;
    }

    .bannerlist li img {
        margin: 0 auto;
        display: block;
    }

    #banner_main .hd {
        width: 100%;
        position: relative;
        bottom: 35px;
        left: 200px;
        height: 5px;
        line-height: 5px;
        text-align: center;
        border: 0px solid red;
    }

    #banner_main .hd ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 12px;
        height: 13px;
        text-align: center;
        background: #666;
        margin-right: 15px;
        overflow: hidden;
        font: 12px/20px Arial;
        color: #fff;
        border-radius: 10px;
        font-size: 0;
    }

    #banner_main .hd ul li.on {
        background: #fff;
        width: 15px;
        height: 15px;
    }

    #condition_main {
        background-color: #f2f2f2;
    }

    #condition table {
        width: 100%;
    }

    /*当前位置*/

    #location_main {
        background-color: #f2f2f2;
        height: 58px;
        line-height: 58px;
        font-size: 14px;
    }

    #location b {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        font-family: "Microsoft Jhenghei";
    }

    #location {
        color: #666;
    }

    #location a {
        color: #666;
    }

    #location a:hover {
        color: #000;
    }

    /*文章相关信息*/

    .info_from_wrap {
        line-height: 40px;
        border-bottom: 1px solid #F6F6F6;
        color: #666;
        text-align: center;
        margin-bottom: 6px;
    }

    .info_from_wrap a {
        color: #999;
    }

    .info_from_wrap a:hover {
        color: #555;
    }

    .info_from_wrap span {
        color: #888888;
        padding-left: 22px;
        margin: 0 10px;
        font-size: 12px;
    }

    .info_from_wrap span.spanimg1 {
        background: url(../image/symbol-9.png) no-repeat left center;
    }

    .info_from_wrap span.spanimg2 {
        background: url(../image/symbol-16.png) no-repeat left center;
    }

    .info_from_wrap span.spanimg3 {
        background: url(../image/symbol-11.png) no-repeat left center;
    }

    .info_from_wrap span.spanimg4 {
        background: url(http://www.jzmb.com/App/Tpl/Home/jzmb/Public/images/symbol-17.png) no-repeat left center;
    }

    .info_from_wrap span.spanimg4 a {
        color: #888888;
    }

    /*标签*/

    .Tag {
        text-align: left;
        font-weight: bold;
    }

    .Tag a {
        padding: 0 3px;
        font-weight: normal;
        text-decoration: none;
    }

    #ReadLevelTip {
        font-weight: bold;
        color: red;
    }

    /*上一文章、下一文章*/

    .info_previous_next_wrap {
        padding: 5px;
        border-top: 1px solid #F6F6F6;
        color: #333;
        overflow: hidden;
        line-height: 30px;
    }

    .info_previous_next_wrap .Next {
        float: right;
    }

    .info_previous_next_wrap .Next a {}

    .info_previous_next_wrap .Previous {
        float: left;
    }

    .info_previous_next_wrap .Previous a {}

    /*电梯*/

    #elevator {
        position: absolute;
        left: 30px;
        top: 80px;
        overflow: hidden;
        display: none;
    }

    .elevatorlist li .floorid, .elevatorlist li.current .floorname, .elevatorlist li a:hover .floorname {
        display: block;
    }

    .elevatorlist li .floorname, .elevatorlist li.current .floorid, .elevatorlist li a:hover .floorid {
        display: none;
    }

    .elevatorlist li a {
        font-size: 14px;
        display: block;
        color: #625351;
        text-align: center;
        width: 38px;
        height: 30px;
        line-height: 30px;
        border-bottom: 0px solid #C4C4C4;
        margin: 0;
        font-family: Arial;
        background: #f6f6f6;
    }

    .elevatorlist li a:hover, .elevatorlist li.current a {
        color: #fff;
    }

    .elevatorlist li a.n1:hover, .elevatorlist li.current a.n1 {
        background: #93d46f;
    }

    .elevatorlist li a.n2:hover, .elevatorlist li.current a.n2 {
        background: #f59f70;
    }

    .elevatorlist li a.n3:hover, .elevatorlist li.current a.n3 {
        background: #8eaff2;
    }

    .elevatorlist li a.n4:hover, .elevatorlist li.current a.n4 {
        background: #fca230;
    }

    .elevatorlist li a.n5:hover, .elevatorlist li.current a.n5 {
        background: #ba99ed;
    }

    .elevatorlist li a.n6:hover, .elevatorlist li.current a.n6 {
        background: #fb98a9;
    }

    .elevatorlist li a.n7:hover, .elevatorlist li.current a.n7 {
        background: #ff857f;
    }

    .elevatorlist li a.n8:hover, .elevatorlist li.current a.n8 {
        background: #ee9fcf;
    }

    .elevatorlist li a.n9:hover, .elevatorlist li.current a.n9 {
        background: #f5b600;
    }

    .elevatorlist li a.n10:hover, .elevatorlist li.current a.n10 {
        background: #b6c619;
    }

    /*子频道列表*/

    #subchannel_mian {
        width: 878px;
        height: 138px;
        border: 1px solid #DEDBDB;
        margin-bottom: 10px;
        border-radius: 2px;
    }

    #subchannel_mian img {
        float: left;
        width: 138px;
        height: 138px;
    }

    #subchannel_1 {
        width: 720px;
        float: right;
        display: block;
    }

    #subchannel_1 .ChannelName {
        font-family: "Microsoft Jhenghei";
        font-size: 24px;
        color: #333;
        height: 70px;
        line-height: 70px;
    }

    .subchannellist {}

    .subchannellist li {}

    .subchannellist li a {
        display: block;
        color: #000;
    }

    .subchannellist li a:hover {
        color: red;
        text-decoration: none;
    }

    .subchannellist #current a {
        font-weight: bold;
        color: red;
    }

    .subchannellist .depth1 {
        height: 20px;
        padding: 18px 10px 8px 10px;
        border-bottom: dotted 1px #d7d7d7;
        font-family: "Microsoft Jhenghei";
        font-weight: bold;
    }

    .subchannellist .depth1 img {
        width: 18px;
        height: 18px;
        overflow: hidden;
        float: left;
    }

    .subchannellist .depth1 span {
        line-height: 20px;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #333;
        float: left;
    }

    .subchannellist .depth2 {
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        padding: 0 10px;
    }

    .subchannellist .depth2 a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding-left: 12px;
        text-decoration: none;
        overflow: hidden;
        transition: all .1s ease-in-out;
    }

    .subchannellist .depth2 a i {
        font-size: 22px;
        font-weight: bold;
        color: #AAA;
        vertical-align: -4px;
        margin-right: 6px;
    }

    .subchannellist .depth2 a span {
        color: #666666;
    }

    .subchannellist #current.depth2 a {
        background: #FA0400;
        color: #fff;
    }

    .subchannellist #current.depth2 a i {
        color: #fff;
    }

    .subchannellist #current.depth2 a span {
        color: #fff;
    }

    .subchannellist .depth2:hover a {
        background: #FA0400;
        color: #ffffff !important;
    }

    .subchannellist .depth2:hover a i {
        color: #ffffff !important;
    }

    .subchannellist .depth2:hover a span {
        color: #ffffff !important;
    }

    .subchannellist .depth3 {
        font-size: 12px;
        text-indent: 3em
    }

    .subchannellist .depth4 {
        font-size: 12px;
        text-indent: 4.5em
    }

    .subchannellist .depth5 {
        font-size: 12px;
        text-indent: 6em
    }

    .subchannellist .depth6 {
        font-size: 12px;
        text-indent: 7.5em
    }

    .subchannellist1 {
        overflow: hidden;
    }

    .subchannellist1 li {
        float: left;
        margin-right: 5px;
    }

    .subchannellist1 li a {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
    }

    .subchannellist1 #current a {
        background: #E53E40;
        color: #FFF !important;
    }

    .subchannellist1 li:hover a {
        background: #E53E40;
        color: #FFF !important;
    }

    /*筛选条件*/

    #condition {
        border: 0px solid #ddd;
        width: 1198px;
        overflow: hidden;
    }

    #condition .row {
        display: block;
        overflow: hidden;
        zoom: 1;
        line-height: 22px;
        background: #fff;
        border-collapse: separate;
        border-bottom: 1px dotted #eee;
    }

    #condition .left {
        width: 114px;
        padding: 8px 0;
        background: #f7f7f7;
        text-align: center;
        color: #000;
        font-size: 14px;
        font-weight: normal;
    }

    #condition .right {
        background: #fff;
        padding: 8px 0;
    }

    /*已选择条件*/

    .selectedlist {
        text-align: center;
        text-indent: 0;
    }

    .selectedlist li {
        float: left;
        line-height: 25px;
        margin-left: 8px;
    }

    .selectedlist li a {
        display: block;
        position: relative;
        border: 1px solid #DDD;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        margin-right: 8px;
        float: left;
        padding: 0 25px 0 0;
    }

    .selectedlist li a b {
        font-weight: normal;
        margin-right: 5px;
        margin-left: 5px;
    }

    .selectedlist li a em {
        color: #E53E40;
        font-style: normal;
        margin-right: 5px;
    }

    .selectedlist li a:hover {
        border: 1px solid #E53E40;
    }

    .selectedlist li a i {
        background: url(../image/xred.png) #fff no-repeat center center;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 22px;
        cursor: pointer;
    }

    .selectedlist li a:hover i {
        background: url(../image/xwhite.png) #E53E40 no-repeat center center;
    }

    .selectedlist li.operator a {
        color: #000;
        border: 0;
    }

    .selectedlist li.operator a:hover {
        color: #cf010e;
        border: 0;
    }

    /*类型列表*/

    .typelist {
        text-align: left;
        text-indent: 0;
        overflow: hidden;
    }

    .typelist li {
        float: left;
        float: left;
        line-height: 25px;
        margin-left: 8px;
    }

    .typelist li a {
        background: #FFF;
        display: block;
        margin-right: 10px;
        color: #666;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        border-radius: 1px;
        display: block;
        padding: 0 5px;
    }

    .typelist li a:hover {
        background: #E53E40;
        text-decoration: none;
        color: #fff !important;
    }

    /*品牌列表*/

    .brandlist {
        text-align: left;
        text-indent: 0;
        overflow: hidden;
    }

    .brandlist li {
        float: left;
        line-height: 25px;
        margin-left: 8px;
    }

    .brandlist li img {
        border: 1px solid #ddd;
        width: 100px;
        height: 40px;
    }

    .brandlist li a:hover img {
        border: 1px solid #E53E40;
    }

    /*属性列表*/

    .typeattributelist {
        text-align: left;
        text-indent: 0;
        overflow: hidden
    }

    .typeattributelist li {
        overflow: hidden;
        float: left;
        line-height: 25px;
        margin-left: 8px;
    }

    .typeattributelist li a {
        background: #FFF;
        display: block;
        margin-right: 10px;
        color: #666;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        border-radius: 1px;
        display: block;
        padding: 0 5px;
    }

    .typeattributelist li a:hover {
        background: #E53E40;
        text-decoration: none;
        color: #fff !important;
    }

    /*价格列表*/

    .pricerangelist {
        text-align: left;
        text-indent: 0;
        overflow: hidden
    }

    .pricerangelist li {
        overflow: hidden;
        float: left;
        line-height: 25px;
        margin-left: 8px;
    }

    .pricerangelist li a {
        background: #FFF;
        display: block;
        margin-right: 10px;
        color: #666;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        border-radius: 1px;
        display: block;
        padding: 0 5px;
    }

    .pricerangelist li a:hover {
        background: #E53E40;
        text-decoration: none;
        color: #fff !important;
    }

    /*侧边栏*/

    #sidebar_main {
        width: 35px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -35px;
        z-index: 99999;
        background: #474747;
        box-shadow: 1px 2px 5px #999;
        _position: absolute;
        _top: expression(eval(document.documentElement.scrollTop));
        _right: 0;
        _height: expression(eval(document.documentElement.clientHeight));
    }

    #sidebar {
        width: 35px;
        color: #fff;
        height: 100%;
    }

    #sidebar #sidebar_1 {
        position: absolute;
        top: 0;
    }

    #sidebar #sidebar_2 {
        position: absolute;
        top: 30%;
    }

    #sidebar #sidebar_3 {
        position: absolute;
        bottom: 0;
    }

    #sidebar a {
        color: #fff;
        display: block;
        width: 35px;
        padding: 0;
        cursor: pointer;
    }

    #sidebar a:hover {
        background-color: #ff2832;
    }

    #sidebar a.cart i {
        background: url(../image/sidebar_cart_red.png) no-repeat;
        display: block;
        width: 100%;
        height: 35px;
    }

    #sidebar a.cart:hover i {
        background: url(../image/sidebar_cart_white.png) no-repeat;
    }

    #sidebar a.cart .MyShoppingCart {
        padding: 0 10px 3px 10px;
    }

    #sidebar a.cart .TotalItemCount {
        text-align: center;
    }

    #sidebar a.cart:hover .TotalItemCount {
        color: #fff;
    }

    /*浮动提示*/

    #sidebar p {
        display: none;
        position: absolute;
        right: 60px;
        font-size: 12px;
        text-align: center;
        margin: 0;
    }

    #sidebar .message p {
        width: 80px;
        height: 35px;
        line-height: 35px;
        background: #494949;
        bottom: 70px;
    }

    #sidebar .qrcode p {
        width: 115px;
        height: 132px;
        bottom: 1px;
        background: #fff;
        padding: 3px;
        border: 1px solid #ddd;
    }

    #sidebar .qrcode p .WxLogo {
        width: 100%;
        cursor: default;
    }

    #sidebar .qrcode p .WxName {
        color: #000;
        padding: 3px 0;
        text-align: center;
        overflow: hidden;
        cursor: default;
    }

    #sidebar .gotop p {
        width: 80px;
        height: 35px;
        line-height: 35px;
        background: #494949;
        bottom: 0;
    }

    #sidebar p i {
        position: absolute;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        font-size: 16px;
        top: 10px;
        right: -8px;
        color: #494949;
    }

    /*搜索 */

    table.search_table {
        width: 100%;
        text-align: center;
    }

    table.search_table th {
        vertical-align: middle;
        text-align: right;
        padding: 0px;
    }

    table.search_table td {
        vertical-align: middle;
        text-align: right;
        width: 90px;
        padding: 0px;
    }

    .search {
        height: 36px;
    }

    input.btn-search {
        float: left;
        width: 90px;
        height: 36px;
        border: 0;
        line-height: 1;
        font-size: 0px;
        cursor: pointer;
        background: #E22B2E;
        font-size: 16px;
        color: #ffffff;
        margin: 0;
        border: 0;
    }

    input.btn-keywords {
        float: left;
        width: 273px;
        height: 26px;
        line-height: 26px;
        color: #666;
        padding: 4px;
        margin: 0;
        border-color: #E5E5E5;
        border-style: solid;
        outline: 0;
        margin-bottom: 4px;
        text-indent: 30px;
        background: url(../image/new_bg.gif) no-repeat -174px 7px;
        font-size: 14px;
    }

    /*联系我们*/

    .contact_wrap {
        line-height: 1.8em;
    }

    .contact_wrap b {
        font-weight: bold;
    }

    .contact_wrap .WebUrl {
        color: #F00
    }

    .contact_title {
        height: 35px;
        line-height: 35px;
        border: solid 1px #e4e4e4;
        background: #F5F5F5;
    }

    .contact_title h2 {
        text-indent: 1em;
        font-size: 14px;
        color: #000;
    }

    .contact_body {
        overflow: hidden;
        zoom: 1;
        color: #000;
        padding: 5px;
        border: solid 1px #e4e4e4;
        border-top: 0;
    }

    .contact_bottom {
        height: 10px;
    }

    /*订购*/

    .order {
        margin: 0px auto
    }

    .order .WantOrder h1 {
        border-bottom: 1px dotted #999999;
        padding: 5px 0px;
    }

    .order .f1 {
        float: right;
        color: red;
    }

    table.order_table {
        width: 98%;
    }

    table.order_table th {
        width: 100px;
        text-align: left;
    }

    table.order_table td {
        text-align: left
    }

    table.order_table .operation {
        text-align: center
    }

    /* 友情链接 */

    #link_main {
        margin-bottom: 10px;
    }

    #link {
        BORDER: #eee 1px solid;
        PADDING: 10px 0;
    }

    .link_title {
        line-height: 69px;
        height: 69px;
        color: #fff;
    }

    .link_title h2 {
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        text-indent: 40px;
    }

    .link_body {
        color: #000;
        border-top: 0px;
        border-bottom: 0px;
    }

    .link_bottom {}

    .link_pic {
        overflow: auto;
        zoom: 1;
    }

    .link_pic ul li {
        float: left;
        padding: 1px 5px;
        text-align: center;
        width: 112px;
    }

    .link_pic img {
        width: 86px;
        height: 30px;
        padding: 2px;
        border: 1px solid #CCC;
    }

    .link_pic ul li a:hover img {
        border: 1px solid #6C9ACC;
    }

    /*.link_text { overflow: hidden; zoom:1;  }*/

    /*.link_text ul li { float:left; text-align:center; padding:1px 15px; overflow:hidden;white-space:nowrap;}*/

    /*.link_text a { line-height:22px; color:#b7b7b7; }*/

    /*.link_text a:hover { line-height:22px; color:#fff; }*/

    .linklist {
        width: 260px;
        height: 50px;
        overflow: hidden;
    }

    .linklist li {
        width: 260px;
        height: 50px;
        padding: 15px 0 10px 0
    }

    .linklist li h3 {
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .linklist1 {
        overflow: hidden;
        padding: 0 10px;
    }

    .linklist1 li {
        float: left;
        line-height: 24px;
    }

    .linklist1 li.frist {
        padding: 0 5px;
        color: #000;
        font-weight: bold;
        font-size: 12px;
    }

    .linklist1 li a {
        color: #666;
        padding: 0 5px;
    }

    /* 服务保障 */

    #ensure_main {
        background: #f8f8f8;
        padding: 35px 0;
        height: 80px;
    }

    #ensure {
        text-align: center;
    }

    #ensure a {
        display: block;
        width: 170px;
        float: left;
    }

    #ensure a span {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background: url(../image/site.png) no-repeat;
        _background: url(http://www.jzmb.com/App/Tpl/Home/jzmb/Public/images/site.gif) no-repeat;
        display: block;
    }

    #ensure .n1 span {
        background-position: 0 -250px
    }

    #ensure .n2 span {
        background-position: 0 -200px
    }

    #ensure .n3 span {
        background-position: 0 -350px
    }

    #ensure .n4 span {
        background-position: 0 -300px
    }

    #ensure .n5 span {
        background-position: 0 -50px
    }

    #ensure .n6 span {
        background-position: 0 0
    }

    #ensure .n7 span {
        background-position: 0 -150px
    }

    #ensure .n8 span {
        background-position: 0 -100px
    }

    #ensure a p {
        font-size: 14px;
        color: #000;
        text-align: center;
        margin-top: 10px;
        display: block;
        line-height: 19px;
    }

    /* 帮助信息 */

    #help_main {
        CLEAR: both;
        PADDING-RIGHT: 0px;
        BORDER-TOP: #EEE 1px solid;
        MARGIN-TOP: 0px;
        PADDING-LEFT: 0px;
        background: #f8f8f8;
        PADDING-BOTTOM: 32px;
        FONT: 12px/18px "微软雅黑", Helvetica, Arial, Verdana, "宋体";
        COLOR: #666;
        PADDING-TOP: 35px;
        ZOOM: 1;
        TEXT-ALIGN: center;
    }

    #help {
        text-align: left;
    }

    #help .help {
        float: left;
        padding: 0 10px;
        width: 220px;
        border-left: 1px dashed #CCC;
        text-align: center;
        min-height: 202px;
    }

    #help .help_1 {
        border-left: none;
    }

    #help .help span {
        display: block;
        width: 60px;
        height: 60px;
        background: url(../image/foot_icon_bg.png) no-repeat;
        margin: 0 auto
    }

    #help .help_1 span {
        background-position: 0 0;
    }

    #help .help_2 span {
        background-position: 0 -129px;
    }

    #help .help_4 span {
        background-position: 0 -65px;
    }

    #help .help_5 span {
        background-position: 0 -194px;
    }

    #help .help p {
        FONT-SIZE: 18px;
        MARGIN: 0px;
        COLOR: #2e2e2e;
        HEIGHT: 30px;
        line-height: 30px;
        font-weight: normal;
        text-align: center;
        margin: 15px 0;
        display: block;
    }

    #help .help ul li a {
        display: block;
        line-height: 20px;
        color: #666;
    }

    #help .help_5 ul li {
        padding-left: 60px;
        text-align: left;
    }

    /* 版权信息 */

    #copyright_main {
        background: #333;
        color: #999;
        line-height: 1.6;
        padding: 15px 0;
        text-align: center
    }

    #copyright {
        line-height: 2em;
        font: 12px/150% Arial, Verdana;
    }

    #copyright .bottom_navigation {
        text-align: center;
        padding: 5px 0px;
    }

    #copyright .line {
        padding: 0px 8px;
    }

    #copyright a {
        color: #999;
        text-decoration: none;
        font: 12px/150% Arial, Verdana;
    }

    #copyright a:hover {
        color: #f44d20;
        text-decoration: none;
    }

    #copyright .bottom_info {
        text-align: center;
        padding-top: 5px;
        padding-right: 10px;
        line-height: 20px;
    }

    #copyright .TechnicalSupport {
        text-align: center;
    }

    #copyright .Authentication {
        text-align: center;
    }

    #copyright .Authentication img {
        padding: 8px 5px;
    }

    /*分页样式*/

    .page_main {
        text-align: center;
        padding: 0 0 35px 0;
    }

    .page {
        padding: 20px 0px 0px 1px;
        display: inline-block;
        margin: 0 auto;
        clear: both;
    }

    .page a, .page span {
        float: left;
        display: block;
        border: 1px solid #ddd;
        padding: 0 15px;
        line-height: 38px;
    }

    .page a:link, .page a:visited {
        text-decoration: none;
    }

    /*.page a:hover {  color:#FFF; }*/

    .page .current {
        background: #E53E40;
        color: #FFF;
        border: 1px solid transparent;
    }

    .page #total {
        color: #fd5115
    }

    /*会员登录*/

    table.login_table {
        width: 90%;
        text-align: center;
        margin: 5px auto;
    }

    table.login_table th {
        width: 100px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

    table.login_table td {
        text-align: left;
        width: 200px;
    }

    table.login_table .operation {
        text-align: left
    }

    table.login_table .quick_login td {
        text-align: left;
        padding: 10px 0;
    }

    table.login_table .quick_login td img {
        margin-right: 8px;
        float: left;
    }

    /*会员注册*/

    table.reg_table {
        width: 90%;
        text-align: center;
        margin: 5px auto;
    }

    table.reg_table th {
        width: 120px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

    table.reg_table td {
        text-align: left;
    }

    table.reg_table .MemberCode {
        text-align: left;
        width: 70px;
    }

    table.reg_table .operation {
        text-align: left;
    }

    table.reg_table #SmsCode {
        width: 50px;
    }

    /*忘记密码 第一步*/

    table.forget_table1 {
        width: 90%;
        text-align: center;
        margin: 5px auto;
    }

    table.forget_table1 th {
        width: 120px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

    table.forget_table1 td {
        text-align: left;
    }

    table.forget_table1 .operation {
        text-align: left
    }

    /*忘记密码 第二步*/

    table.forget_table2 {
        width: 90%;
        text-align: center;
        margin: 5px auto;
    }

    table.forget_table2 th {
        width: 120px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

    table.forget_table2 td {
        text-align: left;
    }

    table.forget_table2 .operation {
        text-align: left
    }

    table.forget_table2 #SmsCode {
        width: 60px;
    }

    table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay {
        padding: 3px 0;
    }

    /*第三方账号登录*/

    .oauth {}

    .oauth_title {
        overflow: hidden;
        padding-left: 15em;
        font-size: 16px;
        position: relative;
        margin-bottom: -1px;
        z-index: 1;
    }

    .oauth_title .create_user, .oauth_title .bind_user {
        float: left;
        padding: 10px 20px;
        cursor: pointer;
        margin-right: 10px;
        background: #f0f0f0;
        border: 1px solid #e0e0e0;
    }

    .oauth_title .current {
        background: #fff;
        border-bottom: 1px solid #fff;
    }

    .oauth_body {
        overflow: hidden;
        border-top: 1px solid #f0f0f0;
        position: relative;
        padding: 10px 0;
    }

    table.oauth_table {
        width: 350px;
        text-align: center;
        margin: 5px auto;
    }

    table.oauth_table th, table.oauth_table td {
        padding: 3px 0;
    }

    table.oauth_table th {
        width: 100px;
        text-align: left;
    }

    table.oauth_table td {
        text-align: left;
        width: 200px;
    }

    table.oauth_table .operation {
        text-align: center
    }

    /*网站地图列表*/

    .maplist {}

    .maplist li {
        padding: 1px;
    }

    .maplist li a {
        background: #d1e8fc;
        line-height: 25px;
        display: block;
        padding: 0 20px;
        border: 0px solid #A6CC93;
    }

    .maplist li a:hover {
        text-decoration: none;
        background: #FFF;
    }

    .maplist .depth1 {
        font-weight: bold;
        text-indent: 0px;
        font-weight: bold
    }

    .maplist .depth2 {
        text-indent: 2em
    }

    .maplist .depth3 {
        text-indent: 4em
    }

    .maplist .depth4 {
        text-indent: 6em
    }

    .maplist .depth5 {
        text-indent: 8em
    }

    .maplist .depth6 {
        text-indent: 10em
    }

    /*商品所有分类页标题*/

    .all_title {
        height: 35px;
        line-height: 35px;
        border: solid 1px #efefef;
        background: #fafafa;
    }

    .all_title h2 {
        text-indent: 1em;
        color: #000;
    }

    .all_title h2 a {
        border-left: 3px solid #ff2832;
        padding-left: 8px;
        font-size: 15px;
        font-weight: bold;
    }

    .all_body {
        overflow: hidden;
        zoom: 1;
        color: #000;
        padding: 8px 5px;
        border: solid 1px #efefef;
        border-top: 0
    }

    .all_body .brand {
        overflow: hidden;
        zoom: 1;
        margin-bottom: 10px;
    }

    .all_body .brand a {
        display: block;
        width: 10%;
        float: left;
        text-align: center;
        margin-bottom: 5px;
    }

    .all_body .brand a img {
        width: 90%;
        border: 1px solid #efefef;
    }

    .all_body dl, .all_body dt, .all_body dd {
        padding: 0;
        margin: 0;
        overflow: hidden;
        zoom: 1;
    }

    .all_body dl {
        margin: 8px 0;
        clear: both;
    }

    .all_body dt {
        float: left;
        width: 120px;
        text-align: center;
    }

    .all_body dd {
        float: left;
        width: 1050px;
    }

    .all_body dt a {
        color: #000;
        font: 12px/150% Arial, Verdana;
        font-weight: bold;
    }

    .all_body dd a {
        padding-right: 22px;
        font: 12px/160% Arial, Verdana;
        text-align: left;
    }

    .all_bottom {
        height: 12px;
    }

    /*===商品评论 开始===*/

    /*评论结果：好评率*/

    .GoodsComment {}

    .GoodsCommentResult {
        border-bottom: 1px solid #e4e4e4;
        overflow: hidden;
        height: 100px;
        padding: 8px 0;
    }

    .GoodsCommentResult .GoodRate {
        width: 180px;
        height: 100%;
        float: left;
        border-right: 0px solid #e4e4e4;
        overflow: hidden;
    }

    .GoodsCommentResult .GoodRate .GoodRateValue {
        color: #e01d20;
        text-align: center;
    }

    .GoodsCommentResult .GoodRate .GoodRateValue b {
        font-size: 53px;
    }

    .GoodsCommentResult .GoodRate .GoodRateValue .PercentSign {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 33px;
    }

    .GoodsCommentResult .GoodRate .GoodRateText {
        text-align: center;
        height: 25px;
    }

    /*评论结果：好评、中评、差评*/

    .GoodsCommentResult .StatResult {
        width: 150px;
        height: 100%;
        float: left;
        border-right: 0px solid #e4e4e4;
    }

    .GoodsCommentResult .StatResult dl {
        margin: 0;
    }

    .GoodsCommentResult .StatResult dt {
        font-size: 12px;
    }

    .GoodsCommentResult .StatResult dt em {
        font-style: normal;
        color: #999;
        padding: 0 5px;
    }

    .GoodsCommentResult .StatResult dd {
        margin: 0;
        background: #ddd;
        height: 6px;
    }

    .GoodsCommentResult .StatResult dd div {
        background: #e01d20;
        height: 6px;
        width: 0;
    }

    .GoodsCommentResult .Tip {
        width: 530px;
        height: 100%;
        float: right;
    }

    /*评论选项卡*/

    .GoodsCommentTab {
        overflow: hidden;
        border-bottom: 1px solid #e4e4e4;
    }

    .GoodsCommentTab li {
        float: left;
        padding: 0 12px;
        overflow: hidden;
        height: 42px;
        line-height: 42px;
    }

    .GoodsCommentTab li.current {
        border-bottom: 1px solid #e01d20;
    }

    .GoodsCommentTab li a {
        color: #666;
    }

    .GoodsCommentTab li a i {
        font-style: normal;
    }

    .GoodsCommentTab li a:hover, .GoodsCommentTab li.current a {
        color: #e01d20;
    }

    /*评论列表*/

    .GoodsCommentContent {}

    .goodscommentlist {
        font-size: 12px;
        font-family: Arial, Verdana;
        overflow: hidden;
    }

    .goodscommentlist li {
        overflow: hidden;
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
    }

    .goodscommentlist li .MemberAvatar {
        float: left;
        width: 120px;
        text-align: center;
    }

    .goodscommentlist li .MemberAvatar img {
        border: 1px solid #dedede;
        vertical-align: top;
        width: 70px;
        height: 70px;
    }

    .goodscommentlist li .GuestName {
        padding: 5px 0;
    }

    .goodscommentlist li .CommentContent {
        float: left;
        width: 710px;
        display: block;
        line-height: 1.6em;
    }

    .goodscommentlist li .CommentTime {
        float: right;
        color: #999;
        width: 140px;
        text-align: center;
        padding-top: 15px;
    }

    .goodscommentlist li .CommentTime b {
        font-weight: normal;
        color: #e01d20;
        display: block;
        padding: 5px 0;
    }

    /*评论回复*/

    .GoodsCommentReply {
        color: #F90;
        line-height: 1.8em;
        background: #f5f5f5;
        padding: 5px 8px;
        margin: 8px 10px;
    }

    .GoodsCommentReply .replycommentlist li {
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

    .GoodsCommentReply .replycommentlist li .GuestName {
        display: inline;
    }

    .GoodsCommentReply .replycommentlist li .CommentContent {
        display: inline;
        float: none;
    }

    .GoodsCommentReply .replycommentlist li .CommentTime {
        float: none;
        color: #999;
        text-align: center;
        margin: 0 1px;
    }

    /*评论分页*/

    .GoodsCommentPage {
        overflow: hidden;
        float: right;
        padding: 10px 0;
    }

    .GoodsCommentPage li {
        float: left;
        border-radius: 2px;
        background: #f7f7f7;
        padding: 4px 1em;
        border: 1px solid #ddd;
        margin-left: 3px;
        vertical-align: middle;
        cursor: pointer;
    }

    .GoodsCommentPage li a {
        color: #333;
    }

    .GoodsCommentPage li a:hover {
        color: #e33b3d;
    }

    .GoodsCommentPage li.active {
        border: 0;
        cursor: default;
        background: none;
    }

    .GoodsCommentPage li.active a {
        color: #e33b3d;
        font-weight: bold;
        cursor: default;
    }

    .GoodsCommentPage li.disabled {
        cursor: not-allowed;
    }

    .GoodsCommentPage li.disabled a {
        color: #999;
        cursor: not-allowed;
    }

    /*评论表单*/

    .GoodsCommentForm {
        margin-top: 15px;
        overflow: hidden;
        clear: both;
    }

    table.goods_comment_table {
        width: 99%;
        text-align: center;
        margin: 0 auto;
        border-spacing: 0;
        font-size: 12px;
    }

    table.goods_comment_table th {
        width: 80px;
        text-align: left;
        white-space: nowrap;
        font-weight: normal;
    }

    table.goods_comment_table td {
        text-align: left;
        padding: 3px 0;
    }

    table.goods_comment_table .operation {
        text-align: left;
    }

    table.goods_comment_table #CommentContent {
        height: 70px;
        border: 1px solid #e0e0e0;
    }

    table.goods_comment_table label {
        float: left;
        margin-right: 30px;
    }

    table.goods_comment_table label .form_radio {
        float: left;
    }

    /*===商品评论 结束===*/

    /*==========@@公共板块  结束@@==========*/

    /*==========@@通用列表 开始@@==========*/

    /*文字列表*/

    .textlist {}

    .textlist li {
        width: 867px;
        height: 24px;
        line-height: 24px;
        padding: 8px 0 8px 13px;
        background: url(../image/li.png) no-repeat left 16px;
        border-bottom: 1px dashed #ccc;
        display: block
    }

    .textlist li a {
        width: 780px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #656464;
        float: left;
        display: block
    }

    .textlist li .float_right {
        width: 87px;
        height: 24px;
        line-height: 24px;
        float: right;
        text-align: center;
        font-size: 14px;
        color: #898989;
        display: block
    }

    .textlist_wrap {}

    .textlist_wrap li {
        height: 24px;
        line-height: 24px;
        padding: 8px 0 8px 13px;
        background: url(../image/li.png) no-repeat left 16px;
        border-bottom: 1px dashed #ccc;
        display: block
    }

    .textlist_wrap li a {
        width: 370px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #656464;
        float: left;
        display: block
    }

    .textlist_wrap li .float_right {
        width: 45px;
        height: 24px;
        line-height: 24px;
        float: right;
        text-align: center;
        font-size: 14px;
        color: #898989;
        display: block
    }

    .textlist1 {
        height: 34px;
    }

    .textlist1 li {
        display: inline-block;
        width: 60px;
        height: 31px;
        line-height: 31px;
        text-align: center;
        cursor: pointer;
        color: #686765;
        text-decoration: none;
        vertical-align: top;
        position: relative;
        font-family: Microsoft Jhenghei;
        font-size: 12px
    }

    .textlist1 li:hover, .textlist1 li.on {
        height: 30px;
        border-bottom: #ec2828 2px solid;
        color: #333;
        font-weight: bold;
    }

    .textlist2 {
        padding: 12px 10px;
        height: 120px;
        overflow: hidden
    }

    .textlist2 li {
        padding-left: 10px;
        height: 23px;
        line-height: 23px;
        overflow: hidden;
        background: url(../image/libg.png) no-repeat left 11px;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    .textlist2 li:hover {
        background-position: left -14px;
    }

    .textlist2 li a {
        color: #666;
        transition: color 0.2s ease 0s;
    }

    .textlist3 {
        background: url(../image/d_line.gif) repeat-x 0 44px;
        zoom: 1;
    }

    .textlist3:after {
        clear: both;
        content: '.';
        display: block;
        height: 0;
        overflow: hidden
    }

    .textlist3 {
        zoom: 1;
    }

    .textlist3 li {
        display: block;
        float: left;
        position: relative;
        height: 45px;
        line-height: 45px;
        padding: 0 35px;
        text-decoration: none;
        font-size: 16px;
        color: #666;
    }

    .textlist3 li:hover, .textlist3 li.on {
        border-top-color: #E53E40;
        color: #FFF!important;
        background: #E53E40;
        font-weight: normal;
    }

    .textlist3 li a:hover i, .textlist3 li.on i {
        display: block;
        width: 0;
        height: 0;
        font-size: 12px;
        line-height: 0;
        overflow: hidden;
        border: 6px solid #FFF;
        border-top-color: #E53E40;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: -12px;
    }

    .textlist4 {
        float: right;
        overflow: hidden;
        margin-top: 11px;
        padding-right: 10px;
    }

    .textlist4 li {
        width: 70px;
        height: 26px;
        overflow: hidden;
        float: left;
        text-align: center;
        line-height: 26px;
        font-weight: 100;
        font-size: 12px;
        margin-right: 5px;
    }

    .textlist4 li.on {
        background: #FF1C1C;
        color: #FFF !important
    }

    .textlist5 {}

    .textlist5 li {
        width: 250px;
        float: left;
        display: block;
        border-bottom: 1px dotted #E8E8E8;
        margin: 3px 0 0 10px;
        height: 30px;
        line-height: 30px;
        overflow: hidden
    }

    .textlist5 li a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url(../image/textlist.gif) no-repeat center left;
        text-indent: 10px;
    }

    .textlist5 li a:visited {
        color: #626262;
    }

    .textlist6 {}

    .textlist6 li {
        text-align: left;
        padding: 6px 0;
        height: 23px;
        margin-bottom: 5px;
        color: #666;
        line-height: 14px;
        border-bottom: 1px dotted #eee;
    }

    .textlist6 li a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url(../image/textlist.gif) no-repeat center left;
        text-indent: 10px;
        width：360px;
        float:left;
    }
.textlist6 li span{
  float:right;
}
    .textlist7 {
        width: 298px;
        padding-bottom: 10px
    }

    .textlist7 li {
        height: 30px;
        padding: 0 10px;
    }

    .textlist7 li span {
        float: left;
        width: 18px;
        font-size: 12px;
        line-height: 18px;
        font-style: normal;
        height: 18px;
        color: #fff;
        font-family: Microsoft Jhenghei, Arial, Helvetica, sans-serif;
        background: #e5e5e5;
        color: #666;
        text-indent: 0px;
        text-align: center;
        border-radius: 50%;
        margin-top: 7px;
        margin-right: 5px;
    }

    .textlist7 li a {
        width: 250px;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .textlist7 li a:hover {
        color: #333!important;
    }

    .textlist7 li.n1 span, .textlist7 li.n2 span, .textlist7 li.n3 span {
        background: #ea544a;
        color: #fff;
    }

    /*带缩略图文字列表*/

    .thumblist {}

    .thumblist li {}

    /*橱窗列表*/

    .gridlist {
        margin-top: 5px;
    }

    .gridlist li {
        float: left;
        width: 236px;
        overflow: hidden;
        border: 2px solid #fff;
        margin-bottom: 10px;
        padding: 5px 0;
    }

    .gridlist li:hover {
        border: 2px solid #fa5000;
    }

    .gridlist li img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .gridlist li .InfoTitle {
        display: block;
        width: 90%;
        height: 48px;
        overflow: hidden;
        text-align: left;
        line-height: 30px;
        font: 12px/150% Arial, Verdana;
        margin: 0 auto;
    }

    .gridlist li .InfoPrice {
        width: 90%;
        margin: 0 auto;
    }

    .gridlist li .operator {
        width: 90%;
        margin: 5px auto;
        overflow: hidden;
    }

    .gridlist li .num {
        width: 28px;
        height: 26px;
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        line-height: 26px;
        text-align: center;
        margin-right: 2px;
        float: left;
        padding: 0;
        margin: 0;
        margin-right: 2px;
    }

    .gridlist li .edit {
        width: 16px;
        height: 28px;
        border-radius: 3px;
        float: left;
        overflow: hidden;
        background: url(../image/num.png) no-repeat 0 center;
    }

    .gridlist li .edit a {
        display: block;
        width: 16px;
        height: 14px;
    }

    /*商品主页模板的商品缩略图显示*/

    .goodsalbumlist {
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        margin-top: 6px;
    }

    .goodsalbumlist li {
        float: left;
        width: 37px;
        height: 37px;
        margin-right: 5px;
        border: 0;
        padding: 0;
    }

    .goodsalbumlist li:hover {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .goodsalbumlist li img {
        width: 32px;
        height: 32px;
        border: 1px solid #ccc;
        display: block;
        padding: 1px;
    }

    .goodsalbumlist li img.current {
        border-width: 2px;
        border-color: #e4393c;
        padding: 0;
    }

    /*橱窗列表1*/

    .gridlist1 {}

    .gridlist1 li {
        overflow: hidden;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .gridlist1 li img {
        width: 90%;
        display: block;
        margin: 0 auto;
        border: 1px solid #fff;
    }

    .gridlist1 li img:hover {
        border: 1px solid #e9e9e9;
        -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
        -moz-box-shadow: 0 0 2px 2px #f8f8f8;
        box-shadow: 0 0 2px 2px #f8f8f8;
    }

    .gridlist1 li .InfoTitle {
        display: block;
        width: 90%;
        overflow: hidden;
        text-align: left;
        line-height: 30px;
        font: 12px/150% Arial, Verdana;
        margin: 0 auto;
    }

    .gridlist1 li .InfoPrice {
        width: 90%;
        margin: 0 auto;
    }

    /*橱窗列表2*/

    .gridlist2 {
        overflow: hidden;
        border-right: 1px solid #ededed;
        border-top: 1px solid #ededed;
    }

    .gridlist2 li {
        float: left;
        width: 246px;
        text-align: center;
        overflow: hidden;
        display: inline/*解决ie6 双边距bug*/
        ;
        text-overflow: ellipsis;
        border-bottom: 1px solid #ededed;
        border-left: 1px solid #ededed;
    }

    .gridlist2 li.first {
        width: 492px;
        height: 236px;
        position: relative;
    }

    .gridlist2 li img {
        height: 160px;
        width: 160px;
        margin: 5px;
    }

    .gridlist2 li .InfoTitle {
        display: block;
        width: 210px;
        height: 38px;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        padding: 0;
        margin: 0 auto;
        font: 12px/150% Arial, Verdana;
    }

    .gridlist2 li .InfoPrice {
        width: 210px;
        margin: 0 auto;
        padding: 0 0 10px 0;
    }

    .gridlist2 li a {
        color: #646464;
    }

    .gridlist2 li a:hover {
        color: #ff2832;
    }

    /*首页楼层相册列表风格*/

    .albumlist1 {
        overflow: hidden;
    }

    .albumlist1 li {
        float: left;
        text-align: center;
        overflow: hidden;
        width: 100%;
    }

    .albumlist1 li img {
        width: 492px;
        height: 236px;
        cursor: pointer;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .gridlist2 li .hd {
        width: 100%;
        position: absolute;
        bottom: 5px;
        height: 5px;
        text-align: center;
        border: 0px solid red;
    }

    .gridlist2 li .hd ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 16px;
        height: 4px;
        text-align: center;
        float: none;
        background: #646464;
        margin-right: 10px;
        overflow: hidden;
        font-size: 0;
        color: #fff;
        padding: 0;
        border: 0;
        text-indent: -100px;
    }

    .gridlist2 li .hd ul li.on {
        background: #ff2832;
    }

    /*橱窗列表1*/

    .gridlist3 li {
        width: 220px;
		
		height:420px;
        _display: inline;
        float: left;
        padding-left: 10px;
        margin-left: 10px;
        overflow: hidden;
    }

    .gridlist3 li .InfoPicture {
        width: 220px;
        height: 220px;
        overflow: hidden;
        margin: 5px auto 5px;
        position: relative;
        display: block;
    }

    .gridlist3 li .InfoPicture img {
        width: 220px;
        transition: all 1.2s;
        -moz-transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -o-transition: all 1.2s;
        overflow: hidden;
        display: block;
    }

    .gridlist3 li .InfoPicture img:hover {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    .gridlist3 li .InfoTitle {
        margin: 8px 0 5px 0;
        line-height: 20px;
        overflow: hidden;
        height: 20px;
        text-align: left;
        font-size: 14px;
        padding: 0 5px;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gridlist3 li p {
        margin: 8px 0 5px 0;
        line-height: 20px;
        overflow: hidden;
        height: 320px;
        text-align: left;
        font-size: 16px;
        padding: 5px 5px 0 5px;
        color: #E80111;
        font-weight: bold;
    }

    .gridlist4 {
        overflow: visible;
    }

    .gridlist4 li {
        width: 285px;
        margin-right: 16px;
        margin-bottom: 18px;
        background: #FFF;
        float: left;
        box-shadow: 0px 0px 2px #dddddd;
        overflow: hidden;
		height: 520px;
    }

    .gridlist4 li.n3 {
        margin-right: 0
    }

    .gridlist4 li .InfoPicture {
        position: relative;
        overflow: hidden;
        z-index: 3;
        display: block;
        width: 290px;
        height: 290px;
    }

    .gridlist4 li a {
        display: block;
    }

    .gridlist4 li:hover {
        box-shadow: 0px 0px 10px #dddddd;
    }

    .gridlist4 li .InfoContent {
        background: #ffffff;
        filter: alpha(opacity=90);
        opacity: 0.80;
        height: 60px;
        line-height: 19px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0 28px;
        width: 234px;
        color: #323232;
        font-size: 12px;
        padding-top: 10px;
        text-align: left;
        display: none;
    }

    .gridlist4 li .Info_wrap {
        height: 82px;
        padding: 18px 27px 10px 27px;
        text-align: center;
        color: #b3b3b3;
    }

    .gridlist4 li .InfoContent {
        background: rgba(251, 251, 251, 0.95);
        height: 60px;
        line-height: 19px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0 28px;
        color: #323232;
        font-size: 12px;
        padding-top: 10px;
        text-align: left;
    }

    .gridlist4 li .Info_wrap {
        height: 82px;
        padding: 18px 27px 10px 27px;
        text-align: center;
        background: #fbfbfb;
        opacity: 0.9
    }

    .gridlist4 li .Info_wrap .InfoTitle {
        font-size: 14px;
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        color: #666;
    }

    .gridlist4 li .Info_wrap .ChannelF2 {
        height: 28px;
        line-height: 28px;
        color: #b3b3b3;
        display: block
    }

    .gridlist4 li .Info_wrap .InfoPrice {
        height: 32px;
        line-height: 32px;
        display: block;
        padding: 0;
    }

    .gridlist4 li .Info_wrap .InfoPrice .fense {
        color: #ff4b00;
        float: left;
        font-size: 12px;
    }

    .gridlist4 li .Info_wrap .InfoPrice .combg {
        float: right;
        font-size: 12px;
        color: #71cd9c;
        text-align: right;
    }

    .gridlist4 li .Info_wrap .InfoPrice .combg em {
        background: url(../image/guanzhu.gif) no-repeat left center;
        width: 15px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    /*相关信息列表*/

    .inforelationlist {
        overflow: hidden;
    }

    .inforelationlist li {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px;
        background: url(../image/xuxian.gif) no-repeat left bottom;
    }

    .inforelationlist li.first, .inforelationlist li.last {
        width: 16px;
    }

    .inforelationlist li img {
        width: 100%;
    }

    .inforelationlist li .InfoTitle {
        display: block;
        width: 90%;
        height: 22px;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 10px 0;
        font-size: 14px;
    }

    .inforelationlist li .InfoPrice {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 10px 0;
    }

    .inforelationlist li a {
        color: #666;
    }

    .inforelationlist li a:hover {
        color: #C81623;
    }

    /*相册列表*/

    .albumlist {
        overflow: hidden;
        float: left;
        width: 410px;
        outline: 0px dashed red;
    }

    .albumlist li {
        float: left;
        text-align: center;
        overflow: hidden;
        width: 82px;
        height: 82px;
    }

    .albumlist li img {
        width: 65px;
        height: 65px;
        cursor: pointer;
        border: 1px solid #eee;
    }

    .albumlist li.on img {
        border: 2px solid #e4393c;
    }

    .InfoAlbum .myalbum {
        float: left;
    }

    .InfoAlbum .sPrev, .InfoAlbum .sNext {
        float: left;
        display: block;
        width: 16px;
        height: 54px;
        background: url(../image/arrow.png) no-repeat;
        cursor: pointer;
        margin: 7px 0;
        outline: 0px dashed red;
    }

    .InfoAlbum .sPrev {
        background-position: 2px center;
    }

    .InfoAlbum .sPrev:hover {
        background-position: -27px center;
    }

    .InfoAlbum .sNext {
        background-position: -13px center;
    }

    .InfoAlbum .sNext:hover {
        background-position: -42px center;
    }

    /*商品参数选项卡*/

    .producttablist {
        overflow: hidden;
    }

    .producttablist li {
        height: 38px;
        line-height: 38px;
        width: 120px;
        border-right: 1px solid #e0e0e0;
        float: left;
        text-align: center;
        font-size: 14px;
        background: #fff;
        color: #666
    }

    .producttablist li.on {
        cursor: pointer;
        background: #da1f2e;
        color: #fff;
    }

    .GoodsSpecification {
        display: none;
    }

    .specification_table {
        width: 100%;
        border-collapse: collapse;
        font-family: 宋体;
        font-size: 12px;
        color: #999;
    }

    .specification_table .TypeGroupName {
        color: #333;
        text-align: left;
    }

    .specification_table .TypeGroupName span {
        height: 20px;
        border-left: #CD0000 4px solid;
        width: 10px;
        display: inline-block;
        margin-top: 5px;
        float: left;
    }

    .specification_table .TypeAttributeName {
        width: 100px;
        text-align: left;
        white-space: nowrap;
        min-width: 100px;
    }

    .specification_table .AttributeValue {
        width: 350px;
    }

    .specification_table {}

    .specification_table tr th {
        text-indent: 2px;
        border: none;
    }

    .specification_table tr td {
        text-indent: 20px;
        border: 1px solid #ddd;
    }

    .specification_table tr td:first-child {
        background: #eee;
        text-align: center;
        text-indent: 0;
    }

    .specification_table tbody {
        width: 100%;
        display: block;
    }

    .specification_table tr.n1 {
        float: left;
        width: 25%;
    }

    .specification_table tr.n2 {
        float: left;
        width: 50%;
    }

    /*视频列表*/

    .videolist {}

    .videolist li {
        width: 475px;
        float: left;
        margin: 0 5px;
        text-align: center;
        overflow: hidden;
    }

    .videolist li img {
        border: 1px solid #E1E1E1;
        width: 100%;
    }

    .videolist li a {
        white-space: nowrap;
    }

    .videolist li a.InfoTitle {
        display: block;
        text-align: center;
        padding: 8px 0;
    }

    /*选项卡切换列表*/

    .tablist {
        overflow: hidden;
        zoom: 1;
        float: right;
    }

    .tablist li {
        float: left;
        height: 36px;
        overflow: hidden;
        white-space: nowrap;
        background: #f5f5f5;
        border: 2px solid #f5f5f5;
        border-bottom: 0;
    }

    .tablist li a {
        border-left: 1px solid #e6e6e6;
        padding: 0px 12px;
    }

    .tablist li a.n1 {
        border: 0;
    }

    .tablist li.on {
        border: 2px solid #000;
        border-bottom: 3px solid #fff;
        background: #fff;
    }

    /*浏览历史*/

    .historylist {}

    .historylist li {
        overflow: hidden;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .historylist li a.InfoPicture {
        float: left;
    }

    .historylist li img {
        width: 80px;
        height: 80px;
        display: block;
        border: 1px solid #fff;
    }

    .historylist li img:hover {
        border: 1px solid #e9e9e9;
    }

    .historylist li .InfoTitle {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: left;
        line-height: 30px;
        font: 12px/150% Arial, Verdana;
        margin: 0 auto;
    }

    .historylist li .InfoPrice {
        line-height: 80px;
        float: right;
        height: 80px;
        padding: 0;
        padding-right: 5px;
    }

    .historylist li.last {
        border: 0;
        text-align: right;
        margin-bottom: 0;
    }

    /*销售排行榜*/

    .toplist {}

    .toplist li {
        overflow: hidden;
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .toplist li a.InfoPicture {
        float: left;
    }

    .toplist li img {
        width: 80px;
        height: 80px;
        display: block;
        border: 1px solid #fff;
    }

    .toplist li img:hover {
        border: 1px solid #e9e9e9;
    }

    .toplist li .InfoTitle {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: left;
        line-height: 30px;
        font: 12px/150% Arial, Verdana;
        margin: 0 auto;
    }

    .toplist li .InfoPrice {
        line-height: 30px;
        float: right;
        height: 30px;
        padding: 0;
        padding-right: 5px;
    }

    .toplist li .Quantity {
        line-height: 30px;
        float: right;
        height: 30px;
        padding: 0;
        padding-right: 5px;
    }

    .toplist li.last {
        border: 0;
        text-align: right;
        margin-bottom: 0;
    }

    /*==========@@通用列表  结束@@==========*/

    /*==========@@购物车 开始@@==========*/

    /*公共*/

    .cart_price {
        font-weight: normal;
        color: #F00;
    }

    /**购物进度*/

    .progress {
        overflow: hidden;
        margin: 8px 0;
    }

    .progresslist li {
        width: 33.3%;
        height: 35px;
        line-height: 35px;
        float: left;
        text-align: center;
        background: #f1f1f1;
        color: #999;
    }

    .progresslist li i {
        display: block;
        background: url(../image/progresslist.png) no-repeat;
        float: right;
        width: 22px;
        height: 35px;
    }

    /*step1*/

    .progress #step1 li.n1 {
        color: #f60;
        background: #ffe6bc;
    }

    .progress #step1 li.n1 i {
        background-position: 0px -35px;
    }

    /*step2*/

    .progress #step2 li.n1 i {
        background-position: 0px -70px;
    }

    .progress #step2 li.n2 {
        color: #f60;
        background: #ffe6bc;
    }

    .progress #step2 li.n2 i {
        background-position: 0px -35px;
    }

    /*step3*/

    .progress #step3 li.n2 i {
        background-position: 0px -70px;
    }

    .progress #step3 li.n3 {
        color: #f60;
        background: #ffe6bc;
    }

    /*购物车列表*/

    .cart_table {
        width: 100%;
        border-collapse: collapse;
    }

    .cart_table thead {
        background: #F5F5F5;
    }

    .cart_table td, .cart_table th {
        padding: 8px 0px;
        text-align: center;
    }

    .cart_table, .cart_table th, .cart_table td {
        border: 1px solid #e4e4e4;
    }

    .cart_table .tImage {
        width: 180px;
    }

    .cart_table .tProductName {}

    .cart_table .tPrice {
        width: 100px;
    }

    .cart_table .tQuantity {
        width: 120px;
    }

    .cart_table .tTotalItemPrice {
        width: 110px;
        padding-left: 10px;
    }

    .cart_table .tOperation {
        width: 110px;
    }

    .cart_table .tTotalPrice {
        text-align: right;
        padding-right: 10px;
    }

    .cart_table .tTotalPrice i {
        color: red;
        font-style: normal;
    }

    .cart_table .tTotalPrice .TotalPrice {
        color: red;
    }

    .cart_table tfoot th {
        text-align: right;
    }

    .cart_table tfoot td {
        text-align: center;
    }

    .cart_table tfoot .trCartCheckout th {
        padding: 0;
    }

    .cart_table tfoot i {
        font-style: normal;
        color: red;
    }

    .cart_table tfoot .OrderTotalPrice {
        color: red;
        font-size: 20px;
    }

    /*值*/

    .cart_table .form_quantity {
        width: 45px;
        height: 24px;
        border: 1px solid #e9e9e9;
        float: left;
        line-height: 24px;
        text-align: center;
        padding: 0;
        margin: 0;
        outline: none;
    }

    .cart_table .TotalPrice {
        font-weight: normal;
        font-size: 16px;
    }

    .cart_table .TotalItemPrice {
        font-weight: normal;
    }

    .cart_table .TotalCount, .TotalItemCount {
        font-weight: bold;
        color: red;
    }

    .cart_table .IncQuantity, .cart_table .DecQuantity {
        width: 26px;
        height: 26px;
        float: left;
        color: #ccc;
        padding: 0;
        cursor: pointer;
    }

    .cart_table .IncQuantity {
        background: url(../image/increase.png) #e9e9e9 center center no-repeat;
    }

    .cart_table .DecQuantity {
        background: url(../image/decrease.png) #e9e9e9 center center no-repeat;
        margin-left: 10px;
    }

    .cart_table .InfoPicture {
        height: 100px;
    }

    .cart_table .ProductName {
        padding: 5px;
    }

    .cart_table .CartEmptyText {
        font-weight: bold;
        color: red;
        text-align: left;
        padding-left: 5px;
        float: left;
        display: none;
    }

    /*按钮*/

    .cart_table .btnGoShoping {
        cursor: pointer;
        background: #e4e4e4;
        padding: 10px 12px;
        color: #666;
        float: left;
    }

    .cart_table .btnGoShoping:hover {
        color: #c81623;
    }

    .cart_table .btnClearCart {
        cursor: pointer;
        background: #e4e4e4;
        padding: 10px 12px;
        color: #666;
        float: right;
    }

    .cart_table .btnClearCart:hover {
        color: #c81623;
    }

    .cart_table .btnCheckout {
        cursor: pointer;
        background: #cf010e;
        padding: 10px 35px;
        color: #fff;
        float: right;
    }

    .cart_table .btnCheckout:hover {
        color: #eee;
        background: #E70A18;
    }

    /*收货人信息*/

    .cart_title {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .consigneelist {}

    .consigneelist li {
        padding-bottom: 8px;
        padding-left: 15px;
    }

    .consigneelist li b {
        margin-right: 5px;
        font-weight: normal;
    }

    .consigneelist li .ConsigneeAddressAlias {
        padding: 1px 8px;
        margin-right: 3px;
        border: 1px solid #e4e4e4;
        background: #fafafa;
    }

    .consigneelist li .ConsigneePostcode {
        display: none;
    }

    .consignee_title {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .consignee_table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 8px;
    }

    .consignee_table tbody {
        display: none;
    }

    .consignee_table td, .consignee_table th {
        padding: 2px 1px;
    }

    .consignee_table th {
        width: 120px;
        text-align: right;
        font-weight: normal;
    }

    .consignee_table td {}

    .consignee_table, .consignee_table th, .consignee_table td {
        border: 0px solid #e4e4e4;
    }

    .consignee_table tfoot {
        border-top: 1px solid #e4e4e4;
        background: #fafafa;
    }

    .consignee #ConsigneeRealName, .consignee #ConsigneeEmail, .consignee #ConsigneeMobile, .consignee #ConsigneeTelephone, .consignee #ConsigneePostcode {
        width: 150px;
    }

    .consignee #ConsigneeAddress {
        width: 450px;
    }

    .consignee #ConsigneeRemark {
        width: 98%;
        height: 80px;
    }

    /*配送方式*/

    .shipping_title {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .shipping_title .FreeShippingTip {
        margin-left: 20px;
        color: #FF3300;
        font-weight: normal;
    }

    .shipping_bottom {
        height: 30px;
        margin: 10px;
        text-align: center;
    }

    .shipping_table {
        width: 100%;
        border-collapse: collapse;
    }

    .shipping_table th {
        width: 200px;
        text-align: left;
        padding-left: 15px;
        background: #F5F5F5;
    }

    .shipping_table td {
        text-align: left;
        line-height: 1.8em;
        padding: 5px 10px;
    }

    .shipping_table i {
        color: red;
        font-style: normal;
    }

    .shipping_table, .shipping_table th, .shipping_table td {
        border: 1px solid #e4e4e4;
    }

    .shipping_table .ShippingDescription {
        font-size: 12px;
        color: #999;
        line-height: 20px;
    }

    /*支付方式*/

    .pay_title {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .pay_body {}

    .pay_table {
        width: 100%;
        border-collapse: collapse;
    }

    .pay_table tr.current td {
        background: #F5F5F5;
    }

    .pay_table th {
        width: 200px;
        text-align: left;
        padding-left: 15px;
        background: #F5F5F5;
    }

    .pay_table td {
        text-align: left;
        line-height: 1.8em;
        padding: 5px 10px;
    }

    .pay_table, .pay_table th, .pay_table td {
        border: 1px solid #e4e4e4;
    }

    .pay_table .PayDescription {
        font-size: 12px;
        color: #999;
        line-height: 20px;
    }

    .pay_bottom {
        padding: 15px 0;
    }

    /*优惠券*/

    .coupon {}

    .coupon_title {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .coupon_body {
        padding-left: 15px;
    }

    .coupon_bottom {
        padding: 0;
    }

    .coupon_body .btnCoupon {
        border: 1px solid #ccc;
        margin-left: 3px;
        padding: 3px 8px;
        cursor: pointer;
    }

    .coupon_body .btnCoupon:hover {
        border: 1px solid #aaa;
        color: #000;
    }

    .coupon_body .form_text {
        width: 125px;
        padding: 2px 3px;
    }

    .coupon_body #CouponSendID {
        margin-right: 30px;
    }

    /*积分*/

    .point {}

    .point_title {
        padding: 15px 0px;
        font-weight: bold;
        font-size: 14px;
    }

    .point_body {
        padding-left: 15px;
    }

    .point_bottom {
        padding: 0;
    }

    .point_body .btnPoint {
        border: 1px solid #ccc;
        margin-left: 3px;
        padding: 3px 8px;
        cursor: pointer;
    }

    .point_body .btnPoint:hover {
        border: 1px solid #aaa;
        color: #000;
    }

    .point_body #Point {
        width: 82px;
        padding: 2px 3px;
        margin-left: 3px;
    }

    .point_body .YourTotalPoint {
        margin-left: 10px;
    }

    .point_body .YourTotalPoint i {
        font-style: normal;
        color: #F00;
    }

    .point_body .MaxUsePoint {
        margin-left: 10px;
    }

    .point_body .MaxUsePoint i {
        font-style: normal;
        color: #F00;
    }

    /*在线支付*/

    .orderinfo {
        overflow: hidden;
    }

    .orderinfo .OrderNumber {
        color: #00F;
    }

    .orderinfo .TotalPrice, .orderinfo .ShippingPrice, .orderinfo .PayPrice, .orderinfo .TotalOrderPrice, .orderinfo .DiscountPrice {
        color: #F00;
    }

    .orderinfo_title {}

    .orderinfo_body {
        line-height: 2em;
        font-size: 16px;
    }

    .orderinfo_bottom {
        text-align: center;
    }

    .payment .pay_title {
        font-size: 16px;
        font-weight: normal;
    }

    .payment .OrderOnlinePayFinish {
        color: #F00;
    }

    /*==========@@购物车 结束@@==========*/

    /*==========@@jQZoom Version 2.2 样式开始@@==========*/

    .jqzoom {
        border: 0px solid black;
        float: left;
        position: relative;
        padding: 0px;
        cursor: pointer;
    }

    .jqzoom img {
        float: left;
        width: 418px;
    }

    div.zoomdiv {
        z-index: 100;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 200px;
        height: 200px;
        background: #ffffff;
        border: 1px solid #CCCCCC;
        display: none;
        text-align: center;
        overflow: hidden;
    }

    div.jqZoomPup {
        z-index: 100;
        visibility: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        border: 1px solid #aaa;
        background: #ffffff;
        opacity: 0.5;
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        filter: alpha(Opacity=50);
    }

    /*==========@@jQZoom Version 2.2 样式结束@@==========*/

    #product_read_floor .col2 .cuxiao .pos {
        float: left;
        width: 330px;
    }

    #product_read_floor .col2 .cuxiao .pos em {
        display: block;
        float: left;
        line-height: 26px;
        width: 40px;
        height: 26px;
        color: #fff;
        margin-top: 5px;
        background: url(../image/cuxiao.png) no-repeat;
        text-align: center;
        font-style: normal;
    }

    #product_read_floor .col2 .cuxiao .pos em.mai1 {
        background-position: -160px 0px;
    }

    #product_read_floor .col2 .cuxiao .pos em.zhe1 {
        background-position: -200px 0px;
    }

    #product_read_floor .col2 .cuxiao .pos em.jiang1 {
        background-position: -80px 0px;
    }

    #product_read_floor .col2 .cuxiao .pos>div {
        float: left;
    }

    #product_read_floor .col2 .cuxiao .pos>div dl {
        height: 26px;
        margin: 5px 0 5px 10px;
        line-height: 26px;
    }

    #product_read_floor .col2 .row {
        margin: 0;
        clear: none;
    }

    #product_read_floor .col2 .cuxiao .pos:after {
        content: "";
        display: block;
        height: 1px;
        clear: both;
    }

    #product_read_floor .col2 .LProductWrap {
        border-top: #eeeeee 1px dotted;
    }

    .attr_all_same {
        height: 85px;
        padding-top: 16px;
    }

    .attr_all_same .attr_same {
        width: 54px;
        float: left;
        height: 30px;
        padding-bottom: 1px;
        line-height: 13px;
        font-weight: normal;
        color: #a3a3a3;
    }

    .catt {
        height: auto;
        padding-top: 2px;
        padding-bottom: 8px;
        line-height: 10px;
        width: 720x;
        float: left;
        padding-left: 1px;
        z-index: 1;
    }

    .catt .cattsel, .catt .cattsel:hover {
        background: #fff;
        margin-right: 10px;
        margin-top: 0px;
        color: #666!important;
        border: #ccc 1px solid;
    }

    .catt a, .catt a:hover {
        text-align: center;
        
           padding: 3px 8px;
  
    margin-right: 8px;
    font-size: 12px;
       
    
        
        color: #666!important;
        text-decoration: none;
       
        background: #fff url(../image/selected.png) no-repeat right bottom;
        border: #ca141d solid 1px;
    }

    .attr_all_same .spec_name {
        width: 54px;
        float: left;
        height: 28px;
        padding-bottom: 3px;
        line-height: 13px;
        font-weight: normal;
        color: #a3a3a3;
    }

    .gw_clear {
        clear: both;
        height: 5px;
    }

    #product_read_floor_1_1 .wrap.fixed .wrap_1 .wrap_1_1 {
        background: none;
    }

    .left_body3 {
        background: #f2f2f2;
    }

    .inforelationlist li a div {
        width: 205px;
        height:105px;
        overflow: hidden;
    }

    .inforelationlist li a img {
        width: 205px;
    }

    .sh_title {
        padding-bottom: 15px;
        height: 25px;
    }

    .sh_title h2 {
        border-left: #CD0000 4px solid;
        display: inline;
        font-family: 微软雅黑, 黑体;
        font-size: 14px;
        width: 200px;
        float: left;
        font-weight: 400;
        color: #333;
        padding-left: 10px;
        height: 20px;
        line-height: 20px;
    }

    #navigation ul.navigationlist li.tejia {
        position: relative;
    }

    #navigation ul.navigationlist li.tejia span {
        position: absolute;
        background: url(../image/sicon.gif) no-repeat -19px center;
        width: 19px;
        height: 23px;
        right: 0;
    }

    .right_quick_nav {
        position: fixed;
        right: 10px;
        top: 50%;
        z-index: 10111111111110;
    }

    .right_quick_nav ul li {
        position: relative;
        padding-left: 5px
    }

    .right_quick_nav ul li>a {
        display: block;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        cursor: pointer;
        transition: all .1s
    }

    .right_quick_nav ul li:hover a {
        background-color: #f2f2f2
    }

    .right_quick_nav ul li .iconfont {
        width: 100%;
        height: 100%;
        transition: all .1s
    }

    .right_quick_nav ul li.n1 .iconfont {
        background: url(../image/fenxiang.png) no-repeat center;
    }

    .right_quick_nav ul li.n2 .iconfont {
        background: url(../image/dianhua-1.png) no-repeat center;
    }

    .right_quick_nav ul li.n3 .iconfont {
        background: url(../image/erweima.png) no-repeat center;
    }

    .right_quick_nav ul li.n4 .iconfont {
        background: url(../image/qq-1.png) no-repeat center;
    }

    .right_quick_nav ul li.n5 .iconfont {
        background: url(../image/fhdb-1.png) no-repeat center;
    }

    .right_quick_nav ul li.n1:hover .iconfont {
        background: url(../image/fenxiang-1.png) no-repeat center;
    }

    .right_quick_nav ul li.n2:hover .iconfont {
        background: url(../image/dianhua.png) no-repeat center;
    }

    .right_quick_nav ul li.n3:hover .iconfont {
        background: url(../image/erweima-1.png) no-repeat center;
    }

    .right_quick_nav ul li.n4:hover .iconfont {
        background: url(../image/qq.png) no-repeat center;
    }

    .right_quick_nav ul li.n5:hover .iconfont {
        background: url(../image/fhdb.png) no-repeat center;
    }

    .right_quick_nav ul li:hover .iconfont {
        transform: scale(1.1);
        color: #40c641
    }

    .right_quick_nav ul li span {
        position: absolute;
        display: none;
        width: 140px;
        height: 44px;
        line-height: 44px;
        left: -145px;
        top: 5px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        z-index: 800
    }

    .right_quick_nav ul li span:before {
        content: "";
        display: block;
        position: absolute;
        right: -9px;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent
    }

    span.qr_code img {
        width: 140px
    }

    .right_quick_nav ul li span.bdsharebuttonbox {
        box-sizing: border-box;
        padding: 7px 23px
    }

    #back-to-top {
        margin-top: 5px;
        display: none;
    }

    .hotsearch {
        color: #666;
        padding-top: 5px;
    }

    .my_browse_con {
        display: none;
        position: absolute;
        width: 385px;
        border: 1px solid #f0f0f0;
        border-radius: 4px;
        top: 45px;
        left: 0;
        background: #fff;
        z-index: 10;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .5);
    }
   
    .my_browse_con div.clearbtn {
    
        width: 385px;
        background-color: #f2f2f2;
      
        height: 41px;
        line-height: 41px;
        text-align: center;
        color: #333;
      
    }
#top .my_browse_con div.clearbtn a{
 color: #333;
}
    .my_browse_con li:last-child {
        border-bottom: 0;
    }

    .my_browse_con li {
        padding: 5px 20px;
        font-size: 12px;
        border-bottom: 1px solid #f0f0f0;
        transition: all .2s;
        height: 18px;
    }

    #top .my_browse_con li a {
        float: left;
        width: 220px;
        padding: 0;
        color: #333;
        transition: all .2s;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }

    .my_browse_con li span {
        display: inline-block;
        float: right;
        height: 18px;
        line-height: 18px;
    }
    
.button {
    display: inline-block;
    background-color: #0595d5;
    width: 98px;
    height: 42px;
    overflow: hidden;
    float: left;
    padding: 0 22px 0 20px;
    text-align: right;
    color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(50,50,50,0.68);
    text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
    cursor: pointer;
    font: 400 18px/42px "microsoft yahei";
    position: relative;
    text-decoration: none;
}
.btn-demo {
    margin-right:15px;
    background-image:-webkit-linear-gradient(top, #0595d5 0%, #2673f1 100%);
    background-image:linear-gradient(top, #0595d5 0%, #2673f1 100%);
    border:1px solid #418ada;
    box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15)
}
a.btn-demo:hover {
    background-color:#0595d5;
    background-image:-webkit-linear-gradient(top, #2673f1 0%, #0595d5 100%);
    color:#fff !important;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.2)
}
.btn-demo:active {
    box-shadow:inset 0px 2px 4px rgba(0, 0, 0, 0.15)
}
.btn-down {
    margin-right:15px;
    background:#5aba1f;
    background-image:-webkit-linear-gradient(top, #5aba1f 0%, #53a621 100%);
    background-image:-moz-linear-gradient(top, #5aba1f 0%, #53a621 100%);
    background-image:linear-gradient(top, #5aba1f 0%, #53a621 100%);
    border:1px solid #5AB820;
    box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15)
}
a.btn-down:hover {
    background:#5aba1f;
    color:#fff !important;
    background-image:-webkit-linear-gradient(top, #53a621 0%, #5aba1f 100%);
    background-image:-moz-linear-gradient(top, #5aba1f 0%, #53a621 100%);
    background-image:linear-gradient(top, #5aba1f 0%, #53a621 100%);
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.2)
}
.btn-down:active {
    box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15)
}
.btn-buy {
    margin-right:15px;
     background:#e22b2e;
    background-image:-webkit-linear-gradient(top, #e22b2e 0%, #d12d30 100%);
    background-image:linear-gradient(top, #e22b2e 0%, #d12d30 100%);
    border:1px solid #e22b2e;
    box-shadow:0px 2px 1px rgba(0, 0, 0, 0.15);
   
}
a.btn-buy:hover {
    background-color:#e22b2e;
    background-image:-webkit-linear-gradient(top, #d12d30 0%, #e22b2e 100%);
    color:#fff !important;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.2)
}
.btn-buy:active {
    box-shadow:inset 0px 2px 4px rgba(0, 0, 0, 0.15)
}
#product_read_floor .col2 i.icon-white{
    width:14px;
    height:14px;
    line-height:14px;
    display:inline-block;
    background:no-repeat;
    background:url(../image/icon.png);
    margin:5px 6px 0 0
}
#product_read_floor .col2 i.icon-demo {
    background-position:-48px 0px;
    position:absolute;
    left:22px;
    top:9px
}

#product_read_floor .col2 i.icon-down {
    background-position:-96px -24px;
    position:absolute;
    left:22px;
    top:9px
}
#product_read_floor .col2 i.icon-link {
    background-position:0 0;
    position:absolute;
    left:22px;
    top:9px
}
#product_read_floor .col2 i.icon-buy {
    background-position:-360px -120px;
    position:absolute;
    left:22px;
    top:9px
}
#product_read_floor .col2 .button.btn-demo i,#product_read_floor .col2 .button.btn-down i,#product_read_floor .col2 .button.btn-buy i{
    transition:all 0.2s ease-in-out
}
#product_read_floor .col2 i.icon-demo-transiton {
    background-position:-48px 0px;
    position:absolute;
    left:22px;
    top:9px;
    opacity:0;
    -webkit-transform:scale(3.2);
    -moz-transform:scale(3.2);
    -ms-transform:scale(3.2);
    transform:scale(3.2)
}
#product_read_floor .col2 .btn-demo:hover .icon-demo {
    opacity:0
}
#product_read_floor .col2 .btn-demo:hover .icon-demo-transiton {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
    opacity:1
}
#product_read_floor .col2 .button.btn-down:hover .icon-down {
    -webkit-transform:translate(0px, 8px);
    -ms-transform:transform(0px, 8px);
    -moz-transform:transform(0px, 8px);
    transform:translate(0px, 8px);
    opacity:0
}
#product_read_floor .col2 i.icon-down-transiton {
    background-position:-96px -24px;
    position:absolute;
    left:22px;
    top:-9px;
    opacity:0
}
#product_read_floor .col2 .button.btn-down:hover .icon-down-transiton {
    -webkit-transform:translate(0, 20px);
    -moz-transform:translate(0, 20px);
    -ms-transform:translate(0, 20px);
    transform:translate(0, 20px);
    opacity:1
}
#product_read_floor .col2 i.icon-link-transiton {
    background-position:0 0;
    position:absolute;
    left:22px;
    top:9px;
    opacity:0;
    -webkit-transform:scale(3.2);
    -moz-transform:scale(3.2);
    -ms-transform:scale(3.2);
    transform:scale(3.2)
}
#product_read_floor .col2 .btn-demo:hover .icon-link {
    opacity:0
}
#product_read_floor .col2 .btn-demo:hover .icon-link-transiton {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
    opacity:1
}
#product_read_floor .col2 i.icon-buy-transiton {
   background-position:-360px -120px;
    position:absolute;
    left:22px;
    top:9px;
    opacity:0;
    -webkit-transform:scale(3.2);
    -moz-transform:scale(3.2);
    -ms-transform:scale(3.2);
    transform:scale(3.2)
}
#product_read_floor .col2 .btn-buy:hover .icon-buy {
    opacity:0
}
#product_read_floor .col2 .btn-buy:hover .icon-buy-transiton {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
    opacity:1
}
