/*public*/
a{
    color: white;
}
input{
    vertical-align: middle;
}
.content_detail_panel .ec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    padding: 10px 10px;
}

.content_detail_panel .ec> div{
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 5px;
}

.oddsView {
    position: relative;
    padding: 1rem;
    border: 1px solid #eee;
    margin-top: 2rem;
    color: #ffffff;
}
.oddsView .oddsOupeiTable{
    width: 100%;
    font-size: 1.2rem;
    margin-top: 1.2rem;
}
.oddsView .oddsOupeiTable tr td span.grey_text{
    color: #ecd8d8;
}
.oddsView .oddsOupeiTable tr td span.bg_green{
    color: #5fb878;
}
.oddsView .oddsOupeiTable tr td span.bg_red{
    color: #ff5722;
}

.no-content {
    font-size: 20px;
    text-align: center;
}

.display-none {
    display: none;
}

.back-panel .lineup-table .bt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.back-panel .lineup-table > thead> tr > td >div > img,
.back-panel .lineup-table > thead> tr > td >div > div{
    padding-left: 10px;
}


@media screen and (min-width: 310px) and (max-width: 3000px) {
    #pc_lineup_div{
        display: none;
    }

    .content_detail_panel{
        width:100%;
        margin:2rem auto auto auto;
    }

    .oddsView > div >.oddsChange > p {
        padding: 0.2rem;
        font-size: 1.2rem;
    }

    .oddsView > div >.oddsChange > p.title{
        height: 2.5rem;
        line-height: 2.5rem;
        border-bottom: 1px solid #e7e7e7;
        box-sizing: border-box;
    }

    .oddsView > div >.oddsChange > ul > li{
        margin-top: 0.25rem;
    }

    .oddsView > div >.oddsChange > ul > li > p{
        text-align: center;
        font-size: 1.2rem;
    }

    .oddsView > div >.oddsChange > ul > li > p:first-child{
        margin-left: 0.1rem;
        font-size: 1.2rem;
    }

    .oddsView > div >.oddsChange > ul > li > p:last-child {
        width: 80%;
        margin: 0 auto;
        background: #e7e7e7;
        height: 0.46rem;
    }

    .oddsView > div >.oddsChange > ul > li > p:first-child  span {
        margin-left: 0.1rem;
        font-size: 1.2rem;
    }

    .oddsView > div >.oddsChange > ul > li > p:last-child  span {
        display: block;
        height: 100%;
    }

    .oddsView > div >.oddsChange > ul > li > p:last-child > span.red_bg{
        background: #ff6a6a;
    }
    .oddsView > div >.oddsChange > ul > li > p:last-child > span.y_bg{
        background: #fc0;
    }
    .oddsView > div >.oddsChange > ul > li > p:last-child > span.blue_bg{
        background: #598fff;
    }

    .oddsView .oddsOupeiTable > thead{
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
    .oddsView .oddsOupeiTable > thead> tr{
        border-bottom: 0.01rem solid #e6e6e6;
        display: table-row;
        vertical-align: inherit;
    }

    .oddsView .oddsOupeiTable tr td {
        text-align: center;
        font-size: 1.2rem;
        padding: 0.8rem 0;
    }

    .oddsView .oddsOupeiTable tr td:first-child {
        text-align: left;
        text-indent: 0.3rem;
    }

    .lineUpView {
        background: url(https://www.kqbd.com/commonjs/thymeleaf/image/h5_bg_lineup.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        color: #fff;
        /*height: 800px;*/
        height: 72rem;
    }

    .content_detail_panel{
        background: #282222;
    }

    .content_detail_panel .r {
        border-radius: 4px;
        text-align: center;
        background-color: #a08f34;
        width: 24px;
        height: 16px;
    }

    .lineup-top-panel .top_text{
        border: 0.1px solid;
        height: 43px;
        font-size: 14px;
        text-align: center;
        background-color: #4a4141;
        margin-bottom: 5px;
        color: white;
        display: flex;
        align-items: center;
    }
    .lineup-top-panel .top_text > p{
        text-align: center;
        line-height: normal;
        text-transform: none;
    }

    .lineup-top-panel .starting-div{
        height: 510px;
        display: flex;
    }


    .lineUpView .coash-div{
        display: flex;
        /*height: 35px;*/
        height: 3rem;
    }

    .lineUpView .for-div{
        display: flex;
        height: 3rem;
    }

    .lineUpView .starting-div{
        position: relative;
        width: 100%;
        /*height: 730px;*/
        height: 91%;
    }


    .lineUpView .l-r-div{
        width: 50%;
        height: 100%;
        display: flex;
    }

    .lineUpView .coash-div .l-r-div{
        align-items: center;
    }

    .lineUpView .for-div .l-r-div{
        align-items: flex-start;
    }

    .lineUpView .l-r-div .name{
        max-width: 10rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }

    .lineUpView  .player_head,
    .back-panel  .player_head{
        width: 30px;
        height: 30px;
    }

    .lineUpView .starting-div .f img{
        max-width: 15px;
        height: 15px;
    }

    .lineUpView .starting-div .home_info{
        height: 50%;
        position: relative;
        display: grid;
    }

    .lineUpView .starting-div div >.name{
        max-width: 12rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        margin: 30px 0px 0px -2px;
    }

    .lineUpView .starting-div .home_info > div{
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .lineUpView .starting-div .guest_info{
        height: 50%;
        position: relative;
        display: grid;
    }

    .lineUpView .starting-div .guest_info > div{
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .lineUpView .starting-div > div > div > div{
        width: 5rem;
        display: flex;
        justify-content: center;
    }

    .lineUpView .starting-div > div > div > div .f{
        position: absolute;
    }
    .lineUpView .starting-div > div > div > div .f .e{
        margin: -8px 0px 0px -4px;
    }
    .lineUpView .starting-div > div > div > div .f .a{
        margin: -5px 0px 0px -30px;
    }
    .lineUpView .starting-div > div > div > div .f .b{
        margin: -5px 0px 0px 70px;
        display: flex;
    }

    .lineUpView .starting-div > div > div > div .f .c{
        margin: 7px 0px 0px -30px;
    }

    .lineUpView .starting-div > div > div > div .f .d{
        margin: 7px 0px 0px 70px;
        display: flex;
    }

    .lineUpView .l-div{
        padding-left: 5.2vw;
    }
    .lineUpView .r-div{
        padding-right: 5.2vw;
        justify-content: end;
    }

    .back-panel .lineup-table{
        width: 100%;
    }

    .back-panel .lineup-table > thead{
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
    .back-panel .lineup-table > thead> tr{
        border-bottom: 0.01rem solid #e6e6e6;
        display: table-row;
        vertical-align: inherit;
    }

    .back-panel .lineup-table > thead > tr >td{
        width: 50%;
    }

    .back-panel .lineup-table > thead> tr > td >div{
        height: 45px;
        display: flex;
        background-color: #92b8b1;
        align-items: center;
    }
    .back-panel .lineup-table > thead> tr > td > div:first-child{
        border-radius: 10px 0px 0px 0px;
    }
    .back-panel .lineup-table > thead> tr > td:nth-child(2) >div:first-child{
        border-radius: 0px 10px 0px 0px;
    }

    .back-panel .lineup-table > thead> tr > td >div img{
        width: 20px;
        height: 20px;
    }

    .back-panel .lineup-table > tbody > tr >td  {
        width: 50%;
    }

    .back-panel .lineup-table > tbody > tr >td >div {
        display: flex;
        height: 40px;
        color: white;
        align-items: center;
    }

    .back-panel .lineup-table > tbody > tr > td >div > div:first-child{
        width: 20px;
        text-align: center;
    }

    .back-panel .lineup-table > tbody > tr >td >div > div:nth-child(3)> div:first-child {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 5px;
    }

    .back-panel .lineup-table > tbody > tr > td > div > div:nth-child(2) {

    }

    .back-panel .lineup-table > tbody > tr > td > div > div:nth-child(3) {
        /*display: flex;*/
        /*align-items: center;*/
    }


    .back-panel .lineup-table > tbody > tr > td > div > div:last-child {
        width: 28px;
        margin-left: auto;
    }

    .back-panel .lineup-table > tbody > tr > td > div > div:nth-child(3) >div:last-child {
        display: flex;
    }

    .back-panel .lineup-table > tbody > tr > td > div > div:nth-child(3) .e {
        display: flex;
    }
    .back-panel .lineup-table > tbody > tr > td > div > div:nth-child(3) .e img {
        max-width: 15px;
    }

    .back-panel .lineup-table > tbody > tr > td > div > div:nth-child(3) .e >div:last-child {
        color: #01aaed;
    }

    .back-panel .lineup-table .bt{
        max-width: 100px;
    }

    .tab_box{
        margin-top: 1rem;
        background-color: #fff;
    }
    .tab_box .tab_title_cl1 {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 140px;
    }
    .tab_box .tab_title_cl2 {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 140px 100px;
    }

    .tab_box .tab_title_cl2 p{
        text-align: right;
    }
    .tab_box .tab_title_cl2 input{
        vertical-align: middle;
    }
    .tab_box .tab_title_cl4{
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 110px 80px;
    }
    .tab_box .tab_title_cl5{
        display: flex;

    }

    .tab_item{
        overflow-x: auto;
    }
    .tab_box .tab_title_cl5 .right_menu{
        margin-left: auto;
    }

    .tab_box .tab_title {
        background-color: #292F37;
        color: white;
        padding: 0.6rem 2vw;
    }
    .tab_box .tab_title .right_menu .menu-item{
        padding:.2rem 2vw;
        margin-left:2vw;
    }

    .tab_box .tab_item .top_desc {
        text-align: center;
        padding: 0.7rem 0;
        background-color: #1A1D22;
        color: white;
    }

    .tab_box .tab_title h6 {
        font-size: 1rem;
        color: #fff;
        margin: 0;
        display: block;
        /*font-size: 1.5em;*/
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }

    .tab_box .tab_item table {
        border-collapse: separate;
        border-spacing: 0;
        background-color: #1A1C22;
        color: white;
        min-width: 600px;
        border-collapse: collapse;
        font-size: 1.2rem;
    }
    .tab_box .tab_item table thead tr th {
        text-align: left;
        border: 1px solid #2A3038;
        font-weight: 400;
    }

    .tab_box .tab_item table tbody tr td {
        text-align: left;
        border: 1px solid #2A3038;
    }

    .tab_box .tab_item table tbody tr td div {
        display: block;
    }
    .tab_box  .tab_item  h4  a {
        color: #303133;
    }
    .tab_box .tab_item  h4 {
        padding: 0.5rem 1rem;
        margin: 0;
        font-weight: 400;
    }
    .tab_box .tab_title .select_area div .active {
        background-color: #fff;
        color: #72a0ff;
        cursor: default;
    }

    .tab_box .tab_title >.right_menu {

    }

    .tab_box .tab_title .right_menu p {
        max-width: 50rem;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .tab_box .tab_title .select_area  div {
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 4px;
    }

    .tab_box .tab_title .select_area{
        display: flex;
        margin-left: auto;
        /*padding-right: 5px;*/
    }


    .tab_box .tab_title .select_area>div:first-child {
        border-right: none;
    }
    .tab_box .tab_title p{

    }
    .tab_box .tab_title .select_area .active {
        background-color: #3A7AFF;
        color: #fff;
        cursor: default;
    }



}

