.page-wrapper{
    background-color: #242222;
    color: #FFFFFF;
}
.page-wrapper .header{
    /*position: sticky;*/
    position: fixed;
    z-index: 99;
    width: 100%;
    /*top: 0;*/
    top: 40px;
}
@media only screen and (max-width: 767px) {
    .page-wrapper .header{
        top: 32px;
    }
}
.productContainer{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.container{
    padding: 0 16px;
}
@media only screen and (min-width: 752px) and (max-width: 767px) {
    .container{
        padding: unset;
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .container{
        padding: 0 24px;
    }
}
@media only screen and (min-width: 912px) and (max-width: 1023px) {
    .container{
        padding: unset;
        max-width: 864px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .container{
        padding: 0 80px;
    }
}
@media only screen and (min-width: 1440px) {
    .container{
        padding: 0;
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }
}

.position__scroll{
    transition: all 1s;
    transform: translate(-100%, -50%);
}

.ele-hidden{ display: none !important; }

/* brand */
.family__brand{
    background: #000000;
    display: flex;
    overflow: hidden;
    position: relative;
}
.family__brand .item{
    display: flex;
    width: auto;
    height: 32px;
    align-items: center;
    padding: 0 12px;
}
.family__brand .item.item__aiDot{
    flex-shrink: 0;
    z-index: 12;
    background: inherit;
}
.family__brand .item.active{
    background: #5e5e5e;
}
.family__brand .item:hover{
    background: #3C3C3C;
}
.family__brand .item img{
    height: 17px;
}
.family__brand .item.item__aiDot img{
    height: 22px;
}
.family__brand .brandSwiper .swiper-button-next{
    visibility: visible;
    transform: none;
    top: 0;
    right: 0;
    width: 57px;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 55%);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}
.family__brand .brandSwiper .swiper-button-next::after{
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 23px;
    font-size: 8px;
}
.family__brand .brandSwiper .swiper-button-disabled{
    display: none;
}
@media only screen and (min-width: 768px){
    .family__brand{
        justify-content: center;
    }
    .family__brand .item{
        height: 40px;
        padding: 0 16px;
    }
}
/* brand end */

.header .header__brand{
    background-color: #fa7010;
}
.header .header__brand .header__brand__box{
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
}
.header .header__brand .header__brand__box > a{
    font-size: 0;
}
.header .header__brand .header__brand__box span a{
    color: #FFFFFF;
    text-decoration: none;
}
.header .header__brand .header__brand__box img{
    max-width: unset;
}
.header .header__brand .header__brand__box span{
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 16px;
}


.header .header__menu{
    background: rgba(32,32,32,0.20);
    position: relative;
}
.header .header__menu.black{
    background: rgba(32,32,32,1);
}
.header .header__menu .menu__box__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
}
.header .header__menu .menu__box__content .menu__box__left{
    display: flex;
    align-items: center;
}
.header__menu .menu__box__content .menu__box__left button{
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.header__menu .menu__box__content .menu__box__left button{
    margin-left: -2px;
}


.header .header__menu .menu__box__content ul{
    display: flex;
    margin: 0;
    list-style: none;
}
.header .header__menu .menu__box__content ul li{
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 56px;
}
.header .header__menu .menu__box__content .box__product .level-top{
    position: absolute;
    background-color: #202020;
    display: none;
    top: 56px;
    right: 0;
    left: 0;
}
.header .header__menu .menu__box__content .box__product .header__menu__category{
    width: 100%;
    display: flex;
    padding: 40px 80px;
}
.header .header__menu .menu__box__content .box__product .header__menu__category__tab{
    display: flex;
    flex-direction: column;
    margin-right: 48px;
}
.header .header__menu .menu__box__content .box__product .header__menu__category__tab a{
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    font-size: 16px;
    margin: 0;
    justify-content: space-between;
}
.header .header__menu .menu__box__content .box__product .header__menu__category__tab a.red{
    color: #C30D23;
}
.header .header__menu .menu__box__content .box__product .header__menu__category__tab a span{
    margin-right: 12px;
}
.header .header__menu .menu__box__content .box__product .header__menu__category__content{
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-right: 48px;
}
.header .header__menu .menu__box__content .box__product .category__item dt a{
    display: flex;
    align-items: center;
    margin:0 0 0 25px;
}
.header .header__menu .menu__box__content .box__product .category__item dd{
    padding-left: 30px;
}
.header .header__menu .menu__box__content .box__support .level-top{
    position: absolute;
    background-color: #202020;
    display: none;
    flex-direction: column;
    top: 56px;
    right: auto;
    left: auto;
}
.header .header__menu .menu__box__content .level-top a{
    text-decoration: none;
    margin: 20px 25px 0;
}
.header .header__menu .menu__box__content .level-top a:hover{
    color: #C30D23;
}
.header .header__menu .menu__box__content ul li:hover > .level-top{
    display: flex;
}
.header .header__menu .menu__box__content ul li:hover > a{
    color: #C30D23;
}
.header .header__menu .menu__box__content ul li + li{
    padding-left: 19px;
}
.header .header__menu .menu__box__content ul li a{
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 3px;
}
.header .header__menu .menu__box__content ul li .level-top .box__contact{
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
}
.header .header__menu .menu__box__content ul li .level-top .box__contact a{
    margin: 0;
    line-height: 36px;
}
.header .header__menu .menu__box__content ul li .level-top a{
    font-size: 16px;
    font-weight: 500;
}
.header .header__menu .menu__box__content ul li .level-top dd a{
    font-size: 16px;
    color: #8E8E8E;
    margin-left: 9px;
}
.header .header__menu .menu__box__content .box__arrow__down__red{
    display: none;
}
.header .header__menu .menu__box__content .menu__box__right .box__shop{
    display: flex;
    align-items: center;
}
.header .header__menu .menu__box__content .menu__box__right .box__shop p{
    margin: 2px 0 0 5px;
}
.header .header__menu .menu__box__content .menu__box__left button .box__menu,
.header .header__menu .menu__box__content .menu__box__left button .box__close{
    display: none;
}
.header .header__menu .header__menu__mobile{
    background-color: #242222;
    height: 100vh;
    display: none;
}
.header .header__menu__search{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(32,32,32,1);
    width: 100%;
}
.header .header__menu__search .header__search__box{
    display: flex;
    align-items: center;
    height: 56px;
}
.header .header__menu__search .header__search__box form input{
    border: unset;
    background: unset;
    color: #ABABAB;
    box-shadow: unset;
}
.header .header__menu__search .header__search__box form input::placeholder{
    color: #ABABAB;
}
.header .header__menu__search img.search__search{
    height: 24px;
    width: 24px;
    margin-left: -4px;
}
.header .header__menu__search img.search__close{
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.header .header__menu__search form{
    width: 100%;
    margin: 0 16px;
}
.header .header__menu__search form .actions{
    display: none;
}

@media only screen and (max-width: 1279px) {
    .header .header__menu .menu__box__content .box__product .header__menu__category__tab,
    .header .header__menu .menu__box__content .box__product .header__menu__category__content{
        margin-right: 20px;
    }
}


.footer__global .footer__subscribe{
    background-color: #C30D23;
    color: #FFFFFF;
}

.footer__global .footer__subscribe .form{
    text-align: center;
    padding: 44px 0 60px 0;
}

.footer__global .footer__subscribe .form h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
}

.footer__global .footer__subscribe .form p{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.footer__global .footer__subscribe .form .element{
    display: flex;
    margin: 30px 0;
    position: relative;
}

.footer__global .footer__subscribe .form .element fieldset{
    border: none;
    position: relative;
    flex: 1;
    padding: 0;
}
.footer__global .footer__subscribe .form .element fieldset input{
    height: 75px;
    font-size: 16px;
    padding: 0 15px;
    box-shadow: none;
}

.footer__global .footer__subscribe .form .element fieldset div.mage-error{
    position: absolute;
    font-size: 14px;
    bottom: 0;
    left: 15px;
}

.footer__global .footer__subscribe .form .element button{
    width: 252px;
    height: 75px;
    border: 2px solid rgba(255,255,255,1);
    background: none;
    margin-left: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.footer__global .footer__subscribe .form .field.button{
    position: relative;
}
.footer__global .footer__subscribe .form .field.button .loader__wrap{
    position: absolute;
    bottom: 0;
    background: #C30D23;
    justify-content: center;
    align-items: center;
    display: none;
    border-radius: 3px;
    border: 2px solid rgba(255,255,255,1);
    width: 252px;
    height: 75px;
    margin-left: 15px;
    box-sizing: border-box;
}
@keyframes l3 {to{transform: rotate(1turn)}}
.footer__global .footer__subscribe .form .field.button .loader__wrap .loader{
    width: 324px;
    height: 24px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FFFFFF;
    --_m:
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

.footer__global .footer__subscribe .form .subscribe__msg{
    padding: 12px 0 0 24px;
    font-size: 14px;
    color: limegreen;
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none;
}
.footer__global .footer__subscribe .form .subscribe__msg:before{
    font-size: 20px;
    line-height: 24px;
    color: limegreen;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -14px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    position: absolute;
    text-align: center;
}
.footer__global .footer__subscribe .form .subscribe__msg.error{
    color: #b30000;
}
.footer__global .footer__subscribe .form .subscribe__msg.error:before{
    content: '\e61f';
    color: #b30000;
}

.footer__global .footer__content{
    background-color: #2A2B2C;
    padding: 60px 0;
    color: #BBC0C4;
    border-bottom: 1px solid #3D3D3D;
}

.footer__global .footer__content .content__box{
    display: flex;
    justify-content: space-between;
}

.footer__global .footer__content .content__box .footer__content__item:nth-child(1){
    display: flex;
    flex-direction: column;
}

.footer__global .footer__content .content__box .footer__content__item .footer__logo{
    width: 110px;
}

.footer__global .footer__content .content__box .footer__content__item .item__share__icon img{
    width: 24px;
    padding-right: 8px;
}

.footer__global .footer__content .content__box .footer__content__item .item__share__title{
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 10px 0;
}

.footer__global .footer__content .content__box .footer__content__item dt{
    font-size: 16px;
    margin-bottom: 20px;
}

.footer__global .footer__content .content__box .footer__content__item.item__extend dt img{
    width: 18px;
    height: 18px;
    display: none;
}

.footer__global .footer__content .content__box .footer__content__item dd{
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
}
.footer__global .footer__content .content__box .footer__content__item dd p {
    margin: 0;
}
.footer__global .footer__content .content__box .footer__content__item dd a{
    color: #BBC0C4;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
}

.footer__global .footer__content .content__box .footer__content__item dd a:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.footer__global .footer__content .content__box .footer__content__item dd span{
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.footer__global .footer__content .content__box .footer__content__item dd span img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer__global .footer-copyright{
    font-size: 14px;
    color: #BBC2C4;
    padding: 20px 0;
    background: #242222;
}

@media only screen and (max-width: 1439px) {
    .productContainer{
        max-width: 1120px;
        width: 100%;
    }
    .footer__global .footer__subscribe .form{
        padding: 48px 0;
    }
}

@media only screen and (max-width: 1279px) {
    .productContainer{
        max-width: 864px;
        width: 100%;
    }

    .header .header__menu .menu__box__content .box__product .header__menu__category__content,
    .header .header__menu .menu__box__content .box__product .header__menu__category__tab a,
    .header__menu .box__product .category__item dt a,
    .header__menu .box__product .category__item dd a{
        font-size: 14px !important;
    }
    .header .header__menu .menu__box__content .box__product .category__item dt a{
        margin: 0 10px;
    }
    .footer__global .footer__subscribe .form h2 {
        font-size: 32px;
        line-height: 52px;
    }
    .footer__global .footer__subscribe .form p{
        font-size: 16px;
        line-height: 24px;
    }
    .footer__global .footer__subscribe .form .element button{
        width: 220px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__global .footer__subscribe .form{
        padding: 36px 0;
    }
    .productContainer{
        max-width: 720px;
        width: 100%;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dt{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #8E8E8E;
        padding: 15px 0;
        margin: 0;
        cursor: pointer;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dd{
        display: none;
        flex-direction: column;
        overflow: hidden;
        margin: 0 0 0 15px;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dd dl{
        margin: 0;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item.item__extend dt img.minus{
        display: none;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dt a{
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 400;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dt a.item__about{
        font-weight: 700;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item.item__extend dt img{
        width: 15px;
        height: 15px;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dd.first > a,
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dd.first dd.second > a{
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
        color: #BBC0C4;
        line-height: 28px;
        font-size: 14px;
        font-weight: 400;
    }
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dd.first a:hover,
    .header .header__menu .header__menu__mobile .header__menu__mobile__item dd.first dd.second a:hover{
        color: #FFFFFF;
        text-decoration: none;
    }

    .footer__global .footer__subscribe .form .element button{
        width: 170px;
        height: 56px;
    }
    .footer__global .footer__subscribe .form .field.button .loader__wrap{
        width: 170px;
        height: 56px;
    }
    .footer__global .footer__subscribe .form .subscribe__msg:before{
        font-size: 18px;
        margin: -12px 0 0 0;
    }
    .footer__global .footer__subscribe .form .field.button .loader__wrap .loader{
        width: 20px;
        height: 20px;
    }
    .footer__global .footer__subscribe .form .element fieldset input{
        height: 56px;
    }

    .header__menu .menu__box__content .menu__box__middle{
        display: none;
    }
    .header .header__menu .menu__box__content .menu__box__left button .box__menu{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer__global .footer__subscribe .form{
        padding: 40px 0;
        position: relative;
    }
    .footer__global .footer__subscribe .form .element fieldset{
        position: unset;
        margin: 0;
    }
    .header .header__menu .menu__box__content .menu__box__right .box__shop p{
        display: none;
    }
    .header .header__menu .menu__box__content ul li + li{
        padding-left: 17px;
    }
    .productContainer{
        max-width: unset;
        /*width: unset;*/
        padding: 0 24px;
        margin: 0;
    }

    .footer__global .footer__content{
        padding: 15px 0;
    }
    .footer__global .footer__subscribe .form .element{
        flex-direction: column;
        position: unset;
    }
    .footer__global .footer__subscribe .form h2{
        font-size: 22px;
        line-height: 35px;
    }
    .footer__global .footer__subscribe .form p{
        font-size: 14px;
        line-height: 22px;
    }
    .footer__global .footer__subscribe .form .element fieldset input{
        text-align: center;
        font-size: 18px;
        height: 50px;
        box-shadow: none;
    }
    .footer__global .footer__subscribe .form .element button{
        width: auto;
        height: 50px;
        font-size: 18px;
    }
    .footer__global .footer__subscribe .form .field.button .loader__wrap {
        width: 100%;
        height: 50px;
        margin: 0;
    }
    .footer__global .footer__subscribe .form .field.button .loader__wrap .loader{
        width: 16px;
        height: 16px;
    }
    .footer__global .footer__subscribe .form .element button{
        margin: 10px 0 0 0;
        width: 100%;
    }
    .footer__global .footer-copyright{
        text-align: center;
    }
    .footer__global .footer__content .content__box{
        flex-direction: column;
    }
    .footer__global .footer__content .content__box .footer__content__item:nth-child(1){
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #8E8E8E;
        padding: 15px 0;
    }
    .footer__global .footer__content .content__box .footer__content__item.item__extend dt{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #8E8E8E;
        padding: 15px 0;
        margin: 0;
        cursor: pointer;
    }
    .footer__global .footer__content .content__box .footer__content__item.item__extend dd{
        margin-left: 15px;
    }
    .content__box .footer__content__item:nth-child(1) .footer__brand,
    .content__box .footer__content__item:nth-child(1) .item__share__title,
    .footer__global .footer__content .content__box .footer__content__item.item__extend dd{
        display: none;
    }
    .footer__global .footer__content .content__box .footer__content__item.item__extend dt img.plus{
        display: block;
    }
    .footer__global .footer__content .content__box .footer__content__item dd a{
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }
    .footer__global .footer__content .content__box .footer__content__item:last-child dt{
        padding: 15px 0;
        margin: 0;
    }
    .footer__global .footer__subscribe .form .element fieldset div.mage-error{
        left: 0;
        right: 0;
        color: #FFFFFF;
        font-size: 13px;
        bottom: 4px;
    }
    .footer__global .footer__subscribe .form .subscribe__msg.error{
        color: #FFFFFF;
        padding: 14px 0 0 24px;
        font-size: 12px;
        bottom: 4px;
    }
    .footer__global .footer__subscribe .form .subscribe__msg.error:before{
        color: #FFFFFF;
    }
}

@media only screen and (min-width: 768px) {
    .footer__global .footer__content .content__box .footer__content__item.item__extend dd {
        display: flex !important;
    }
}

@media only screen and (min-width: 1024px) {
    .footer__global .footer__content .content__box .footer__content__item.item__extend dd {
        display: flex !important;
    }
    .header__menu .header__menu__mobile{
        display: none !important;
    }
    .header__menu .menu__box__content .menu__box__left button{
        display: none;
    }
}

@media only screen and (min-width: 1279px) {
    .header .header__menu .menu__box__content .box__product .category__item dd{
        padding-left: 45px;
    }
}

.fixed__element{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
/* privacy cookie */
.privacy__cookie{
    display: none;
    z-index: 11;
    background: rgba(0,0,0,0.90);
    box-shadow: 0 -8px 12px 0 rgba(0,0,0,0.12);
    padding: 20px 0;

}
.privacy__cookie .tip_txt{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
}
.privacy__cookie .tip_txt a{
    color: #C30D23;
    font-weight: 500;
    text-decoration: underline;
}
.privacy__cookie .tip_btn{
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.privacy__cookie .tip_btn button{
    width: calc((100% - 12px) / 2);
    height: 40px;
    padding: 0;
    background: #C30D23;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    font-weight: 400;
}
.privacy__cookie .tip_btn button.close{
    background: transparent;
    border: 1px solid rgba(255,255,255,1);
}
.privacy__cookie .tip_btn button:hover{
    background: #F62740;
}
.privacy__cookie .tip_btn button.close:hover{
    background: #39414A;
}
@media only screen and (min-width: 768px) {
    .privacy__cookie .cookie__wrap{
        display: flex;
    }
    .privacy__cookie .tip_btn button{
        height: 36px;
        width: calc((100% - 16px) / 2);;
    }
    .privacy__cookie .tip_txt{
        width: 70%;
    }
    .privacy__cookie .tip_btn{
        width: 30%;
        margin: 0 0 0 36px;
    }
}
/* privacy cookie end */

/* footer fan group */
.fan__group{
    position: relative;
}
.fan__group .item__icon{
    font-size: 0;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 11;
}
.fan__group .item__benefit{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 28px 24px 24px 24px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    width: 424px;
    position: absolute;
    bottom: 30px;
    right: 104px;
    display: none;
    z-index: 11;
}
.fan__group .item__benefit .benefit_header h2{
    font-size: 24px;
    line-height: 38px;
    font-weight: 800;
    color: #1F2429;
    margin: 0;
    text-align: center;
}
.fan__group .item__benefit .benefit_header p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #585F66;
}
.fan__group .item__benefit .benefit_header .close{
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 0;
    cursor: pointer;
}
.fan__group .item__benefit .benefit_body{
    margin: 24px 0;
}
.fan__group .item__benefit .benefit_body dt{
    display: flex;
    align-items: center;
}
.fan__group .item__benefit .benefit_body dt span{
    font-size: 18px;
    line-height: 28px;
    color: #1B353C;
    font-weight: 800;
    margin-left: 12px;
}
.fan__group .item__benefit .benefit_body dd{
    color: #585F66;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 2px 0 16px 0;
}
.fan__group .item__benefit .benefit_footer a{
    background: #C30D23;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}
.fan__group .item__benefit .benefit_footer a:hover{
    background: #F62740;
}
@media only screen and (max-width: 767px) {
    .fan__group .item__benefit{
        width: calc(100% - 48px);
        right: 0;
        bottom: 0;
        border-radius: 12px 12px 0 0;
    }
}
/* footer fan group end */
