<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home_banner {
	width: 7.5rem;
    margin-bottom:0rem;
}

.viedos {
    width: 7.1rem;
    margin-top: .20rem;
    padding: 0 .20rem;
}

.viedos_item {
	width: 3.44rem;
    height: 3.25rem;
    float: left;
    display: flex;
    flex-direction: column;
}


.viedos_item:nth-child(odd) {
    margin-right: .2rem;
}

.viedos_item div {
    width: 3.44rem;
	text-indent: 0.05rem;
}

.viedos_item img {
    height: 2.2rem;
    width: 3.44rem;
    border-radius:.10rem;
}

.viedos_item_title {
    margin: .15rem 0 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload_time {
    text-indent: .32rem;
    display: inline-block;
    background: url(../images/img/time.png) no-repeat left center;
    background-size: .22rem .22rem;
	margin-left:0px;
	margin-top:0px;
}

.look_num {
    text-indent: 0.32rem;
    margin-right: 0.05rem;
    display: inline-block;
    background: url(../images/img/look.png) no-repeat left center;
    background-size: 0.24rem 0.18rem;
    float: right;
}


.store {
    widows: .8rem;
    display: inline-block;
    text-indent: .32rem;
    margin-left: .4rem;
    background: url(../images/icon/store.png) no-repeat left center;
    background-size: .22rem .22rem
}

.store-h {
    color: #ff6467 !important;
    background-image: url(../images/icon/store-h.png) !important;
}

.like {
    widows: .8rem;
    display: inline-block;
    text-indent: .32rem;
    margin-left: .4rem;
    background: url(../images/icon/like.png) no-repeat left center;
    background-size: .22rem .22rem;
}

.like-h {
    color: #ff6467 !important;
    background-image: url(../images/icon/like-h.png) !important;
}

.jion_vip {
    width: 6.9rem;
    height: 1rem;
    margin: .2rem auto;
}

.jion_vip img {
    width: 100%
}

.vip_video {
    width: 7.5rem;
    height: 5.18rem;
    border-top: 2px solid #f6f6f6;
    background: linear-gradient(to bottom, rgba(254, 254, 254, .6) 10%, #f1f1f1, #ededed, rgba(254, 254, 254, .6))
}

.vip_item_title {
    margin: .2rem auto;
    width: 6.9rem;
    height: .6rem;
    line-height: .6rem;
    text-indent: .5rem;
    background: url(../images/icon/smallTitle.png) no-repeat left center;
    background-size: .34rem auto;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.vip_title_more {
    float: right
}

.vip_video .swiper-container {
    height: 3.8rem;
	}

.vip_video .swiper-slide img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vip_video .banner_title {
    width: 6.9rem;
    z-index: 9999;
    margin-top: 0;
    height: .72rem;
    line-height: .72rem;
    color: #333;
    background: linear-gradient(to bottom, #f4f4f4, #fff);
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.vip_video .banner_title .banner_title_text {
    width: 45%;
    text-indent: .18rem;
    left: .14rem
}

.vip_video .banner_title .banner_title_text::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: .34rem;
    bottom: 0;
    height: .08rem;
    width: .08rem;
    border-radius: 50%;
    background-color: #ff5464;
}

.vip_video .num {
    width: 45%;
    float: right;
    margin-right: .22rem;
    text-align: center;
    overflow: hidden
}

.vip_video .num .look_num {
    margin-left: .38rem
}

.point {
    width: .06rem;
    height: .06rem;
    background: #fd4f6a;
    border-radius: 50%
}

.vip_area {
    display: none
}

.play_img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.play_img img {
    width: .94rem;
    height: .94rem;
    margin-bottom: .88rem;
}

.msg_box {
    position: fixed;
    display: none;
    width: 7rem;
    height: 8.6rem;
    top: 1.4rem;
    left: .25rem;
    z-index: 999999;
}
.msg {
    width: 7rem;
    height: 8.6rem;
    background: url(../images/img/msgBg.png) no-repeat;
    background-size: 100% auto;

}
.msg_text {
    position: absolute;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    width: 4.8rem;
    left: 1.1rem;
    top: 4.5rem;
    height: 2.7rem;
    overflow-y: scroll;
    color: #676666;
    font-size: .3rem;
    line-height: 25px;
}
.msg_close {
    position: absolute;
    bottom: .4rem;
    width: 5rem;
    left: .95rem;
    height: 1rem;    
}

.spinner {
  margin: 18px auto 0;
  width: 150px;
  text-align: center;
}
.spinner &gt; a {
  width: 20px;
  height: 20px;
  background-color: #E58EDB;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.5s infinite ease-in-out;
  animation: bouncedelay 1.5s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0); }
  40% { -webkit-transform: scale(1.0); }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}		
		
.vad{
    width: 7.1rem;
    height: auto;
    margin: .0rem auto;
	margin-bottom:0px;
}
.vad img {
    width: 100%;
	border-radius:.10rem;
}
.viedos_item img {
    opacity: 0.2;
    animation: run1 1.5s linear;
    animation-fill-mode: forwards;
}
@keyframes run1 {
0% {
     opacity: 0.2
}
100% {
      opacity: 1;
}
}
#vad1 img,#vad12 img{border-radius:.10rem;}

.tubiao {
    position: absolute;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAUtJREFUSEu9ls8rRUEUxz9fZKFkZadsn721KAvJjti9vRIrJSwtlBX5C95S7C0U+SeslZ0VyUqORnM1jZl377saU9Ote8+c7/nx/Z65ovBSYf/0BTCzEWDe7xlg0gf0DDwAd25L+sgFmgUwswVgB5iqyfIJOJV0m7L7BWBmQ8AW0B2wfD3gXNJneC4FsN3CeeWzJ+ksC+DLcjJg5LH5bliunwx8Qy8zNX+Fb0KMNwB3PVmrGh8CLALHGQfLwBuwCawDwzVAe5JunE0IcAQsJZkgzVbvzczRdR9wz9y6lnQYA1wB03UA7rtn2obPaCxx5lHSagxwD6SMUZBB6MzMnEYugNEI5F3S3L8DFC9R0yZ3gIM2Te5H0xXAaeFPNHWTMye0F9/EidZC8/RzE7TMqAiEVG7YBSIqN66DTMpcOJFSy12ZDdjSyKT4X8UXt2qOGUypl9kAAAAASUVORK5CYII=");
    height: 25px;
    width: 25px;
    z-index: 5;
    margin-left: 19.5%;
    margin-top: 11%;
	top:auto;
}

.titles {
	height:0.8rem;
	line-height:0.8rem;
	margin: 0.1rem 0 0.1rem;
}

.tpics {
	width:0.36rem;
	height:auto;
	margin-left:10px;
	vertical-align:middle;
	margin-bottom:3px;
}


.search {
    display: flex;
    overflow: hidden;
    height: 0.8rem;
    padding: 0 0.3rem;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #ff99c8, #b478fe);
	
}

.search_bg {
	display: none;
}

.search a{color:#ffffff;}

.search input {
    outline: none;
    display: inline-block;
    width: 7.4rem;
    margin-right: 0.1rem;
    height: 0.6rem;
    border-color: #eee;
    text-align: center;
    color: rgb(132, 123, 123);
    border: none;
    background: white;
    border-radius: 26px;
    -webkit-appearance: none;
}
.searchBtn {
    width: 1rem;
    text-align: center;
    height: 0.6rem;
    line-height: .6rem;
    color: white;
    border-radius: 7px;
    background: #b050f1;
}

.downloadApp {
    background: url(../images/icon/search.png) no-repeat center center;
    width: 0.38rem;
    height: 0.38rem;
    background-size: 0.38rem 0.38rem;
    animation: shark 800ms ease-in-out infinite alternate;
}</pre></body></html>