#live{
    width: 100%;
    overflow: hidden;
}
.content{
    width: 93.33%;
    min-height: 43.5rem;
    padding-bottom: 5%;
    margin: 0 auto;
    margin-top: 47.87%;
    margin-bottom: 4rem;
    border-radius: 8px;
    overflow:visible;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0px 20px 26px 0px #AF130C;
    padding: 5px;
}
.banner{
    display: block;
    width: 93.33%;
    /* height: 0;
    padding-bottom: 42.28%; */
    margin:0 auto 3rem;
}
.banner img{
    width: 100%;
}
.bottomimg{
    width: 100%;
}
.bottomimg img{
    width: 100%;
}
#live .content .contentitem{
    overflow: hidden;
}
#live .content .contentitem .title{
    color: #311B18;
    font-size: 17px;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    /* margin-top: 2rem; */
    margin-top: 5.5rem;
    margin-left: 2.6rem;
    margin-bottom: 2.1rem;
}
#live .content .contentitem:nth-child(1) .title{
    color: #311B18;
    font-size: 17px;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-top: 2rem;
    /* margin-top: 5.5rem; */
    margin-left: 2.6rem;
    margin-bottom: 2.1rem;
}
#live .content .contentitem .wrap{
    width: 100%;
    height: 4.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #EEEEE0;
    padding: 4px 0px 10px 0px;
}

#live .content .contentitem .wrap .icon{
    height: 100%;
    background-color: white;
}
#live .content .contentitem .wrap .icon img{
    height: 100%;
}
#live .content .contentitem .wrap .button{
    margin-left: 12.57%;

}
#live .content .contentitem .wrap button{
    border-radius: 19px;
    padding: 0.75rem 2rem;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FF8E4A 0%, #F54834 100%);
    outline: none;
    border: none;
}
#live .content .contentitem .wrap .word p span:nth-child(1){
    color: #311B18;
    font-size: 14px;
    font-weight: 500;
}
[v-clock]{
    display: none;
}