/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    color: #444;
}

body {
    background: #f3f3f3 none repeat 0 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


.ellipsismore {
    display: -webkit-inline-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.goTop{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 300px;
    bottom: 150px;
    z-index: 55;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goTop img{
    width: 40px;
}

/* img {
    border: none;
    display: block;
} */
.main-wrap {
    width: 1200px;
    margin: 0 auto;
}


.search_classify{
    margin: 20px 0;
    padding: 20px 15px ;

}
.search_classify>span{
    width: 100%;
    margin-bottom: 10px;
    color: #444;
    display: flex;
    align-items: center;
    font-size: 16px;

}
.search_classify>span:last-child{
    margin-bottom: 0;
}
.search_classify a{
    display: inline-block;
    width: 87%;
    color: #f21646;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top {
    min-width: 1200px;
    color: white;
    background: #C60100;
}

.main-wrapL {
    margin: 20px auto;
    background: #C60100;
}

.logo {
    width: 260px;
    font-size: 25px;
    line-height: 70px;
    font-family: FZShangKuS-R-GB-Regular, FZShangKuS-R-GB;
    height: 70px;
}

.logo h1 a {
    font-family: FZShangKuS-R-GB-Regular, FZShangKuS-R-GB;
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    position: absolute;
    font-weight: 900;
    color: #FFFFFF !important;
}

.ul-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    /*width: 940px;*/
}

.ul-wrap>div{
    position: relative;
    height: 70px;
    line-height: 70px;
    display: block;

}
.ul-wrap_tab_classify{
    position: absolute;
    width: auto;
    min-width: 120px;
    height: auto;
    min-height: 100px;
    background-color: #fff;
    z-index: 11;
    top: 70px;
    left: 50%;
    padding: 0 5px;
    transform: translate(-50%, 0);
    display: none;
    border-radius: 8px;
    box-shadow: 3px 3px 6px -1px #e0e0e0;
    transition: All 0.2s  ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}
.ul-wrap_tab_classify>div{
    line-height: 25px;
    padding: 10px 10px;
    text-align: center; width: auto;
    min-width: 120px;

}
.ul-wrap_tab_classify>div a{
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
}

.ul-wrap>div img.down{
    position: absolute;
    display: block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s  ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.ul-wrap_tab:hover .ul-wrap_tab_classify{
    display: block;
}
.ul-wrap_tab:hover img.down{
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}
.ul-wrap>div a.navList{
    font-size: 16px;
    color: #fff;
    position: relative;
}

.ul-wrap>div:nth-child(1) {
    margin-left: 34px;
}

.flex {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.botm {
    padding-top: 10px;
    min-width: 1200px;
    background: #212224;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.layui-btn-group{
    margin-left: 0 !important;
    display: flex !important;
    justify-content: center;
}

.layui-btn-group span{
    margin:0 10px;
    border-radius: 4px;
}

.botm1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.botm1 h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.botm1-ul {
    display: flex;
    align-items: center;

}

.botm1-ul li a {
    margin-left: 30px;
    color: #8D93A1;
}

.a1 {
    margin-left: 10px;
}

.botm2-ul a {
    color: #8D93A1;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
    font-size: 14px;
}

.botm2 {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-bottom: solid 1px #161617;
    margin-top: 10px;
}

.botm3 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.botm3 p {
    color: #8D93A1;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.botm3 p a {
    color: #8D93A1;
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px;
}

.hang {
    width: 400px;
    border-radius: 10px;
    border: 1px solid #888888;
}

.box {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 20px;
    width: 100%;
}

.left-box {
    background: #Fff;
    box-sizing: border-box;
    padding: 20px;
}

.right-box {
    background: #Fff;
    box-sizing: border-box;
    padding: 20px;
}

.box-w1 {
    margin-right: 12px;
    width: 780px;
    box-sizing: border-box;
}

.box-w2 {
    width: 400px;
}

.martop {
    margin-top: 10px;
}

.flexzixun {
    display: flex;
    align-items: center;
}

.flexzixun h1 {
    margin-left: 10px;
    font-size: 16px;
    color: #191C22;
}

.qdzx {
    display: flex;
    align-items: center;
    /* height: 50px; */
    /* padding: 10px 0; */
}

.open {
    background: #F5F7F9;
}

.ysket {
    margin-top: 10px;
}


.tags{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}
.tags a{
    margin-right: 15px;
    margin-top: 20px;
    padding:  5px 10px;
    background: #F3F4F7;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;

}


.tags a strong{
    font-weight: 600;
    font-size: 20px;
    color: #ff0091;
    margin-right: 5px;
    vertical-align: middle;
}

.tagslist{
    width: 100%;
    height: auto;
    padding: 20px;

}
.tagslist .tag{
    display: inline-block;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px #eee solid;
    text-align: center;
    color: #666;
    height: auto;
    margin-bottom: 20px;
}
.tagslist .tag a{
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
}


.qdzx span {
    margin-left: 14px;
}

.qdzx1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-top: -15px;
    font-size: 16px;
    position: relative;
}

.qdzx1 span {
    margin-left: 14px;

}

.ul-zxsp li {
    height: 126px;
    margin-top: 15px;
    cursor: pointer;
    border-bottom: 1px solid #EEF3F8;
    padding-bottom: 15px;
    flex-shrink: 0;
}

.ul-zxsp li:hover .right1-u-zxsp p{
    color: #f21646;
}

.ul-zxsp li a {
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
    width: 100%;
    height: 100%;
}

.ul-zxsp1 li:hover .right-u-zxsp>p{
    color:#f21646;
}

.ul-zxsp1 li a {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ul-zxsp li img {
    width: 184px;
    height: 125px;
    border-radius: 4px;
    object-fit: cover;
}

.ul-zxsp1 li {
    width: 100%;
    padding-top: 5px;
    box-sizing: border-box;
    height: 88px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.right-u-zxsp {
    margin-left: 10px;
    height: 88px;
    width: calc(100% - 130px);
}

.ul-zxsp1 li img {
    width: 120px;
    height: 76px;
    border-radius: 4px;
    object-fit: cover;
}

.right-u-zxsp p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tws {
    width: 100%;
    /*height: 35px;*/
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-u-zxsp span {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;

}

.padd {
    padding: 30px;
}

.right1-u-zxsp {
    margin-left: 16px;
    height: 100%;
    width: calc(100% - 200px);
    position: relative;
}

.right1-u-zxsp p {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.tws1 {
    width: 100%;
    height: 35px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 5px;
}

.right1-u-zxsp span {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    height: auto;

}
.right1-u-zxsp span:last-child{
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.jcjj li {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 350px;
}

.rmhf li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
    margin-top: unset !important;
}

.rmhf li:nth-child(1) {
    margin-top: 19px;
}

.rmhfLi span {
    color: #9C9FA4;
}

#bread {
    width: 1200px;
    margin: 20px auto;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

#bread a {
    color: #333;
}

#bread b {
    margin: 0 8px 0 5px;
}


.rdzbbh {
    height: 90px;
    overflow: hidden;
    line-height: 40px;
    background: #F3F4F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px 20px 30px 15px;
    color: #fff;
    background: url(https://www.shenghuituandui.com/static/css/images/rdzbbh.png) no-repeat center;
    display: none;
}

.rdzbbh2 {
    height: 40px;
    line-height: 40px;
    background: #F3F4F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin-top: 16px;
    overflow: hidden;
}

.rdzbbh4 {
    display: flex;
}

.rdzbbh2 .rdzbbh4>div:nth-child(1) {
    color: #EF0166;
    margin-left: 20px;
    font-weight: 600;

}

.rdzbbh2 .rdzbbh4>div:nth-child(2) {
    color: #707070;
    margin-left: 10px;

}

.rdzbbh2 .rdzbbh4 div:nth-child(3) {
    display: flex;
    width: 180px;
    color: #707070;
    margin-left: 10px;

}

.divEllipsis {
    color: #707070;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rdzbbh1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}

.rdzbbh1 p {
    color: #fff;
}

.rdzbbh1 img {
    width: 33px;
    height: 33px;
}

.rdzbbh1 a {
    color: #fff;
}

.active {
    color: #61F6FF;
}

.qdxq {
    /* background: url(/static/home/images/qdxq.png)no-repeat center; */
    background: url(https://www.shenghuituandui.com/static/css/images/qdxq.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.qdxq img {
    width: 51px;
    object-fit: contain;
    height: 51px;
}

.lxsp-box {
    width: 100%;
    display: flex;

}

.lxsp {
    width: 50%;
    height: 48px;
    background: #A5A5A5;
    text-align: center;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}

.ztz_fllieb {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;

}

#test2 {
    display: none;
}

.ztz_fllieb li {
    width: calc(calc(100% / 5) - 30px);
    box-sizing: border-box;
    height: 105px;
    border-radius: 4px;
    border: 1px #eee solid;
    text-align: center;
    display: inline-block;
    margin: 0 15px 30px;
}
.ztz_fllieb li a{
    display: inline-block;
    height: 100%;
    width: 100%;
}

.ztz_fllieb li span {
    display: block;
    height: 72px;
    overflow: hidden;
}

.ztz_fllieb>li:hover img {
    transform: scale(1.08);
}

.ztz_fllieb li img {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    object-fit: contain;
    transition: all 0.5s;
}

.ztz_fllieb .ztz_dwmc {
    color: #666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fenye {
    width: 500px;
    height: 38px;
    display: flex;
    margin-top: 30px;
}

.fenye div {
    content: "next";
    width: 35px;
    height: 32px;
}

.fen-ul {
    display: flex;
}

.fen-ul li {
    width: 35px;
    height: 32px;
}


.timeLive {
    margin-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.timeLive::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 16px;
    width: 3px;
    height: 16px;
    background-color:#ff0091;
}


.timeLive1 {
    margin-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    padding: 12px 0;
}

.timeLive1::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 3px;
    height: 16px;
    padding: 12px 0;
    background-color: #C60100;
}

.grayline {
    margin-top: 10px;
    border-bottom: 1px solid #EEF3F8;
    width: 100%;
}

.qdzx img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.jijinTitle {
    padding-top: 10px;
    padding-left: 20px;
}

.hotlive img {
    width: 23px;
    height: 18px;
}

.hotlive span {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}
.bcgFFF {
    background-color: #fff !important;
}

.jijinInfo {
    padding: 10px 20px 20px 20px
}

/* ****************** */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.livesource {
    display: flex;
    justify-content: center;
}

.livesource>li {
    position: relative;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    font-size: 16px;
    padding: 0 18px 0 32px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.livesource>li::before {
    content: "";
    position: absolute;
    top: 11px;
    left:16px;
    width: 12px;
    height: 12px;
    background: url(https://www.shenghuituandui.com/static/css/images/livesource.png) no-repeat center center/100% 100%;
}




/* ****************** */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.ActBrcolor1 {
    border-bottom: 3px solid #c60100 !important;
}
.livesource {
    display: flex;
    justify-content: center;
}

.livesource>li {
    position: relative;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    font-size: 16px;
    padding: 0 18px 0 32px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.livesource>li::before {
    content: "";
    position: absolute;
    top: 11px;
    left:16px;
    width: 12px;
    height: 12px;
    background: url(https://www.shenghuituandui.com/static/css/images/livesource.png) no-repeat center center/100% 100%;
}


.gmliveBtm {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: linear-gradient(to top, #151a1159, #151a1159);
    display: flex;
    justify-content: center;

}

.gmliveBtmLi {
    cursor: pointer;
}

.gmliveBtm li:nth-child(1) {
    margin-right: 100px;
    padding: 0 20px;
    color: #fff;
}

.gmliveBtm li:nth-child(2) {
    margin-left: 100px;
    padding: 0 20px;
    color: #fff;
}


/* 最新资讯 */
.newinfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newinfoBox h3 {
    text-align: center;
}

.newinfo {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.newinfo img {
    width: 192px;
    height: 108px;
    border-radius: 4px;
    margin-right: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newinfo li {
    width: 590px;
    display: flex;
    font-size: 18px;
}

.newinfoDiv {
    padding: 4px 0;
}

.newinfoDiv>p:nth-child(1) {
    margin-bottom: 20px;
    width: 350px;
}

.newinfoDiv p:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.bRadius{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ulTitle {
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ulTitle li  {
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moreA {
    width: 40px;
}
.moreA a{
    display: block;
}


.classfiy_conturn{
    background: #fff;
    width: 100%;
    margin: 10px 0 10px;
    padding: 10px ;
    box-sizing: border-box;
}
.classfiy_conturn .fl{
    float: left;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}
.classfiy_conturn .fl img{
    width: 20px;
    height: 20px;
    object-fit: cover;
    vertical-align: sub;
}
.classfiy_conturn .fl a{
    min-width: 106px;
    padding: 10px 15px;
    line-height: 25px;
}
.classfiy_conturn .fr{
    float: right;
    margin: 10px 10px;
    line-height: 25px;
}

.classfiy_conturn .fl a:hover {
    background-color: #f2f4f6;
}
