* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: initial !important;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.openBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #F4F4F8;
    z-index: 999999999 !important;
    display: none;
}

.openBoxShow {
    display: block;
}

.openBox .weixin-tip {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 280px;
    padding: 55px 0 0;
    text-align: left;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAACICAMAAABQgAwUAAAAMFBMVEUAAADY2NjY2NjY2NjY2NjY2NjY2NjY2NjX19fY2NjY2NjY2NjY2NjY2NjY2NjY2Njr/TvvAAAAD3RSTlMAxy89c9CdTRyG7lvcD7FzqbJAAAACFklEQVR42uWYy4rkMBAErZdlPdzx/3+7LAw0tH0Y2orDsnnyKQlSVaWytoc6xrEpigFoinUAIBnWABAE5woW9o6GPbGwI1jYGSzsgoV9goU9wMLe0bA7FnYCC7uBhV2wsE+wsAdY2AENGyzsBBZ2Q8MuWNgH94pLbgELO6Bhg4VdwcJuaNgTCzuChZ3Bwg5o2GBhV7CwdzTsjoUdwcLOYGEXLOwTLOwBFvaOht2xsBNY2I1f6lhaenvhrfpkAblab+k9b/OD0iuX2F9/x8D+7ZL2pmpbuj+6o3Vg//oWmPU9p65VkXL6+oIJ8S738nwj62Pb1lvHACH+fBs7sG59U3yrVD3rce3GVcp8qGkPAGTprQUYy6xfaE8i82b6S7/pfZnzdYQIHeOXdfYKpHoFcmrvWlM8RW+CDO8JMWoNM/+FeyB4UfMpL48g5qG1Iqc29YI3mqq2knXvEJu2onJoQy9ok4mkQZf/GjqitUvQyqN6SU8NOvOhHq25xNCWj6LFQdLiyKuaZWpxBC2OrFVHxdryElbQsVtBx6KN0qAd4a71yo610uxa2b0s5xg052I5p26d4MCqusZFwzrAnqQhSogSMnkNcr+GUS3kEKWS62NJFlNCToWLZpWMe14RReGqdjz2PfNECbkGbrQ/Nj5q5y7j8/HRTW5UhvHfA7Mdzitji8rfWsgX3gVZ91eO22odKed6LLf9A/sRnc74RV7lAAAAAElFTkSuQmCC) no-repeat right top;
    background-size: 45px 68px
}

.openBox .weixin-tip-img {
    padding: 150px 0 0;
    width: 100%;
}

.openBox .weixin-tip-img::after {
    display: block;
    margin: 15px auto;
    content: ' ';
    background-size: cover
}

.openBox .weixin-tip-img.iphone::after {
    width: 320px;
    height: 220px;
    background-image: url("../image/ios.png")
}

.openBox .weixin-tip-img.android::after {
    width: 320px;
    height: 240px;
    background-image: url("../image/android.png")
}

.openBox .btn {
    width: 140px !important;
    height: 35px;
    border: 1px solid rgb(173, 173, 173);
    border-radius: 35px;
    text-align: center;
    line-height: 35px !important;
    margin: 40px auto;
    display: block;
    color: #000 !important;
    font-size: 14px !important;
}



.liveBox {
    padding-top: 5px;
}

.headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 24px;
    margin: 0 15px 10px;
}

.bulletinBoxWrap {
    width: 65%;
    max-width: 65%;
    height: 24px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    background: url('../image/icon.png') left center no-repeat;
    background-size: 16px;
}

.bulletinBox {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    line-height: 24px;
    padding: 0 15px;
    box-sizing: border-box;

    white-space: nowrap;
    overflow: hidden;
}

.scroll-item {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    /* 间距调整 */
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-110%);
    }
}


.scroll-view {
    height: 100%;
    background:#000;
    padding-top: 1px;
    overflow-y: scroll;
}

.downIcon {
    width: 94%;
    border-radius: 4px;
    position: fixed;
    left: 3%;
    top: 10px;
    z-index: 9999;
}

.content .liveTitleWrap {
    border-left: 5px solid #E1E1E1;
    line-height: 15px;
    margin: 20px 15px 10px;
    color: #E1E1E1;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 600;
}

.content .listFixed {
    margin-top: 59px;
}

.content .bannerBox {
    width: 100%;
    height: 220px;
    position: relative;
}

.content .bannerBox .banner {
    width: 100%;
    height: 220px;
}

.content .bannerBox .test {
    color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.content .liveListBox {
    position: relative;
    margin: 10px 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .liveListBox .liveList {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    overflow: hidden;
    width: 48%;
    position: relative;
}
.content .liveListBox .liveListOne{
    width: 100%;
}

.content .liveListBox .liveList .listTitle {
    height: 40px;
    padding: 0 5px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right:0;
    top:-5px;
    z-index: 2;
}

.content .liveListBox .liveList .listTitle .left {
    height: 40px;
}

.content .liveListBox .liveList .listTitle .left .icon {
    width: 13px;
    height: 14px;
    margin-right: 4px;
}

.content .liveListBox .liveList .listTitle .left .name {
    font-weight: 500;
    font-size: 13px;
    color: #333;
    line-height: 40px;
}

.content .liveListBox .liveList .listTitle .iconBox {
    align-items: center;
}

.content .liveListBox .liveList .listTitle .iconBox .icon {
    width: 12px;
    height: 8px;
    display: block;
}

.content .liveListBox .liveList .listTitle .iconBox .isOnline {
    /* margin-right: 10px; */
}

.content .liveListBox .liveList .listTitle .iconBox .isOnlineImg {
    height: 16px;
}

.content .liveListBox .liveList .listTitle .iconBox .isOnline .dian {
    width: 5px;
    height: 5px;
    border-radius: 8px;
    display: block;
    background: #e43100;
}

.content .liveListBox .liveList .listTitle .iconBox .isOnline .on {
    background: #27C500;
}

.content .liveListBox .liveList .listTitle .iconBox .isOnline .test {
    color: #333;
    padding-left: 5px;
    font-size: 10px;
}

.content .liveListBox .liveList .listTitle .iconBox .dianIcon {
    width: 13px;
    height: 8px;
    margin-left: 10px;
    display: block;
}

.content .liveListBox .liveList .imgBox {
    position: relative;
    width: 100%;
    height: 94px;
}

.content .liveListBox .liveListOne .imgBox {
    height: 195px;
}

.content .liveListBox .liveList .imgBox .img {
    width: 100%;
    height: 190px;
    border-radius: 4px;
    border: 1px solid #434343;
    display: block;
}

.content .liveListBox .liveList .imgBox .video {
    width: 100%;
    height: 180px;
    border-radius: 4px;
    border: 1px solid #434343;
    display: block;
}

.content .liveListBox .liveList .imgBox .playBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content .liveListBox .liveList .imgBox .playBox .videoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff url('../image/loading2.gif') center center no-repeat;
    background-size: 40px 40px;
}

.content .liveListBox .liveList .imgBox .playBox .play {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;

}

.content .liveListBox .liveList .imgBox .offlineBox {
    background: rgba(0, 0, 0, 0.5);
    color: #d5d5d5;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}

.content .liveListBox .liveList .imgBox .offlineBox .name {
    display: block;
    width: 100%;
}

.content .liveListBox .liveList .imgBox .offlineBox .test {
    font-size: 12px;
    margin-top: 5px;
}

.content .liveListBox .liveList .bottomBox {
    background: rgba(255, 255, 255, 0.6);
    height: 48px;
}

.content .liveListBox .liveList .bottomBox .btnBox {
    width: 50%;
}

.content .liveListBox .liveList .bottomBox .btnBox .icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.content .liveListBox .liveList .bottomBox .btnBox .test {
    font-size: 14px;
    color: #333;
}

.content .liveListBox .liveList .lockBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
    align-content: center;
}
.content .liveListBox .liveList .lockBox .lockIcon {
    width: 25px;
    height: 25px;
}

.content .liveListBox .liveList .lockBox .text {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
}

.downApp {
    position: fixed;
    left: 0;
    bottom: 40px;

    width: max-content;
    padding: 0 15px;
    height: 30px;
    color: rgb(255, 255, 255);
    display: block;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    border: none;
    box-shadow: rgba(18, 18, 18, 0.25) 0px 2px 5px;
    background-color: #ff8d00;
    font-size: 12px;
    border-radius: 30px;
    text-align: center;
    align-items: center;
    z-index: 1000000;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    user-select: none;
}

.top-right-Box{
    position: fixed;
    top:100px;
    right:0;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ff8d00;
    padding: 2px 10px 2px 2px;
    border-radius: 26px 0 0 26px;
}
.top-right-Box .icon{
    width: 26px;
    height: 26px;
    border-radius: 26px;
}

.top-right-Box .text{
    font-size: 12px;
    color:#fff;
    padding: 0 6px;
}

.top-right-Box .icon2{
    width: 7px;
    height: 12px;
}





.historyFixed {
    padding-top: 64px;
}


.content .video_box .bgcolor {
    filter: blur(5px);
}

.LiveNavBox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;

    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #1d2028;
    z-index: 9;
}

.LiveNavBox .nav {
    padding: 5px 0;
    width: 33.33%;
}

.LiveNavBox .nav .icon {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.LiveNavBox .nav .test {
    font-size: 11px;
    text-align: center;
    padding-top: 3px;
    color: #ccc;
}

.LiveNavBox .nav.cur .test {
    color: #ff5a96;
}

.moreBox {
    margin: 20px 0;
    width: 100%;
}

.moreBox .test {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.moreBox .icon {
    width: 20px;
    display: block;
    margin: 0 auto;
}

.bownBoxWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}

.bownBoxWrap .bownBox {
    width: 80%;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 40px;
    position: relative;
}

.bownBoxWrap .bownBox .topBg {
    width: 100%;
    display: block;
}

.bownBoxWrap .bownBox .icon {
    width: 81%;
    position: absolute;
    top: -70px;
    left: 14%;
}

.bownBoxWrap .bownBox .test {
    font-family: HiraginoSansGB, HiraginoSansGB;
    font-weight: normal;
    font-size: 24px;
    color: #EE8029;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.bownBoxWrap .bownBox .btn {
    background: url("../image/button@2x.png") center center no-repeat;
    width: 202px;
    height: 44px;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 44px;
}


.loadingBoxbox{
    height: 100%;
    width: 100%;
    background:rgba(0, 0, 0, 0.6);
    position: fixed;
    top:0;
    left: 0;
    z-index: 99999999;
    flex-wrap: wrap;
    align-content: center;
    
}
.loadingBoxbox .loadingBox{
    padding: 10px;
    background: #131313;
    border-radius: 10px;
    margin:0 auto 12px;
}
.loadingBoxbox .test{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 21px;
}
.loadingBoxbox .loading {
  position: relative;
  width: 40px;
  height: 40px;
  border: 4px solid #FF5A96;
  border-top-color: #343434;
  border-right-color: #343434;
  border-bottom-color: #343434;
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}