.new-hhhh{
    height: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 0 36px 0 200px;
    background: #fff;
    display: flex;
    width: 100%;
    min-width: 960px;
    position: relative;
    z-index: 100000000;
    box-sizing: border-box;
}
ul,ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
a{
    text-decoration: none;
}
.new-hhhh .logo{
    padding:  0;
}
.new-hhhh .logo img{
    display: inline-block;
    width: 202px;
    height: 60px;
}
.new-hhhh .menu{
    padding: 19px 0;
    box-sizing: border-box;
    margin-left: 68px;
    position: relative;
}
.new-hhhh .menu ul{
    display: flex;
}
.new-hhhh .menu ul li{
    position: relative;
}
.new-hhhh .menu ul>li>a{
    font-size: 16px;
    color: #999;
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 50px;
}
.new-hhhh .menu ul>li>a:hover{
    color: #ff2c55;
}
.new-hhhh .menu ul li a.active{
    color: #ff2c55;
    border-bottom: 2px solid #ff2c55;

}
.dropdown-menu-{
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(55, 0, 107, .2);
    width: 100%;
    min-height: 100px;
    border-radius: 5px;
    display: none;
}
.dropdown-menu- ol>li{
    line-height: 30px;
    text-align: left;
    margin-bottom: 8px;
    padding-left: 8px;
}
.dropdown-menu- ol>li>a{
    font-size: 14px;
    color: #666;
}
.dropdown-menu- ol>li>a:hover{
    color: #ff2c55;
}
.new-hhhh .menu ul>li:hover .dropdown-menu-{
    display: block;
}
body{
    padding: 0;
    margin: 0;
}
.login-header{
    position: absolute;
    right:30px;
}
.login-header a{
    box-sizing: border-box;
    padding: 10px 0 10px 37px;
    min-width: 78px;
    line-height: 40px;
    border-left: 1px solid rgba(0, 0, 0, .06);
    display: inline-block;
}
/* 首页*/
.bg-wrapper{
    height: 608px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    background-color: #fff;
}
.bg-wrapper-main{
    width: 1000px;
    margin: 0 auto;
    padding: 173px 0 0;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.wrapper-left{
    width: 409px;
}
.wrapper-left h1{
    font-size: 68px;
    color: #FF2C55;
    font-family:"sans-serif";
    margin-bottom: 20px;
}
.wrapper-left p{
    font-size: 28px;
    color: #FF2C55;
    margin-bottom: 40px;
}
.wrapper-btns a{
    display: inline-block;
    background: #37006b;
    box-shadow: 0 10px 20px 0 #37006b33;
    width: 180px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border-radius: 100px;
    padding: 13px 0;
    text-align: center;
}
.wrapper-right{
    width: 457px;
    height: 363px;
    position: relative;
}
.wrapper-right .bg1{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 75px);
    background: url("/assets/b7.png") 50% / cover no-repeat;;
}
.wrapper-right .bg2{
    width: 100%;
    height: 100%;
    background: url("/assets/bE.png") 50% / cover no-repeat;;
    position: relative;
    z-index: 100;
}
.wrapper-right .bg3{
    width: 640px;
    height: 213px;
    position: absolute;
    top: -173px;
    right: 0;
    background:url("/assets/b7f2.png") 50% / cover no-repeat;;
    transform: translateX(50%);
}
.live-box{
    position: relative;
    height: 686px;
    box-sizing: border-box;
}
.live-bg{
    position: absolute;
    font-size: 0;
    bottom: 0;
    height: 442px;
    left: 0;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
    z-index: 100;
    background: 50% / 100% 442px no-repeat url("/assets/b7f2f30a-85ae.png");
}
.live-content{
    width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
}
.live-content h1{
    position: relative;
    width: 1000px;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #333;
    margin: 0 auto;
}
.live-content h1 span{
    color: #ff2c55;
}
.live-re-room{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.live-room{
    height: 265px;
    margin-top: 40px;
    position: relative;
    z-index:2000;
}
.live-room .rimg{
    border-radius: 5px;
    width: 100%;
    height: 235px;
    transition: all 0.3s;
    position: relative;
}
.live-room .rimg:hover{
    transform: translateY(-20px);
}
.live-room  p{
    font-size: 22px;
    line-height: 1;
    margin-top: 25px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-content .more a{
    background: #fff;
    width: 150px;
    text-align: center;
    color: #ff2c55;
    font-weight: 500;
    font-size: 16px;
    margin: 107px auto 0;
    padding: 13px 0;
    display: block;
    border-radius: 100px;
    position: relative;
    z-index: 10000;
}
.live-content .rimg .iiii{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.bofan{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height: 40px;
    border-radius: 50px;
    background-color:rgba(255,255,255,.8);
    color: #FF2C55;
    line-height: 40px;
    display: none;
    justify-content: center;

}
.live-room .rimg:hover .bofan{
    display: flex;
}
/*! CSS Used from: http://video04.yunkew.net/assets/css/reset.css */
ul,li,p{font-weight:400;margin:0;padding:0;}
h5{margin:0;padding:0;}
img{border:0 none;}
ul{list-style-image:none;list-style-position:outside;list-style-type:none;}
a{text-decoration:none;}
/*! CSS Used from: http://video04.yunkew.net/assets/css/common.css */
a{text-decoration:none;color:#000;}
/*! CSS Used from: Embedded */
a{text-decoration:none;color:#000;}
*,::after,::before{box-sizing:border-box;}
h5{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
ul{margin-top:0;margin-bottom:1rem;}
a{color:#007bff;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
h5{margin-bottom:.5rem;font-weight:500;line-height:1.2;}
h5{font-size:1.25rem;}
.small{font-size:80%;font-weight:400;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
    .container{max-width:540px;}
}
@media (min-width:768px){
    .container{max-width:720px;}
}
@media (min-width:992px){
    .container{max-width:960px;}
}
@media (min-width:1200px){
    .container{max-width:1140px;}
}
@media (min-width:576px){
    .container{max-width:540px;}
}
@media (min-width:768px){
    .container{max-width:720px;}
}
@media (min-width:992px){
    .container{max-width:960px;}
}
@media (min-width:1200px){
    .container{max-width:1140px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-12,.col-md-2,.col-md-5{position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
@media (min-width:768px){
    .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
    .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
}
.bg-light{background-color:#f8f9fa!important;}
.border-top{border-top:1px solid #dee2e6!important;}
.d-none{display:none!important;}
.d-block{display:block!important;}
@media (min-width:768px){
    .d-md-none{display:none!important;}
    .d-md-block{display:block!important;}
}
.mt-3{margin-top:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.pt-5{padding-top:3rem!important;}
.pb-5{padding-bottom:3rem!important;}
.text-center{text-align:center!important;}
@media print{
    *,::after,::before{text-shadow:none!important;box-shadow:none!important;}
    a:not(.btn){text-decoration:underline;}
    img{page-break-inside:avoid;}
    p{orphans:3;widows:3;}
    .container{min-width:992px!important;}
}
li{list-style:none;}
a{color:#212529;}
a:hover{text-decoration:none;}
p,ul{margin:0px;padding:0px;}
.text-secondary a{color:#6c757d;}
.code,.code img{height:100px;}
.lh-2{line-height:2;}
.lh-3{line-height:3;}
ul,li{font-weight:400;margin:0;padding:0;}
img{border:0 none;}
ul{list-style-image:none;list-style-position:outside;list-style-type:none;}
a{text-decoration:none;}
a{text-decoration:none;color:#000;}
a{text-decoration:none;color:#000;}

.room-bg-box{
    width: 1000px;
    margin:0 auto;

}
.room-live-item{
}
.items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.room-live-item img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}
.room-live-item p{
    box-sizing: border-box;
    height: 60px;
    padding: 18px 0;
    font-size: 18px;
    font-weight: bolder;
}
.room-title{
    line-height: 70px;
    height: 70px;
}
.room-title h4{
    font-size: 24px;
    color: #ff2c55;
    line-height: 70px;

}
.usercount{
    width: 20px;
    height: 15px;
    position: absolute;
    right: 40px;
    bottom: 20px;
    z-index:10000;
    display: flex;
    gap: 10px;
}
.usercount img{
    width: 100%;
    height: 20px;
}
.usercount  span{
    color: #fff;
}
.online-{
    position: absolute;
    left: 10px;
    top: 10px;
}
.online- span{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(0,0,0,0.5);
    padding-left: 20px;
}
.online- span:before{
    display: inline-block;
    background-color: orange;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}