.player__list .player__search {
    background: rgba(7, 14, 34, 0.6);
    box-shadow: 0px 0px 6px 0px rgba(23, 112, 183, 0.5);
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
    margin-top: 30px;
}

.player__list .player__search .search_name {
    position: relative;
}

.player__list .player__search .search_name input {
    height: 44px;
    background: #1F203A;
    width: 100%;
    border-radius: 4px;
    color: #fff;
}

.player__list .player__search .search_name i {
    width: 16px;
    height: 15px;
    background-position: 0 0;
    right: 10px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}

.player__list .player__search .select__common {
    position: relative;
}

.player__list .player__search .select__common .select__value {
    height: 44px;
    background: #1F203A;
    border-radius: 4px;
    padding: 0 12px;
    cursor: pointer;
    color: #fff;
}

.player__list .player__search .select__common .select__value.item_default {
    color: #585986;
}

.player__list .player__search .select_device .select__value.item_default {
    color: #3D83E3 !important;
}

.player__list .player__search .select_device .select__value.item_default span::before {
    content: '*';
    color: red;
    margin-right: 3px;
}

.player__list .player__search .select__common .select__value i {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 2px solid #585986;
    border-bottom: 2px solid #585986;
    transform: rotate(-45deg);
    margin-top: -2px;
}
.player__list .player__search .select__common .select__search  {
    padding: 5px;
}
.player__list .player__search .select__common .select__search input {
    width: 100%;
    height: 100%;
    background: #070E22;
    border-radius: 4px;
    color: #fff;
}

.player__list .player__search .select__common .select__list {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: #1F2038;
    z-index: 10;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #101010;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.player__list .player__search .select__common .select__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.player__list .player__search .select__common .select__list::-webkit-scrollbar-thumb {
    background: #40426C;
    border-radius: 5px;
    cursor: pointer;
}

.player__list .player__search .select__common .select__list::-webkit-scrollbar-track {
    background-color: #15162E;
}

.player__list .player__search .select__common .select__list .item_option {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #8283AC;
    display: flex;
    align-items: center;
}

.player__list .player__search .select__common .select__list .item_option.item_default {
    color: #a2a2a2 !important;
}

.player__list .player__search .select_device .select__list .item_option.item_default {
    color: #3D83E3 !important;
}

.player__list .player__search .select_device .select__list .item_option.item_default::before {
    content: '*';
    color: red;
    margin-right: 3px;
}

.player__list .player__search .select__common .select__list .item_option:hover {
    color: #E0E1FF;
}

.player__list .player__search .select__common .select__list .item_option.active {
    color: #E0E1FF;
    background: #272848;
}

.player__list .player_list_head {
    height: 60px;
    background: #070E22;
    border-radius: 4px 4px 0px 0px;
    color: #a3b1bf;
    font-size: 14px;
    font-family: sans;
}
.player__list .player_list_body {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.player__list .player_list_body .player_item_info {
    width:60%;
}
    .player__list .player_list_body .player_item_info .pac-name {
        color: #E0E1FF;
        font-size: 16px;
    }
.player__list .player_list_head .player_name {
    width: 60%;
    padding-left: 10px;
}

.player__list .player_list_body .info_left{
    padding:0px 10px;
}


.player__list .player_list_body .info_left .player_name {
    min-width: 100px;
    padding-left: 10px;
    max-width: 100px;
}

.player__list .player_list_body .info_left .player_position,
.player__list .player_list_head .position {
    
    min-width: 120px;
    text-align: left;
}

.item_goodList.nw_goodList .goods_item p::before {
    content: normal;
}
.player__list .player_list_body .info_left .player_rate,
.player__list .player_list_head .rating {
    min-width: 120px;
    text-align: center;
}

.player__list .player_list_body .info_left .player_score,
.player__list .player_list_head .player_parmas {
    width: 260px;
    grid-gap: 5px;
    display: flex;
}

.player__list .player_list_head .player_parmas span {
    width: 26px;
    height: 26px;
}

.player__list .player_list_head .player_price {
    width: 25%;
    text-align: center;
}

.player__list .player_list_body .player_item {
    background: #1F203A;
    padding: 25px 0;
}

.player__list .player_list_body .player_item:nth-child(2n) {
    background: #070E22;
}

.player__list .player_list_body .info_left .player_name {
    align-items: flex-start;
}

.player__list .player_list_body .info_left .pro-name {
    color: #E0E1FF;
    font-size: 16px;
 
}

.player__list .player_list_body .info_left .pro-parmas {
    color: #8283AC;
    margin-top: 10px;
    font-size: 12px;
    flex-wrap: wrap;
}
    .player__list .player_list_body .info_left .pro-parmas .icon {
      margin-right:5px;
    }

.player__list .player_list_body .info_left .pro-parmas img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.player__list .player_list_body .info_left .pro-parmas>div:not(:last-child) {
    margin-right: 1.4rem;
}

.player__list .player_list_body .info_left .pro-parmas .pro-country {
    min-width: 80px;
}

.player__list .player_list_body .info_left .pro-parmas .pro-frame {
    display: none;
}

.player__list .player_list_body .info_left .player_position {
    color: #E0E1FF;
 
}

.player__list .player_list_body .info_left .player_rate span {
    width: 26px;
    height: 26px;
    background: #b8a350;
    background: -moz-linear-gradient(45deg, #b8a350 0%, #eed86f 50%, #eed86f 51%, #fff987 100%);
    background: -webkit-linear-gradient(45deg, #b8a350 0%, #eed86f 50%, #eed86f 51%, #fff987 100%);
    background: linear-gradient(45deg, #b8a350 0%, #eed86f 50%, #eed86f 51%, #fff987 100%);
    border-color: #cdb140;
    border-radius: 4px;
 
    color: #000;
}

.player__list .player_list_body .info_left .player_score span {
    width: 26px;
    height: 26px;
    background: #BD6567;
    border-radius: 4px;
    color: #720000;
}

.player__list .player_list_body .info_left .player_score span.score_9,
.player__list .player_list_body .info_left .player_score span.score_10 {
    background: #1A5B2E;
    color: #E0E1FF;
}

.player__list .player_list_body .info_left .player_score span.score_8 {
    background: #399B3D;
    color: #E0E1FF;
}

.player__list .player_list_body .info_left .player_score span.score_6,
.player__list .player_list_body .info_left .player_score span.score_7 {
    background: #B29866;
    color: #593500;
}

.player__list .player_list_body .info_right {
 width: 38%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    .player__list .player_list_body .info_right .true_price {
 
        width: 100%;
  
    }
    .player__list .player_list_body .info_right .true_price .price {
        color: #ee6a25;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .player__list .player_list_body .info_right .old_price .price {
        color: #ccc; 
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

.player__list .player_list_body .player_btn .buy_now {
    width: 140px;
    height: 44px;
    background: linear-gradient(148deg, #0c5ba4 0%, #0c5ba4 100%);
    border-radius: 4px;
    color: #FFFFFF;
    cursor:pointer;
}
    .player__list .player_list_body .player_btn .buy_now .icon {
        margin-right: 8px;
        vertical-align: middle;
    }

    .player__list .player_list_body .player_btn .buy_now:hover {
        background: -webkit-linear-gradient(top, #775cdc, #2d78e6);
        background: -o-linear-gradient(bottom, #775cdc, #2d78e6);
        background: -moz-linear-gradient(bottom, #775cdc, #2d78e6);
        background: linear-gradient(to bottom, #775cdc, #2d78e6);
    }

.player__list .player_list_body .player_btn {
    padding-right: 30px;
}

.player__list .player_list_body .player_btn .add_cart {
    width: 56px;
    height: 44px;
    background: #242D42;
    border-radius: 0px 4px 4px 0px;
}

.player__list .player_list_body .player_btn .add_cart i {
    background-position: -24px 0;
    display: block;
    width: 21px;
    height: 22px;
}

.player__list .player_list_body .player_btn .add_cart:hover {
    background: #383954;
}

.player_nodata {
    text-align: center;
    margin: 40px 0;
    display: none;
    color: #fff;
}

.platform_tips {
    width: 566px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 50px 40px;
    color: #444444;
    display: none;
    z-index: 100;
}
.platform_tips.show {
    display: flex;
}
.platform_tips img {
    width: 70px;
    margin-right: 24px;
}
.platform_tips::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #80D5AE 0%, #2A4FCE 100%);
}
.platform_tips p {
    font-size: 24px;
 
    color: #000;
    margin-bottom: 15px;
    margin-top: -8px;
}
.platform_tips i.ico {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 24px;
    background-position: -175px -120px;
    cursor: pointer;
}
 

@media (max-width: 1200px) {

    .player__list .player_list_head .player_name,
    .player__list .player_list_body .info_left .player_name {
        width: 20%;
        min-width: 237px;
        padding-left: 15px;
    }
}

@media (max-width: 1110px) {

    .player__list .player_list_body .info_right .price,
    .player__list .player_list_head .player_price {
        width: 100px;
    }

    .player__list .player_list_body .info_left .player_rate,
    .player__list .player_list_head .rating {
        min-width: 100px;
    }

    .player__list .player_list_body .info_right {
        justify-content: space-between;
    }
}


@media (max-width: 1024px) {
    .player__list .player__search {
        grid-template-columns: repeat(2, 1fr);
    }

    .player__list .player_list_body .player_btn .add_cart i,
    .player__list .player__search .search_name i {
        background-image: url(/static/pc/image/public_ico.png);
    }

    .player__list .player_list_head {
        display: none;
    }

    .player__list .player_list_body .info_right .price {
        width: auto;
    }

    .player__list .player_list_body .info_left .pro-parmas .pro-frame {
        display: flex;
    }

 


    .player__list .player_list_body .player_item {
        flex-direction: column;
        padding: 0;
    }

    .player__list .player_list_body .player_item_info .info_left,
    .player__list .player_list_body .player_item_info {
        width: 100%;
        flex-wrap: wrap;
    }

    .player__list .player_list_body .player_item_info .info_left {
        padding: 20px 15px;
        align-items: flex-start;
    }

    .player__list .player_list_body .info_left .player_score {
        width: 100%;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .player__list .player_list_body .info_left .player_name {
        width: 100%;
        min-width: auto;
        flex: 1;
        padding: 0;
    }

    .player__list .player_list_body .info_left .player_rate {
        min-width: auto;
        margin-left: auto;
    }

    .player__list .player_list_body .info_right {
        padding: 20px 15px;
        border-top: 1px solid #31375b;
        width:100%;
    }

    .player__list .player_list_body .player_btn {
        padding-right: 0;
    }

    .player__list .player_list_body .info_left .pro-parmas>div:not(:last-child) {
        margin-right: 10px;
        min-width: auto;
    }

    .platform_tips i.ico {
        background-image: url(/static/pc/image/public_ico.png);
    }
}


@media (max-width: 600px) {
    .player__list .player__search {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 10px;
    }

    .platform_tips {
        width: 95%;
        padding: 30px 20px;
    }
}




.player__list .player_list_body .info_left .player_rate span.if {
    background: #000000;
    background: -moz-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    background: -webkit-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    background: linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    color: #e8bb0a;
    border-color: #000000;
}

.player__list .player_list_body .info_left .player_rate span.champions {
    background: #030357;
    background: -moz-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
    background: -webkit-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #05074d 100%);
    background: linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
    color: #fff;
    border-color: #030357;
}

.player__list .player_list_body .info_left .player_rate span.conference {
    background: #000000;
    background: -moz-linear-gradient(45deg, #00BE14 0%, #000 50%, #000 51%, #000 100%);
    background: -webkit-linear-gradient(45deg, #00BE14 0%, #000 50%, #000 51%, #000 100%);
    background: linear-gradient(45deg, #00BE14 0%, #000 50%, #000 51%, #000 100%);
    color: #00BE14;
}

.player__list .player_list_body .info_left .player_rate span.hero {
    background: #030357;
    background: -moz-linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #030357 100%);
    background: -webkit-linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #05074d 100%);
    background: linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #030357 100%);
    color: #fff;
    border-color: #030357;
}

.player__list .player_list_body .info_left .player_rate span.icon {
    background: #fffbe9;
    background: -moz-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
    background: -webkit-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
    background: linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
    color: #5e4e22;
}

.player__list .player_list_body .info_left .player_rate span.squad_sbc {
    background: #1D1429;
    background: -moz-linear-gradient(45deg, #D1CAD9 10%, #28332d 20%, #151B18 51%, #151B18 100%);
    background: -webkit-linear-gradient(45deg, #D1CAD9 10%, #28332d 20%, #151B18 51%, #151B18 100%);
    background: linear-gradient(45deg, #D1CAD9 10%, #28332d 20%, #151B18 51%, #151B18 100%);
    color: #ADBEB7;
}

.player__list .player_list_body .info_left .player_rate span.trailblazers {
    background: #fe3433;
    background: -moz-linear-gradient(45deg, #2e1f5b 0%, #fe3433 20%, #fe3433 51%, #fe3433 100%);
    background: -webkit-linear-gradient(45deg, #2e1f5b 0%, #fe3433 20%, #fe3433 51%, #fe3433 100%);
    background: linear-gradient(45deg, #2e1f5b 0%, #fe3433 20%, #fe3433 51%, #fe3433 100%);
    color: #FFFFFF;
}
.player__list .player_list_body .info_left .player_rate span.centurions {
    background: #705E45;
    background: -moz-linear-gradient(45deg, #2a221c 0%, #705E45 50%, #705E45 51%, #705E45 100%);
    background: -webkit-linear-gradient(45deg, #2a221c 0%, #705E45 50%, #705E45 51%, #705E45 100%);
    background: linear-gradient(45deg, #2a221c 0%, #705E45 50%, #705E45 51%, #705E45 100%);
    color: #F1E8CA;
}

.player__list .player_list_body .info_left .player_rate span.squad_found_cl {
    background: #e8e9e8;
    background: -moz-linear-gradient(45deg, #594D2C 0%, #e8e9e8 50%, #e8e9e8 51%, #e8e9e8 100%);
    background: -webkit-linear-gradient(45deg, #594D2C 0%, #e8e9e8 50%, #e8e9e8 51%, #e8e9e8 100%);
    background: linear-gradient(45deg, #594D2C 0%, #e8e9e8 50%, #e8e9e8 51%, #e8e9e8 100%);
    color: #594D2C;
}


.player__list .player_list_body .info_left .player_rate span.potm {
    background: #51057c;
    background: -moz-linear-gradient(45deg, #51057c 10%, #45046a 20%, #34033f 51%, #250029 100%);
    background: -webkit-linear-gradient(45deg, #51057c 10%, #45046a 20%, #34033f 51%, #250029 100%);
    background: linear-gradient(45deg, #51057c 10%, #45046a 20%, #34033f 51%, #250029 100%);
    color: #25D9F1;
}

.player__list .player_list_body .info_left .player_rate span.threat_hero {
    background: #320f15;
    background: -moz-linear-gradient(45deg, #9c715b 0%, #320f15 50%, #320f15 51%, #320f15 100%);
    background: -webkit-linear-gradient(45deg, #9c715b 0%, #320f15 50%, #320f15 51%, #320f15 100%);
    background: linear-gradient(45deg, #9c715b 0%, #320f15 50%, #320f15 51%, #320f15 100%);
    color: #FFFFFF;
}

.player__list .player_list_body .info_left .player_rate span.sbc {
    background: #100b2f;
    background: -moz-linear-gradient(45deg, #2e1e7e 0%, #2e1a81 50%, #100b2f 51%, #100b2f 100%);
    background: -webkit-linear-gradient(45deg, #2e1e7e 0%, #2e1a81 50%, #100b2f 51%, #100b2f 100%);
    background: linear-gradient(45deg, #2e1e7e 0%, #2e1a81 50%, #100b2f 51%, #100b2f 100%);
    color: #00E8DA;
}

.player__list .player_list_body .info_left .player_rate span.europa_league{
    background: #0d0d0d;
    background: -moz-linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: -webkit-linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    color: #fff;
}

.player__list .player_list_body .info_left .player_rate span.triple_threat{
    background: #181321;
    background: -moz-linear-gradient(45deg, #f568d8 0%, #181321 50%, #181321 51%, #181321 100%);
    background: -webkit-linear-gradient(45deg, #f568d8 0%, #181321 50%, #181321 51%, #181321 100%);
    background: linear-gradient(45deg, #f568d8 0%, #181321 50%, #181321 51%, #181321 100%);
    color: #FFFFFF;
}

.player__list .player_list_body .info_left .player_rate span.champions_sbc{
    background: #0043c0;
    background: -moz-linear-gradient(45deg, #030357 10%, #0043c0 20%, #0043c0 51%, #0043c0 100%);
    background: -webkit-linear-gradient(45deg, #030357 10%, #0043c0 20%, #0043c0 51%, #0043c0 100%);
    background: linear-gradient(45deg, #030357 10%, #0043c0 20%, #0043c0 51%, #0043c0 100%);
    color: #fff;
}

.player__list .player_list_body .info_left .player_rate span.premium_sbc{
    background: #2f1735;
    background: -moz-linear-gradient(45deg, #4652c0 0%, #2f1735 50%, #2f1735 51%, #2f1735 100%);
    background: -webkit-linear-gradient(45deg, #4652c0 0%, #2f1735 50%, #2f1735 51%, #2f1735 100%);
    background: linear-gradient(45deg, #4652c0 0%, #2f1735 50%, #2f1735 51%, #2f1735 100%);
    color: #EEEEE4;
}

.player__list .player_list_body .info_left .player_rate span.fc_pro{
    background: #7500c2;
    background: -moz-linear-gradient(45deg, #010005 0%, #7500c2 50%, #7500c2 51%, #7500c2 100%);
    background: -webkit-linear-gradient(45deg, #010005 0%, #7500c2 50%, #7500c2 51%, #7500c2 100%);
    background: linear-gradient(45deg, #010005 0%, #7500c2 50%, #7500c2 51%, #7500c2 100%);
    color: #FFFFFF;
}

.player__list .player_list_body .info_left .player_rate span.showdown_sbc{
    background: #000000;
    background: -moz-linear-gradient(45deg, #E6FF00 10%, #6f6e6f 20%, #10100f 51%, #000 100%);
    background: -webkit-linear-gradient(45deg, #E6FF00 10%, #6f6e6f 20%, #10100f 51%, #000 100%);
    background: linear-gradient(45deg, #E6FF00 10%, #6f6e6f 20%, #10100f 51%, #000 100%);
    color: #E6FF00;
}

.player__list .player_list_body .info_left .player_rate span.dynamic_duos{
    background: #211d20;
    background: -moz-linear-gradient(45deg, #e430e4 10%, #7c0acb 20%, #211d20 51%, #211d20 100%);
    background: -webkit-linear-gradient(45deg, #e430e4 10%, #7c0acb 20%, #211d20 51%, #211d20 100%);
    background: linear-gradient(45deg, #e430e4 10%, #7c0acb 20%, #211d20 51%, #211d20 100%);
    color: #ffffff;
}

.player__list .player_list_body .info_left .player_rate span.nike{
    background: #1d271a;
    background: -moz-linear-gradient(45deg, #12dd18 0%, #1d271a 50%, #1d271a 51%, #1d271a 100%);
    background: -webkit-linear-gradient(45deg, #12dd18 0%, #1d271a 50%, #1d271a 51%, #1d271a 100%);
    background: linear-gradient(45deg, #12dd18 0%, #1d271a 50%, #1d271a 51%, #1d271a 100%);
    color: #ffffff;
}

.player__list .player_list_body .info_left .player_rate span.thunderstruck {
    background: #13121b;
    background: -moz-linear-gradient(45deg, #635f55 0%, #13121b 50%, #13121b 51%, #13121b 100%);
    background: -webkit-linear-gradient(45deg, #635f55 0%, #13121b 50%, #09160b 51%, #09160b 100%);
    background: linear-gradient(45deg, #635f55 0%, #13121b 50%, #13121b 51%, #13121b 100%);
    color: #FFFFFF;
}
