.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 {
    position: relative;
    margin-top: 30px;
    display: flex;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1::after {
    content: '';
    position: absolute;
    width: 192px;
    height: 156px;
    right: 0;
    bottom: -50px;
    background: url('/themes/basic/skin/images/ChocolateGiftBox/small_cacao.png') no-repeat;
    z-index: -1;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .left_img {
    width: 480px;
    height: 480px;
    border: 1px solid #e4dace;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .left_img img {
    max-width: 100%;
    max-height: 100%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text {
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    margin-left: 60px;
    padding-left: 15px;
    position: relative;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text .head {
    font-size: 20px;
    color: #d00000;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text .title {
    padding-bottom: 35px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text .text {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 40px;
    line-height: 33px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text .text span {
    color: #ba9551;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text .red_bg {
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #d00000;
    bottom: 28px;
    left: 0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text .red_bg::after {
    content: '';
    position: absolute;
    height: 65px;
    width: 545px;
    left: 0;
    bottom: 20px;
    background-color: #fff;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 {
    margin-top: 120px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont {
    margin-top: 45px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category {
    display: none;
    margin-top: 24px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 {
    display: flex;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left {
    width: calc(50% - 32px);
    margin-right: 32px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left .text1 {
    display: flex;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left .text {
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left .text:last-child {
    margin-bottom: 0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left .text1 .txt {
    margin-right: 95px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left .text .txt p {
    color: #666666;
    font-size: 16px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .left .text .txt .tit {
    color: #363636;
    font-size: 16px;
    margin-bottom: 10px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right {
    width: 50%;
    padding-left: 35px;
    box-sizing: border-box;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img {
    display: flex;
    align-items: flex-end;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .bottImgs {
    margin-left: 25px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .bottImgs .swiper-slide {
    height: 60px !important;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .bottImgs .bottImg {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .bottImgs .bottImg img {
    height: 70%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .top_img {
    width: 480px;
    height: 480px;
    box-sizing: border-box;
    border: 1px solid #e4dace;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .top_img img {
    max-width: 100%;
    max-height: 100%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 {
    margin-top: 120px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .examples {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .outerLayer {
    margin-top: 85px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .cont {
    padding-bottom: 60px;
    border-bottom: 1px solid #cccccc;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .cont:last-child {
    border: none;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .cont .tit {
    padding-left: 60px;
    box-sizing: border-box;
    font-size: 32px;
    color: #bb9d6d;
    font-weight: bold;
    position: relative;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .cont .tit::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: 18px;
    top: 50%;
    transform: translateY(-43%);
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .outerLayer .tit::after {
    background: url('/themes/basic/skin/images/ChocolateGiftBox/icon1.png') no-repeat;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .cont .subtitle {
    font-size: 18px;
    color: #000000;
    padding-left: 60px;
    margin-top: 10px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .outerLayer .chocolates {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .outerLayer .chocolates .choco {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .outerLayer .chocolates .choco p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .outerLayer .chocolates .choco .name {
    font-size: 24px;
    color: #bb9d6d;
    font-weight: bold;
    margin-top: 30px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination {
    margin-top: 50px;
    padding-bottom: 50px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination .tit::after {
    background: url('/themes/basic/skin/images/ChocolateGiftBox/icon2.png') no-repeat;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
    border-spacing: 0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr {
    height: 100px;
    border-bottom: 1px solid #ebebeb;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr:last-child {
    border: none;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr th {
    font-size: 24px;
    color: #bb9d6d;
    text-align: start;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr th:nth-of-type(1) {
    width: 25%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr th:nth-of-type(2) {
    width: 30%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr th:nth-of-type(3) {
    width: 30%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr th:nth-of-type(4) {
    width: 15%;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .Invagination table tr td:nth-of-type(1) {
    font-size: 24px;
    color: #bb9d6d;
    font-weight: bold;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate {
    margin-top: 50px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate .tit::after {
    width: 32px;
    left: 17px;
    background: url('/themes/basic/skin/images/ChocolateGiftBox/icon3.png') no-repeat;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate .chocolates {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate .chocolates .choco {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate .chocolates .choco .img {
    height: 90px;
    display: flex;
    align-items: center;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate .chocolates .choco p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap3 .decorate .chocolates .choco .name {
    font-size: 24px;
    color: #bb9d6d;
    font-weight: bold;
    margin-top: 30px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 {
    margin-top: 50px;
    padding-bottom: 100px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content {
    margin-top: 33px;
    padding-top: 20px;
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 425px;
    background-color: #d00000;
    top: 0;
    left: 4px;
    z-index: -1;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont:first-child{
    margin-top: 0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont:nth-of-type(2n){
    flex-direction: row-reverse;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont:nth-of-type(2n) .right_txt{
    margin-left: 0px;
    margin-right: -91px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont .left_img {
    width: calc(50% + 113px);
    flex-grow: 0;
    flex-shrink: 0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont .left_img img {
    width: 100%;
    height: auto;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont .right_txt {
    width: calc(50% - 18px);
    flex-grow: 0;
    flex-shrink: 0;
    height: 315px;
    background-color: #f5f4f0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -91px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .cont .right_txt p{
    text-align: center;
    line-height: 30px;
}