.clearfix:after{
   content:".";/*加一段内容*/
   display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
   height:0;/*避免生成的内容破坏原有布局高度*/
   clear:both;/*清除浮动*/
   visibility:hidden;/*让生成的内容不可见*/
  }
.goods-detail .preview-wrap {
    width: 450px;
    float: left;
}

#magnifier-wrap {
    position: relative;
    width: 450px;
}

.magnifier-main {
    position: relative;
    width: 450px;
    height: 450px;
    line-height: 450px;
    text-align: center;
}

.magnifier-main img {
    width: 100%;
}

.magnifier-drag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fede4f;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

.magnifier-pop {
    position: absolute;
    top: 0;
    overflow: hidden;
    background: #fff url(../img/goods/loading.gif) no-repeat center center;
    z-index: 99;
}

.mag-target-img {
    position: absolute;
    top: 0;
    left: 0;
}

.spec-left-btn, .spec-right-btn {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #ddd;
    cursor: default;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

#magnifier-wrap > span.on {
    background-color: #ccc;
    color: #999;
    cursor: pointer;
}

#magnifier-wrap > .spec-left-btn {
    left: 0;
}

#magnifier-wrap > .spec-right-btn {
    right: 0;
}

.spec-items {
    position: relative;
    width: 395px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
}

.spec-items ul {
    width: 500%;
    position: absolute;
    top: 15px;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 75px;
    height: 75px;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #fff;
    cursor: pointer;
    opacity: .5;
}

.spec-items li.on {
    border: 1px solid #eee;
    opacity: 1
}

.spec-items li img {
    width: 100%;
}

#magnifier-wrap .icon-play-circle {
    z-index: 10;
    font-size: 36px;
    position: absolute;
    bottom: 80px;
    left: 20px;
    cursor: pointer;
}

#magnifier-wrap .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: 450px;
    background: #ffffff;
    display: none;
}

#magnifier-wrap .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -45.5px;
    margin-top: -22.5px;
}

.share-collect {
    color: #999;
    padding: 10px;
}

.share-collect a {
    margin-right: 20px;
}

.goods-detail .basic-info-wrap {
    margin-left: 470px;
}

.goods-detail .basic-info-wrap h1 {
    font-size: 16px;
    margin: 10px 0;
}

.goods-detail .basic-info-wrap .desc {
    font-size: 14px;
}

.item-block {
    background: url("../img/goods/goods_detail_bg.png") repeat-x;
    padding: 10px 0;
    position: relative;
}

.item-block .statistical {
    position: absolute;
    right: 10px;
    top: 0;
}

.item-block .statistical li {
    float: left;
    text-align: center;
    position: relative;
    font-size: 14px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-block .statistical li:first-child {
    margin-right: 20px;
}

.item-block .statistical li:first-child:after {
    content: '';
    border-right: 1px solid #DADADA;
    height: 45px;
    position: absolute;
    right: -10px;
    top: 0;
}

.item-line {
    font-size: 14px;
    min-height: 35px;
    line-height: 35px;
}

.item-line dt {
    float: left;
    width: 85px;
    color: #999;
    font-weight: normal;
    padding-left: 10px;
    font-size: 12px;
    margin-right: 10px;
}

.item-line > * {
    height: inherit;
    line-height: inherit;
    font-size: 12px;
}

.item-line > dd {
    margin-left: 95px;
}

.item-line .yuan {
    font-size: 18px;
}

.item-line .price {
    font-size: 30px;
    font-weight: bold;
}

.item-line .market-price {
    color: #999;
}

.item-line .original-price {
    margin-left: 5px;
}

.item-line.promotion-price .label {
    line-height: initial;
    font-size: 18px;
    background: transparent;
    padding: 0;
    vertical-align: text-bottom;
}

.coupon-list .item {
    padding: 2px 10px;
    font-size: 12px;
    background: #ffdedf url('../img/goods/goods_coupon_bg.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    cursor: pointer;
}

.item-line.service a {
    margin: 0 5px;
}

.delivery {
    position: relative;
}

.region-selected {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px 0 0;
    width: auto;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #CCC;
    background: #fff;
    z-index: 2;
}

/*.delivery:hover .region-selected {*/
/*border-bottom: 1px solid transparent;*/
/*}*/

.region-list {
    width: 500px;
    position: absolute;
    z-index: 1;
    top: 29px;
    left: 0;
    background: #fff;
    border: 1px solid #CCC;
    padding: 15px;
    line-height: 18px;
    height: auto;
    display: none;
}

/*.delivery:hover .region-list {*/
/*display: block;*/
/*}*/

.region-list .nav-tabs {
    border-bottom: 2px solid;
}

.delivery .region-list .nav > li > a {
    padding: 4px 8px;
}

.delivery .region-list .nav-tabs > li {
    margin-bottom: -2px;
}

.delivery .region-list .nav-tabs > li > a {
    border: 2px solid transparent;
}

.delivery .region-list .nav-tabs > li.active > a, .delivery .region-list .nav-tabs > li.active > a:hover, .delivery .region-list .nav-tabs > li.active > a:focus {
    border: 2px solid;
    border-bottom-color: transparent !important;
}

.delivery .region-list .nav-tabs > li > a:hover {
    border-color: transparent;
}

.delivery .region-list .nav > li > a:hover, .delivery .region-list .nav > li > a:focus {
    background-color: transparent;
}

.delivery .region-list .nav > li.active > a:hover, .delivery .region-list .nav > li.active > a:focus {
    background: #ffffff;
}

.delivery .region-list .tab-content > .active {
    padding: 10px 0;
}

.delivery .region-list .tab-content > .tab-pane li {
    float: left;
    width: 25%;
    line-height: 30px;
}

.delivery .status select {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0;
    font-size: 12px;
}

.basic-info-wrap .divider {
    margin: 10px 0;
    border-style: dotted;
}

.sku-list ul {
    overflow: hidden;
    padding: 1px;
}

.sku-list li {
    float: left;
    position: relative;
    margin: 2px 8px 8px 0;
    line-height: 25px;
    vertical-align: middle;
}

.sku-list li a {
    padding: 2px 10px;
    text-align: center;
    border: 1px solid #b8b7bd;
    display: inline-block;
    -webkit-transition: none;
    transition: none;
    position: relative;
}

.sku-list li a img, .sku-list li a b {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.sku-list li a i {
    position: absolute;
    right: -2px;
    bottom: -2px;
    display: none;
}

.sku-list li a.selected, .sku-list li a:hover {
    border: 2px solid;
    margin: -1px;
}

.sku-list li:not(.disabled) a.selected i, .sku-list li:not(.disabled) a:hover i {
    display: block;
}

.sku-list li.disabled a, .sku-list li.disabled a:hover {
    border: 1px solid #c7c7c9 !important;
    color: #bbb !important;
    margin: 0;
    cursor: not-allowed;
    background: #f5f5f5;
}

.buy-number {
    margin: 10px 0;
}

.buy-number .num-wrap {
    display: inline-block;
    vertical-align: middle;
}

.buy-number .num-wrap input {
    color: #666;
    font-size: 12px;
    padding: 5px;
    height: 34px;
    border: 1px solid #a7a6ac;
    width: 44px;
    vertical-align: middle;
}

.buy-number .num-wrap input.disabled {
    cursor: not-allowed;
    background: #f5f5f5;
}

.buy-number .num-wrap .operation {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
}

.buy-number .num-wrap span {
    width: 17px;
    height: 17px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #a7a6ab;
    border-left: none;
    display: block;
    line-height: 17px;
    text-align: center;
    background: #f1f1f1;
    user-select: none;
}

.buy-number .num-wrap span.disabled {
    cursor: not-allowed;
}

.buy-number .inventory {
    margin-left: 10px;
}

.buy-btn {
    margin: 20px 0;
}

.buy-btn button {
    width: 180px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
}

.buy-btn button i {
    margin-right: 5px;
    font-size: 16px;
}

.buy-btn button[disabled] {
    cursor: not-allowed;
    pointer-events: initial;
    background: #F5F5F5 !important;
    border: 1px solid #c7c7c9 !important;
    color: #bbb !important;
    opacity: 1;
    text-shadow: 0 0 0;
}

.service-commitment li {
    display: inline-block;
    white-space: nowrap;
    padding-right: 20px;
    padding-bottom: 5px;
}

.recommend-product {
    float: left;
    width: 210px;
}

.hot-product {
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.hot-product h3, .ranking-list h3 {
    font-size: 14px;
    padding-left: 10px;
    margin: 0 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #f7f7f7;
}

.hot-product ul li {
    padding: 0 10px 10px;
    line-height: 50px;
}

.hot-product ul li .p-img {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    height: 180px;
    line-height: 180px;
    position: relative;
}

.hot-product ul li .p-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-main aside ul li .p-img > img {
    line-height: 180px;
}

.hot-product ul li .p-name {
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
}

.hot-product ul li .p-price {
    height: 16px;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    margin-right: 6px;
    font-weight: 700;
    font-size: 14px;
}

.ranking-list {
    border: 1px solid #eee;
}

.ranking-list h3 {
    margin: 0;
}

.ranking-list .nav > li {
    width: 50%;
    text-align: center;
}

.ranking-list .nav > li > a {
    padding: 4px 10px;
    font-size: 12px;
    margin-right: 0;
}

.ranking-list .nav-tabs > li > a.selected, .ranking-list .nav-tabs > li > a.selected:hover, .ranking-list .nav-tabs > li > a.selected:focus {
    color: #ffffff !important;
    border: 1px solid;
    border-bottom-color: transparent !important;
}

.ranking-list .nav-tabs {
    border-bottom: 1px solid;
    background: #f7f7f7;
}

.ranking-list .nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent;
}

.ranking-list .nav-tabs > li.active > a:hover, .ranking-list .nav-tabs > li.active > a:focus {
    /*color: #ffffff !important;*/
}

.ranking-list .tab-pane ul {
    padding: 10px;
}

.ranking-list .tab-pane ul li {
    clear: both;
    height: 85px;
    position: relative;
}

.ranking-list .tab-pane ul li .p-img {
    float: left;
    margin-right: 5px;
    padding-bottom: 5px;
}

.ranking-list .tab-pane ul li .p-img a {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
}

.ranking-list .tab-pane ul li .p-img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ranking-list .tab-pane ul li .p-name {
    margin-left: 90px;
    overflow: hidden;
    height: 40px;
    margin-bottom: 5px;
}

.ranking-list .tab-pane ul li .p-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #d5d5d5;
    color: #fff;
    text-align: center;
}

.ranking-list .tab-pane ul li .p-price {
    margin-left: 90px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

.detail-wrap {
    margin-left: 10px;
    float: left;
    width: 980px;
    position: relative;
}

.detail-wrap .nav-tabs {
    border-bottom: 1px solid;
    background: #f7f7f7;
}

.detail-wrap .nav > li > a {
    font-size: 14px;
    margin-right: 0;
    color: #666666;
}

.detail-wrap .nav-tabs > li > a.selected, .detail-wrap .nav-tabs > li > a.selected:hover, .detail-wrap .nav-tabs > li > a.selected:focus {
    color: #ffffff !important;
    border: 1px solid;
    border-bottom-color: transparent !important;
}

.detail-wrap .nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent;
}

.detail-wrap .tab-content {
    position: relative;
}

.detail-wrap .tab-pane {
    padding: 10px 0;
}

#tab_detail .tab-pane img {
    width: 100%;
}

#tab_attr ul {
    overflow: hidden;
}

#tab_attr ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 5px;
    padding: 0 10px;
}

#tab_evaluate h3 {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px;
    color: #666666;
    margin: 10px 0;
    font-size: 14px;
}

.evaluate-wrap .empty {
    padding: 50px 0;
    text-align: center;
}

.good-rating {
    width: 90px;
    padding: 15px 0 0 40px;
    float: left;
}

.good-rating strong {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.good-rating-wrap {
    overflow: hidden;
    zoom: 1;
    padding: 25px 0;
}

.good-rating p span {
    font-size: 23px;
}

.good-rating-list {
    margin-left: 90px;
    padding-left: 20px;
}

.good-rating-list li {
    display: inline-block;
    line-height: 20px;
    padding: 0 9px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999;
    cursor: pointer;
}

.good-rating-list li:hover {
    color: #666;
    border-color: #666;
    background-color: transparent;
}

.rating-type {
    background: #FAFAFA;
    overflow: hidden;
    padding-left: 10px;
}

.rating-type li {
    float: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 7px 15px;
    font-size: 12px;
}

.evaluate-list {
    padding: 0 15px;
}

.evaluate-list > ul > li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.user-info {
    width: 140px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-info img {
    border-radius: 50%;
    margin-right: 5px;
}

.evaluate-content {
    margin-left: 150px;
}

.comment-star {
    width: 78px;
    height: 14px;
    background: url(../img/goods/product_star.png) no-repeat;
}

.comment-star.star1 {
    background-position: -64px 0;
}

.comment-star.star2 {
    background-position: -48px 0;
}

.comment-star.star3 {
    background-position: -32px 0;
}

.comment-star.star4 {
    background-position: -16px 0;
}

.evaluate-content .content {
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 0;
}

.pic-list {
    padding-bottom: 15px;
}

.pic-list a {
    display: inline-block;
    position: relative;
}

.pic-list a img {
    border: 1px solid #e2e2e2;
    padding: 1px;
    margin-right: 6px;
    cursor: zoom-in;
}

.pic-list a img.selected {
    border: 2px solid;
    padding: 0;
}

.comment-message {
    overflow: hidden;
}

.comment-message .order-info {
    float: left;
    color: #999;
}

.comment-message .order-info span {
    margin-right: 20px;
}

.comment-message .comment-op {
    float: right;
}

/* 限时折扣 */
.goods-detail .basic-info-wrap .discount-banner {
    background: url(../img/goods/discount_bg.png) no-repeat;
    height: 35px;
    line-height: 35px;
}

.goods-detail .basic-info-wrap .discount-banner .activity-name {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.goods-detail .basic-info-wrap .discount-banner .discount-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8px 8px 0 10px;
    background: url(../img/goods/discount_icon.png) no-repeat -20px 0;
    float: left;
    line-height: 24px;
}

.goods-detail .basic-info-wrap .discount-banner .surplus-time {
    color: #fff;
    font-size: 12px;
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 5px;
}

.goods-detail .basic-info-wrap .discount-banner .surplus-time span i {
    font-style: normal;
    padding: 2px;
    width: 20px;
    height: 20px;
    background: #000;
    margin: 0 5px;
    border-radius: 3px;
}

.point-exchange .unit {
    font-size: 13px;
}

.i-activity-flag {
    padding: 0 3px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    white-space: nowrap;
}

.merchant-service {
    overflow: hidden;
    margin: 10px 0;
}

.merchant-service dd {
    float: left;
    padding: 0 10px 0 0;
    margin: 0;
}

.merchant-service dd span {
    color: #666;
    cursor: pointer;
}

.merchant-service dd span:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: url(../img/goods/service_guarantee.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/************搭配套餐************/
.combo-package-promotion {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    overflow: hidden;
}

.combo-package-promotion nav {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.combo-package-promotion nav li {
    float: left;
    padding: 10px 25px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.combo-package-promotion .tab-content {
    padding: 20px 0 10px;
    overflow: hidden;
}

.combo-package-promotion .tab-content .master {
    float: left;
    width: 144px;
}

.p-list .plus {
    width: 23px;
    height: 23px;
    position: absolute;
    right: -40px;
    top: 50px;
    background: url(../img/goods/combo_plus.png) no-repeat;
}

.combo-package-promotion .tab-content .collocations {
    width: 800px;
    overflow: hidden;
    margin: 0 0 0 50px;
    position: relative;
    float: left;
}

.collocations ul li:first-child {
    margin-left: 0;
}

.collocations ul li {
    float: left;
    margin-left: 20px;
}

.collocations .p-img a {
    display: block;
    width: 130px;
    height: 130px;
}

.combo-package-promotion .p-list {
    padding: 0 5px;
    width: 134px;
    position: relative;
}

.combo-package-promotion .p-img {
    padding-bottom: 5px;
}

.combo-package-promotion .p-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.combo-package-promotion .p-price {
    padding: 5px 0;
}

.p-price strong {
    font-size: 14px;
}

.results {
    position: relative;
    float: left;
    display: inline;
    width: 200px;
    padding-left: 50px;
    padding-top: 15px;
}

.results .p-price {
    margin: 12px 0;
}

.results .p-price p {
    line-height: 25px;
}

.results .p-price strong {
    font-size: 18px;
}

.combo-package-promotion-buy {
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
}

.results .equal {
    width: 23px;
    height: 23px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    background: url(../img/goods/combo_equal.png) no-repeat;
}

.ns-consult-wrap {
    padding: 9px;
    margin-bottom: 20px;
    border: solid #E6E6E6 1px;
    overflow: hidden;
}

.ns-consult-tips {
    width: 78%;
    height: 65px;
    float: left;
    margin: 10px 0 5px 10px;
    position: relative;
    z-index: 1;
}

.ns-consult-tips i {
    background: url(../img/goods/ncs_public_img.png) no-repeat -80px 0;
    width: 147px;
    height: 65px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.ns-consult-tips p {
    line-height: 18px;
    color: #9B827D;
    width: 100%;
    height: 36px;
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 64px;
}

.ncs-cosult-askbtn {
    float: right;
    padding: 10px;
    margin-top: 20px;
}

.consult-nav {
    background-color: #FFF;
    border: solid 1px;
    border-left-color: #E5E5E5 !important;
    border-right-color: #E5E5E5 !important;
    border-bottom-color: #E5E5E5 !important;
}

.consult-nav li {
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    zoom: 1;
    color: #777;
    background-color: #FFF;
    padding: 15px 25px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.gift-point strong {
    font-size: 14px;
}

.go-phone {
    position: relative;
    display: block;
    float: right;
    padding-right: 127px;
}

.go-phone .qrcode-wrap {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    height: 120px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 120px;
    left: 30px;
    top: -50px;
    display: none;
    z-index: 5;
}

.go-phone:hover .qrcode-wrap {
    display: block;
}

.consult-list {
    padding: 10px 0 0 0;
    border: solid #E6E6E6;
    border-width: 0 1px 1px;
    display: none;
}

.consult-list .empty {
    color: #999;
    text-align: center;
    height: 70px;
    line-height: 70px;
    padding: 15px 0;
    background-color: #FFF;
    border: none !important;
}

.consult-list ul {
    padding: 6px;
    border-bottom: dotted 1px #D6D6D6;
}

.consult-list ul dl {
    font-size: 0;
    display: block;
    margin-bottom: 4px;
}

.consult-list ul dt {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: right;
    display: inline-block;
    width: 10%;
    font-weight: normal;
}

.consult-list ul dd {
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
    display: inline-block;
    width: 90%;
    word-break: break-all;
}

.consult-list ul dd span {
    margin-right: 10px;
}

.consult-list ul dl.asker {
    color: #999;
}

.consult-list .more-consult {
    padding: 10px 15px;
}

.fly-img {
    width: 60px;
    height: 60px;
    z-index: 999;
    position: fixed;
}

.pic-info {
    margin: 10px 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
    float: left;
    overflow: hidden;
	display: none;
}
.pic-info img {
    vertical-align: middle;
	max-height: 400px;
	cursor: zoom-out;
}
.clear{
	clear: both;
}

.detail-new .new-right{
	width:170px;
	float:right;
	position: relative;
}
.detail-new .new-right>div{
	height:1px;
	width:35px;
	background:#f1f1f1;
	display:inline-block;
	position:absolute;
	top:7px;
}
.detail-new .new-right .line-right{
	right:0px;
}
.detail-new .new-right h1{
	width:100%;
	margin:0px;
	font-size:14px;
	text-align:center;
}
.detail-new .new-right h1 i{
	display:inline-block;
	width:14px;
	height:14px;
	margin-top:-1px;
	cursor:pointer;
}
.detail-new .new-right ul li{
	width:100%;
	height:147px;
	margin-top:7px;
}
.detail-new .new-right ul li div{
	width: 100%;
    height: 100px;
    text-align: center;
}
.detail-new .new-right img{
	height: 100%;
    margin: 0 auto;   
}
.detail-new .new-right ul li p{
	width:100px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0 auto;
	margin-top:3px;
}
.detail-new .new-right ul li .goods-price{
	color:red;
	margin-top:0px;
}

.detail-new.goods-detail .preview-wrap {
    width: 350px;
}

.detail-new .magnifier-main {
    width: 350px;
    height: 350px;
    line-height: 350px;
}
.detail-new #magnifier-wrap {
    width: 350px;
}
.detail-new.goods-detail .basic-info-wrap {
	float:left;
	width:645px;
    margin-left: 20px;
}

.detail-new .go-phone {
    padding-right: 40px;
}
.detail-new .spec-items ul{	
    left: -10px;
}
.detail-new .spec-items li{
	width: 75px;
    height: 75px;
}
.detail-new.goods-detail .preview-wrap #magnifier-wrap .video-js {width: 350px;height: 350px;}
.goods-detail .preview-wrap #magnifier-wrap .spec-items{width: 300px;}