
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a:link {
    text-decoration: none;
    cursor: pointer;
}
.clear{clear:none;}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #993333;
    margin: 0;
    padding: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px;
}
.swiper {
    width: 100%;
    height: 120px;
}
.swiper-slide img {
    width: 100%;
    height: 120px;
}
.v-s-nav-box-h {
    /* float: left; */
    width: 100%;
    background-color: #000;
    /* background: linear-gradient(to right, #8e2bfa, #6b28ef); */
    /* position: fixed; */
    /* top: 61px; */
    /* left: 0; */
    /* z-index: 99; */
    /* -webkit-transition: all .4s; */
    transition: all .4s;
}
.v-s-nav-box-h .s-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 10px;
}

.v-s-logo {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}
.v-s-logo img {
    max-width: 260px;
    height: 50px;
}
.v-s-nav-search-box3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.v-s-nav-search-box3 a {
    text-decoration: none;
}
.v-s-nav-search-box3 .s-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height:  31px; 
    width:150px;
    padding: 3px 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    background: rgba(255, 255, 255, .25);
}
.v-s-nav-search-box3 .s-icon-search {
    width: .34rem;
    height: .34rem;
    background: url(../images/icon-search.png) center / 100% 100% no-repeat;
}

.v-s-ul-time {
    /* float: left; */
    width: 100%;
    /* margin-top: 2px; */
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px;
    padding-bottom: 5px;
}
.v-s-li-nav-link {
    width: auto;
    height: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 30px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer;
}

.nav-menu-selected,.v-s-li-nav-link:hover {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.main-box{
    max-width: 600px;
}
.alert-primary{
    padding: 5px 0px;
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    background: #cce5ff;
    align-items: center;
}
.announcement-bar {
    /*overflow: hidden;*/
    white-space: nowrap;
    animation: scroll-left 13s ease-out infinite;
    color: #004085;
}
@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.bi-bell-fill{z-index:10;background-color:#cce5ff}
.bi-bell-fill img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
}
.app{
    padding: 5px 0;
    background-color: white;
}
.app ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}


.app ul li {
    width: 16.5%;
    text-align: center;
    list-style-type: none;
}

.app ul a {
    font: 12px / 28px Tahoma, 'Microsoft Yahei', Simsun;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.app ul li img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 12px;
}
.hengfu2{
    margin-top:10px;
}
.hengfu2 img {
    height: 60px;
    width: 100%;
}

.txtguanggao {
    width: 100%;
    overflow: hidden;
    display: block;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.txtguanggao a {
    width: 16.3%;
    float: left;
    border-radius: 3px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: rgb(255, 153, 159);
    margin: 1px;
    transition-duration: .3s;
}

 .txtguanggao a:nth-child(1) {
    background-color: #FF3366;
}
.txtguanggao a:nth-child(2) {
    background-color: #66CC00;
}
.txtguanggao a:nth-child(3) {
    background-color: #33CCFF;
}
.txtguanggao a:nth-child(4) {
    background-color: #ffab00;
}
.txtguanggao a:nth-child(5) {
    background-color: #ff00f1;
}
.txtguanggao a:nth-child(6) {
    background-color: #fb3939;
}
.txtguanggao a:nth-child(7) {
    background-color: #ff0000;
}
.txtguanggao a:nth-child(8) {
    background-color: #2b36ff;
}
.txtguanggao a:nth-child(9) {
    background-color: #00a90a;
}
.txtguanggao a:nth-child(10) {
    background-color: #00b523;
}
.txtguanggao a:nth-child(11) {
    background-color: #ff0040;
}
.txtguanggao a:nth-child(12) {
    background-color: #ff7c00;
}
.txtguanggao a:nth-child(13) {
    background-color: #006c82;
}
.txtguanggao a:nth-child(14) {
    background-color: #77674b;
}
.txtguanggao a:nth-child(15) {
    background-color: #996699;
}
.txtguanggao a:nth-child(16) {
    background-color: #666666;
}
.txtguanggao a:nth-child(17) {
    background-color: #006699;
}
.txtguanggao a:nth-child(18) {
    background-color: #993333;
}
.txtguanggao a:nth-child(19) {
    background-color: #993333;
}
.txtguanggao a:nth-child(20) {
    background-color: #333300;
}
.txtguanggao a:nth-child(21) {
    background-color: #663366;
}
.txtguanggao a:nth-child(22) {
    background-color: #FF3366;
}
.txtguanggao a:nth-child(23) {
    background-color: #99ff33;
}
.txtguanggao a:nth-child(24) {
    background-color: #996699;
}
.txtguanggao a:nth-child(25) {
    background-color: #666666;
}
.txtguanggao a:nth-child(26) {
    background-color: #006699;
}
.txtguanggao a:nth-child(27) {
    background-color: #993333;
}
.txtguanggao a:nth-child(28) {
    background-color: #6593b7;
}
.txtguanggao a:nth-child(29) {
    background-color: #96593e;
}
.txtguanggao a:nth-child(30) {
    background-color: #3e9096;
}
.txtguanggao a:nth-child(31) {
    background-color: #dc3545;
}
.txtguanggao a:nth-child(32) {
    background-color: #ffc107;
}
.txtguanggao a:nth-child(33) {
    background-color: #f9b30f;
}
.txtguanggao a:nth-child(34) {
    background-color: #00a90a;
}
.txtguanggao a:nth-child(35) {
    background-color: #fb3939;
}
.txtguanggao a:nth-child(36) {
    background-color: #00b523;
}
.txtguanggao a:nth-child(37) {
    background-color: #993333;
}
.txtguanggao a:nth-child(38) {
    background-color: #ff0040;
}
.txtguanggao a:nth-child(39) {
    background-color: #00a90a;
}
.txtguanggao a:nth-child(40) {
    background-color: #FF3366;
}
.txtguanggao a:nth-child(41) {
    background-color: #66CC00;
}
.txtguanggao a:nth-child(42) {
    background-color: #33CCFF;
}
.txtguanggao a:nth-child(43) {
    background-color: #ffab00;
}
.txtguanggao a:nth-child(44) {
    background-color: #ff00f1;
}
.txtguanggao a:nth-child(45) {
    background-color: #fb3939;
}
.txtguanggao a:nth-child(46) {
    background-color: #ff0000;
}
.txtguanggao a:nth-child(47) {
    background-color: #2b36ff;
}
.txtguanggao a:nth-child(48) {
    background-color: #00a90a;
}
.txtguanggao a:nth-child(49) {
    background-color: #00b523;
}
.txtguanggao a:nth-child(50) {
    background-color: #ff0040;
}
.txtguanggao a:nth-child(51) {
    background-color: #ff7c00;
}
.txtguanggao a:nth-child(52) {
    background-color: #006c82;
}
.txtguanggao a:nth-child(53) {
    background-color: #77674b;
}
.txtguanggao a:nth-child(54) {
    background-color: #996699;
}
.txtguanggao a:nth-child(55) {
    background-color: #666666;
}
.txtguanggao a:nth-child(56) {
    background-color: #006699;
}
.txtguanggao a:nth-child(57) {
    background-color: #993333;
}
.txtguanggao a:nth-child(58) {
    background-color: #993333;
}
.txtguanggao a:nth-child(59) {
    background-color: #333300;
}
.txtguanggao a:nth-child(60) {
    background-color: #663366;
}
.txtguanggao a:nth-child(61) {
    background-color: #FF3366;
}
.txtguanggao a:nth-child(62) {
    background-color: #99ff33;
}
.txtguanggao a:nth-child(63) {
    background-color: #996699;
}
.txtguanggao a:nth-child(64) {
    background-color: #666666;
}
.txtguanggao a:nth-child(65) {
    background-color: #006699;
}
.txtguanggao a:nth-child(66) {
    background-color: #993333;
}
.txtguanggao a:nth-child(67) {
    background-color: #6593b7;
}
.txtguanggao a:nth-child(68) {
    background-color: #96593e;
}
.txtguanggao a:nth-child(69) {
    background-color: #3e9096;
}
.txtguanggao a:nth-child(70) {
    background-color: #dc3545;
}
.txtguanggao a:nth-child(71) {
    background-color: #ffc107;
}
.txtguanggao a:nth-child(72) {
    background-color: #f9b30f;
}
.txtguanggao a:nth-child(73) {
    background-color: #00a90a;
}
.txtguanggao a:nth-child(74) {
    background-color: #fb3939;
}
.txtguanggao a:nth-child(75) {
    background-color: #00b523;
}
.txtguanggao a:nth-child(76) {
    background-color: #993333;
}
.txtguanggao a:nth-child(77) {
    background-color: #ff0040;
}
.txtguanggao a:nth-child(78) {
    background-color: #00a90a;
}
.txtguanggao a:hover {
    background: #DC3545;
    color: #FFF
}

.appel {
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
}
.flex-row {
    display: flex;
    flex-direction: row !important;
}
.flex-column {
    display: flex;
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.app-item {
    border: 1px solid #161515 !important;
    border-radius: 8px;
    width: 100%;
}
.pl-2 {
    padding-left: 10px;
    width: 100%;
}
.p-1 {
    padding: 3px;
}
.m-1 {
    margin: 3px;
}
.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}
.app-img {
    width: 80px;
    height: 80px;
}
.app-name {
    color: #ff0080;
    font-size: 16px;
    font-weight: 700;
}
.app-desc {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.app-down {
    font-size: 12px;
    color: #fff;
}
.app-button {
    border: 1px solid #d03fe5 !important;
    background-color: #ff1493;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: -10px;
}
.app-item {
    border: 1px solid #161515 !important;
    border-radius: 8px;
    width: 47%;
}

.title-name {
    font-size: 20px;
    font-weight: bold;
    color: #111;
    margin-left: 10px;
}
.item-box{
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding:10px 0px;
}
.item-title-box{
    width: 100%;
}
.item-vide-n {
    width: calc(50% - 20px);
    height: auto;
    margin-top: 10px;
    margin-left: 13px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.s-two {
    width: calc(100% - 26px);
}
.rank-a {
    height: 180px;
    border-radius: 6px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.s-two .rank-a {
    height: 240px;
}
.pre-date{
    position:relative; z-index: 4;padding-left: 15px; color: #fff;
}
.rank-a .pre-img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    z-index: 1;
}
 .pre-eye {
    float: left;
    width: 50%;
    position: relative;
    z-index: 4;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 10px;
}
 .pre-time {
    float: right;
    width: 42%;
    position: relative;
    z-index: 4;
    margin-bottom: 5px;
}
.mask_info {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
}
.mask_info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    /* background-image: url(../images/img_black_mask.png); */
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.pre-time,.pre-eye{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mask_info img{
    width: 14px;
    height: 14px;
}
.rank-title {
    font-size: 16px;
    -webkit-line-clamp: 1;
    height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000;
}

.float-div-right{
    position: fixed; bottom:68%; z-index: 19999 !important; right: 2px;
}

.float-div-left{
    position: fixed; bottom:68%; z-index: 19999 !important; left: 2px;
}
.float-img-icon{
    border-radius:50%;position:absolute;top:3px;right:3px;cursor:pointer;width:15px;height:15px;z-index:19000;
}
.float-div-left .float-img-icon{
    left:3px;
}
.float-img{
    margin:10px;border-radius: 15px;border: solid 2px red;width: 67px;height: 67px;
}
.paging{
    width: 100%;
}
 .pagination-box {
    padding-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.page-link {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-box ul {
    margin-bottom: 10px !important;
    display: flex;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
 .pagination-box .page-link {
    padding: 5px 10px;
    font-size: 16px;
    border-width: 1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.detail-box{
    margin-top:10px;
    background: #fff;
}
.video-title {
    width: 100%;
    font-size: 17px;
    text-align: left;
    color: #000;
    padding-top: 15px;
}
.tips-remind {
    border: 1px solid #ceecff;
    background: rgba(255, 255, 255, 0.1);
    text-align: left;
    height: auto;
    color: #222;
    background-color: #e6f7ff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.m1938 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    height: 360px;
}
.top-section {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.poster {
    width: 200px;
    height: 260px;
    margin-right: 20px;
    border-radius: 4px;
}
.poster img {
    width: 200px;
    height: 250px;
}
.info-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.info-list div {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.button-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.button-section button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #2a2a2a;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10px;
}
.s-video-b-btn-box {
    padding: 14px;
    font-size: 18px;
    margin-top: 6px;
    line-height: 29px;
    color: #fff;
    background: #2a2a2a;
    border-radius: 6px;
    text-align: center;
}
.s-video-b-btn-box .s-copy-link {
    cursor: pointer;
    word-break: break-all;
}
.m1939{
    height: 452px;
}
.vtag-list {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 12px 0;
    position: relative;
    padding: 15px 0;
    overflow: hidden;
}
.loop-slider .inner {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
}

@keyframes loop {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}
.vtag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    font-size: 20px;
    color: #e2e8f0;
    background-color: #334155;
    background: #fcf8e3;
    color: #e67e23;
    border-radius: 2px;
    padding: 5px 10px;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1), 0 5px 5px rgba(0, 0, 0, .02), 0 5px 5px rgba(0, 0, 0, .02);
}
.vtag span {
    font-size:20px;
    color: #e67e23;
}
.search-box{
    padding: 50px 0px;
    background: #000;
}
.search-content {
    width: 100%;
    height: 40px;
    display: flex;
    background-color: #2e1c56;
    border-radius: 24px;
    overflow: hidden;
}
.search-content .input {
    /* flex: 1; */
    width: 80%;
}
.search-content .input input {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    color: #333;
    word-wrap: break-word;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    /* padding: 0 0px 0px 30px; */
    height: 100%;
    font-size: 14px;
    height: 39px;
    padding-left: 30px;
    margin: 0;
    border: none;
}
.search-content .input .input-border {
    display: none;
}
.search-content .button {
   padding: 0 20px;
   height: 40px;
   line-height: 40px;
   background-color: #ff4f6b;
   cursor: pointer;
   user-select: none;
   width: 58px;
   text-align: center;
   color: #fff;
   z-index: 30;
   width: 20%;
}
.search-list-box{
    background: #000;
}
.search-home {
    padding: 10px 32px 32px;
    color: #fff;
}
.search-form {
    position: relative;
    max-width: 584px;
    margin: 0 auto;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.tags-rect .badge-light {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
    user-select: none;
}
.x_tap_top {
    position: fixed;
    right: 10px;
    bottom: 130px;
    z-index: 99999999999;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.12);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.x_tap_top img{
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 640px) {
    .app ul li {
        width: 20%;
    }
    .hengfu2 img {
        height: 18.2vw;
        width: 100%;
    }
    .txtguanggao a {
        width: 32.75%;
       
    }
    .app-item{
        width: 100%;
    }
}