﻿.list .flex,
.left-box-min .flex {
    flex-wrap: wrap;
    justify-content: center;
}

.list li {
    width: 31%;
    margin: 5px;
}

.list li span {
    color: #888;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list img {
    width: 100%;
    height: 154px;
}

.scroll-bar {
    max-height: 525px;
}

.page li {
    /* width: 42%; */
    /* list-style: outside; */
    box-sizing: border-box;
    width: 46%;
    list-style: inside;
    margin: 5px;
}

.btn_wra {
    display: none;
}

.p-title>img {
    width: 129px;
    max-height: 180px;
}

.p-title>*:not(:last-child) {
    margin-right: 20px;
}

.p-title>table {
    flex: 1;
}

.p-title>table th {
    text-align: right;
}

.p-title th,
.p-title td {
    padding: 2px 5px;
}

.p-title tr {
    border: 1px #f5f5f5 solid;
}

.tbody th,
.tbody td {
    text-align: center !important;
}

#tab-content {
    font-size: 12px;
}

#tab-content table tr th {
    border: 1px solid #FFF !important;
}

.phone_show-player,
.phone_show-table {
    display: none;
}

@media screen and (min-width:1200px) {
        
    .p-title>table th {
        width: 30%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {

    .box,
    article {
        width: auto;
    }

    .left-box-min {
        width: 28vw;
    }

    .right-box-big {
        width: 69vw;
    }
    .p-title>table th {
        width: 30%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {

    .box,
    article {
        width: auto;
    }

    .left-box-min {
        width: 28vw;
    }

    .right-box-big {
        width: 69vw;
    }
    .p-title>table th {
        width: 30%;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {

    .box,
    article {
        width: 100%;
    }

    .left-box-min {
        width: 28vw;
    }

    .right-box-big {
        width: 69vw;
    }

    .list li span {
        font-size: 12px;
    }
    .p-title>table th {
        width: 30%;
    }
}

@media screen and (min-width: 768px) {
    .current_list {
        padding-left: 5px;
        border-radius: 5px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .pics-fm {
        background: #FFF;
    }

    .btn_wra {
        box-shadow: 0 1px 5px 0 #eee;
    }

    .pics-fm .left-box-min,
    .pc_show-player {
        display: none;
    }

    .phone_show-player {
        display: block;
    }

    .pics-fm .right-box-big {
        width: auto;
        float: none;
    }

    #tab {
        width: auto;
    }

    .btn_wra {
        display: block;
        display: flex;
    }

    .side-title {
        display: inline-block;
        font-size: 17px;
        border: 1px solid #999;
        color: #484848;
        font-weight: normal;
        margin: 18px 10px 22px 10px;
        padding: 5px 20px;
        border-radius: 5px;
    }

    .side-title span {
        display: inline-block;
        width: 80px;
    }

    .side-title::after {
        display: none;
    }

    .scroll-bar {
        position: fixed;
        background-color: #FFF;
        width: 0;
        height: 100vh;
        max-height: none;
        top: 0;
        z-index: 100;
    }

    .scroll-bar li {
        display: flex;
        justify-content: space-between;
        padding: 12px 12px 12px 25px;

        margin-bottom: 7px;
        box-shadow: 0 2px 5px 0 #eee;
    }

    .scroll-bar li a {
        display: inline-block;
        width: 90vw;
    }

    .layui-icon-down:before {
        font-size: 12px;
        margin-left: 3px;
    }

    .bar_title {
        display: flex;
        justify-content: space-between;
        font-size: 30px;
        padding: 12px 12px 20px 12px;
        color: #eb3d41;
        box-shadow: 0 2px 5px 0 #eee;
    }

    .layui-icon-close:before {
        font-size: 26px;
        padding: 5px;
    }

    .layui-icon-right:before {
        color: #666;

    }

    .list li {
        width: 31%;
    }

    .list img {
        height: 120px;
    }

    .box-s {
        box-shadow: none;
    }

    .list li span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .tbody td:not(:first-child) {
        text-align: center;
    }

    .m_flex {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .tb_top {
        font-size: 13px;
        width: 80%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .tb_top tr:nth-of-type(2n-1) {
        background-color: #eee;
    }

    .item_title {
        height: 40px;
        font-size: 14px;
        font-weight: 600;
    }
    .p-title th,
    .p-title td {
        padding: 3px 5px;
    }
    .p-title>*:not(:last-child) {
        text-align: center;
        margin: auto 0;
        margin-right: 10px;
    }
    .player_name {
        text-align: center;
        line-height: 40px;
        font-weight: 600;
    }
    .team-m {
        text-align: center;
        padding-left: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .honor {
        text-align: left;
        overflow: scroll;
        text-overflow: inherit;
    }
    .phone_show-table {
        display: table;
    }
}

@media screen and (max-width: 479px) {
    .pics-fm {
        background: #FFF;
    }

    .btn_wra {
        box-shadow: 0 1px 5px 0 #eee;
    }

    .pics-fm .left-box-min,
    .pc_show-player {
        display: none;
    }

    .phone_show-player {
        display: block;
    }

    .pics-fm .right-box-big {
        width: auto;
        float: none;
    }

    #tab {
        width: auto;
    }

    .btn_wra {
        display: block;
        display: flex;
    }

    .side-title {
        display: inline-block;
        font-size: 14px;
        border: 1px solid #999;
        color: #484848;
        font-weight: normal;
        margin: 10px 0 10px 10px;
        padding: 5px 7px;
        border-radius: 5px;
    }

    .side-title span {
        display: inline-block;
        width: 80px;
    }

    .side-title::after {
        display: none;
    }

    .scroll-bar {
        position: fixed;
        background-color: #FFF;
        width: 0;
        height: 100vh;
        max-height: none;
        top: 0;
        z-index: 100;
    }

    .scroll-bar li {
        display: flex;
        justify-content: space-between;
        padding: 12px 12px 12px 25px;

        margin-bottom: 7px;
        box-shadow: 0 2px 5px 0 #eee;
    }

    .scroll-bar li a {
        display: inline-block;
        width: 90vw;
    }

    .layui-icon-down:before {
        font-size: 12px;
        margin-left: 3px;
    }

    .bar_title {
        display: flex;
        justify-content: space-between;
        font-size: 30px;
        padding: 12px 12px 20px 12px;
        color: #eb3d41;
        box-shadow: 0 2px 5px 0 #eee;
    }

    .layui-icon-close:before {
        font-size: 26px;
        padding: 5px;
    }

    .layui-icon-right:before {
        color: #666;

    }

    .list li {
        width: 46%;
    }

    .list img {
        height: 120px;
    }

    .box-s {
        box-shadow: none;
    }

    .list li span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .tb_top {
        font-size: 12px;
    }

    .tb_top tr:nth-of-type(2n-1) {
        background-color: #eee;
    }

    .item_title {
        height: 40px;
        font-size: 13px;
        font-weight: 600;
    }
    .p-title th,
    .p-title td {
        padding: 3px 5px;
    }
    .p-title>*:not(:last-child) {
        width: 37vw;
        text-align: center;
        margin: auto 0;
        margin-right: 10px;
    }
    .player_name {
        text-align: center;
        line-height: 40px;
        font-weight: 600;
    }
    #tab li {
        font-size: 13px;
    }
    .team-m {
        text-align: left;
        padding-left: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .honor {
        overflow: scroll !important;
        text-overflow: inherit !important;
    }
    .phone_show-table {
        display: table;
    }
}

.current_list {
    background-color: #f8eebf;
}