ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc-slide {
	width: 375px;
	margin: 0 auto;
}

.view .swiper-container {
	width: 375px;
	height: 375px;
    overflow: hidden;
}

.view .arrow-left {
	background: url(images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../img/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 281px;
	height: 86px;
	margin-left: 47px;
	margin-right: 47px;
}

.preview .swiper-slide {
	width: 86px;
	height: 86px;
	cursor:pointer;
}
.big img{
	width: 100%;
	height: 100%;
}

.preview .slide6 {
	width: 86px;
}

.preview .arrow-left {
	background: url(../img/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../img/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
    padding: 1px;
    width: 82px;
    height: 82px;
}
.preview .active-nav img {
	padding: 0;
	border: 1px solid #76ba31;
}

/* 产品介绍 */
.goods {
    display: flex;
}

.goods .right {
    padding-left: 25px;
    flex: 1;
}

.right .info {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.right .info .name {
    font-size: 18px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #000000;
}

.right .info .base {
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #888888;
    margin: 10px 0;
}

.price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-info .price {
    color: #FF3434;
    font-size: 20px;
    display: flex;
    align-items: baseline;
}

.price-info .btn_box {
    width: 120px;
    height: 38px;
    background: #FF3434;
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-info .btn_box .icon {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 6px solid transparent;
    border-radius: 2px;
    margin-left: 5px;
    margin-top: 1px;
}

.price-info .unit {
    color: #FF3434;
    font-size: 10px;
}

.price-info .oprice {
    font-size: 10px;
    color: #888888;
    text-decoration: line-through;
    margin-left: 8px;
}

.cont .title {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 38px;
    border-radius: 6px 6px 0px 0px;
    background: #C8FCE1;
    font-size: 14px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #000000;
}
.cont .content {
   padding: 16px;
}