.ChocolateGiftBox .Chocolate .content .wrapper .wrap1 .right_text{
    padding: 0 60px;
    padding-left: 50px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap2 .cont .category2 .right .commodity_img .bottImgs .bottImg img{
    height: 55%;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap4{
    margin-top: 120px;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .subtitle{
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .subtitle:nth-of-type(2){
    margin-top: 40px;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .subtitle:nth-of-type(3){
    margin-top: 15px;
}

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

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content::after{
    width: 517px;
    height: 40px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .choose{
    width: calc(50% - 29px);
    height: 695px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .choose .img{
    width: 100%;
    max-height: 420px;
    overflow: hidden;
}

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

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .choose .text .tit{
    margin-top: 35px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 34px;
    position: relative;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .choose .text .tit::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .choose .text .txt{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content{
    display: flex;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap4 .content .choose:nth-of-type(2){
    margin-left: 59px;
    margin-top: 70px;
}

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

.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content{
    display: flex;
    margin-top: 30px;
    align-items: center;
    position: relative;
    padding-bottom: 75px;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont1{
    width: calc(50% - 225px);
    margin-right: 85px;
    flex-shrink:0;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont1 .tit{
    font-size: 28px;
    color: #000000;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont1 .txt{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    text-align: justify;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont2{
    width: calc(50% - 60px);
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    flex-shrink:0;
    position: relative;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont2::before{
    content: '';
    position: absolute;
    width: 420px;
    height: 40px;
    background-color: #d00000;
    top: 0;
    left: 0;
    z-index: -1;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont2 img{
    width: 100%;
    height: auto;
}

.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont3{
    width: 337px;
    height: 337px;
    background-color: #f5f4f0;
    flex-shrink:0;
    position: absolute;
    right: 0;
    top: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont3 .tit{
    font-size: 28px;
    color: #000000;
}
.ChocolateGiftBox .Chocolate .content .wrapper .wrap5 .content .cont3 .txt{
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}