<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FC coin */
.page-product .breadcrumb{
    position: absolute;
}
.page-product .breadcrumb&gt;.active{
    color: #fff;
}
.page-product .wrap-banner{
    position: relative;
}
/* .page-product .wrap-banner h1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    line-height: 2;
    width: 60%;
} */
.page-product .wrap-product{
    margin-top: 2.4rem;
}
.page-product .product-business .tab-item{
    padding: 0 2.4rem;
    margin-right: 2rem;
    height: 6.4rem;
    border-radius: 1.6rem 1.6rem 0 0;
    background: #fff;
    color: #999;
    /* border: 2px solid #df8e9e33;
    border-bottom: none; */
    background: #ff470d03;
    background: linear-gradient(90deg, #ff0d3803 0%, #ff0d250d 100%), #ffffff;
    
}
.page-product .product-business .tab-item.selected{
    border: 2px solid #df8e9e33;
    border-bottom: none;
    background: #ff470d03;
    background: linear-gradient(90deg, #ff0d3803 0%, #ff0d250d 100%), #ffffff;
    font-weight: 500;
    color: #FF2C54;
}

.page-product .product-business .tab-item:hover{
    font-weight: 500;
    color: #FF2C54;
}

.page-product .product-business .tab-item .icon{
    display: inline-block;
    margin-right: 1.2rem;
    width: 3.6rem;
    height: 3.6rem;
    background-size: 100% !important;
}

.page-product .product-business .tab-item .icon.icon-coin{
    background: url(/img/icon/icon-coins.png) no-repeat center;
}
.page-product .product-business .tab-item:nth-child(2) .icon.icon-coin{
    background: url(/img/icon/icon-players.png) no-repeat center;
}

.page-product .product-business .tab-item .icon.icon-player{
    background: url(/img/icon/icon-players.png) no-repeat center;
}

.page-product .product-business .business-howtobuy img{
    margin-right: .4rem;
    width: 2rem;
}

.page-product .product-list{
    margin-bottom: 6.4rem;
    border-top: 2px solid #FF2C54;
}

.page-product .product-list .list-fast{
    padding: 2.4rem 2.4rem .8rem;
}

.page-product .product-list .fast-item-left{
    width: 62%;
}
.page-product .product-list .fast-item-right{
    width: 30%;
}
.page-product .product-list .list-fast .fast-item-left &gt;div{
    width: 24%;
    text-align: center;
    padding: 1rem 0;
    background: #EDEBEB;
    border-radius: 2rem;
}

.page-product .product-list .list-fast .equipment{
    cursor: pointer;
}
.page-product .product-list .list-fast .equipment:hover{
    background-color: #f1c9cd;
}
.page-product .product-list .list-fast .equipment.selected{
    background: #FFA0AA;
}
.page-product .product-list .list-fast  .Comfort{
    padding-top: 2.5rem!important;
    position: relative;
    color: #eb294e;
}

.page-product .product-list .list-fast .Comfort::after{
    content: '% 5 Tax Covered';
    background: #FFA0AA;
    padding: 5px 16px;
    border-radius: 2rem 0 1rem 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    font-weight: 500;
    color: #000;
}

.fast-item-right &gt; div{
    padding: 0 1.2rem;
    height: 30px;
    line-height: 30px;
    background: #FFECEE;
    border-radius: 20px;
    margin-left: .5rem;
    text-align: center;
    color: #eb294e;
}

.page-product .product-list .list-filter{
    padding: 2.4rem 2.4rem .8rem;
}

.product-list .list-filter .filter-item{
    flex: 1;
}

.product-list .list-filter .filter-item:not(:last-child){
    margin-right: .4rem;
}

.product-list .list-filter .filter-item.filter-search{
    position: relative;
}

.product-list .list-filter .filter-item.filter-search button{
    position: absolute;
    left: 1.6rem;
    padding: 0;
    background: url(/img/icon/icon-search.png) no-repeat center;
    background-size: 100%;
    width: 2rem;
    height: 2rem;
    z-index: 11;
}

.product-list .list-filter .filter-item.filter-search input{
    padding-left: 5rem;
    border-width: 1px;
    border-radius: 0 1.2rem 1.2rem 0;
    border: 1px solid #F9F9F9;
    background: #F9F9F9;
    width: 100%;
    height: 4.8rem;
    font-size: 1.4rem;
    color: #1F1F1F;
    transition: all .2s;
}

.product-list .list-filter .filter-item.filter-search input:focus{
    border-color: #E6E6E6;
}

.product-list .list-filter .filter-item.filter-search input::placeholder{
    color: #999;
}

.product-list .list-filter .filter-item:first-child .btn-default{
    border-radius: 1.2rem 0 0 1.2rem;
}

.product-list .list-filter .filter-item:last-child .btn-default{
    border-radius: 0 1.2rem 1.2rem 0;
}

.product-list .list-filter .btn-default{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    background: #F9F9F9;
    border-color: #F9F9F9;
    border-width: 1px;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    height: 4.8rem;
    font-size: 1.4rem;
    color: #999;
    z-index: 11;
}

.product-list .list-filter .bootstrap-select .dropdown-toggle .filter-option{
    display: flex;
    align-items: center;
}

.product-list .list-filter .bootstrap-select .dropdown-toggle .caret{
    position: unset;
    margin-top: 0;
    background: url(/img/icon/arrow-down-g.png) no-repeat center;
    background-size: 100%;
    border: none !important;
    transition: all .3s;
    width: 1.6rem;
    height: 1.6rem;
}

.product-list .list-filter .bootstrap-select.open .dropdown-toggle .caret{
    background-image: url(/img/icon/arrow-down-o.png);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-list .list-filter .bootstrap-select.open .btn-default,
.product-list .list-filter .bootstrap-select.open .btn-default:focus,
.product-list .list-filter .btn-default.active.focus,
.product-list .list-filter .btn-default.active:focus,
.product-list .list-filter .btn-default.active:hover,
.product-list .list-filter .btn-default:active.focus,
.product-list .list-filter .btn-default:active:focus,
.product-list .list-filter .btn-default:active:hover,
.product-list .list-filter .open&gt;.dropdown-toggle.btn-default.focus,
.product-list .list-filter .open&gt;.dropdown-toggle.btn-default:focus,
.product-list .list-filter .open&gt;.dropdown-toggle.btn-default:hover{
    background: #F9F9F9;
    border-color: #E6E6E6;
    color: #999;
}

.product-list .list-filter .bootstrap-select.dropdown&gt;.dropdown-menu{
    padding: 0;
    border-radius: 0 0 1.2rem 1.2rem;
    border: .5px solid #e5e5e5;
    border-top: none;
    background: #f9f9f9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 1.4rem;
    /* z-index: 10; */
}
.product-list .list-filter .bootstrap-select.dropdown &gt; .dropdown-menu .inner{
    overflow-x: hidden;
    max-height: 300px !important;
}
.product-list .list-filter .bootstrap-select:not(.dropup).dropdown&gt;.dropdown-menu{
    padding-top: 1.2rem;
    margin-top: -1.2rem;
}

.product-list .list-filter .bootstrap-select.dropup.dropdown&gt;.dropdown-menu{
    padding-bottom: 1.2rem;
    margin-bottom: -1.2rem;
    border-radius: 1.2rem 1.2rem 0 0;
    border-bottom: none;
}
.info-name{
    position: relative;
}
.info-name .blackfriday{
    position: absolute;
    /* width: 6rem;
    height: 2rem; */
    padding: .3rem 1rem .1rem 2.2rem;
    top: -2px;
    left: 102%;
    background: url(/img/icon/blackfriday.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 13px;
}
.product-list .list-filter .bootstrap-select.dropdown .dropdown-menu&gt;li&gt;a{
    padding: 1.6rem 2.4rem;
    white-space: break-spaces;
    color: #707070;
}

.product-list .list-filter .bootstrap-select.dropdown .dropdown-menu&gt;.active&gt;a{
    font-weight: 400;
    color: #FF2C54 !important;
}

.product-list .list-filter .bootstrap-select.dropdown .dropdown-menu&gt;.active&gt;a .text-red{
    color: #FF2C54 !important;
}

.product-list .list-filter .bootstrap-select.dropdown .dropdown-menu&gt;.active&gt;a,
.product-list .list-filter .bootstrap-select.dropdown .dropdown-menu&gt;li&gt;a:hover{
    background: #ff470d03 !important;
    background: linear-gradient(90deg, #ff470d03 0%, #ff470d0d 100%) !important;
    font-weight: 400;
}

.page-product .product-list .list-wrap{
    overflow: hidden;
    border-radius: 0 0 1.6rem 1.6rem;
}

.page-product .product-list .list-item{
    padding: 2rem 2.4rem;
}

.page-product .product-list .list-item:hover{
    background: #ff470d03;
    background: linear-gradient(90deg, #ff470d03 0%, #ff470d0d 100%), #ffffff;
}

.page-product .product-list .list-item:not(:last-child){
    border-bottom: 1px solid #F0F0F0;
}

.page-product .product-list .list-item .item-l{
    width: 55%;
}

.page-product .product-list .list-item .item-r{
    padding-left: 2rem;
    flex: 1;
    width: 45%;
}

.page-product .product-list .list-item .item-pic{
    margin-right: 1.6rem;
    width: 4rem;
}

.page-product .product-list .list-item .info-name{
    margin-bottom: .8rem;
}

.page-product .product-list .list-item .item-buy{
    padding: 0 1.2rem;
    border-radius: .8rem;
    height: 4rem;
    white-space: nowrap;
}

.page-product .product-list .list-item .item-buy[disabled]{
    background: #ff5733;
    opacity: .65;
    cursor: not-allowed;
}

.page-product .product-list .list-item .item-buy .icon,
.playerDataModal .modal-btn .icon{
    display: inline-block;
    margin-left: 1.2rem;
    background: url(/img/icon/arrow-right-w.png) no-repeat center;
    background-size: 100%;
    width: 1.6rem;
    height: 1.6rem;
}

.page-product .product-list.player .section-item-title{
    padding: 1.6rem 2.4rem;
    border-bottom: 1px solid #F0F0F0;
}

.page-product .product-list.player .section-item-title div{
    font-size: 1.2rem;
    font-weight: 500;
    color: #999;
}

.page-product .product-list.player .item-info{
    padding: 0;
    flex: 1;
    max-width: calc(100% - 108px);
}

.page-product .product-list.player .player-parmas{
    text-align: center;
    width: 200px;
}

.page-product .product-list.player .player-parmas&gt;span{
    margin: 0 .5rem;
    width: 2.4rem;
    text-align: center
}

.page-product .product-list.player .player-parmas&gt;span:first-child{
    margin-left: 0
}

.page-product .product-list.player .player-position{
    width: 5%;
    min-width: 150px;
    text-align: left;
    line-height: 1.6
}

.page-product .product-list.player .player-position .player-position2{
    margin-top: .6rem
}

.page-product .product-list.player .item-buy{
    overflow: hidden;
    min-width: 108px;
}

.page-product .product-list.player .list-item:first-child{}

.page-product .product-list.player .item-info{
    padding: 0;
}

.page-product .product-list.player .item-info-l{
    width: 100%;
}

.page-product .product-list.player .item-name{
    width: 40%;
    min-width: 200px;
    height: unset;
    line-height: 1.8;
    -webkit-line-clamp: 1;
    font-size: 1.6rem;
}

.page-product .product-list.player .item-pro-name{
    line-height: 1.6;
}

.page-product .product-list.player .item-pro-parmas{
    margin-top: .6rem;
}

.page-product .product-list.player .item-pro-parmas&gt;div,
.playerDataModal .modal-parmas &gt; div{
    display: flex;
    align-items: center;
}

.page-product .product-list.player .item-pro-parmas .item-pro-country{
    min-width: 80px;
}

.page-product .product-list.player .item-pro-parmas .item-pro-frame{
    display: -webkit-none !important;
    display: none !important;
}

.page-product .product-list.player .item-pro-parmas&gt;div:not(:last-child){
    margin-right: 1.4rem;
}

.page-product .product-list.player .item-pro-parmas img,
.playerDataModal .modal-parmas &gt; div img{
    width: 1.6rem;
}

.page-product .product-list.player .player-rate{
    padding: 0 !important;
    margin-right: 3rem;
    /* min-width: 100px; */
    text-align: center;
}

.page-product .product-list.player .item-info-r{
    padding-right: 8%;
    width: 35%;
    text-align: right;
}

.page-product .product-qa{
    margin: 1rem 2.4rem;
    border-radius: 4.8rem;
}

.page-product .wrap-qa{
    padding-top: 6.6rem;
}

/* æ¸¸æˆé¦–é¡µ */
.page-game .wrap-section{
    margin-top: 6.4rem;
}
.page-game .wrap-banner{
    position: relative;
    padding-bottom: 4.8rem;
    /* background: url(/img/game-index/fc25_bg.png) no-repeat; */
    background-color: #000000;
}
.page-game .banner-text{
    text-align: left;
    line-height: 1.8;
    color: #ffffff;
}
.page-game .banner-text h1{
    margin-bottom: 3.6rem;
    /* font-family: "LogoSC-Unbounded-Sans", sans-serif; */
    font-size: 3.6rem;
    font-weight: 400;
    color: #ffffff;
}
.page-game .banner-text a{
    font-size: 1.4rem;
    text-decoration: underline;
    color: #FF2C54;
}
@media(hover:hover){
    .page-game .wrap-product .product-item:hover .item-desc_m{
        color: #fff !important;
    }
}
.page-game .wrap-brief{
    line-height: 1.8;
}
.page-game .wrap-brief2{
    margin-bottom: 6.4rem;
}
.wrap-brief .wrap-content.content-gameplay{
    overflow: hidden;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    border-radius: 2.4rem;
    font-family: "Poppins", sans-serif;
}
.wrap-brief .wrap-content.content-gameplay&gt;div{
    padding: 2.4rem 2.4rem 3rem;
    min-height: 280px;
}
.wrap-brief .wrap-content&gt;div .gameplay-title{
    margin-bottom: 1.2rem;
    line-height: 1.6;
}
.wrap-brief .wrap-content&gt;div .gameplay-content{
    line-height: 1.8;
}
.wrap-brief .gameplay-l{
    width: 430px;
    border-right: .4rem solid #F3F3F5;
}
.wrap-brief .gameplay-l .item-l{
    position: relative;
    padding-left: 1.6rem;
    margin-right: .4rem;
}
.wrap-brief .gameplay-l .item-l::before{
    position: absolute;
    top: .6rem;
    left: 0;
    display: inline-block;
    content: '';
    background: url(/img/icon/icon-faq-point.png) no-repeat center;
    background-size: 100%;
    width: .8rem;
    height: .8rem;
}

.wrap-brief .gameplay-l .content-item:not(:last-child){
    margin-bottom: .8rem;
}

.wrap-brief .gameplay-r{
    flex: 1;
}

.wrap-brief .gameplay-r .gameplay-content{
    position: relative;
}

.wrap-brief .gameplay-r .gameplay-content .content{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 8;
    transition: all .2s;
    font-weight: 400;
}

.wrap-brief .gameplay-r .gameplay-content.active .content{
    -webkit-line-clamp: unset;
}

.wrap-brief .gameplay-r .gameplay-content .content h4{
    margin-top: 1.6rem;
    margin-bottom: .8rem;
    font-size: 1.5rem;
}

.wrap-brief .gameplay-content b,
.section-introduction .section-content b{
    font-weight: 500 !important;
}

.wrap-brief .gameplay-r .view-btn{
    position: absolute;
    left: 0;
    bottom: -2.6rem;
    border: none;
    z-index: 10;
}

.wrap-brief .gameplay-r .view-btn span{
    /* margin: 0 .4rem; */
    padding: 0 .4rem;
}


/* .wrap-brief .gameplay-r .gameplay-content.active .view-btn{
    background-color: transparent;
} */

.wrap-brief .gameplay-r .gameplay-content.active .view-btn .icon{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrap-brief .gameplay-r .view-btn .icon{
    width: 1rem;
    height: 1rem;
    background: url(/images/buyer/game_arrow_blue.png) no-repeat center;
    background-size: 100%;
    transition: all 0.3s;
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}



/* @media (max-width: 1800px){
    .page-product .wrap-banner h1{
        font-size: 3.6rem;
    }
}
@media (max-width: 1600px){
    .page-product .wrap-banner h1{
        font-size: 3.4rem;
    }
} */
.wrap-banner .item-text.players{
    bottom: 38%;
}

@media (min-width: 991px) {
    
}

@media (max-width: 1340px) {
    .wrap-banner .item-text.players{
        bottom: 25%;
    }
    .wrap-banner .item-text.players h1{
        font-size: 30px;
    }
}
@media (max-width: 1199px){
    .page-product .product-list.player .item-pro-name{
        font-size: 1.4rem;
    }
    
    .page-product .product-list .list-fast{
        padding: 1.6rem 2.4rem 0;
    }
    .page-product .product-list .list-fast &gt; div{
        width: 32%;
        text-align: center;
        margin-top: 1rem;
    }
    .page-product .product-list .list-fast .equipment{
        background: #EDEBEB;
        border-radius: 15px;
        padding: .8rem;
        
    }
    .page-product .product-list .list-fast .Comfort{
        background: #EDEBEB;
        border-radius: 15px;
        padding-bottom: .8rem;
        margin: 1rem 0 1.4rem;
    }
    
    .page-product .product-list .list-fast .Comfort::after{
        border-radius: 1.5rem 0 1rem 0;
    }
    .page-product .product-list .list-fast .logotype{
        padding: .3rem;
        background: #FFECEE;
        border-radius: 20px;
        text-align: center;
        margin: 24px 0;
        color: #eb294e;
    }
    .logotype img{
        margin-right: .3rem;
    }
    .wrap-banner .item-text.players h1{
        font-size: 26px;
    }

}
@media (max-width: 991px){
    .page-product .breadcrumb-button{
        top: 2.2rem;
    }
    .page-product .wrap-qa{
        padding-top: 4.6rem;
    }
    .page-product .wrap-qa &gt; div:not(.wrap-title){
        width: 100%;
    }
    .wrap-page.page-product .wrap-title{
        font-size: 2.4rem;
    }
    .page-product .product-list .list-item .item-buy{
        height: 3.2rem;
        font-size: 1.2rem;
        padding: 0.5rem
    }
    .page-product .product-list .list-item .item-buy .icon{
        margin-left: .4rem;
        width: 1.2rem;
        height: 1.2rem;
    }
    .page-product .product-list.player .list-filter{
        flex-wrap: wrap;
    }
    .product-list.player .list-filter .filter-item{
        width: calc(50% - .2rem);
    }
    .product-list.player .list-filter .filter-item:nth-child(2n){
        margin-left: .4rem;
    }
    .product-list .list-filter .bootstrap-select.dropdown &gt; .dropdown-menu{
        font-size: 1.2rem;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu &gt; li &gt; a{
        padding: 1.6rem;
    }
    .page-product .product-list .section-item-title{
        display: none !important;
    }
    .page-product .product-list .list-wrap{
        padding: 1.6rem 1.6rem 0;
    }
    .page-product .product-list .list-item{
        padding: 1.6rem;
        border-radius: 0;
        background: #fff;
    }
    .page-product .product-list .list-item:not(:last-child){
        margin-bottom: .2rem;
    }
    .page-product .product-list .list-item .item-pic{
        display: none;
    }
    .page-product .product-list.player .list-item{
        position: relative;
        flex-direction: column;
    }
    .page-product .product-list.player .item-info{
        flex-wrap: wrap;
        width: 100%;
        max-width: unset;
    }
    .page-product .product-list.player .item-info-l{
        flex-wrap: wrap;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .page-product .product-list.player .item-info-r{
        position: absolute;
        right: 1.6rem;
        top: 1.6rem;
        padding-right: 0;
        width: unset;
    }
    .page-product .product-list.player .item-info-r .item-price{
        margin-bottom: 0;
    }
    .page-product .product-list.player .item-name{
        margin-bottom: 2rem;
        width: 100%;
        min-width: unset;
        font-size: 1.6rem;
    }
    .page-product .product-list.player .player-rate{
        margin-right: .6rem;
    }
    .page-product .product-list.player .fifa-players-table div.player-rate span{
        width: 2.4rem;
        height: 2.4rem;
    }
    .page-product .product-list.player .player-parmas{
        width: unset;
    }
    .page-product .product-list.player .list-item .item-buy{
        position: absolute;
        right: 1.6rem;
        bottom: 1.6rem;
        min-width: unset;
        z-index: 2;
    }
    .playerDataModal.modal .modal-dialog .modal-content{
        padding-bottom: 1.2rem;
    }
    .playerDataModal.modal .modal-dialog .modal-content::before{
        display: inline-block;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background: url(/img/bg/players-detail_bg.png) no-repeat center;
        background-size: 100%;
        width: 375px;
        height: 230px;
    }
    .playerDataModal.modal .modal-body{
        padding: 0 !important;
    }
    .playerDataModal.modal .modal-body &gt; div{
        padding: 0 1.6rem;
    }
    .playerDataModal.modal .modal-dialog .modal-close{
        top: 1.6rem;
        right: 1.6rem;
    }
    .playerDataModal.modal .modal-dialog .modal-header{
        margin-bottom: 1.6rem;
    }
    .playerDataModal.modal .modal-dialog .modal-header.wrap-title{
        width: 100%;
        font-size: 1.6rem !important;
    }
    .playerDataModal.modal .modal-dialog .modal-header.wrap-title::after{
        display: none !important;
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div{
        position: relative;
        padding-left: 4.4rem;
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div:not(:last-child){
        margin-bottom: 1rem;
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div img{
        position: relative;
        left: -4.4rem;
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div::before{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 2rem;
        font-size: 1.4rem;
        color: #999;
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div:nth-child(1)::before{
        content: 'å›½å®¶:';
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div:nth-child(2)::before{
        content: 'ç‰ˆæœ¬:';
    }
    .playerDataModal.modal .modal-dialog .modal-parmas &gt; div:nth-child(3)::before{
        content: 'ä½ç½®:';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas{
        margin-top: 2.4rem;
    }
    .playerDataModal.modal .modal-dialog .modal-rate{
        margin-right: 1.6rem;
    }
    .playerDataModal.modal .modal-dialog .modal-rate &gt; span,
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span{
        position: relative;
        width: 2.8rem;
        height: 2.8rem;
        line-height: 2.8rem;
        border-radius: .4rem;
        text-align: center;
        font-weight: 400;
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:not(:last-child){
        margin-right: .8rem;
    }
    .playerDataModal.modal .modal-dialog .modal-rate &gt; span::after,
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span::after{
        position: absolute;
        top: calc(100% + .3rem);
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        font-size: 1.2rem;
        color: #999;
    }
    .playerDataModal.modal .modal-dialog .modal-rate &gt; span::after{
        content: 'RAT';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:nth-child(1):after{
        content: 'PAC';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:nth-child(2):after{
        content: 'SHO';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:nth-child(3):after{
        content: 'PAS';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:nth-child(4):after{
        content: 'DRI';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:nth-child(5):after{
        content: 'DEF';
    }
    .playerDataModal.modal .modal-dialog .modal-player-parmas &gt; span:nth-child(6):after{
        content: 'PHY';
    }
    .playerDataModal.modal .modal-dialog .btns-wrap{
        margin-top: 4.4rem;
        padding-top: 1.2rem;
        border-top: 1px solid rgba(199, 199, 199, 0.25);
    }
    .playerDataModal.modal .modal-dialog .modal-btn{
        padding: 0 2rem;
        width: auto;
        max-width: 150px;
    }
    /* æ¸¸æˆé¦–é¡µ */
    .page-game .wrap-section{
        margin-top: 3.6rem;
    }
    .wrap-product-box{
        top: -1.8rem;
        background: #f4f4f5;
    }
    .page-game .wrap-banner{
        padding-top: 4.2rem;
    }
    .page-game .banner-text{
        font-size: 1.2rem;
    }
    .page-game .banner-text h1{
        font-size: 2rem;
    }
    .page-game .wrap-section.wrap-brief{
        padding: 0;
        margin-top: 0;
        line-height: 1.6;
    }
    /* .page-game .wrap-section.wrap-brief2{
        margin-top: 4.4rem;
    } */
    .wrap-section.wrap-brief .wrap-content,
    .wrap-section.wrap-brief .wrap-content .content-item{
        font-size: 1.2rem;
    }
    .wrap-brief .wrap-content.content-gameplay{
        overflow: unset;
        flex-direction: column;
        margin-top: 2rem;
        border-radius: 1.6rem;
    }
    .wrap-brief .wrap-content.content-gameplay&gt;div{
        width: 100%;
        min-height: unset;
    }
    .wrap-brief .wrap-title{
        font-family: "Poppins", sans-serif;
    }
    .wrap-brief .gameplay-l{
        margin-bottom: 3.2rem;
        padding: 1.6rem !important;
        border-right: none;
        border-radius: 1.6rem;
    }
    .wrap-brief .gameplay-l .item-l::before{
        top: .4rem;
    }
    .wrap-brief .gameplay-r{
        padding: 0 0 3.2rem !important;
        background: transparent;
    }
    .wrap-brief .wrap-content .view-btn{
        font-size: 1.2rem;
    }
    
    .wrap-banner .item-text.players{
        bottom: 9%;
    }
    
    
}

@media (max-width: 768px){
    .page-product .wrap-qa{
        width: 100%;
    }
    
}
@media (max-width: 767px){
    body{
        background-color: #F4F4F5;
    }
    footer{
        margin-top: 0;
    }
    .page-product .wrap-qa{
        padding-top: 0;
    }
    .page-product .breadcrumb-button{
        top: 1.2rem;
    }
    .page-product .wrap-product{
        position: relative;
        left: -1.5rem;
        width: calc(100% + 3rem);
    }
    .page-product.fc24 .wrap-product{
        margin-top: -2rem;
    }
    .page-product.fc25 .wrap-product{
        margin-top: -2rem;
    }
    .page-product .business-howtobuy{
        position: absolute;
        right: 2.2rem;
        top: 5.3rem;
        background-size: 100%;
        width: 100px;
        height: 22px;
        z-index: 10;
        font-size: 12px!important;
    }
    .page-product .wrap-product .business-tab{
        align-items: flex-end;
        border-radius: 1.6rem 1.6rem 0 0;
        background: url(/img/bg/tab_title.png) repeat-x;
        background-size: 100%;
        width: 100%;
        height: 4.5rem;
    }
    .page-product .product-business .tab-item{
        padding: 0;
        margin-right: 0;
        border: none !important;
        background: none;
        border-radius: 0;
        height: 4.5rem;
        color: #fff;
    }
    .page-product .product-business .tab-item.selected{
        height: 4.8rem;
        font-size: 1.6rem;
    }
    .page-product .product-business .tab-item:not(.selected){
        justify-content: center;
    }
    .page-product .product-business .tab-item:first-child.selected{
        padding-left: 5%;
        background: url(/img/bg/coins_title.png) no-repeat left top;
        background-size: 100% 100%;
    }
    .page-product .product-business .tab-item:last-child.selected{
        padding-left: 10%;
        background: url(/img/bg/players_title.png) no-repeat left top;
        background-size: 100% 100%;
    }
    .page-product-coin .product-business .tab-item:last-child.selected{
        padding-right: 4%;
    }
    .page-product-players .product-business .tab-item:last-child.selected{
        padding-left: 13%;
    }
    .page-product .product-business .tab-item{
        flex: 1;
    }
    .page-product .product-business .tab-item.selected .icon{
        width: 3.2rem;
        height: 3.2rem;
    }
    .page-product .product-business .tab-item .icon{
        margin-right: .8rem;
        width: 2.4rem;
        height: 2.4rem;
    }
    .page-product .product-list .list-filter{
        flex-wrap: wrap;
        padding: 3.6rem 1.6rem 0;
    }
    .product-list .list-filter .filter-item{
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        flex: unset;
    }
    .product-list .list-filter .filter-item:not(:last-child){
        margin-bottom: .8rem;
    }
    .product-list .list-filter .btn-default,
    .product-list .list-filter .filter-item.filter-search input{
        border-radius: .8rem !important;
        background-color: #fff;
    }
    .product-list .list-filter .bootstrap-select.dropdown.open &gt; .dropdown-menu{
        padding-bottom: 0;
    }
    .product-list .list-filter .bootstrap-select.dropdown.open &gt; .dropdown-menu.open{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 !important;
        background: rgba(0, 0, 0, 0.4) !important;
        border-radius: 0;
        width: 100%;
        height: 100%;
        max-height: unset !important;
        z-index: 999;
    }
    .product-list .list-filter .bootstrap-select.dropdown &gt; .dropdown-menu .inner{
        max-height: unset !important;
        border: none;
    }
    .product-list .list-filter .bootstrap-select.dropdown &gt; .dropdown-menu .inner.open{
        position: relative;
        padding: 0 1.6rem 2.4rem;
        background: #fff !important;
        border-radius: 2.4rem 2.4rem 0 0;
        max-height: 300px !important;
        min-height: 300px !important;
        bottom: 4.9rem;
    }
    .product-list .list-filter .bootstrap-select.dropdown.open .modal-header{
        position: relative;
        padding: 0;
        margin-bottom: 3rem !important;
        background: none !important;
        border: none !important;
        font-size: 1.8rem !important;
        color: #1F1F1F !important;
        cursor: auto;
    }
    .product-list .list-filter .bootstrap-select.dropdown.open .closeModalBtn{
        position: absolute;
        top: 1.6rem;
        right: 1.6rem;
        background: url(/img/layout/modal-close.png) no-repeat center;
        background-size: 100%;
        width: 2rem;
        height: 2rem;
        opacity: 1;
        z-index: 2;
        cursor: pointer;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu &gt; li:not(:nth-child(1)){
        margin-top: .8rem;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu &gt; li:not(:nth-child(1)) &gt; a{
        padding: 1.8rem 1.6rem;
        border-radius: .8rem;
        background: #f4f4f5;
        color: #292929 !important;
        font-weight: 500 !important;
        font-size: 1.4rem;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu &gt; li:not(:nth-child(1)):not(.active) &gt; a{
        border: 2px solid #f4f4f5 !important;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu &gt; .active &gt; a{
        border: 2px solid rgba(255, 45, 0, 0.4) !important;
        color: #FF2C54 !important;
        font-weight: 500 !important;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu li a span.text{
        width: 100%;
    }
    .product-list .list-filter .bootstrap-select.dropdown .dropdown-menu &gt; li:not(:nth-child(1)).active &gt; a span{
        color: #FF2C54 !important;
    }
    .page-product .product-list{
        margin-bottom: 3rem;
        border-top: none;
    }
    .page-product .product-list .bg-white{
        background: #F4F4F5;
    }
    .page-product .product-list .list-item{
        border-radius: 1.2rem;
    }
    .page-product .product-list .list-item .item-l{
        -webkit-align-items: stretch !important;
        align-items: stretch !important;
    }
    .page-product .product-list .list-item .item-info{
        display: flex;
        flex-direction: column;
    }
    .page-product .product-list .list-item .info-name{
        font-size: 1.4rem;
    }
    .page-product .product-list .list-item .parmas-item:not(:first-child){
        margin-top: .4rem;
    }
    .page-product .product-list .list-item .parmas-item .icon{
        position: relative;
        top: .4rem;
        display: inline-block;
        margin-right: .4rem;
        background-size: 100% !important;
        width: 1.6rem;
        height: 1.6rem;
    }
    .page-product .product-list .list-item .parmas-item .icon-plat{
        background: url(/img/icon/icon_platfrom.png) no-repeat center;
    }
    .page-product .product-list .list-item .parmas-item .icon-time{
        background: url(/img/icon/icon_time.png) no-repeat center;
    }
    .page-product .product-list .list-item .item-r{
        -webkit-flex-direction: column !important;
        flex-direction: column;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .page-product .product-list .list-item .item-price{
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
    }
    .page-product .product-list.player .player-parmas &gt; span{
        margin: 0 .2rem;
    }
    .page-product .product-list.player .item-info-r .item-name{
        font-size: 1.4rem;
    }
    .page-product .product-list.player .item-info-r .item-price{
        font-size: 1.6rem;
    }
    .page-product .product-list.player .item-pro-parmas .item-pro-country{
        min-width: unset;
    }
    .page-product .product-qa{
        padding-top: 4rem;
        margin: 0;
        border-radius: 2.4rem 2.4rem 0 0;
    }
    /* æ¸¸æˆé¦–é¡µ */
    .page-game .banner-text h1{
        margin-bottom: 1.8rem;
        font-size: 1.8rem;
    }
    .page-game .wrap-section.wrap-product{
        margin-top: 2rem;
    }
    .page-game .wrap-section.wrap-qa{
        padding: 0;
    }
    .page-game .wrap-qa .qa-item{
        padding-bottom: 1.6rem;
        margin-bottom: 1.6rem;
    }
    
    
    .page-product .product-list .list-fast{
        margin-top: 1.5rem;
        font-size: 12px;
        padding: 1.6rem 1.6rem 0;
    }
    .page-product .product-list .list-fast .equipment{
        background: #fff;
    }
    .page-product .product-list .list-fast .logotype{
        font-size: 10px;
    }
    .page-product .product-list .list-fast .Comfort::after{
        padding: 4px 8px;

    }
    .page-product .product-list .list-fast .logotype img{
        width: 1.8rem;
        height: auto;
    }
    .page-product .product-list .list-item .item-buy{
        height: 3rem;
    }
    .wrap-banner .item-text.players{
        width: 70%;
        bottom: 33%;
    }
    .wrap-banner .item-text.players h1{
        font-size: 28px;
    }
    .info-name .blackfriday{
        left: 103%;
        padding: .3rem 1.2rem 0rem 2rem;
    }
    .info-name .blackfriday::after{
        top: 3.5px;
    }
    
}
@media (min-width: 460px) and (max-width: 767px){
    

}
@media (max-width: 500px) {
    .wrap-banner .item-text.coins{
        bottom: 25%;
    }
    .wrap-banner .item-text.players{
        width: 70%;
        bottom: 30%;
    }
    .wrap-banner .item-text.players h1{
        font-size: 24px;
    }
}
@media (max-width: 400px){
    .wrap-banner .item-text.players h1{
        font-size: 20px;
    }
}
@media (max-width: 360px){
    .info-name .blackfriday{
        top: 1px;
        left: 101%;
        padding: .3rem .4rem 0rem 1.4rem;
        font-size: 10px;
    }
}</pre></body></html>