
.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;
}
.paddingT{
    padding-top: 0;
}

.days-match-list{
    padding: 0.5rem;
    background: #FFF;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}
.match-card{
    border: 1px solid #B2C8EE;
    border-radius: 5px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.match-card>.match{
    display: flex;
}
.match>.left-info,.match>.mid-info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.left-info{
    width: 25%;
}
.left-info>.competition{
    display: flex;
    align-items: center;
}
.mid-info{
    width: 55%;
}
.mid-info>.home-team{
    margin-bottom: 3px;
}
.mid-info>.away-team{
    margin-top: 3px;
}
.mid-info>.home-team,.mid-info>.away-team{
    display: flex;
    align-items: center;
}
.mid-info>.home-team>img,.mid-info>.away-team>img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.mid-info>.home-team>.score,.mid-info>.away-team>.score{
    margin-left: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.right-info{
    width: 20%;
    display: flex;
    align-items: center;
}
.right-info>img{
    margin-left: 0.4rem;
}
.state, .left-info>p{
    color: #09388C;
}
.state.live{
    color: #DB2C30;
}

.stream{
    display: grid;
    align-items: center;
    grid-template-columns: 78% 22%;
}
.stream>img{
    margin-right: 0.3rem;
}
.stream .stitle::before{
    content: '';
    width: 21px;
    height: 16px;
    background: url(../images/play-icon.svg) no-repeat;
    background-size: 16px 16px;
    display: block;

}
.stream .stitle{
    display: flex;
}
.stream>p{
    color: #000000;
}
.stream>div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.stream>div>a p{
    text-decoration-line: underline;
    color: #09388C;
    width: fit-content;
    margin-right: 6px;
    font-size: 11px;
    line-height: 15px;
}
.stream>p>a, .view-expand>a{
    text-decoration-line: underline;
    color: #09388C;
    font-size: 11px;
    line-height: 1rem;
    margin:0 0.375rem 0.4rem 0;
}
.view-all{
    display: flex;
    align-items: center;
}
.view-all>span{
    color: #B7B7B7;
    margin-left: 2px;
}
.view-all>img{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 0.4rem;
    margin-left: 0.4rem;
}
.view-all>img.flip{
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.view-expand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.header{
    display: flex;
    flex-direction: column;
}
.header>.title{
    font-size: 0.875rem;
    font-weight: bold;
    color: #FFF;
    background-color: #09388C;
    padding: 0.5rem 0.75rem;
}
.news-card{
    display: flex;
    flex-direction: column;
    border: 1px solid #F5F5F5;
    padding: 0.6rem;
}
.news-card .news-title{
    position: relative;
    font-family: 'PingFang HK';
    font-weight: bold;
    font-size: 0.875rem;
    color: #1E2126;
    padding-left: 1rem;
    margin-bottom: 0.4rem;
}
.news-card .news-title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 5rem;
    background-color: #EEEEEE;
}
.news-card .news-time{
    font-family: 'PingFang HK';
    font-size: 0.75rem;
    color: #B7B7B7;
    padding-left: 1rem;
}
.hr{
    margin: 0.5rem 0;
    color: inherit;
    background-color: #EBF5FF;
    border: 0;
    min-height: 1px;
}
.mg-l-auto{
    margin-left: auto;
}
.getMoreCompare{
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}
.getMoreCompare>a{
    display: block;
    color: #09388B;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    background: #DCE3F1;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 0.25rem;
}
.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{
    display: flex;
    flex-direction: column;
    background-color: #ECF2FF;
    padding: 1.5rem 0.8rem;
}
.suggest{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    mix-blend-mode: normal;
    line-height: 0.8rem;
    padding: 0 1rem;
    margin-top: 0.75rem;
}
.suggest>a{
    mix-blend-mode: normal;
    text-decoration: underline;
    margin: 0 0.5rem 0.7rem 0;
}
.input-group{
    width: 75%;
    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;
}
.search-div.input-group-append{
    right: -5rem;
    position: absolute;
}
.search-div.input-group-append .btn{
    color: #09388C;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    font-size: 0.75rem;
    font-weight: normal;
}
.search-div.input-group-append .btn>img{
    margin-left: 4px;
}   
.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #09388C;
    padding: 0.25rem 0.85rem;
    color: #FFF;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.15em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* .dropdown-toggle::before {
    content: "|";
    position: absolute;
    right: -12px;
    color: #fff;
} */
.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: 10px;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    padding: 5px 0;
    cursor: pointer;
}
.dropdown-item.active{
    background-color: #09388C;
    color: #FFF;
}
.dropdown-item:first-of-type{
    border-radius: 10px 10px 0px 0px;
}
.dropdown-item:last-of-type{
    border-radius: 0 0 10px 10px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    height: inherit;
    position: absolute;
    top: -1px;
    left: 55px;
    caret-color: #FFF;
    padding: 0 0 0 1.55rem;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 2rem;
    color: #B3B9C5;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.product-category{
    margin-bottom: 12px;
}
.p-cate-title{
    font-weight: 600;
    font-size: 0.875rem;
    color: #09388C;
    padding: 0.5rem 0.75rem;
}
.p-cate-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #F5F5F5;
}
.product-item{
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
}
.product-item>.product-img{
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
}
.product-item>span{
    color: #1E2126;
}