.content-play a.huay {
    width: 100%;
    height: 141px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    /* border: 1px solid #ffc000; */
    border-radius: 5px;
}

.content-play a.huayC {
    background: #2f4c8b !important;
}

.content-play a.huayC::after{
    content: '';
    width: 400px;
    height: 130px;
    background: #263d70;
    position: absolute;
    bottom: -135px;
    right: -70px;
    z-index: -1;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.content-play a.huayC .info {
    color: #ffffff !important;
    /* background: #2f4c8b !important; */
    /* background: linear-gradient(90deg,#2f4c8b,#5d85c4) !important; */
}

.content-play a.huayC .time{
    color: #ffffff !important;
}

.content-play a.huayC .day{
    color: #ffffff !important;
}

.content-play a.huayC .info .logo img{
    width: 16px;
    margin-top: 1px;
}

.content-play a.fah-5 {
    background: #fff;
    border: 1px solid #ff9100;
}

.content-play a.fah-5 .info {
    color: #fff !important;
    background: #ff9100 !important;
}

.content-play a.fah-5-C {
    background: #001281;
    border: 1px solid #001281;
}

.content-play a.fah-5-C::after{
    content: '';
    width: 400px;
    height: 130px;
    background: #010d56;
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: -1;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}


.content-play a.fah-5-C .info {
    color: #fff !important;
    background: #001281 !important;
}

.content-play a.fah-5-C .info{
    color: #ffffff;
}

.content-play a.fah-5-C .time{
    color: #ffffff !important;
}

.content-play a.fah-5-C .day{
    color: #ffffff !important;
}

.content-play a.fah-5-C .info .logo{
    height: 28px;
    padding: 1px 2px 2px;
}

.content-play a.fah-5-C .info .logo img{
    width: 16px;
    margin-top: 1px;
}

@media (max-width: 575.98px){
    .content-play a.huayC .info .logo{
        height: 28px;
        padding: 1px 2px 2px;
    }

    .content-play a.huayC::after{
        bottom: -30px;
        left: -10px;
    }
}