.detail-top {
    margin: 30px 282px 0px 0;
}

.detail-goods {
    float: left;
    width: 100%;
}

.detail-bottom {
    margin: 45px 0 50px;
}

.detail-aside {
    float: left;
    width: 244px;
}

.detail-main {
    float: right;
    width: 927px;
}

.detail-show {
    position: relative;
    z-index: 3;
    float: left;
    width: 440px;
}

.detail-show .origin-show {
    height: 440px;
}

.detail-show .origin-show img {
    display: block;
    width: 100%;
    height: 440px;
}

.detail-show .origin-show .zoomup {
    position: absolute;
    z-index: 2;
    display: none;
    width: 150px;
    height: 150px;
    background: url(../img/zoom-point.png);
    cursor: move;
}

.detail-show .thumb-show {
    position: relative;
    width: 410px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 0;
}

.detail-show .thumb-show .item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.detail-show .thumb-show .item .s-pic {
    margin: auto;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
}

.detail-show .thumb-show .item .s-pic.active, .detail-show .thumb-show .item .s-pic:hover {
    border-color: #f34e4e;
}

.detail-show .thumb-show .slick-arrow {
    position: absolute;
    top: 50%;
    padding: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0;
    border: none;
    background-color: transparent;
    font-family: "iconfont" !important;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.detail-show .thumb-show .slick-arrow:after {
    font-size: 18px;
    color: #ddd;
}

.detail-show .thumb-show .slick-arrow:hover:after {
    color: #f34e4e;
}

.detail-show .thumb-show .slick-prev {
    left: -20px;
}

.detail-show .thumb-show .slick-prev:after {
    content: '\e60c';
}

.detail-show .thumb-show .slick-next {
    right: -20px;
}

.detail-show .thumb-show .slick-next:after {
    content: '\e60b';
}

.detail-show .zoom-show {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    margin-left: 20px;
    width: 400px;
    height: 400px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
}

.detail-show .zoom-show img {
    position: absolute;
}

.detail-info {
    float: left;
    width: 440px;
    padding-left: 35px;
}

.detail-info .item-title {
    margin: 5px 0 18px;
    line-height: 34px;
    font-size: 24px;
    color: #000;
}

.detail-info .item-price .now {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 1;
    color: #f34e4e;
}

.detail-info .item-price .dft {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.detail-info .item-data {
    margin: 33px 0 30px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.detail-info .item-data > li {
    height: 24px;
    line-height: 24px;
    border-left: 1px solid #e6e6e6;
}

.detail-info .item-data > li:first-child {
    border-left: none;
}

.detail-info .sku-info .prop {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    line-height: 30px;
}

.detail-info .sku-info .dt {
    display: table-cell;
    vertical-align: top;
    padding: 5px 5px 5px 0;
    width: 60px;
}

.detail-info .sku-info .dd {
    display: table-cell;
}

.detail-info .sku-info .dd li {
    position: relative;
    float: left;
    margin: 0 8px 8px 0;
}

.detail-info .sku-info .dd li a {
    display: block;
    border: 1px solid #e0e0e0;
}

.detail-info .sku-info .dd li a.active {
    border-color: #f05b5b;
}

.detail-info .sku-info .dd li a.disable {
    color: #e6e6e6;
    border: 1px dashed #e6e6e6;
    cursor: not-allowed;
}

.detail-info .sku-info .dd .chose-common a {
    padding: 4px 15px;
}

.detail-info .sku-info .dd .chose-img a {
    display: table-cell;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    text-align: center;
}

.detail-info .sku-info .dd .chose-img a img {
    max-width: 44px;
    max-height: 44px;
}

.detail-info .sku-info .dd .stock {
    margin-top: 8px;
    line-height: 1;
}

.detail-info .item-action {
    margin-top: 0px;
    font-size: 0;
}

.detail-info .item-action .buy-now, .detail-info .item-action .add-cart {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.detail-info .item-action .buy-now {
    margin-right: 10px;
    background-color: #f34e4e;
}

.detail-info .item-action .buy-now:hover {
    background-color: #f13636;
}

.detail-info .item-action .add-cart {
    background-color: #ff9933;
}

.detail-info .item-action .add-cart:hover {
    background-color: #ff8c1a;
}

.detail-info .item-extend {
    margin-top: 13px;
    font-size: 0;
}

.detail-info .item-extend .fav, .detail-info .item-extend .share {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 31px;
    border: 1px solid #dedede;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.detail-info .item-extend .fav > i, .detail-info .item-extend .share > i {
    margin-right: 8px;
    line-height: 0;
    color: #f34e4e;
}

.item-price {
    color: #6c6c6c;
    background: #e9e9e9 url(http://www.2jzx.com/o_1d79tvmff1sq11hp3b50ulc2o0a.png) 0 0 no-repeat;
    margin: 5px 0;
    padding: 18px 0 18px 2%;
}

.detail-shop {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    padding: 28px 19px;
    margin-right: -282px;
    background-color: #fff;
}

.detail-shop-enter {
    display: block;
    margin-top: 32px;
    line-height: 31px;
    color: #f34e4e;
    text-align: center;
    border: 1px solid #f34e4e;
}

.detail-shop-enter i {
    margin: -2px 10px 0 0;
    display: inline-block;
    vertical-align: top;
    height: 1px;
    line-height: inherit;
    font-size: 20px;
}

.shop-brand {
    float: left;
    margin-top: 3px;
    width: 48px;
    height: 48px;
}

.shop-brand img {
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.shop-intro {
    margin-left: 48px;
    padding-left: 10px;
    line-height: 24px;
}

.shop-intro .shop-name {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
}

.shop-intro .shop-follow-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    background-color: #f34e4e;
}

.shop-intro .shop-follow-btn i {
    font-size: 12px;
}

.shop-intro .shop-follow-btn.active .hidetxt {
    display: none;
}

.shop-intro .shop-follow-btn.active:hover .hidetxt {
    display: block;
}

.shop-intro .shop-follow-btn.active:hover .showtxt {
    display: none;
}

.shop-intro .shop-follow-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
    color: #8b8b8b;
}

.shop-intro .shop-follow-count strong {
    font-weight: normal;
}

.shop-assess {
    margin-top: 28px;
}

.shop-assess .col {
    height: 48px;
    line-height: 20px;
    text-align: center;
    border-left: 1px solid #e2e2e2;
}

.shop-assess .col:first-child {
    border-left: none;
}

.shop-assess .col .tit {
    margin-bottom: 7px;
    font-size: 12px;
}

.shop-assess .col .point {
    color: #ff9933;
}

.shop-assess .col .point .num {
    color: inherit;
}

.shop-assess .col .point i {
    margin: 0 1px;
    font-size: 12px;
}

.shop-assess .col .point.up i, .shop-assess .col .point.down i {
    font-size: 0;
}

.shop-assess .col .point.up i:after, .shop-assess .col .point.down i:after {
    display: inline-block;
    vertical-align: top;
    height: 1px;
    line-height: inherit;
    font-size: 12px;
}

.shop-assess .col .point.up {
    color: #f34e4e;
}

.shop-assess .col .point.up i:after {
    content: '\e607';
}

.shop-assess .col .point.down {
    color: #f60;
}

.shop-assess .col .point.down i:after {
    content: '\e606';
}

.shop-info {
    margin-top: 22px;
}
.shop_money{
    text-align: center;
    display: block;
    font-size: 12px;
    color: #2E8A11;
    border: 1px solid #C6F6BC;
    background: #F6FDF4;
    vertical-align: middle;
    padding: 5px 0 7px 0;
}
.shop-info > li {
    line-height: 30px;
    color:#4D4D4D;
}

.shop-info > li .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.detail-rec {
    margin: 23px 0 45px;
    padding-top: 10px;
}

.detail-rec > li {
    float: left;
    margin-left: 14px;
}

.detail-rec > li:first-child {
    margin-left: 0;
}

.detail-rec .figure img {
    display: block;
    width: 188px;
    height: 201px;
}

.detail-rec .name {
    margin: 10px 0 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-rec .price {
    color: #ff4d4d;
}

.detail-aside-box {
    padding: 20px 24px;
    background-color: #f5f5f5;
}

.detail-aside-box .big-tit {
    margin-bottom: 22px;
    line-height: 24px;
    font-size: 18px;
    color: #6f6f6f;
}

.detail-menu .type {
    margin: 10px 0;
    line-height: 14px;
    font-size: 0;
}

.detail-menu .type span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #fff;
    background-color: #d8d8d8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.detail-menu .type span:after {
    display: inline-block;
    vertical-align: top;
    height: 1px;
    line-height: inherit;
    font-size: 14px;
    content: '\e604';
}

.detail-menu .type a {
    color: #666;
}

.detail-menu .type a:hover {
    color: #f34e4e;
}

.detail-menu .type a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.detail-menu .active span:after {
    content: '\e603';
}

.detail-menu .c-type {
    margin-left: 32px;
    font-size: 12px;
    line-height: 30px;
}

.detail-menu .c-type a {
    color: #999;
}

.detail-menu .c-type a:hover {
    color: #f34e4e;
}

.detail-hot {
    width: 162px;
    margin: auto;
}

.detail-hot > li {
    margin-bottom: 25px;
}

.detail-hot .figure img {
    display: block;
    width: 162px;
    height: 162px;
}

.detail-hot .name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 14px 0 0;
    font-size: 12px;
}

.detail-hot .name a {
    color: #666;
}

.detail-hot .name a:hover {
    color: #f34e4e;
}

.detail-hot .price .now {
    margin-right: 10px;
    color: #ff2c2c;
}

.detail-tabs {
    margin-bottom: 24px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 0;
}

.detail-tabs .item {
    position: relative;
    padding: 0 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #6f6f6f;
    float: left;
    width: 110px;
    text-align: center;
    margin-right: 10px;
    background: #f4f4f4;
    cursor: pointer;
    border-top: 3px solid #f4f4f4;
    height: 57px;
    line-height: 57px;
}

.detail-goods {
    background: #FFF;
}

.detail-tabs .item:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 27px;
    content: '';
}

.detail-tabs .item:first-child:before {
    display: none;
}

.detail-tabs .item:hover, .detail-tabs .item.active {
    font-weight: 700;
    border-top-color: #ea1515;
    background: #fff;
}

.tab-con {
    margin-bottom: 30px;
    display: block;
    background: #FFf;
    padding-left: 15px;
}

.detail-stand {
    margin: 0 20px 20px;
    background: #fff;
}

.detail-stand .tit {
    height: 32px;
    line-height: 32px;
    background: #fff;
    color: #333;
    text-indent: 10px;
}

.detail-stand .attr {
    min-height: 32px;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden;
}

.detail-stand .name {
    float: left;
    padding: 5px 0 5px 20px;
    border-top: 0;
    background: #fdfdfd;
    width: 175px;
}

.detail-stand .value {
    min-height: 22px;
    border-left: 1px solid #eee;
    float: left;
    width: 490px;
    line-height: 20px;
    padding: 5px 10px;
}

.header-shop {
    clear: both;
    padding: 0;
    background: #fff;
}

.detail-pj .list .col {
    padding: 10px 0;
    border-right: 0;
    text-align: center;
    float: left;
    position: relative;
    color: #333;
}

.detail-pj .list .col1 {
    width: 445px;
}

.detail-pj .list .col2 {
    width: 90px;
}

.detail-pj .list .col3 {
    width: 200px;
}

.detail-pj .list .col4 {
    width: 68px;
}

.detail-pj-nav {
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.detail-pj-cont {
    margin: 0 20px;
}

.detail-pj-cont .list {
    padding: 30px 0;
    border-top: 1px dotted #dddddd;
}

.detail-pj-cont .list:first-child {
    border-top: 0;
}

.detail-pj-cont .list .col {
    padding: 0;
    font-size: 12px;
}

.detail-pj-cont .list .col1 {
    text-align: left;
}

.detail-pj-cont .list .col3, .detail-pj-cont .list .col4 {
    color: #999;
}

.detail-pj-cont .list .time {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
}

.detail-pj-cont .list .hdpic {
    width: 40px;
    height: 40px;
}

.waringing {
    position: relative;
    border: 1px solid #cce4f6;
    background: #e0f3ff;
    margin-top: 19px;
    padding-left: 165px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 19px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.waringing i {
    position: absolute;
    left: -8px;
    top: 10px;
    width: 157px;
    height: 49px;
    background: url(../../index/img/do.png) no-repeat center center;
}

.waringing ul {
}

.waringing ul li {
    margin-bottom: 9px;
    zoom: 1;
    overflow: hidden;
    line-height: 19px;
    color: #333333
}

.waringing ul li .w {
    float: left;
    width: 26px;
}

.waringing ul li .w span {
    display: inline-block;
    color: #fff;
    background: #2c9bf0;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 19px;
}

.waringing ul li .wo {
    float: left;
    width: 990px;
}

.waringing ul li .wo strong {
    color: #2c9bf0;
}

/*# sourceMappingURL=goods-detail.css.map */

.paddingbottom {
    padding-bottom: 50px;
}

.home_body {
    background: url(../img/list_bg01.png) #EFEFEF no-repeat center top;
}

.item_detail {
    margin-top: 30px;
}

/*详情页顶部左边*/
.details_wrap {
    background: #fff;
    width: 872px;
    padding-bottom: 40px;
}

.details_img {
    position: relative;
    margin-left: -10px;
    margin-top: -10px;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border: #fff 5px solid;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.06);
    background: #FFF;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.06);
}

.details_img a {
    display: table-cell;
    width: 280px;
    height: 280px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.details_img img {
    max-width: 280px;
    height: 280px;
    overflow: hidden
}

.details_txt {
    padding: 30px 20px 0 0;
    width: 567px;
}

.details_txt .title {
    background: url(../img/item_det_tit.png) no-repeat;
    padding: 10px 25px 0;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}

.details_txt .title .cate {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 0 3px;
    color: #fff;
    line-height: 20px;
    margin-right: 8px;
}

.details_txt .title .count {
    float: right;
}

.details_txt .title .count a {
    border: 1px solid #ffd7da;
    color: #ffd7da;
    border-radius: 10px;
    padding: 0 8px;
    margin-left: 6px;
}

.details_txt .title .count a:hover {
    opacity: 0.4;
}

.details_txt .des {
    margin-top: 25px;
}

.details_txt .des li {
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px dotted #e5e5e5;
}

.details_txt .des li.none {
    border: none;
}

.details_txt .des_list {
    height: 56px;
    padding: 14px 15px 0
}

.details_txt .des .top {
    font-size: 12px;
    color: #999999;
}

.details_txt .des .bottom {
    font-size: 16px;
    margin: 4px 0 0;
    word-wrap: break-word;
    display: block
}

.details_wrap .prices {
    background: url(../img/item_det_price.png) no-repeat;
    height: 75px;
    margin: 20px 30px 30px;
    padding: 25px 0 0 50px;
}

.details_wrap .prices .tit {
    font-size: 14px;
    color: #999999;
    display: block;
    background-image: none
}

.details_wrap .prices .share {
    margin-right: 110px
}

.details_wrap .share .tit {
    margin-bottom: 10px;
}

.details_wrap .price_wrap {
    margin-right: 0;
}

.details_wrap .price_num {
    font-size: 18px;
    color: #f00 ;
}

.details_wrap .price_num strong {
    font-size: 28px;
    line-height: 28px;
}

.details_wrap .price_triangle {
    margin-top: 6px;
    display: inline-block;
    width: 10px;
    height: 20px;
    background: url(../img/price_triangle.png);
}

.details_wrap .price_txt {
    margin-top: 6px;
    display: inline-block;
    background: #ff839a;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #ffffff;
}

.details_wrap .wechat_wrap {
    background: url(../img/item_det_wechat.png) no-repeat center 24px;
    width: 92px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

.details_wrap .wechat_wrap .oldwechat {
    height: 60px;
}

.details_wrap .prices.espic .wechat_wrap {
    width: 375px;
    margin-right: 50px;
    background: none;
    margin-left: -110px;
}

.details_wrap .wechat {
    display: none;
    margin-top: 40px;
    margin-left: -25px;
    position: relative;
}

.details_wrap .prices.espic .wechat {
    margin-top: 0;
    margin-left: 50px;
    top: 10px;
}

.prices.espic .wechat_wrap .tit {
    width: 130px;
    background-image: url(../img/item_det_wechat_02.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.wechat_wrap ul {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    cursor: text;
}

.wechat_wrap ul li {
    width: 25%;
    text-align: right;
    font-size: 14px;
    color: #f21e1e;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.icon-css {
    padding: 10px;
}

.icon01 {
    background: url("../img/servers.png") no-repeat center;
}

.icon02 {
    background: url("../img/deal.png") no-repeat center;
}

.icon03 {
    background: url("../img/talk_price.png") no-repeat center;
}

.icon04 {
    background: url("../img/Hotboom.png") no-repeat center;
}

.details_wrap .btns_share {
    cursor: pointer;
    display: inline-block;
    background: url(../img/fenxiang01.png) no-repeat left center;
    height: 18px;
    font-size: 14px;
    padding-left: 22px;
    margin-left: 15px
}

.details_wrap .btns_share:hover {
    background: url(../img/share.png) no-repeat left center;
}

.details_wrap .wechat_triangle {
    background: url(../img/wechat_triangle.png) center center no-repeat;
    height: 8px;
    width: 142px;
    top: -7px;
    position: absolute;
    z-index: 2;
}

.details_wrap .wechat_img {
    border: 1px solid #ff374b;
    position: absolute;
    z-index: 1;
}

.details_wrap .wechat_img img {
    width: 140px;
}

.details_wrap .times {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.details_wrap .times span.padding {
    padding: 0 50px;
}

.details_wrap .btns {
    text-align: center;
    margin: 22px 0;
}

.details_wrap .btns .btn {
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
    font-weight: bold;
    width: 162px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
}

.details_wrap .btn_kj {
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
    font-weight: bold;
    width: 80px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    border: 1px solid #4e9eed;
    color: #4e9eed;
}

.btn_ys {
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
    font-weight: bold;
    width: 120px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    border: 1px solid;
    color: #ed5d42;
}

.details_wrap .btn_kj:hover {
    border: 1px solid #4e9eed;
    background: #4e9eed;
    color: #fff
}

.details_wrap .btn_jb {
    display: inline-block;
    font-size: 18px;
    margin-right: 30px;
    font-weight: bold;
    width: 80px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    border: 1px solid #ff9933;
    color: #ff9933;
}

.details_wrap .btns_bg {
    background: #ff374b;
    color: #fff;
}

.details_wrap .btns_bgg {
    border: 1px solid #292828;
    background: #808080;
    color: #fff
}

.details_wrap .btns_boder {
    border: 1px solid #ff374b;
    color: #ff374b;
}

.details_wrap .btns_cellect {
    display: inline-block;
    background: url(../img/shoucang01.png) no-repeat left center;
    height: 18px;
    font-size: 14px;
    padding-left: 22px;
}

.details_wrap .btns_cellect:hover, .details_wrap .btns_cellect.hover-bg {
    background: url(../img/item_det_collect.png) no-repeat left center;
}

.details_wrap .btns_cellected {
    background-image: url(../img/item_det_collected.png);
    color: #999999;
}

.details_wrap .promises {
    text-align: center;
    font-size: 14px;
    color: #808080;
}

.details_wrap .promises span {
    padding: 0 10px;
    font-size: 14px;
    color: #808080;
}

.details_wrap .promises span img {
    vertical-align: middle;
    padding-right: 6px;
}

/*详情页顶部右边*/
.service_wrap {
    width: 314px;
    background: #fff;
    padding: 15px;
}

.service_img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 30px auto 20px;
    position: relative;
}

.service_img img {
    width: 200px;
}

.service_img p {
    background: url(../img/service_img_bg.png) repeat-x;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    z-index: 3;
    position: absolute;
    bottom: 0;
}

.service_contact {
    text-align: center;
}

.service_contact .online01 a {
    margin-bottom: 12px;
    color: #ff374a;
    font-size: 14px;
    font-weight: bold;
    width: 165px;
    height: 28px;
    border: 1px solid #ff374b;
    background: url(../img/item_det_qq01.png) no-repeat 35px 8px;
    display: inline-block;
    padding: 8px 0 0 35px;
}

.service_contact .online02 {
    line-height: 22px;
}

.service_contact .online03 {
    margin-top: 13px;
}

.service_contact .online03 a {
    background: url(../img/item_det_qq02.png) no-repeat left center;
    padding-left: 18px;
    margin: 0 5px;
}

.service_hot {
    margin-top: 5px;
}

.service_hot .tit {
    background: #ececec url(../img/service_hot_tit.png) no-repeat 94% center;
    height: 32px;
    line-height: 32px;
    color: #4c4c4c;
    font-size: 14px;
    padding-left: 15px;
}

.service_hot_list {
    margin-top: 6px;
}

.service_hot_list li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 12px 0;
}

.service_hot_list li .title {
    width: 160px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service_hot_list li b {
    display: inline-block;
    color: #4e9eed;
    font-weight: normal;
    border: 1px solid #4e9eed;
    line-height: 14px;
    height: 14px;
    padding: 0 2px;
    margin-right: 5px;
}

.service_hot_list li strong {
    color: #ff374b;
}

.service_evaluate {
    background: #ececec;
    height: 46px;
    padding: 0 30px;
    line-height: 46px;
    font-size: 14px;
}

.service_evaluate .eval {
    font-size: 14px;
    color: #ff374b;
    background: url(../img/item_det_eval.png) no-repeat left center;
    padding-left: 24px;
}

.service_evaluate .num span {
    color: #ff374b;
}

/*详情页导航*/
.item_section {
    margin-top: 20px;
}

.item_section .box {
    background: #fff;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    width: 1150px;
}

.item_section_tab {
    margin: 0 auto;
    width: 1200px;
    background: white;
    overflow: hidden;
}

#tab_fxd {
    z-index: 9999;
}

.fxd {
    position: fixed;
    top: -30px;
    *left: 50%;
    *margin-left: -950px;
}

#tab_fxd .tit {
    height: 46px;
    border-bottom: 2px solid #ff374a;
    background: #ffffff;
    width: 1152px;
    position: relative
}

#tab_fxd .tit li {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

#tab_fxd .tit .rule {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

#tab_fxd .tit span {
    display: block;
    float: left;
    padding: 0 35px;
    color: #222222;
}

#tab_fxd .tit .on {
    background: #ff374a;
}

#tab_fxd .tit li.on span {
    color: #FFF;
}

#tab_fxd .tit li.on span a {
    color: #FFF;
}

/*详情页卖家描述*/
.item_sec_des_wrap {
    position: relative;
    width: 297px;
    height: 420px;
}

.item_sec_des {
    position: relative;
    z-index: 2;
    border: 1px solid #ff374b;
    width: 295px;
    height: 418px;
    background-image: url(../img/item_sec_des_top.png), url(../img/item_sec_des_bottom.png);
    background-repeat: no-repeat;
    background-position: center 6px, center 98%;
    background-color: #fff;
}

.item_sec_des_wrap:before {
    z-index: 1;
    content: "";
    border: 1px solid rgba(255, 55, 75, 0.4);
    display: block;
    width: 295px;
    height: 418px;
    position: absolute;
    left: -5px;
    top: 5px;
}

.item_sec_des_tit {
    text-align: center;
    padding: 25px 0 5px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 30px;
}

.item_sec_des_tit .tit02 {
    line-height: 28px;
}

.item_sec_des_txt {
    margin: 15px 30px 0;
    font-size: 14px;
    line-height: 22px;
    height: 290px;
    overflow-x: auto;
}

.item_sec_infos {
    margin-left: 30px;
}

.item_sec_infos_tit {
    background: url(../img/item_sec_ctit.png) repeat-x 0 center;
    height: 20px;
    width: 501px;
    text-align: center;
}

.item_sec_infos_tit span {
    display: inline-block;
    padding: 0 14px 0 9px;
    background: #fff;
    color: #ff374b;
    font-weight: bold;
    font-size: 14px;
}

.item_sec_infos .des {
    margin-top: 25px;
    width: 501px;
}

.item_sec_infos .des li {
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px dotted #e5e5e5;
}

.item_sec_infos .des li.none {
    border: none;
}

.item_sec_infos .des_list {
    height: 56px;
    padding-top: 14px;
}

.item_sec_infos .des .top {
    font-size: 12px;
    color: #999999;
}

.item_sec_infos .des .bottom {
    font-size: 16px;
    margin: 4px 0 0;
}

.item_sec_infos_div {
    color: #999999;
}

.item_sec_infos_div p {
    color: #999;
    line-height: 22px;
}

.item_sec_infos_div a {
    color: red;
}

.item_sec_more {
    background: #fafafa;
    width: 230px;
    padding: 30px;
    height: 360px;
}

.item_sec_more h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.item_sec_more_ltop {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 20px;
}

.item_sec_more .promise li {
    float: left;
    margin: 0 26px 20px 0px;
}

.item_sec_more .promise li.none {
    float: none;
}

.item_sec_more .promise li i {
    background: url(../img/promise_bg.png) no-repeat;
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #eb0c1c;
    font-size: 15px;
}

.item_sec_more .promise li a {
    font-size: 14px;
}

.item_sec_more_lbt {
    margin-bottom: 20px;
}

.item_sec_more_lbt a {
    display: block;
    background: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    border: 1px solid #f5f5f5;
    padding-left: 10px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_sec_more_lbt .addres a {
    font-weight: bold;
    color: #f52f3e;
}

.item_sec_com {
    background: #fff;
    padding: 25px 20px 0;
    position: relative;
}

.item_sec_com .hd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -14px;
    z-index: 9;
}

.item_sec_com .hd li {
    background: #cccccc;
    border-radius: 10px;
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    text-indent: -9999999px;
}

.item_sec_com .hd li.on {
    background: #ff374a;
}

.item_sec_com .bd li {
    position: relative;
    height: 145px;
}

.item_sec_com .txt01 {
    font-size: 14px;
    margin-bottom: 10px;
}

.item_sec_com .txt02 {
    color: #999999;
    font-size: 13px;
    line-height: 22px;
}

.item_sec_com .btn {
    color: #ff374b;
    margin-top: 14px;
}

.item_sec_com .img {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 25px;
}

.item_sec_com .img img {
    width: 66px;
}

.fix_classic {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -708px;
    margin-top: -219px;
}

.fix_classic_cont {
    width: 72px;
    padding: 0 8px;
    background: #fff;
    text-align: center;
    padding-top: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}

.fix_classic_cont .title {
    margin-bottom: 4px;
}

.fix_classic .fix_slide {
    border-top: 1px dotted #d6d6d6;
    padding-bottom: 12px;
}

.fix_classic .fix_slide li {
    padding: 15px 0 5px;
    -webkit-transition: transform .5s linear;
    transition: transform .5s linear;
}

.fix_classic .fix_slide li .img {
    width: 60px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.fix_classic .fix_slide li img {
    width: 80px;
}

.fix_classic .fix_slide li .txt02, .fix_slide li .txt01 {
    line-height: 20px;
}

.fix_classic .fix_slide li .txt02 {
    color: #a8a8a8;
}

.fix_classic .fix_slide .arrow {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.fix_classic .fix_slide .arrow:hover {
    opacity: 0.4;
}

.fix_classic .fix_slide .prev {
    background: url(../img/fix_arrowl.png) no-repeat;
}

.fix_classic .fix_slide .next {
    background: url(../img/fix_arrowr.png) no-repeat;
}

.fix_classic .fix_more {
    margin-top: 8px;
    -webkit-transition: transform .5s linear;
    transition: transform .5s linear;
}

.fix_classic .fix_more a {
    display: block;
    background: url(../img/fix_more.png) no-repeat;
    width: 88px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.fix_classic .fix_slide li:hover, .fix_classic .fix_more:hover {
    transform: translateY(-2px);
}

/*详情页案例*/
.section_title {
    margin-bottom: 20px;
    text-align: left;
}

.section_title span {
    position: relative;
    text-align: center;
    display: inline-block;
    background: #ff374b;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 198px;
    height: 46px;
    line-height: 46px;
}

.section_title span:before {
    content: "";
    border: 1px solid rgba(255, 55, 75, 0.4);
    display: block;
    width: 192px;
    height: 42px;
    position: absolute;
    left: -6px;
    top: 8px;
}

.section_title span img {
    vertical-align: middle;
    margin-right: 8px;
}

.section_case {
    width: 1150px;
    overflow: hidden;
}

.section_case_hd {
    margin-bottom: 20px;
}

.section_case_hd ul {
    text-align: center;
}

.section_case_hd li {
    width: 128px;
    background: #ececec;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.section_case_hd .on {
    background: #f52f3e;
    color: #fff
}

.section_case_bd {
    background: #f5f5f5;
    width: 1150px;
}

.section_case_bd .slideBox {
    position: relative;
    height: 604px;
    width: 936px;
    zoom: 1;
    text-align: center;
    margin: 0 auto;
}

.section_case_bd .sPrev, .section_case_bd .sNext {
    position: absolute;
    left: -56px;
    top: 50%;
    margin-top: -28px;
    display: block;
    width: 56px;
    height: 56px;
    background: url(../img/section_case_arrowl.png) center center no-repeat;
}

.section_case_bd .sNext {
    left: auto;
    right: -56px;
    background: url(../img/section_case_arrowr.png) center center no-repeat;
}

.section_case_bd .sPrev:hover, .slideGroup .sNext:hover {
    opacity: 0.8;
}

.section_case_bd ul {
    overflow: hidden;
    zoom: 1;
}

.section_case_bd ul li {
    float: left;
    text-align: center;
    _display: inline;
    overflow: hidden;
    width: 936px;
    height: 604px
}

.section_case_bd ul li a {
    height: 660px;
    width: 936px;
    overflow: hidden;
    display: block;
    *display: block;
    *font-size: 500px;
}

.section_case_bd ul li a img {
    vertical-align: middle;
}

.section_case_bd ul li .scrollpic {
    width: 780px;
    height: 604px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.section_case_bd ul li .pic {
    position: absolute;
    width: 780px;
    height: 604px;
    line-height: 604px;
    overflow: visible;
}

.section_case_bd ul li .scrollpic .downscr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*详情页评论*/
.item_comment_left {
    width: 215px;
    background: #fafafa;
}

.comment_l_title {
    background: #ff374b;
    color: #fff;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
}

.comment_l_title strong {
    font-size: 18px;
}

.comment_l_title img {
    vertical-align: middle;
    margin-right: 8px;
}

.comment_l_des {
    padding: 20px 0;
    margin: 0 25px;
}

.comment_l_des_l {
    border-bottom: 1px solid #ebebeb;
}

.comment_l_des .comment_h {
    border-left: 3px solid #ff374b;
    height: 14px;
    line-height: 14px;
    padding-left: 8px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.comment_l_des .comment_num {
    font-size: 16px;
}

.comment_l_des .score_value {
    margin-left: 10px;
}

.comment_l_des .score_value, .comment_l_des .score_value_red {
    display: inline-block;
    width: 97px;
    height: 14px;
    overflow: hidden;
    background: url(../img/score_value.png) no-repeat 0 -14px;
}

.comment_l_des .score_value_red {
    background-position: 0 0px;
    position: absolute;
}

.comment_l_des .comment_tag a {
    border: #e0e0e0 solid 1px;
    height: 20px;
    line-height: 20px;
    color: #999999;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 8px 8px 0;
}

.item_comment {
    width: 912px;
    border: 1px solid #f5f5f5;
}

.item_comment .item_comment_wrap {
    margin: 10px 30px 0;
}

.item_comment .item_comment_wrap_list {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0;
}

.item_m_cphotos {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.item_m_cphotos img {
    width: 50px;
}

.item_m_cform {
    float: right;
    width: 780px;
}

.item_m_ctext {
    height: 85px;
    background: #f8f8f8;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 15px 0;
}

.item_m_ctext_text {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    resize: none;
}

.item_m_csub {
    background: #edecec;
    position: relative;
    height: 36px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.item_m_csubmitl {
    position: relative;
    float: left;
}

.item_m_c_upload {
    display: block;
    line-height: 36px;
    background: url(../img/upload-img.png) no-repeat 0 50%;
    padding: 0 0 0 20px;
    cursor: pointer;
    margin: 0px 0 0 20px;
    color: #666666
}

.item_m_csubmitr {
    cursor: pointer;
    float: right;
    width: 86px;
    line-height: 36px;
    line-height: 36px;
    background: #f0505a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-bottom-right-radius: 4px;
}

.item_m_csubmitr.grey {
    background: #cccccc;
}

.item_m_csubmit-b {
    position: absolute;
    top: 36px;
    display: none;
}

.item_m_csubmit-b-arrow {
    width: 9px;
    height: 7px;
    margin: 0 0 0 30px;
    position: absolute;
    top: -13px;
    z-index: 3;
}

.item_m_csubmit-b-arrow i, .item_m_csubmit-b-arrow em {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    _border-style: dashed dashed solid dashed;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.item_m_csubmit-b-arrow i {
    border-color: transparent transparent #edecec transparent;
}

.item_m_csubmit-b-arrow em {
    border-color: transparent transparent #fff transparent;
    margin: -16px 0 0 0px;
}

.item_m_csubmit-b-b {
    z-index: 1;
    position: relative;
    width: 398px;
    padding: 10px;
    border: 1px solid #edecec;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.item_m_csubmit-b-b .close {
    cursor: pointer;
    background: url(../img/close.png) no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.item_m_csubmit-b-ba {
    font-size: 14px;
    color: #4c4c4c
}

.item_m_csubmit-b-bb {
    color: #4c4c4c;
    padding: 6px 0 0 0
}

.item_m_csubmit-b-bc {
    overflow: hidden;
    margin: 10px 0 0 0
}

.item_m_csubmit-b-bcl {
    float: left
}

.item_m_csubmit-b-bcr {
    float: left
}

.item_m_csubmit-b-bcl li {
    position: relative;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    background: #f3f3f3;
    height: 50px
}

.item_m_csubmit-b-bcl li img {
    width: 50px;
    height: 50px
}

.item_m_csubmit-b-bcl li:hover .onlineservicer-del {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0
}

.item_m_clist {
    overflow: hidden;
}

.item_m_clist .name {
    margin-bottom: 8px;
    color: #808080;
}

.item_m_clist .name .time {
    color: #999999;
    margin-left: 10px;
}

.item_m_clist .name .eval {
    color: #eb0c1c;
}

.item_m_clist .text {
    margin-bottom: 16px;
    line-height: 20px;
}

.item_m_clist .pic a {
    height: 66px;
    width: 66px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
}

.item_m_clist .pic img {
    width: 66px;
}

.item_m_clist .reply {
    border: 1px solid #eeeeee;
    background: #f8f8f8;
    padding: 14px;
    margin-top: 10px;
}

.item_m_clist .reply_pic {
    float: left;
    margin-right: 10px;
}

.item_m_clist .reply_pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.item_m_clist .reply_des {
    overflow: hidden;
}

.item_m_clist .reply_time {
    color: #999999;
    margin-bottom: 2px;
}

.item_m_clist .reply_name {
    color: #c36f25;
}

.item_m_clist .reply_test {
    margin: 0 8px;
}

.item_m_clist .reply_txt {
    line-height: 20px;
}

/*商品详情页推荐*/
.item_tit {
    width: 247px;
    height: 252px;
    text-align: center;
    position: relative;
}

.item_tit_bg {
    width: 259px;
    height: 252px;
    position: absolute;
    left: -12px;
    z-index: 1;
}

.item_tit_recom {
    background: url(../img/recommend_tit.png) no-repeat;
}

.item_tit_cont {
    position: relative;
    z-index: 2;
    text-align: center;
}

.item_tit h2 {
    margin-top: 72px;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.item_tit p {
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.item_tit a {
    display: inline-block;
    border: 1px solid #f5f5f5;
    height: 26px;
    line-height: 26px;
    color: #f5f5f5;
    padding: 0 30px;
}

.item_recommend_wrap {
    background: url(../img/list_bg02.png) center 150px no-repeat;
}

.item_question_wrap {
    background: url(../img/list_bg02.png) center -200px no-repeat;
    padding-bottom: 60px;
}

.item_recommend, .item_question {
    margin: 0 auto;
    width: 1200px;
    padding-top: 30px;
}

.item_recommend_big {
    width: 953px;
    margin-top: 16px;
    position: relative;
    height: 224px;
}

.item_recommend_big .swiper-slide {
    position: relative;
    float: left;
    width: 224px;
    height: 224px;
    margin-right: 19px;
    background: #fff;
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
}

.item_recommend_big .swiper-slide .p1 {
    width: 86px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    background: #5B78ED;
    color: #fff;
}

.item_recommend_big .swiper-slide .p2 {
    padding: 0 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
    margin: 20px 0;
}

.item_recommend_big .swiper-slide .img {
    width: 137px;
    height: 73px;
    margin: 0 auto;
    overflow: hidden;
    background: #fafafa
}

.item_recommend_big .swiper-slide img {
    display: block;
    width: 137px;
    margin: 0 auto;
}

.item_recommend_big .swiper-slide .img.img_app img {
    width: auto;
    height: 73px;
}

.item_recommend_big .price {
    display: table;
    margin: 20px auto 0;
    font-size: 12px;
    color: #ff6600;
}

.item_recommend_big .swiper-slide .price span {
    font-size: 22px;
}

.item_recommend_big .swiper-slide .list_hover {
    width: 224px;
    height: 0;
    background: rgba(91, 120, 237, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.item_recommend_big .swiper-slide:hover .list_hover {
    height: 224px;
    transition: height .5s ease;
}

.item_recommend_big .list_hover .a1 {
    padding: 0 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 44px 0 10px;
}

.item_recommend_big .list_hover .a2 {
    display: block;
    margin: 24px auto 16px;
    width: 96px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #6782ee;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.item_recommend_big .list_hover .a3 {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.item_recommend_big .list_hover .price {
    display: table;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
}

.item_recommend_big .list_hover .price span {
    font-size: 22px;
}

.item_recommend_big .sPrev, .item_recommend_big .sNext {
    z-index: 9;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 21px;
    height: 41px;
    background: url(../img/item_recommend_bigl.png) center center no-repeat;
}

.item_recommend_big .sNext {
    left: auto;
    right: 0px;
    background: url(../img/item_recommend_bigr.png) center center no-repeat;
}

.item_recommend_big .sPrev:hover, .slideGroup .sNext:hover {
    opacity: 0.8;
}

/*详情页常见问题*/
.item_tit_ques {
    background: url(../img/question_tit.png) no-repeat;
    height: 258px;
}

.item_question_list {
    float: left;
    margin-top: 12px;
}

.item_question_list li {
    float: left;
    width: 317px;
    border-right: 1px solid #f0f0f0;
    background: #fff;
    padding: 20px 40px 0;
    height: 215px;
}

.item_question_list span {
    color: #ed8e06;
    float: left;
    font-size: 16px
}

.item_question_ask {
    border-bottom: 1px dashed #ebebeb;
    padding: 30px 0 10px 0;
}

.item_question_ask a {
    font-size: 16px;
    color: #4d4d4d;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_question_ask a:hover {
    color: #cd1422;
}

.item_question_qes {
    overflow: hidden;
    padding: 6px 0 0 0;
    font-size: 14px;
}

.item_question_qes span {
    float: left;
}

.item_question_qest {
    line-height: 24px;
    height: 98px;
}

.item_question_qest a {
    color: #298edc;
}

/*详情页流程*/
.trademark_xqbe {
    margin-top: 30px;
    overflow: hidden;
}

.trademark_xqbel_a, .trademark_xqbel_b, .trademark_xqbel_c, .trademark_xqbel_d, .trademark_xqbel_e, .trademark_xqbel_f {
    float: left;
    width: 178px;
    height: 208px;
    display: inline;
    margin-right: 16px;
}

.trademark_xqbel_a {
    background: url(../img/trademark-xq-01.png) no-repeat;
}

.trademark_xqbel_b {
    background: url(../img/trademark-xq-02.png) no-repeat;
}

.trademark_xqbel_c {
    background: url(../img/trademark-xq-03.png) no-repeat;
}

.trademark_xqbel_d {
    background: url(../img/trademark-xq-04.png) no-repeat;
}

.trademark_xqbel_e {
    background: url(../img/trademark-xq-05.png) no-repeat;
}

.trademark_xqbel_f {
    background: url(../img/trademark-xq-06.png) no-repeat;
    margin-right: 0px;
}

.trademark_xqbel_add {
    background: url(../img/trademark-xq-add.png) no-repeat;
    width: 22px;
    height: 21px;
    float: left;
    margin: 90px 17px 0 18px;
}

.trademark_xqbel_aa {
    font-weight: bold;
    text-align: center;
    color: #414141;
    padding: 62px 0 0 0;
    font-size: 16px;
}

.trademark_xqbel_ab {
    padding: 10px 26px 0 26px;
    color: #8e8e8e
}

.trademark_xqbe_app {
    margin-right: 0;
}

.trademark_xqbe_appa .trademark_xqbel_add {
    margin: 90px 20px 0 21px;
}

/*弹窗*/
.box_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.1);
    display: none;
}

.alert_box {
    width: 530px;
    height: 264px;
    margin-left: -156px;
    margin-top: -132px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    z-index: 999;
    padding: 15px;
    box-sizing: border-box;
    display: none;
}

.alert_box .stips {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: url(../../ym/images/stips-icon.png) #0586EB no-repeat 24px center;
    padding-left: 70px;
}

.alert_box .close {
    width: 24px;
    height: 24px;
    background: url(../../ym/images/close.png) no-repeat center center;
    position: absolute;
    right: 30px;
    top: 34px;
    cursor: pointer;
}

.alert_box .alert_main {
    height: 128px;
    padding-top: 46px;
    background: #fff;
}

.alert_main .operate {
    display: table;
    margin: 0 auto;
}

.alert_main .operate input[type=button] {
    width: 148px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #F0F0F0;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #4c4c4c;
    cursor: pointer;
}

.alert_main .operate input[type=button]:first-child {
    border: 1px solid #FF962A;
    background: #FF962A;
    color: #fff;
    margin-right: 15px;
}

.alert_main .install {
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 30px;
}

.alert_main .install span {
    color: #FF962A;
}

.details_txt .des .bottom.font_sm {
    width: 160px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 14px;
}

/*交易规则弹窗*/
.alert_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.16);
    display: none;
}

.alert_box1 {
    width: 800px;
    /*height: 200px;*/
    background: url(".") #F7F7F7 no-repeat center top;
    border: 1px solid rgba(224, 224, 224, 0.88);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -520px;
    margin-top: -395px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 9999;
    display: none;
}

.alert_main_box {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -310px;
    z-index: 9999;
    display: none;
    width: 800px;
    height: 620px;
    background: #fff;
    border: 1px solid rgba(224, 224, 224, 0.52);
    box-shadow: 0 1px 2px rgba(224, 224, 224, 0.32);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
}

.alert_main_box .alert_close {
    position: absolute;
    top: 0;
    right: 0;
}

.main_bd {
    width: 620px;
    height: 540px;
    padding: 80px 90px 0;
}

.main_bd .head_tit {
    font-size: 26px;
    color: #4c4c4c;
    font-weight: bold;
    padding-bottom: 20px;
}

.main_bd .line_bt {
    width: 620px;
    height: 1px;
    background: #EBEBEB;
}

.main_bd .title {
    line-height: 24px;
    padding: 20px 0 10px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
}

.main_bd .cont, .main_bd .cont p {
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
}

.main_bd .cont .text_index {
    text-indent: 30px;
}

.main_bd .cont:after {
    content: "";
    display: block;
    width: 620px;
    height: 1px;
    background: #EBEBEB;
    margin-top: 20px;
}

.main_bd .cont.last:after {
    background: transparent;
}

.alert_main_box::-webkit-scrollbar {
    width: 0;
}

.alert_main_box {
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #fff;
    scrollbar-face-color: #fff;
    scrollbar-shadow-color: #fff;
}

.alert_close {
    width: 34px;
    height: 24px;
    cursor: pointer;
    background: url("../images/alert/alert_close.png") no-repeat center center;
    position: absolute;
    top: 100px;
    right: 10px;
}

.alert_close:hover {
    background: url("../images/alert/alert_close_hover.png") #e83333 no-repeat center center;
}

/*商品评价*/
.onlineservice {
    padding: 33px 33px 0 33px;
    overflow: hidden
}

.onlineservicel {
    float: left;
    width: 170px;
    background: #eeeeee;
    height: 294px
}

.onlineservicer {
    float: left;
    width: 420px;
    margin: 0 0 0 26px;
}

.onlineservicel-a {
    text-align: center;
    margin: 30px 0 10px 0
}

.onlineservicel-b {
    padding: 15px 0 0 20px;
    color: #4c4c4c;
    font-size: 16px
}

.onlineservicel-b span {
    color: #ffaf03;
    font-size: 24px;
    font-weight: bold
}

.onlineservicer-a {
    font-size: 16px;
    color: #4c4c4c
}

.onlineservicer-b {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.onlineservicer-b #default-demo {
    float: left
}

.onlineservicer-b li {
    cursor: pointer;
    background: url(/public/ym/images/star.png) no-repeat;
    width: 26px;
    height: 21px;
    float: left;
    margin: 0 8px 0 0
}

.onlineservicer-b .onlineservicer-b-select {
    background: url(/public/ym/images/star-select.png) no-repeat;
    width: 26px;
    height: 21px;
}

.onlineservicer-b span {
    color: #4c4c4c;
    font-size: 14px;
    padding-left: 10px
}

.onlineservicer-cb-b-bcl li:hover .onlineservicer-del {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0
}

.onlineservicer-del {
    display: none;
    background: url(../images/tm-bg.png) no-repeat;
    width: 50px;
    height: 50px
}

.onlineservicer-del span {
    background: #676c76;
    color: #fff;
    padding: 3px 8px;
    margin: 12px 0 0 5px;
    display: inline-block;
    border-radius: 2px;
}

.box {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.details_wrap .prices {
    position: relative;
    height: 135px;
    margin-top: 40px;
}

.t-p-bar {
    margin-top: 20px;
}

.t-p-bar li {
    text-align: center;
}

.btn {
    padding: 0 !important;
}

.addCart {
    background: #fff;
    border: 1px solid;
    color: #ff374b;
}

.shop-schbox {
    float: right;
    height: inherit;
    font-size: 0;
    padding-top: 37px;
}

.item_section .box {
    background: #fff;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    width: 1200px;
}

.fixed-tabnav {
    position: fixed;
    top: 0;
    width: 1200px;
}
.bshare-custom.icon-medium{
    zoom: .8;
}