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;
}


.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;
}

/* 产品介绍 */
.cont {
    display: flex;
}

.cont .right {
    padding-left: 25px;
    flex: 1;
}

.right .info {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.right .info .group {
    height: 54px;
    background: url('../img/PT_BG.png') no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    justify-content: space-between;
}

.right .info .group .state {
    color: #fff;
    font-size: 18px;
    font-family: OPPOSans-Bold, OPPOSans;
    font-weight: bold;
    color: #FFFFFF;
}

.right .info .time {
    width: 163px;
    height: 54px;
    text-align: center;
    position: relative;
}

.right .info .time-txt {
    
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #000000;
    position: absolute;
    right: 25px;
    top: 5px;
    letter-spacing: 3px;
}


.right .info .name {
    font-size: 18px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
}
.right .info .times{
    margin-top: 10px;
}
.right .info .times div {
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #888888;
    margin-bottom: 10px;
}
.right .info .bottom-info {
   display: flex;
   align-items: baseline;
   justify-content: space-between;
}
.info .bottom-info .tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.info .bottom-info .tags .tag {
    padding: 5px 10px;
    background: #43D100;
    font-size: 10px;
    border-radius: 15px 15px 15px 15px;
    color: #fff;
    margin-right: 10px;
}

.info .bottom-info .tags .tag:nth-child(1n + 1) {
    background-color: #1cbbb4;
}

.info .bottom-info .tags .tag:nth-child(2n + 2) {
    background-color: #0081ff;
}

.info .bottom-info .tags .tag:nth-child(3n + 3) {
    background-color: #39b54a;
}

.info .bottom-info .tags .tag:nth-child(4n + 4) {
    background-color: #fe6600;
}
.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;
    cursor: pointer;
}
.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;
}

.goods .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;
}
/* 商品列表 */
.goods {

}

.goods .title {
    height: 38px;
    font-size: 14px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    background: #C8FCE1;
    padding-left: 15px;
    margin-bottom: 15px;

}

.goods .list {
    display: flex;
    flex-direction: column;
}

.goods .goods-item {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.goods .goods-item:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.goods .goods-item .left{
    font-size: 0;
}
.goods .goods-item .left img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
}

.goods .goods-item .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
    flex: 1;
}
.goods .goods-item .right .goods-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #000000;
}
.goods .goods-item .right .goods-price{
    display: flex;
    align-items: baseline;
}
.goods .goods-item .right .price{
    font-size: 20px;
    color: #FF3434;
    display: flex;
    align-items: baseline;
}
.goods .goods-item .right .oprice{
    font-size: 10px;
    color: #888888;
    text-decoration:line-through;
    margin-left: 8px;
}
.goods .goods-item .right .unit{
    font-size: 10px;
}
.code{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    background: rgba(0,0,0,.85);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    
}
.codeShow{
    display: none;
}
.code .close{
   color: #ccc;
   right: 100px;
   top: 100px;
   position: absolute;
   width: 30px;
   height: 30px;
   background-color: #fff;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.tips{
    margin-top: 16px;
}
.tips_title{
    display: flex;
}
.tips_title .icon{
    font-size: 0;
    margin-right: 6px;
}
.tips_title .icon img{
    width: 20px;
    height: 20px;
}
.tips_title .tt{
    font-size: 14px;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: #000000;
}
.tips_desc{
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #888888;
    line-height: 1.8;
    margin-top: 8px;
    padding-left: 24px;
}