* {
    margin: 0;
    padding: 0;
}

#CommentFR img {
    width: 100%;
    height: auto;
}

#CommentFR a,
#CommentFR p,
#CommentFR span {
    font-family: 'Gilroy' !important;
}


#CommentFR .pc {
    display: block;
}

#CommentFR .mo {
    display: none;
}

#CommentFR .CommentFR_inner {
    max-width: 54.688vw;
    margin: 0 auto;
}

#CommentFR .CommentFR_inner .CommentFR_title {
    text-align: center;
}

#CommentFR .CommentFR_inner .CommentFR_title img {
    width: 100%;
    max-width: 27.5vw;
    margin: 1.563vw 0;
}

#CommentFR .CommentFR_bg {
    background: url(https://resource.xp-pen.com/img/active_list/CommentFR/bg.jpg);
    background-size: 100%;
    padding-bottom: 4.297vw;
}

#CommentFR .CommentFR_GoodsList {
    display: flex;
    gap: 0.625vw;
    margin-bottom: 0.625vw;
}

#CommentFR .CommentFR_GoodsList a {
    display: block;
    text-decoration: none;
    background: linear-gradient(0deg, #FFFFFF, #FFF3EF);
    border-radius: 0.625vw;
    border: 0.117vw solid #FFFFFF;
    margin-bottom: 0.625vw;
    text-align: center;
    padding: 1.328vw 0;
    transition: all 0.3s ease;
}

#CommentFR .CommentFR_GoodsList a:hover {
    border-color: #FF640A;
}

#CommentFR .CommentFR_GoodsList a img {
    max-width: 95%;
}

#CommentFR .CommentFR_GoodsList a p {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 0.938vw;
    color: #000000;
    margin: 0.781vw 0;
    text-align: center;
}

#CommentFR .CommentFR_GoodsList a span {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 0.781vw;
    color: #FF640A;
    margin: 0 0;
}

#CommentFR .CommentFR_GoodsList2 {
    display: flex;
    gap: 0.625vw;
    padding-top: 1.406vw;
    border-top: 0.078vw solid #E3C2B8;
    margin-bottom: 4.297vw;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 {
    background: #D2682A;
    border-radius: 0.625vw;
    border: 0.117vw solid #D2682A;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.625vw;
    width: 33%;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img {
    background: #fff;
    text-align: center;
    padding-top: 1.563vw;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img span {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 0.781vw;
    color: #FEFEFE;
    background: #FF6038;
    border-radius: 0 0vw 0.781vw 0px;
    display: inline-block;
    z-index: 9;
    padding: 0.23vw 0.703vw;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img p {
    text-align: center;
    background: #fff;
    font-size: 0.781vw;
    color: #FF6038;
    padding-bottom: 1.328vw;
    min-height: 3.204vw;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img img {
    max-width: 70%;
}


#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_info {
    padding: 0.977vw 0.781vw;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_info span {
    background: #fff;
    border-radius: 0.781vw;
    display: inline-block;
    color: #000;
    padding: 0.23vw 0.703vw;
    font-size: 0.703vw;
}

#CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_info p {
    font-size: 0.703vw;
    color: #fff;
    margin: 0.938vw 0.391vw;
    line-height: 1.5;
}


#CommentFR .CommentFR_title2 {
    text-align: center;
}

#CommentFR .CommentFR_title2 img {
    width: 100%;
    max-width: 16.641vw;
    margin: 0;
    vertical-align: bottom;
}

#CommentFR .CommentFR_title2 span {
    font-weight: bold;
    font-size: 1.406vw;
    color: #0B0401;
    vertical-align: bottom;
    line-height: 2;
}

#CommentFR .CommentFR_title3 {
    text-align: left;
    margin-top: 3.125vw;
    margin-bottom: 1.445vw;
}

#CommentFR .CommentFR_title3 img {
    width: 11.445vw;
    vertical-align: bottom;
    margin-left: 1.172vw;
}

#CommentFR .CommentFR_title3 span {
    font-weight: bold;
    font-size: 1.406vw;
    color: #000000;
    vertical-align: bottom;
}

#CommentFR .CommentFR_Attention_text {
    text-align: left;
    font-family: Gilroy;
    font-weight: 400;
    font-size: 0.938vw;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 1.445vw;
}

@media screen and (max-width: 768px) {
    #CommentFR .pc {
        display: none;
    }

    #CommentFR .mo {
        display: block;
    }

    #CommentFR .CommentFR_inner {
        max-width: 94.533vw;
    }

    #CommentFR .CommentFR_inner .CommentFR_title img {
        max-width: 85.6vw;
        margin: 4.8vw 0;
    }

    #CommentFR .CommentFR_GoodsList {
        flex-direction: column;
    }

    #CommentFR .CommentFR_GoodsList a {
        border-radius: 2.133vw;
        border: 0.4vw solid #FF640A;
        padding: 4.533vw 0;
        margin-bottom: 3.067vw;

    }

    #CommentFR .CommentFR_GoodsList a p {
        font-size: 3.2vw;
        margin: 2.4vw 0;
    }

    #CommentFR .CommentFR_GoodsList a span {
        font-size: 2.667vw;

    }

    #CommentFR .CommentFR_GoodsList2 {
        flex-direction: column;
        padding-top: 4.267vw;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 {
        display: flex;
        border-radius: 2.133vw;
        border: 0.4vw solid #D2682A;
        overflow: hidden;
        position: relative;
        margin-bottom: 2.267vw;
        width: 100%;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img {
        width: 40%;
        padding: 5.333vw 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img span {
        font-size: 2.667vw;
        padding: 0.667vw 1.333vw;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_img p {
        font-size: 3.2vw;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_info {
        width: 60%;
        padding: 2.667vw 0 2.667vw 4vw;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_info span {
        font-size: 2.667vw;
        padding: 0.967vw 1.933vw;
        border-radius: 2.833vw;
    }

    #CommentFR .CommentFR_GoodsList2 .CommentFR_Goods_item2 .CommentFR_Goods_info p {
        font-size: 2.667vw;
    }

    #CommentFR .CommentFR_title2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-self: center;
    }

    #CommentFR .CommentFR_title2 img {
        margin: 0 auto;
        max-width: 80%;
    }

    #CommentFR .CommentFR_title2 span {
        font-size: 4.8vw;
        line-height: 1.4;
        max-width: 80%;
        margin: 0 auto;
    }

    #CommentFR .CommentFR_title3 {
        margin-bottom: 3.2vw;
    }

    #CommentFR .CommentFR_title3 img {
        width: 40vw;
        margin-left: 6.667vw;
    }

    #CommentFR .CommentFR_title3 span {
        font-size: 4.8vw;
    }

    #CommentFR .CommentFR_Attention_text {
        font-size: 3.2vw;
    }




}