html, body {
    background: #FFEDE4;
}

.main-wrapper {
    position: relative;
}

.banner {
    display: grid;
    grid-template-rows: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
    height: auto;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    overflow-x: hidden;
}

.banner-inner {
    position: relative;
    min-width: 1920px;
    width: 100%;
    align-self: start;
    justify-self: center;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
}

.banner-inner::before {
    content: attr(x);
    display: block;
    padding-top: 19.53125%; 
 }

.banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
}

.container {
    margin: 0 auto;
    width: 1080px;
}

.section1 {
    position: relative;
    margin-top: -125px;
    margin-bottom: 80px;
    padding: 30px 40px 16px;
    background: #FFF0E8;
    background: -moz-linear-gradient(top, #FFF4EE 0%, #FFF0E8 100%);
    background: -webkit-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: -o-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: -ms-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: linear-gradient(to bottom, #FFF4EE 0%,#FFF0E8 100%);
    box-shadow: 0 5px 20px rgba(173, 45, 0, 0.05);
    border-radius: 20px;
}

.section1-content {
    position: relative;
    width: 1007px;
    height: 247px;
    background: url('../img/doubleEleven/desc_bg.png') no-repeat;
    background-size: contain;
}

.section1-content-lf {
    width: 364px;
    height: 245px;
    text-align: center;
}

.section1-gifts {
    margin-top: 210px;
    font-size: 16px;
    color: #888888;
}

.section1-content-rt {
    width: 620px;
    height: 245px;
}

.scene-list {
    margin: 0 auto;
    width: 500px;
}

.scene-list1 {
    margin-top: 110px;
}

.scene-item {
    margin-bottom: 12px;
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #8F5A00;
    background: url('../img/doubleEleven/scene_bg.png') no-repeat;
    background-size: contain;
    text-align: center;
}

.section1-label {
    position: absolute;
    top: 45px;
    right: 0;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #8F5A00;
    text-align: center;
}

.purchase-btn {
    margin: 26px auto 0;
    display: block;
    width: 202px;
    height: 64px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background: url('../img/doubleEleven/btn_bg.png') no-repeat;
    background-size: contain;
    text-align: center;
}

.group-box {
    width: 311px;
    height: 374px;
    background: url('../img/doubleEleven/card_bg.png') no-repeat;
    background-size: contain;
}

.group-box2 {
    margin-left: 33.5px;
    margin-right: 33.5px;
}

.section2 {
    margin-bottom: 80px;
    text-align: center;
}

.title2 {
    margin-bottom: 32px;
}

.title2 img {
    width: 354px;
}

.section2-content {
    padding: 38px 40px;
    /* height: 450px; */
    background: #FFF0E8;
    background: -moz-linear-gradient(top, #FFF4EE 0%, #FFF0E8 100%);
    background: -webkit-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: -o-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: -ms-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: linear-gradient(to bottom, #FFF4EE 0%,#FFF0E8 100%);
    box-shadow: 0 5px 20px rgba(173, 45, 0, 0.05);
    border-radius: 20px;
}

.group-name {
    margin-bottom: 32px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.group-price {
    font-size: 16px;
    color: #111;
}

.group-price b {
    margin-right: 5px;
    line-height: 65px;
    font-size: 46px;
    font-weight: 500;
}

.group-middle-price {
    margin-top: 5px;
    margin-bottom: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #888;
}

.group-gifts {
    margin: 0 auto 30px;
    width: 250px;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    color: #FF3F50;
    background: #FFF7F1;
    border-radius: 8px;
}

.group-gifts-icon {
    margin: -2px 5px 0;
    display: inline-block;
    width: 46px;
    height: 39px;
    background: url('../img/doubleEleven/icon_gift3.png') no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.group-btn {
    display: block;
    margin: 0 auto;
    width: 154px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #FF3D4F;
    background: -moz-linear-gradient(left, #FF9C7E  0%, #FF3D4F 100%);
    background: -webkit-linear-gradient(left, #FF9C7E  0%,#FF3D4F 100%);
    background: -o-linear-gradient(left, #FF9C7E  0%,#FF3D4F 100%);
    background: -ms-linear-gradient(left, #FF9C7E  0%,#FF3D4F 100%);
    background: linear-gradient(to right, #FF9C7E  0%,#FF3D4F 100%);
    border-radius: 20px;
}

.section3 {
    margin-bottom: 40px;
}

.title3 {
    margin-bottom: 32px;
    text-align: center;
}

.title3 img {
    width: 652px;
}

.section3-boxs {
    margin-left: -15px;
    margin-right: -15px;
}

.section3-box {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 340px;
    height: 220px;
    background: #FFFBFB;
    background: -moz-linear-gradient(135deg, #FFFFFF 0%, #FFFBFB 100%);
    background: -webkit-linear-gradient(135deg, #FFFFFF 0%,#FFFBFB 100%);
    background: -o-linear-gradient(135deg, #FFFFFF 0%,#FFFBFB 100%);
    background: -ms-linear-gradient(135deg, #FFFFFF 0%,#FFFBFB 100%);
    background: linear-gradient(135deg, #FFFFFF 0%,#FFFBFB 100%);
    border-radius: 15px;
    text-align: center;
}

.section3-label {
    position: absolute;
    top: 0;
    left: 35px;
    width: 76px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    background: url('../img/doubleEleven/icon_label.png') no-repeat;
    background-size: contain;
}

.section3-box img {
    margin-top: 42px;
    width: 60px;
    height: 60px;
} 

.section3-box h4 {
    margin-top: 20px;
    font-size: 22px;
    color: #111;
}

.section3-box p {
    margin-top: 6px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
}

.section4 {
    margin-bottom: 20px;
}

.title4 {
    margin-bottom: 32px;
    text-align: center;
}

.title4 img {
    width: 214px;
}

.section4-content {
    padding: 30px 30px 15px;
    background: #FFF0E8;
    background: -moz-linear-gradient(top, #FFF4EE 0%, #FFF0E8 100%);
    background: -webkit-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: -o-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: -ms-linear-gradient(top, #FFF4EE 0%,#FFF0E8 100%);
    background: linear-gradient(to bottom, #FFF4EE 0%,#FFF0E8 100%);
    box-shadow: 0 5px 20px rgba(173, 45, 0, 0.05);
    border-radius: 20px;
}

.section4-box {
    margin-bottom: 15px;
    padding: 30px;
    font-size: 18px;
    color: #111;
    line-height: 32px;
    background: #fff;
    border-radius: 10px;
}

.section4-title {
    font-size: 22px;
    font-weight: 600;
    color: #FF3C3C;
}

.section4-title i,
.section4-title span {
    display: inline-block;
    vertical-align: middle;
}

.section4-title i {
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-time {
    margin-right: 5px;
    width: 30px;
    height: 25px;
    background-image: url('../img/doubleEleven/icon_time.png');
}

.icon-content {
    margin-right: 5px;
    width: 26px;
    height: 22px;
    background-image: url('../img/doubleEleven/icon_content.png');
}

.section4-time p {
    margin-top: 8px;
}

.section4-info-list {
    margin-top: 20px;
}

.section4-info-list li:not(:last-child) {
    margin-bottom: 32px;
}

.list-title i,
.list-title span {
    display: inline-block;
    vertical-align: middle;
}

.list-title span {
    font-weight: bold;
}

.icon-circle {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: #222;
    border-radius: 100%;
    text-align: center
}

.section4-contact h3 {
    font-size: 18px;
    color: #111;
    line-height: 32px
}

.section4-contact h3 i,
.section4-contact h3 span {
    display: inline-block;
    vertical-align: middle;
}

.icon-question {
    margin-right: 5px;
    width: 27px;
    height: 22px;
    background: url('../img/doubleEleven/icon_question.png') no-repeat;
    background-size: contain;
}

.section4-wechat {
    margin-top: 18px;
    text-align: center;
}

.section4-wechat img {
    width: 140px;
    height: 140px;
}

.wechat-info {
    line-height: 32px;
    font-size: 14px;
    color: #888;
}

.icon-wechat {
    margin-right: 4px;
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url('../img/doubleEleven/icon_wechat.png') no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.power-text {
    margin: 22px 0;
    line-height: 32px;
    font-size: 14px;
    color: #E28D6F;
    text-align: center;
}

.gifts-box1,
.gifts-box3 {
    position: absolute;
    width: 101px;
    height: 95px;
    background: url('../img/doubleEleven/icon_gift1.png') no-repeat;
    background-size: contain;
}

.gifts-box2,
.gifts-box4 {
    position: absolute;
    width: 101px;
    height: 95px;
    background: url('../img/doubleEleven/icon_gift2.png') no-repeat;
    background-size: contain;
}

.gifts-box1 {
    top: 25%;
    left: 4%;
}

.gifts-box2 {
    bottom: 20%;
    left: 4%;
}

.gifts-box3 {
    bottom: 10%;
    right: 4.1%;
}

.gifts-box4 {
    top: 30%;
    right: 4.2%;
}


