* {
    box-sizing: border-box;
}
.bodyCream_container{
    overflow: hidden;
    font-family: 'Zen Old Mincho';
}
.bodyCream_container img {
    opacity: 0;
    transition: all 1s ease;
}
.animate {
    opacity: 1 !important;
}
.main_title h1 {
    text-align: center;
    width: 100%;
    color: #D80B21;
    opacity: 1;
    font-size: 56px;
    margin-top: 80px;
}

.bodyCream_container .banner {
    background: url('../images/bodyCream/body_banner-3.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bodyCream_container .banner .col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bodyCream_container .banner .col:nth-child(2) img {
    width: 80%;
}
.bodyCream_container .banner .col:last-child img {
    width: 100%;
}

.main_neck {
    display: flex;
    width: 1024px;
    margin: 40px auto;
    flex-direction: row;
    justify-content: space-evenly;
    background: #FFFDE5;
}

.main_neck_body {
    padding: 30px 10px;
}

.main_neck_right {
    padding: 30px 10px;
    margin-top: 20px;
}

.main_neck_logo {
    width: 342px;
    height: 88px;
}

.main_neck_logo img {
    width: 100%;

}

.main_span {
    margin-top: 30px;
    width: 342px;
    height: 65px;
    background: #D80B21 0% 0% no-repeat padding-box;
    border: 1px solid #D80B21;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.main_span span:first-child {
    color: #FFFFFF;
    font-size: 34px;
}

.main_span span:last-child {
    width: 66px;
    height: 26px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 2px;
}

.main_te {
    color: #1A1311;
    font-size: 50px;
    margin-top: 40px;
}

.main_t {
    color: #D80B21;
    margin-top: 20px;
    font-size: 30px;
}

.main_text {
    margin-top: 10px;
    background-color: #000;
    width: 284px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    line-height: 40px;
    font-family: 'Zen Old Mincho';
}

.main_text span {
    flex: 1;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
}

.main_text span:last-child {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.main_goods_1{
    padding-top: 80px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
input[type="checkbox"] {
    background-color: #1A1311;
    border-color: #1A1311;
    border: 4px solid #1A1311;
    margin-right: 10px;
}
.main_goods_2{
    margin: 0 auto;
    padding: 0 30px;
    width: 1024px;
    margin-top: 50px;
    position: relative;
}
.main_goods_2_img1 {
    position: absolute;
    bottom: 5px;
    right: -55px;
}
.main_goods_2_img1 img {
    margin-bottom: -3px;
}
.main_goods_2_img2 {
    position: absolute;
    bottom: -90px;
    left: -100px;
}
.main_goods_2_1{
    color: #D80B21;
    font-size: 42px;
    font-weight: bold;
}
.main_goods_2_text {
    padding-bottom: 260px;
}
.main_goods_2_text p {
    font-size: 28px;
}
.main_goods_2_text img{
    width: 26px;
}
.main_goods_3{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
    font-family: 'Zen Old Mincho';
    letter-spacing: 0px;
}
.main_goods_3 span:first-child {
    color: #D80B21;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: bold;
}
.main_goods_3 span:last-child {
    color: #D80B21;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: bold;
}
.main_goods_span3{
    padding: 8px 60px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.main_goods_4{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}
.main_goods_row {
    width: 1024px;
    margin: 60px auto 40px;
    text-align: center;
    position: relative;
}
.main_goods_row>img {
    width: 1000px;
}
.main_goods_5{
    width: 100%;
    height: 102px;
    line-height: 102px;
    background-color: #D80B21;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.main_goods_5_text{
    width: 1024px;
    display: flex;
    height: 102px;
    line-height: 102px;
    align-items: center;
    color: #fff;
    
}
.main_goods_5_text1{
    width: 285px;
    height: 50px;
    display: flex;
    line-height: 50px;
    justify-content: space-around;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 20px;
}
.main_goods_5_text1 span {
    flex: 1;
}
.main_goods_5_text1 span:first-child{
    background-color: #fff;
    color: #000;
}
.main_goods_5_body{
    position: absolute;
    right: -90px;
    bottom: -150px;
}
.main_goods_6{
    margin: 0 auto;
    background-color: #FFFDE5;
    padding-top: 50px; 
    color: #D80B21;
    padding-bottom: 140px;
}
.main_goods_top{
    width: 1024px;
    display: flex;
    color: #D80B21;
    justify-content: space-between;
    background-color: #FFFDE5;
    margin: 0 auto;
}
.main_goods_6_text{
    display: flex;
    flex-direction: column;
    padding-left: 35px;
}
.main_goods_6_text_p{
    font-weight: bold;
    margin-top: 50px;
    font-size: 38px;
}
.main_goods_lable{
    width: 960px;
    background-image: url(../images/bodyCream/goods_01_03.svg);
    margin: 0 auto;
    height: 710px;
    margin-top: -50px;
}
.main_goods_lable_text1{
    margin-left: 140px;
    padding-top: 30px;
    padding-left: 50px;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 28px;
}
.main_goods_lable_text2{
    position: relative;
    margin-left: 140px;
    padding-left: 50px;
    color: #000;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    font-size: 28px;
}
.main_goods_lable_text2 img {
    width: 230px;
    position: absolute;
    top: -175px;
    right: -45px;
}
.main_goods_lable_text3{
    margin-left: 140px;
    padding-left: 50px;
    color: #000;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    font-size: 28px;
}
.main_goods_lable_p{
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1.52px;
    color: #D80B21;
}

.main_goods_title img{
    width: 100%;
}
.good_titles{
    position: relative;
    left: -620px;
}
.footer-images {
    background: url('../images/index/banner.png') no-repeat;
    background-position-y: 77%;
    background-position-x: center;
    display: flex;
    justify-content: center;
}
.footer-images a {
    width: 22%;
    margin: 80px 30px;
}
.footer-images img {
    width: 100%;
}
.goods_img{
    margin-left: 10%;
    position: relative;
    top: -370px;
    right: 0;
}
@media (min-width: 1601px) {
    .bodyCream_container .banner {
        height: 830px !important;
    }
}
@media (min-width: 1441px) and (max-width: 1600px) {
    .bodyCream_container .banner {
        height: 730px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .bodyCream_container .banner {
        height: 630px !important;
        background-size: 100% 115%;
    }
}
@media (max-width: 1280px) {
    .main_title h1 {
        font-size: 48px;
    }
}
@media (min-width: 1025px) {
    #sp {
        display: none;
    }
}
@media (max-width: 1024px) {
    #pc {
        display: none;
    }
    .backTop {
        width: 70px;
        height: 70px;
        right: 30px;
        bottom: 30px;
    }
    .bodyCream_container{
        margin-top: -1px;
    }
    .bodyCream_container .banner .row {
        margin-bottom: 20px;
    }
    .fristView{
        width: 100%;
    }
    .fristImg{
        padding-top: 380px
    }
    .spButton{
        padding: 10px 10px 20px;
    }
    .spbanner {
        background: url('../images/bodyCream/sp-neck-bg.jpg') no-repeat;
        background-position: top;
        display: grid !important;
        padding: 590px 0 5vh;
        text-align: center;
        justify-content: center;
    }
    .sp_goods_1{
        width: 100%;
        background-color: #FFFDE5;
        text-align: center;
        padding-top: 30px;
    }
    .sp_goods_1_text{
        font-family: 'Zen Old Mincho';
        font-size: 34px;
        color: #D80B21;
    }
    .sp_goods_1_img{
        margin-top: 20px;
    }
    .sp_goods_1_lable{
        margin: 0 auto;
        text-align: left;
        padding-bottom: 50px;
    }
    .sp_goods_1_h3{
        font-size: 40px;
        text-align: center;
        font-weight: normal;
    }
    .sp_goods_1_info{
        font-size: 25px;
        color: #D80B21;
        text-align: center;
        margin-top: 20px;
    }
    .sp_goods_1_info_img{
        margin-top: 20px;
        text-align: center;
    }
    .sp_goods_2{
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding-top: 30px;
    }
    .sp_goods_2_lable{
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .sp_goods_2_lable_1{
        color: #D80B21;
        font-size: 40px;
        font-weight: bold;
    }
    .sp_goods_2_2{
        background-color: #D80B21;
        color: #fff;
        margin-top: -6px;
        padding-bottom: 20px;
    }
    .sp_goods_2_img {
        margin-top: 30px;
    }
    .sp_goods_2_text{
        font-size: 46px;
        padding: 30px 0 20px;
    }
    .sp_goods_2_2h1{
        font-size: 34px;
        color: #D80B21;
    }
    .sp_goods_2_2div{
        width: fit-content;
        font-size: 32px;
        color: #fff;
        background-color: #000;
        border-radius: 30px;
        padding: 8px 45px;
        margin: 0 auto;
    }
    .sp_goods_2_2h3{
        font-size: 30px;
        color: #D80B21;
        margin-top: 15px;
    }
    .sp_goods_2_3info{
        text-align: center;
        background-color: #D80B21;
        padding-top: 100px;
        margin-top: -120px;
    }
    .sp_goods_2_3info1{
        color: #fff;
        font-size: 25px;
        font-weight: 800;
        padding-bottom: 20px;
    }
    .sp_goods_2_4img{
        padding-top: 50px;
        background-color: #FFFDE5;
        padding-bottom: 20px;
    }
    .sp_goods_2_4text{
        color: #D80B21;
        font-size: 25px;
        margin-top: 20px;
        font-weight: 800;
    }
    .sp_goods_2_4h1{
        text-align: center;
        color: #D80B21;
        font-size: 25px;
    }
    .sp_goods_2_4h3{
        text-align: left;
        color: #000;
        font-size: 20px;
        padding-left: 20px;
        display: inline-block;
    }
    .goods_sp_model_h1{
        text-align: center;
        padding-left: 0px;
        color: #D80B21;
        font-size: 25px;
    }
    .goods_sp_model_h3{
        text-align: left;
        color: #000;
        font-size: 20px;
        margin-left: 20px;
        display: inline-block;
    }
    .goods_sp_model{
        background: url('../images/bodyCream/goods_1091.png') no-repeat;
        background-size: 100% 100%;
        padding: 30px 0 0;
        margin: 20px;
        text-align: center;
        padding-bottom: 120px;
    }
    .imgBox{
        margin-top: 20px;
    }
    
}
@media (max-width: 430px) {
    .imgBox{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .bodyCream_container .spbanner {
        background: url('../images/bodyCream/sp_banner3.jpg') no-repeat;
        background-position: bottom;
        padding-top: 540px;
    }
}

@media (max-width: 514px) {
    .bodyCream_container .spbanner {
        background: url('../images/bodyCream/neck-bg.png') no-repeat;
        background-size: 100%;
        background-position: center;
        padding-top: 380px;
    }
    .bodyCream_container .spbanner .row {
        max-width: 375px;
    }
    .sp_goods_2_img img {
        width: 370px;
    }
}