.wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
  }
  @media (max-width: 1023px) {
    .wrapper {
      padding: 0 20px;
    }
  }
.flavors-content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 50px;
}
.flavors-content .col-left {
    width: 50%;
    margin-top: 0.24em;
    padding-bottom: 0.9em;
}


.flavors-content .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1;
}
.flavors-content .subtitle {
    font-size: 24px;
    max-width: 540px;
    font-weight: 500;
    line-height: 1.25;
}
.swiper-container2 {
    margin-top: 0.48em;
    position: relative;
    position: sticky;
    top: 88px;
}
.swiper-slide-eliq {
    /* float: left; */
    display: none;
}


.swiper-slide-eliq.active {
    display: block;
}
.flavors-content .swiper-pagination {
    font-size: 13px;
    width: 50px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1500);
    border-radius: 9px;
    line-height: 17px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: relative;
    margin: 16px 0 48px;
}
.flavors-content .warning {
    font-size: 14px;
    color: #666;
}


/*右边*/
.flavors-content .col-right {
    width: 46%;
}
.item-group:first-child, .item-group:nth-child(3), .item-group:nth-child(5) {
    margin-top: 5em;
}
.changebtns .item-group {
    float: left;
    width: 20%;
    cursor: pointer;
}
.changebtns .item-list {
    position: relative;
}
.changebtns .item-group img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.changebtns .item-group .flavor-hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .4s ease;
}
.changebtns .item-group img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}
/* 手机端隐藏大图 */
@media only screen and (max-width: 600px) {

    .flavors-content .col-right {
        display: none;
    }
    .flavors-content .col-left {
        width: 100%;
        text-align: center;
        margin-top: 0;
        padding-bottom: 0;
    }
    .wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .flavors-content {
        margin-top: -12px;
    }
	
    .item-group:first-child, .item-group:nth-child(3), .item-group:nth-child(5) {
        margin-top: 1em;
    }
    .changebtns{
        margin-top: 70%;
    }


}
