.main_content{
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	padding-bottom: 20px;
}
.main_content .goods_info{
	width: 352px;
	align-items: flex-start;
	margin-top: 10px;
}
.main_content .preview-wrap{
	width: 590px;
	margin-top: 14px;
}
.main_content .recommend_goods{
	width: 210px;
	text-align: center;
	margin-left: 15px;
}
.preview .jqzoom {
    position: relative;
    padding: 0;
}
.preview .main-img {
    border: 1px solid #eee;
    margin-bottom: 20px;
    _zoom: 1;
}
.preview .preview-btn {
    position: absolute;
    z-index: 5;
    bottom: 62px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
}
.preview .spec-list {
	width: 350px;
    margin-bottom: 18px;
    position: relative;
    _zoom: 1;
}
.preview .spec-list .arrow-next, .preview .spec-list .arrow-prev {
    display: block;
    width: 22px;
    height: 32px;
    float: left;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
}



.preview .spec-list .arrow-prev {
    left: 0;
}

.preview .spec-list .arrow-prev .sprite-arrow-prev {
    width: 22px;
    height: 32px;
    background-image: url(../img/__sprite.png);
    background-position: 0 -54px;
}
.preview .spec-list .arrow-next i, .preview .spec-list .arrow-prev i {
    display: block;
}
.preview .spec-list .arrow-next .sprite-arrow-next {
    width: 22px;
    height: 32px;
    background-image: url(../img/__sprite.png);
    background-position: -78px 0;
}
.lh {
    overflow: hidden;
    zoom: 1;
}
.preview .spec-list .spec-items ul li {
    margin: 0 2px;
}
.preview .spec-items ul li {
    float: left;
    margin: 0 9px;
    max-width: 60px;
    max-height: 70px;
}
.preview .spec-items ul li.img-hover img, .preview .spec-items ul li:hover img {
    border: 2px solid #e53e41;
}
.preview-wrap{
	margin-left: 19px;
}
.preview-wrap .title{
	color: #333333;
	font-size: 13px;
	font-family: 'Source Han Sans CN-Regular';
}
.preview-wrap .price_box{
	background-color: #F3F3F3;
	height: 66px;
	margin-top: 9px;
	justify-content: space-between;
	align-items: self-start;
}
.price_box .pitem{
	color: #999999;
	font-size:9px;
	padding: 8px 6px;
}
.price_box .price{
	color: #E52B20;
	font-size: 10px;
	padding-left: 8px;
}
.price_box .price span{
	font-size: 16px;
	font-weight: bold;
}
.price_box .citem{
	color: #999999;
	font-size:9px;
	padding-left: 6px;
	padding-bottom: 8px;
}
.price_box .coupon{
	margin-left: 8px;
}
.price_box .coupon .per_coupon{
	position: relative;
	margin-right: 8px;
}
.price_box .coupon .per_coupon img{
	width: 92px;
	height: 20px;
}
.price_box .coupon .per_coupon span{
	position: absolute;
	left: 20%;
	top: 1px;
	font-size: 10px;
	color: #E1251B;
	font-family: 'Source Han Sans CN-Normal';
}
.price_box .citem a {
	text-decoration: none;
	color: #999999;
}
.price_box .comment_num{
	width: 90px;
	border-left: 1px dashed #DADADA;
	margin-top: 8px;
	padding-left: 0px;
	justify-content: center;
	align-items: center;
}
.price_box .comment_num .title{
	color: #999999;
	font-size: 9px;
}
.price_box .comment_num .num{
	color: #0E7BBD;
	font-size: 9px;
}
.preview-wrap .d_line{
	border-top:1px dashed #DADADA;
	margin-top: 15px;
}
.preview-wrap .specs{
	margin-top: 11px;
	align-items: flex-start;
}
.specs .spec_title{
	width: 94px;
	color: #999999;
	font-size: 9px;
	padding-left: 8px;
}
.specs .spec_box{
	flex-wrap: wrap;
}
.preview-wrap .specs .per_spec{
	border: 1px solid #ccc;
	margin-left: 6px;
	padding: 2px 3px;
	margin-bottom: 3px;
}
.preview-wrap .specs .disabled{
	border: 1px solid #ccc;
	margin-left: 6px;
	padding: 2px 3px;
	margin-bottom: 3px;
	background: #3c3c3c;
}
.preview-wrap .specs .active{
	border: 1px solid #E1251B;
}
.preview-wrap .specs .per_spec img{
	width: 30px;
	height: 30px;;
}
.preview-wrap .specs .per_spec span{
	color: #333333;
	font-size: 9px;
	padding-left: 4px;
	font-family: 'Source Han Sans CN-Regular';
}
.preview-wrap .buy_btn_box{
	margin-top: 15px;
}
.preview-wrap .buy_btn_box .num_box{
	border: 1px solid #DADADA;
	width: 56px;
	margin-left: 8px;
}

.preview-wrap .buy_btn_box .num_box input{
	border: none;
	width: 34px;
	text-align: center;
}
.preview-wrap .buy_btn_box .num_box input:focus{
	outline: none;
}
.change_btn{
	border-left: 1px solid #DADADA;
	text-align: center;
	background: #F3F3F3;
	width: 100%;
}
.change_btn span{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.change_btn span:first-child{
	border-bottom: 1px solid #DADADA;
}
.preview-wrap .buy_btn_box .btn{
	width: 142px;
	height: 45.86px;
	line-height: 30px;
	font-size: 18px;
	font-family: 'Source Han Sans CN-Bold';
	font-weight: bold;
	background-color: #E1251B;
	text-align: center;
	margin-left: 8px;
	color: #FFFFFF;
	border-radius: 0;
}
.preview-wrap .buy_btn_box .btn a{
	text-decoration: none;
	color: #FFFFFF;
}
.preview-wrap .tixing{
	color: #999999;
	font-size:9px;
	margin-left: 8px;
	margin-top: 10px;
}
.recommend_goods .track-tit {
    position: relative;
    line-height: 50px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    text-align: center;
}
.recommend_goods .track-tit span {
   position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   top: 28px;
   height: 1px;
   background: #f2f2f2;
}
.recommend_goods .track-tit h3 {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
	font-size: 16px;
    padding: 0 25px;
}
 .right_goods_list{
	padding: 0 28px;
}
 .right_goods_list .per_goods{
	margin-top: 10px;
	font-size: 9px;
}
 .right_goods_list .per_goods .gimg{
	width: 154px;
	height: 154px;
	position: relative;
}
.right_goods_list .per_goods .gimg img{
	width: 100%;
}
.right_goods_list .per_goods .title{
	color: #333333;
	padding: 3px 0;
	background-color: #cccccc;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.8;
	font-family: 'Source Han Sans CN-Regular';
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.right_goods_list .per_goods .price{
	color: #E52B20;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
}
.right_goods_list .per_goods .price span{
	text-decoration: none;
}
.detail_box{
	padding-left: 0;
	padding-right: 0;
	display: flex;
	background: #FFFFFF;
}

.detail_box .tuijian{
	background-color: #FFFFFF;
	padding-left: 0;
	padding-right: 0;
	margin-right: 15px;
}
.tuijian .pinyin{
	color: #999999;
	font-size: 8px;
	padding-top: 13px;
	text-align: center;
	background: #F3F3F3;
}
.tuijian .cate_title{
	padding-top: 3px;
	width:100%;
	justify-content: center;
	background: #F3F3F3;
}
.tuijian .cate_title .title{
	color: #333333;
	font-size: 24px;
	padding: 0 6px;
	font-family: 'Source Han Sans CN-Regular';
}
.tuijian .btm_line{
	border-bottom: 1px dashed #D4D4D4;
	width: 96%;
	margin: 0 auto;
	margin-top: 13px;
}

#detail .tab-main {
    position: relative;
    overflow: visible;
}
.detail ul{
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
}
.detail ul a{
	text-decoration: none;
		color: #333333;
}

.ETab .tab-main {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #e4393c;
    display: inline-block;
    display: block;
}
.ETab .tab-main li.current {
    background-color: #e4393c;
    color: #fff;
    cursor: default;
}
.ETab div.large li {
    padding: 10px 25px;
    font-size: 14px;
}
.ETab .tab-main li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-family: "microsoft yahei";
    cursor: pointer;
}
.ETab .tab-main{
    position: relative;
}
.ETab .tab-main .extra .item {
    float: right;
    margin-right: 10px;
    padding-top: 8px;
}
.extra .head {
    margin-top: 6px;
    margin-right: 5px;
}
.extra .head a{
	text-decoration: none;
}
.extra .head a:hover{
	background-color: #e4393c;
}
.ETab .tab-main .extra {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-primary {

    padding: 6px 16px;
}
.change_btn span{
	cursor: pointer;
}
.btn-primary, .btn-special1 {
    background-color: #df3033;
    color: #fff;
}
.detail .tab-con{
	margin-top: 5px;
}
.detail .tab-con img{
	width: 100%;
}
#comment .mt{
	background: #F3F3F3;
}
#comment .mt h3{
	font-size: 14px;
	color: #666666;
	padding: 8px 5px;
}
.m-content .mc {
    overflow: visible;
}
.comment .comment-info {
    overflow: hidden;
    zoom: 1;
    padding: 25px 0;
}
.comment .comment-info .comment-percent {
    width: 90px;
    padding: 15px 0 0 40px;
    float: left;
}
.comment .comment-info .percent-tit {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}
.comment .comment-info .percent-con {
    line-height: 110%;
    font-size: 45px;
    color: #e4393c;
    font-family: arial;
}
.comment .comment-info .percent-con span {
    font-size: 23px;
}
.comment .comment-info .percent-info {
    margin-left: 90px;
}
.comment .comment-info .tag-list {
    padding-left: 20px;
}
.comment .comment-info .percent-info .tag-list {
    height: auto;
    overflow: visible;
}
.comment .tag-available span.tag-1 {
    color: #999;
    border-color: #e0e0e0;
}
.comment .tag-list span {
    display: inline-block;
    line-height: 20px;
    padding: 0 9px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #999;
}
.comment .tag-available span {
    cursor: pointer;
}
.comment .comments-list {
    min-height: 93px;
}
.ETab div.small {
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    padding-left: 10px;
}
.ETab .tab-main {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #e4393c;
    display: inline-block;
    display: block;
}
.ETab .tab-main ul {
    margin-top: -1px;
}
.ETab div.small li.current, .ETab div.small li.current a {
    background: #fafafa;
    color: #e4393c;
}
.ETab div.small li {
    padding: 5px 10px;
}
.ETab .tab-main li {
    display: inline-block;
    font-family: "microsoft yahei";
    cursor: pointer;
}
em, i, u {
    font-style: normal;
}
.ETab .tab-con {
    padding: 10px 0;
}
.comment .comment-item {
    zoom: 1;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.comment .comment-item .user-column {
    width: 140px;
    float: left;
}
.comment .comment-item .user-info {
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 25px;
	height: 25px;
}
.comment .comment-item .user-info img {
    border-radius: 50%;
    margin-right: 5px;
}
.comment .comment-item .user-level {
    padding-top: 3px;
}
.comment .comment-item .user-level span {
    color: #088000;
    margin-right: 8px;
}
.comment .comment-item .comment-column {
    margin-left: 150px;
}
.comment .comment-item .star5 {
    background-position: 0 0;
}
.comment .comment-item .comment-star {
    width: 78px;
    height: 14px;
    background: url(//static.360buyimg.com/item/unite/1.0.153/components/default-soa/comment/i/star.png) no-repeat;
}
.comment .comment-item .comment-con {
    font-size: 14px;
    padding: 10px 0;
    line-height: 180%;
    color: #333;
}
.comment .comment-item .pic-list {
    padding-bottom: 15px;
}
.comment .comment-item .pic-list a {
    display: inline-block;
    position: relative;
}
.comment .comment-item .order-info {
    float: left;
    color: #999;
}
.comment .comment-item .order-info span {
    margin-right: 20px;
}
.comment .comment-message{
	padding-bottom: 15px;
}
.comment .comment-item .user-level .comment-plus-icon {
    display: inline-block;
    padding: 0 4px;
    font-size: 12px;
    line-height: 18px;
    background: #414141;
    color: #fff38f;
    border-radius: 1px;
    margin: 5px 5px 0 0;
}