
.match_date_content>.matches, .panel-title.liveTitle,.css-sticky .days-tv-card>h6{
    display: none;
}
.match_date_content>.matches.active,.css-sticky .days-tv-card>h6.hot-match{
    display: block;
}
.matches .get_compare{
    display: block;
    color: #1C969F;
    font-weight: normal;
    text-align: center;
    border: 1px solid #1c969F;
    border-radius: 4px;
    padding: 0.6rem 0;
    margin: 0.5rem;
}

.days-match-list{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    padding: 0 0.5rem;
}
.match-card{
    border: 1px solid #EEEEEE;
    border-radius: 0.75rem;
    margin-bottom: 0.7rem;
}
.match-card .datetime{
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 1rem;
}
.match-card .datetime p{
    font-family: Microsoft YaHei;
}
.match-card>.match{
    height: 4rem;
    display: flex;
    font-family: Microsoft YaHei;
    border-bottom: 1px solid #EEE;
    padding: 0.25rem 0;
}
.left-info,
.mid-info,
.right-info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.left-info{
    margin-left: 1rem;
}
.mid-info{
    margin: 0 auto 0 2rem;
}
.right-info{
    margin-right: 2rem;
}
.home-team,.away-team{
    display: flex;
    align-items: center;
}
.home-team>img,.away-team>img{
    width: 1rem;
    height: 1rem;
    margin-right: 0.6rem;
}
p.score{
    font-size: 0.8rem;
}
.state.live{
    color: #FF3030;
}

.stream{
    display: grid;
    grid-template-columns: 95% 25%;
    align-items: flex-start;
    padding: 12px 1.2rem 0;
}

.stream #insert p{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1rem;
}
.stream #insert p::before{
    content: '';
    background:url(../images/video-pre.png) no-repeat;
    background-size: 16px 16px;
    width: 21px;
    height: 16px;
}

.stream>img{
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
}
.stream>div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.stream a,.view-expand>a{
    color: #1C969F;
    text-decoration: underline;
    margin: 0 0.3rem 1rem;
}
.stream .view-all{
    margin-left: auto;
}
.view-all>span{
    color: #888;
}
.view-all span::after{
    display: inline-block;
    content: "";
    border: solid #1C969F;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: 0.15rem;
    padding: 2px;
    margin-left: 0.4rem;
}
.view-all.flip span::after{
    vertical-align: 0;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
.view-all .keep, .view-all.flip .more{
    display: none;
}
.view-all.flip .keep{
    display: inline;
}
.view-expand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.5rem;
}
.daohang.modal>.modal-content{
    min-height: 65vh;
    border-radius: 22px 22px 0px 0px;
}
.daohang.modal .modal-header,.daohang.modal .modal-header>h2{
    position: relative;
    padding: 0.5rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.daohang.modal .modal-header>.close{
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 10;
}
.daohang.modal .modal-body{
    padding: 0 0.5rem;
    overflow-y: scroll;
    height: 58vh;
}

.daohang.modal .modal-body>.link{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F8F8F8;
    padding: 0.35rem 0;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.daohang.modal .modal-body>.link>p{
    display: flex;
    align-items: center;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #A6A6A6;
}
.daohang.modal .modal-body>.link>p>img{
    margin-left: 4px;
}
.search-section{
    height: 5.5rem;
    display: flex;
    flex-direction: column;
    background-image: url(../images/bg.png);
    background-size: 100vw 7rem;
    background-repeat: no-repeat;
    padding: 1rem 8% 0.5rem;
}
.suggest{
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 0.7rem;
    mix-blend-mode: normal;
    line-height: 0.7rem;
    padding: 0 1rem;
    margin-top: 0.6rem;
}
.suggest>a{
    color: #FFF;
    mix-blend-mode: normal;
    text-decoration: underline;
    margin: 0 0.5rem 0.7rem 0;
}
.input-group{
    width: 66%;
    height: 2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group-append, .input-group-prepend {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    font-size: 0.875rem;
    border-radius: 3px;
    border: 0;
}
.search-div.input-group-append{
    right: -5rem;
    position: absolute;
    align-items: center;
}
.search-div.input-group-append .btn{
    width: fit-content;
    background: none;
    padding: 0;
}
.search-div.input-group-append .btn>img{
    width: 0.875rem;
}   
.btn {
    width: 4.5rem;
    display: inline-block;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.25rem 0.875rem;
    color: #FFF;
    background: linear-gradient(180deg, #5CDEE7 0%, #219BA4 100%);
}
.dropdown-toggle::after{
    display: inline-block;
    content: "";
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 2.5px;
    margin-left: 0.5rem;
    vertical-align: 0.1rem;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    color: #212529;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    width: 4.5rem;
    text-align: center;
    font-size: 0.75rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 0.2rem;
    margin-top: 0.5rem;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: block;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    padding: 0.4rem 0;
    cursor: pointer;
}
.dropdown-item.active{
    color: #FFF;
    background: linear-gradient(180deg, #5CDEE7 0%, #219BA4 100%);
}
.dropdown-item:first-of-type{
    border-radius: 4px 4px 0px 0px;
}
.dropdown-item:last-of-type{
    border-radius: 0 0 4px 4px;
    border-bottom: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    height: inherit;
    position: absolute;
    left: 4.5rem;
    padding: 0 0 0 0.8rem;
    border-radius: 3px;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 2rem;
    font-size: 0.65rem;
    color: #B3B9C5;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 0.5rem;
}