html,body{
    width: 100%;
    height: 100%;
}
.center_div{
    text-align: center;
}
.home_page_container{
    width: 100%;
    height: 100%;
    /*margin-top: 105px;*/
    font-family: Noto Sans CJK SC!important;
}
#fatherDay p{
    word-wrap: break-word;
    color: #333;
    text-align: center;
}
.store_christmas_banner img{
    width: 100%;
    height: auto;
}
.main_content{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url("../images/background.jpg");
    background-size: 100% 100%;
    padding-bottom: 40px;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-color: #FFEED9;
}

.main_container{
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}
.product-list-content{
    width: 100%;
    background-color: #fff;
    padding: 60px 0;
}
.product-list-content.two-product-list{
    background-color: #FFFCEC;
    padding-top: 40px;
}
.bg-block{
    display: block;
}
.mobile-block{
    display: none;
}

/*large product*/
#fatherDay .large-product-box{
    background: #3F57B1;
    border-radius: 20px;
    border: 30px solid #3F57B1;
    position: relative;
    margin-bottom: 100px;
}
#fatherDay .large-decoration{
    position: absolute;
    top: -50px;
    left: 0;
}
#fatherDay .large-decoration img{
    width: 100%;
}
#fatherDay .large-product-inner{
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
}
#fatherDay .product-img-box{
    width: 55%;
    position: relative;
    padding: 0 20px;
}

#fatherDay .product-intro-box{
    width: 40%;
}

#fatherDay .discount-box{
    position: absolute;
    top: -30px;
    left: -30px;
}
#fatherDay .left-discount{
    position: absolute;
    top: -30px;
    right: -30px;
}
#fatherDay .discount-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 26px;
    word-break: initial;
}
#fatherDay .large-product-box .product-intro-box p{
    text-align: left;
}
#fatherDay .large-product-box .product-name{
    font-size: 30px;
    font-weight: bold;
}
#fatherDay .product-intro-text{
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
    padding: 10px 0 15px;
}
#fatherDay .product-price-box{
    font-size: 30px;
    font-weight: bold;
    color: #2E54E3;
    padding: 20px 0 15px;
}
#fatherDay .product-price-box .del-text{
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;

}
#fatherDay .buy-now-button{
    display: inline-block;
    background: #F04D3E;
    border-radius: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px 25px;

}
#fatherDay .drawing-banner{
    padding-bottom: 40px;
}
/*large product end*/

/*small product */
#fatherDay .product-title{
    text-align: center;
}
#fatherDay .goods-list-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
}
#fatherDay .small-goods-list{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
#fatherDay .small-goods-list.large-goods-list{
    width: 49%;
    background-color: #ECECEC;
    border-radius: 10px;
    padding-bottom: 40px;
    position: relative;
}
#fatherDay .small-goods-img{
    padding: 40px 60px;
    background-color: #ECECEC;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
#fatherDay .large-goods-img{
    padding: 40px 60px 0;
    width: 80%;
}
#fatherDay .small-goods-img:hover{
    background-color: #ccc;
}
#fatherDay .small-goods-list .goods-name{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 0;
    line-height: 1.4;
}
#fatherDay .small-goods-list .goods-spec{
    font-size: 16px;
    color: #666666;
    line-height: 1.4;
    min-height: 40px;
}
#fatherDay .small-goods-list .goods-spec.spec-size{
    font-size: 14px;
    line-height: 1.2;
    min-height: 35px;
}
#fatherDay .small-goods-list .goods-price{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    height: 50px;
}
#fatherDay .small-goods-list .goods-price.size-species{
    font-size: 24px;
    padding-bottom: 0;
    height: auto;
}
#fatherDay .small-goods-list .del-price{
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    color: #666666;
}
#fatherDay .buy-now-button-two{
    display: inline-block;
    padding: 8px 25px;
    background: #2E54E3;
    box-shadow: 0px 5px 5px 0px rgba(6, 0, 1, 0.22);
    border-radius: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
#fatherDay .buy-now-button-two:hover{
    background: #214be7;
}
#fatherDay .buy-now-button:hover{
    background: #ec3928;
}
#fatherDay .discount-small-box{
    position: absolute;
    top: 12px;
    left: 12px;
}
#fatherDay .discount-small-box .discount-text{
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 20px;
}
#fatherDay .text-size{
    background: #666666;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 5px;
    margin-left: 10px;
}
.break-word{
    display: none;
}
/*small product end*/

@media screen and (max-width: 1200px){
    .main_container{
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px){
    #fatherDay .product-img-box{width: 100%;padding: 0}
    #fatherDay .product-intro-box{width: 100%;padding-top: 20px;text-align: center}
    #fatherDay .large-product-box .product-intro-box p{text-align: center}
    #fatherDay .large-product-box{ border: 20px solid #3F57B1;}
    #fatherDay .large-decoration{top: -35px}
    #fatherDay .product-title img{width: 100%}
    #fatherDay .small-goods-img{padding: 20px}
    #fatherDay .large-product-inner.flex-reverse{
        flex-direction: column-reverse;
    }
    #fatherDay .left-discount{
        right: auto;
        left: -30px;
    }

    #fatherDay .small-goods-list .goods-name.size-name{
        font-size: 16px;
    }
    #fatherDay .large-goods-img{
        padding: 40px 20px 0;
    }
}
@media screen and (max-width: 576px){
    .main_container{
        padding: 0 10px;
    }
    .bg-block{
        display: none;
    }
    .mobile-block{
        display: block;
    }
    #fatherDay .large-product-box{margin-bottom: 20px}
    #fatherDay .drawing-banner{padding-bottom: 0}
    #fatherDay .small-goods-list{width: 48%}
    #fatherDay .discount-small-box img{width: 50%}
    #fatherDay .discount-small-box .discount-text{
        font-size: 12px;
        line-height: 10px;
        left: 25%;
    }
    #fatherDay .small-goods-img{
        padding: 10px 20px;
    }
    #fatherDay .small-goods-list .goods-name{
        padding: 10px 0 0;
        font-size: 13px;
    }
    #fatherDay .small-goods-list .goods-spec{font-size: 13px;line-height: 1.2;}
    #fatherDay .small-goods-list .goods-price{font-size: 18px;height: auto}
    #fatherDay .small-goods-list .del-price{font-size: 12px}
    #fatherDay .buy-now-button-two{font-size: 14px;padding: 8px 15px}
    #fatherDay .small-goods-list .goods-spec.spec-size{font-size: 12px}
    #fatherDay .small-goods-list .goods-price.size-species{font-size: 16px}
    #fatherDay .text-size{font-size: 12px;margin-left: 0}
    #fatherDay .large-decoration{display: none}
    #fatherDay .large-product-box {
        border: 5px solid #3F57B1;
    }
    #fatherDay .discount-box img{width: 80%}
    #fatherDay .left-discount img{width: 80%}
    #fatherDay .discount-text{
        left: 40%;
        font-size: 22px;
        line-height: 22px;
    }
    #fatherDay .large-product-inner{padding: 30px 15px}
    #fatherDay .discount-box{left: -10px}
    #fatherDay .left-discount{left: -10px}
    #fatherDay .large-product-box .product-name{font-size: 20px}
    #fatherDay .product-intro-text{font-size: 14px}
    #fatherDay .product-price-box{padding: 0 0 15px}
    .break-word{
        display: block;
    }
    .main_content{
        background-image: none;
        background-color: #0c1526;
    }
    #fatherDay .large-goods-img{
        padding: 20px 0 0;
    }
    #fatherDay .small-goods-list.large-goods-list{
        padding-bottom: 20px;
    }
    .product-list-content.two-product-list{
        padding-top: 0;
    }
    #fatherDay .discount-small-box{
        top: 0;
        left: 0;
    }

}