<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --tx-color: #012fb0;
    --tx-border: #36373d;
}
/*èƒŒæ™¯è‰²+æ¿å—ä¸»æ–‡å­—é¢œè‰²*/
body {
	color: var(--color-text-0);
    background-color: var(--color-main-bg);
	
}
/*ç¼©ç•¥å›¾æ&nbsp;‡é¢˜æ–‡å­—é¢œè‰²é¡¶éƒ¨å¯¼èˆªæ–‡å­—é¢œè‰²*/
a {
    color: var(--color-text-0);
}

.tx-wide {
	max-width: 100%;
	min-width: 0;
	background-color: var(--color-tx-wide-bg);
}

.wz-wide {
    width: 100%;
    max-width: 1000px;
	margin: 0 auto;
}


.play-wide {
    width: 100%;
    max-width: 1420px;
	margin: 0 auto;
}




.wz-wide {
    width: 100%;
    max-width: 1000px;
	margin: 0 auto;
}

.tx-c1 {
    color: var(--tx-color);
}

.tx-c2 {
    color: #585858;
}

.tx-c3 {
    color: #ffcc00;
}

.tx-c4 {
    color: #a4a0b2;
}

.iconfont {
    line-height: 1;
}

.rows-2s {
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
    display: block;
}

.rows-3s {
    line-height: 1.3;
    max-height: 3.9em;
    overflow: hidden;
}

.tx-bg {
    background-color: var(--tx-color);
}
/*ç¼©ç•¥å›¾èƒŒæ™¯è‰²*/
.tx-bg1 {
    background-color: var(--color-tx-bg1);
}

.tx-bg2 {
    background-color: var(--color-tx-bg1);
}

.img-box[data-ratio="120"] {
    padding-top: 120%;
}

.img-box[data-ratio="68"] {
    padding-top: 68%;
}

.img-box[data-ratio="30"] {
    padding-top: 30%;
}

.img-box[data-ratio="40"] {
    padding-top: 40%;
}

.img-2em {
    height: 2em;
    width: auto;
    line-height: 1;
}

.img-1em {
    height: 1.2em;
    width: auto;
    line-height: 1;
}

.bo-r5 {
    border-radius: 5px;
    overflow: hidden;
}

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

.pagebar&gt;* {
    display: inline-flex;
    line-height: 2.4;
    padding: 0 1em;
    background-color: var(--color-main-bg);
    margin: 0 8px 8px 0;
    color: #707277;
}

.pagebar&gt; b{
	color:var(--color-text-0)
}

.pagebar&gt;*.now-page {
    background-color: var(--tx-color);
    color: #fff;
}
.pagebar a:hover, .pagebar .now-page, .page-list li a i, .page-title, .user-title span::after,  .bg-red, .login-head a, .list-click &gt; a.like{
background-color: #012fb0;
color: #fff;

}

.list-sx {
    display: flex;
    align-items: center;
}

.list-sx a {
    display: inline-flex;
    margin: 0 5px 0 0;
    line-height: 2;
    padding: 0 1em;
    border-radius: 3px;
	opacity: var(--opacity-side-nav);
}

.list-sx a:hover{
	opacity: 1;
}


.list-sx a.on {
    background-color: var(--color-list-sx-a-bg);
    color: var(--color-list-sx-a-text);
	opacity: 1;
}
/*é¡¶éƒ¨å¯¼èˆªèƒŒæ™¯è‰²*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 30px;
    background-color: var(--color-header-bg);
    border-bottom: 1px solid var(--overlay-bg-2);
}

.logo,
.search-box {
    margin: 0 10px;
}

.logo,
.logo * {
    display: inline-flex;
    line-height: 1;
    height: 40px;
}
/*æœç´¢æ¡†èƒŒæ™¯è‰²*/
.search-box form {
    width: 380px;
    background-color: var(--color-search-box-form);
	border: 2px solid var(--color-search-box-form-border);
    border-radius: 50px;
    padding: 0 1em 0 0;
}
/*æœç´¢æ¡†æ”¾å¤§é•œå›¾æ&nbsp;‡é¢œè‰²*/
.search-box input,
.search-box input:focus,
.search-box button {
    border: 0;
    background-color: var(--color-search-box-bg);
    color: var(--color-search-box-text);
	
}
.icon-sousuo{
	cursor: pointer;
}



.pc-fz-nav li {
    margin-left: 5px;
}

.pc-fz-nav li a {
    display: block;
    padding: 0 1em;
    border-radius: 3px;
    line-height: 2;
}

.pc-fz-nav li a:hover,
.pc-fz-nav li a.on {
    background-color: #012fb0;
    color: #fff;
}

.yzr-btn1 {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
    align-items: center;
	opacity: var(--opacity-side-nav);
}
.yzr-btn1:hover {
	opacity: 1;
}

/*å³ä¾§å¯¼èˆªèƒŒæ™¯è‰²*/
.side-left,
.nav-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 97;
    width: 240px;
    background-color: var(--color-navigation-bg);
    height: 100%;
    padding: 80px 20px 30px 20px;
	
}


.side-left:hover, .nav-box:hover, .side-tag:hover{
    overflow-x: hidden;
    overflow-y: auto;
}

.side-tag, .ul-24 {
    width:200px;
}
.side-tag img{
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    box-sizing: border-box;
}

.nav-box {
    z-index: 98;
    display: none;
}

/*-------æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼----*/
::-webkit-scrollbar {
    height: 6px;
    width: 6px;
	background   : var(--color-webkit-scrollbar-bg);
}
/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—æ&nbsp;·å¼*/
::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 16px;
}

::-webkit-scrollbar-thumb:hover, :hover::-webkit-scrollbar-thumb {
   background   : var(--color-webkit-scrollbar-thumb-bg);
}

/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“æ&nbsp;·å¼*/
::-webkit-scrollbar-track {
    background: transparent;
    width: 12px;
}

/*å·¦ä¾§å¯¼èˆªæ–‡å­—é¢œè‰²*/
.nav-box a,
.side-left a {
    color: var(--color-a-side-left);
	opacity: var(--opacity-side-nav);
}

.nav-box a:hover,.side-left a:hover{
	opacity: 1;
}




.side-nav li a {
    display: flex;
    align-items: center;
	opacity: var(--opacity-side-nav);
}

.side-nav li a:hover{
	opacity: 1;
}

.ul-24 li a:hover, .side-nav li a:hover, .side-tag li a:hover {
	background-color: var(--color-a-li-side-bg);
    color: var(--color-a-li-side-text);
}

.main {
    padding: 80px 20px 20px 260px;
    width: 100%;
    overflow: hidden;
	background-color:var(--color-main-bg);
}

.main-video {
    padding: 80px 20px 20px 20px;
    width: 100%;
    overflow: hidden;
	background-color:var(--color-main-bg);
}
.main-commend {
    padding: 80px 20px 20px 260px;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-main-bg);
}



.item-fz-txt {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.7em;
    font-style: normal;
    z-index: 5;
    display: inline-flex;
    align-items: center;
}

.item-fz-new {
    position: absolute;
    top: 7px;
    left: 7px;
    background: #ff1e1e;
    height: 17px;
    padding: 0 9px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
	font-style:normal;
    font-weight: bold;
    line-height: 17px;
    z-index: 5;	
}

.item-fz-dance {
	font-family: Arial,Tahoma, Helvetica, "Microsoft Yahei","å¾®è½¯é›…é»‘", STXihei, "åŽæ–‡ç»†é»‘", sans-serif !important;
    position: absolute;
    top: 7px;
    left: 7px;
    background: #1583da;
    height: 17px;
    padding: 0 9px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
	font-style:normal;
    line-height: 17px;
    z-index: 5;	
}

.item-fz-txt span {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0 0.7em;
    line-height: 2;
    margin: 0 0 0 5px;
    display: inline-flex;
    border-radius: 10px;
}

.yzr-flash .swiper-button-prev,
.yzr-flash .swiper-button-next {
    background-color: #ffffff;
    border-radius: 15%;
    color: #000000;
    width: 2em;
    height: 2em;
    font-size: 1.6em;
    z-index: 40;
    top: 40%;
}

.yzr-flash .swiper-button-prev::after,
.yzr-flash .swiper-button-next::after {
    display: none;
}

.yzr-flash .swiper-pagination {
    bottom: auto;
    top: -35px;
    display: block;
    text-align: center;
    width: 100%;
}

.swiper-pagination&gt;* {
    background-color: #ffffff;
    opacity: 1;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--tx-color);
}

.item-special {
    display: block;
}

.item-special ul {
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
	background: var(--color-bg-1);
}

.item-special ul::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.item-special ul li {
    position: relative;
    z-index: 10;
    width: 100%;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.links li {
    margin: 0 1.5em 8px 0;
}

.footer,
.footer a {
    color: var(--color-footer);
}

.info-video-txt {
    padding: 0 0 0 4em;
    position: relative;
    line-height: 2.6;
}

.info-video-txt&gt;span {
    position: absolute;
    left: 0;
    top: 0;
}

.info-video-txt .swiper-container {
    height: 2.6em;
    overflow: hidden;
}

.score-num {
    display: block;
    width: 200px;
    height: 4px;
    position: relative;
    background-color: #707277;
}

.score-num i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #40424b;
    transition: all .35s ease 0s;
}

.video-info {
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
}

.video-info table {
    width: 100%;
    margin-top: 20px;
	border-collapse: collapse;
    border-spacing: 0;
}

.video-info table&gt;tbody&gt;tr&gt;td {
    padding: 5px;
    border-right: 1px solid #b1b1b1;
    background: #FFF;
}


.video-info-h {
    height: auto;
}

.video-info-on {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 0 1.5em;
    z-index: 11;
    background-color: var(--color-tx-bg1);
}

.info-tag a {
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.05);
    line-height: 2.2;
    padding: 0 1em;
    margin: 0 8px 8px 0;
}

.info-tag a:last-child,
.info-tag a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    
}

.info-img-box img {
    width: 100%;
    height: auto;
}

.info-img-box&gt;a {
    position: absolute;
    top: 50%;
    z-index: 20;
    background-color: #ffffff;
    border-radius: 50%;
    color: #9b9c9d;
    width: 2em;
    height: 2em;
    font-size: 1.6em;
    left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -1em;
}

.info-img-box&gt;a.r {
    left: auto;
    right: 5px;
}

.tags-page-box {
    display: flex;
    flex-wrap: wrap;
}

.tags-page-box a {
    background-color: rgba(0, 0, 0, 0.05);
    color: #5c5c5c;
    line-height: 2.2;
    padding: 0 1em;
    margin: 0 10px 10px 0;
    display: inline-flex;
}


/* è¯„è®º */

.msg img.avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.msgname {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.msgusername {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.msg .msg {
    padding: 1em 1.2em;
    margin: 0.8em 0 0 4em;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
}

.msg .tx-btn-mini {
    line-height: 1.3;
    padding: 0 5px;
}

.tx-comment-textarea {
    position: relative;
    width: 100%;
}

.tx-comment-textarea .tx-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reply-frm {
    padding: 1em;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, .04);
    margin: 1em 0 0 0;
    position: relative;
}

.reply-frm #cancel-reply {
    position: absolute;
    right: 0;
    top: -2em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    opacity: 0.5;
}


/**å¼¹å‡ºæç¤ºæ–‡å­—æ¡†**/

@keyframes tx_animation_size {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes tx_animation_display {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

.tx-pop-txt {
    width: 420px;
    background-color: var(--tx-pop-bg1);
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 24%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 24%);
    position: relative;
    z-index: 10;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s ease 0s;
    -webkit-animation: tx_animation_size 0.3s ease 1;
    animation: tx_animation_size 0.3s ease 1;
}

.tx-pop-txt&gt;h2 {
    line-height: 2.8;
    padding: 0 1em;
    color: var(--tx-color2);
}
.tx-pop-txt&gt;.pd20 {
    background-color: var(--tx-pop-bg1);
	color: var(--tx-color2);
    border-radius: 8px;
}
.tx-c2 {
    color: var(--tx-color2);
}
.tx-textarea {
    background-color: transparent;
    color: #4c4c4c;
}

.tx-input {
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: 100%;
    padding: 0 10px;
	background-color: transparent;
	color: #4c4c4c;
}
.tx-input-key {
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 38px;
    height: 38px;
    width: 70%;
    padding: 0 10px;
    float: left;
	background-color: var(--tx-bg2);
}

.tx-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.tx-tips-on {
    opacity: 1;
    visibility: visible;
}

.tx-tips&gt;span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.8em 2em;
    background-color: #fff;
    color: var(--tx-color);
    border-radius: 3px;
    z-index: 2;
    border: 2px solid var(--tx-color);
    position: relative;
    transform: scale(0);
    transition: all .35s ease 0s;
}

.tx-tips-on&gt;span {
    animation: tx_animation_size 0.3s ease 1;
    transform: scale(1);
}

.tx-tips&gt;span del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    position: absolute;
    top: -1.6em;
    right: -0.2em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
}

.tx-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}

.tx-tips::after,
.tx-pop&gt;.tx-pop-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

.tx-pop-out .tx-pop-txt {
    transform: scale(0);
}

.tx-pop-txt&gt;h2 {
    line-height: 2.8;
    padding: 0 1em;
    border-bottom: 1px solid var(--tx-border);
    background-color: rgba(0, 0, 0, .04);
}

.tx-pop-txt&gt;button {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8em;
    color: var(--tx-color2);
    cursor: pointer;
}

.tx-pop-btn {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.9em;
}

.tx-pop-btn button:not(:last-child) {
    margin-right: 1em;
}

.f-blue {
    color: #012fb0;
}

.header-user&gt;a img {
    display: inline-flex;
    line-height: 1;
    width: 3.0em;
    height: 3.0em;
    border-radius: 50%;
    margin: 0 0.5em 0 0;
}
.header-user a {
    margin-left: 0.5em;
    color: var(--color-a-header-user);
}

#TXDiggTip {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 1.5rem 3rem;
    display: none;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1999
}

ins {
    text-decoration: none
}


.main1{padding:30px;}
.wide {
    width: 100%;
    margin: 0 auto;
    
}
.vip-box{
    margin-left: 240px;
}
.vip-page {
    padding: 20px 10%;
	margin-right: 16%;
	margin-top: 80px;
}

.user-vip-box {
    border-radius: 5px;
    padding: 20px 20px 3em 20px;
    position: relative;
    color: #fff;
}

.user-vip-box&gt;a.tx-btn {
    position: absolute;
    bottom: -1.5em;
    left: 10%;
    width: 80%;
    font-size: 1.2em;
}

.user-vip-box&gt;a.bg-blue1 {
    background-color: #5b5fae;
}

.user-vip-box&gt;a.bg-red2 {
    background-color: #da486b;
}

.user-vip-box&gt;a.bg-gold1 {
    background-color: #c0a07e;
}

.wap-user-vip-box .col-8 {
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px dashed #fff;
}


.wap-user-vip-box a:hover{
	color:#000;
}



.tx-flex-wc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.f-36 {
    font-size: 2.57em;
}

.img-em {
    width: 2em;
    height: 2em;
    display: inline-flex;
    line-height: 1;
    object-fit: cover;
}


.sjm-box {
    border-radius: 5px;
    padding: 20px 20px 3em 20px;
    position: relative;
}

.sjm-box&gt;a.tx-btn {
    position: absolute;
    bottom: -1.5em;
    left: 10%;
    width: 80%;
    font-size: 1.2em;
}

.sjm-box&gt;div.pd20 p {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.ta-c {
    text-align: center;
}
.col-33 {
	width: 33.33%;
}
.bg-blue1 {
    background-color: #787ddf;
}
.diggUp, .diggDn, .addsc1, .reporterr{
cursor:pointer;		
}
.score-txt a{
	color: var(--color-f-gray)
}

.img-box[data-ratio="50"] {
    padding-top: 50%;
}
.img-box {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}
.img-box::before {
    content: "åŠ&nbsp;è½½ä¸­";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -25px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
#info-video-box {
    position: relative;
}
.tx-flex-col2 i{font-style:normal}
.video-tips {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
}
.ta-c {
    text-align: center;
}

.ta-c a:hover{
	color:var(--color-text-5);
}

.video-tips span{
	display:block;
}


.header-user {
    justify-content: flex-end;
}

.user-box-w {
    width: 450px;
    margin: 0 auto;
}
.user-box li {
    margin-bottom: 10px;
    line-height: 1.9;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
}
.user-box .tx-btn {
    display: block;
    width: 100%;
    border-radius: 4px;
}
.bg-red {
    background-color: #012fb0;
}
.bg-red2 {
    background-color: #ff5b82;
}
.bg-yellow1 {
    background-color: #f0c568;
}

.bg-gold1{
	background:#edcead;;
}

.tx-btn {
    text-align: center;	
}
/*
[class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;

}
*/
.lh-30 {
    line-height: 30px;
}
.f-red {
    color: var(--color-f-red);
}
.f-blue1 {
    color: #787ddf;
}

.f-red2 {
    color: #ff5b82;
}

.f-gold1{
	color:#edcead;
}


.dnwu {
    display: none;
}
.user-main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
	margin-top: 100px;
	background: var(--color-main-bg);
}
.wide::after, .clearfix::after, .row:before, .row:after, .row1:after, .row2:after {
    display: table;
    content: " ";
    clear: both;
}
.user-nav {
    background-color: var(--color-navigation-bg);
    text-align: center;
}
.user-title {
    line-height: 45px;
    border-bottom: 1px solid var(--overlay-bg-2);
}
.user-title span {
    display: inline-block;
    position: relative;
}



.user-nav li.on a, .user-nav li a:hover {
	background-color: #f2f8ff;
    color: #333;
}
.user-nav li a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 1px;
}
.gg-box, .ov-h {
    display: block;
}

.bj-thumb h3
{
    margin-left: 45px;
	display: flex;
}


.thumb {
    position: absolute;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    box-sizing: border-box;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* google translate */
.translate{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	background: var(--color-main-bg);
}
.border {
    border-width: .0625rem;
}
.rounded {
    border-radius: .25rem;
}
.overflow-hidden {
    overflow: hidden;
}
.ml-2 {
    margin-left: .5rem;
}
#google_translate_element {
    overflow: hidden;
    border-width: 1px;
    border-radius: 0.25rem;
    background: white;
}
.goog-te-gadget {
    font-size: 0 !important;
}
.goog-te-combo {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.goog-logo-link {
    display: none !important;
}
.goog-te-banner-frame {
    display: none !important;
    position: fixed !important;
}
.goog-te-gadget .goog-te-combo {
    font-size: .75rem!important;
    line-height: 1rem!important;
    margin: 0!important;
    outline: .125rem solid #0000!important;
    outline-offset: .125rem!important;
    padding: .25rem!important;
}

.s2O1MLsL {
    align-items: flex-end;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 8px;
    z-index: 501;
}
div.NRiH5zYV {
    position: relative;
}
.JHraiF99 {
    background-color: #f8f9fd;
    background-color: var(--color-bg-1);
    border-radius: 24px;
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    box-shadow: var(--shadow-2);
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 36px;
    margin-bottom: 8px;
    width: 36px;
}
.JHraiF99 svg {
    fill: currentColor;
    color: var(--color-text-3);
    margin: auto;
	vertical-align: middle;
}
.JHraiF99:hover svg {
    color: var(--color-text-1);
}

.G0S7YWl4 .cuvUuj0g {
    align-items: center;
    background-color: #f8f9fd;
    background-color: var(--color-bg-1);
    border-radius: 18px;
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
    box-shadow: var(--shadow-2);
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.G0S7YWl4 .cuvUuj0g svg {
    color: var(--color-text-3);
}
.G0S7YWl4 .cuvUuj0g svg circle {
    fill: #f8f9fd;
    fill: var(--color-bg-1);
}
.G0S7YWl4 .cuvUuj0g svg path {
    fill: var(--color-text-3);
}
.G0S7YWl4 .RVfy5tPo span {
    color: var(--color-text-4);
    font-family: PingFang SC,DFPKingGothicGB-Medium,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    line-height: 36px;
}
.G0S7YWl4 .RVfy5tPo {
    background-color: #eff0f3;
    background-color: var(--color-bg-2);
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 36px;
    margin-right: -8px;
    padding-left: 8.5px;
    width: 92px;
}
.G0S7YWl4 .RVfy5tPo svg path {
    fill: var(--color-text-4);
}
.G0S7YWl4 .RVfy5tPo svg {
    color: rgba(47,48,53,.7);
    line-height: 36px;
    margin-right: 3.5px;
	vertical-align: middle;
}
.G0S7YWl4.fnnsKPmK .RVfy5tPo, .G0S7YWl4:hover .RVfy5tPo {
    display: block;
}
.loading-box{
width:48px;
height:60px;
padding-left: 260px;
}
#btn-white{
	background:#fff;
}
#mousemoveMask{
position: relative; 
top: 80px; 
left: 260px; 
width: calc(100vw - 337px); 
height: calc(100vh - 143px); 
z-index: 99; 
cursor: pointer;	
}
#wrap{
position: absolute;
width: 100%;
}
#wrap .page{
margin-bottom: 20px;
width: 100%;
height: calc(100vh - 100px);
}
.page .loading{
	width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: tx_animation_display 0.2s ease 1;
    animation: tx_animation_display 0.2s ease 1;
}



@media screen and (min-width: 2183px) {
.col-25 {
width: 16.6%;
}
}

@media screen and (min-width: 1803px) and (max-width: 2182px) {
.col-25 {
width: 20%;
}
}

@media screen and (min-width: 1803px) and (max-width: 2182px) {
.col-25 {
width: 20%;
}
}

@media screen and (max-width: 1802px)	{
.col-25 {
width: 25%;	
}


@media screen and (max-width: 1460px) {
#headeruser{
	display:none;
}	
.bj-thumb h3 {
	margin-left: 0px;
    display: flex;
}
.thumb {
    display: none;	
}
    .waphide1 {
        display: none;
    }
	.user-box-w {
    width: 100%;
}
.mb20 {
    margin-bottom: 12px;
}
.row {
    margin-left: -3px;
    margin-right: -3px;
}
.col-m-12 {
    width: 25%;
}
.dnwu {
    display: none;
}
.mb15 {
    margin-bottom: 10px;
}
.user-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 10px;
	margin-top: 13%;
}
}

@media screen and (max-width: 1230px) {
.bj-thumb h3 {
	margin-left: 0px;
    display: flex;
}
.thumb {
    display: none;	
}	
    .waphide1 {
        display: none;
    }
	.user-box-w {
    width: 100%;
}
.mb20 {
    margin-bottom: 12px;
}
.row {
    margin-left: -3px;
    margin-right: -3px;
}
.col-m-12 {
    width: 50%;
}
.dnwu {
    display: none;
}
.mb15 {
    margin-bottom: 10px;
}
.user-main {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
	margin-top: 13%;
}
}






@media screen and (max-width: 1070px) {
.bj-thumb h3 {
	margin-left: 0px;
    display: flex;
}
.thumb {
    display: none;	
}	
    .waphide1 {
        display: none;
    }
	.user-box-w {
    width: 100%;
}
.mb20 {
    margin-bottom: 12px;
}
.row {
    margin-left: -3px;
    margin-right: -3px;
}
.col-m-12 {
    width: 50%;
}
.dnwu {
    display: block;
}
.mb15 {
    margin-bottom: 10px;
}
.user-main {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
	margin-top: 13%;
}
.vip-box{
    margin-left: 120px;
}
.vip-page {
    padding: 20px 10%;
    margin-top: 13%;
	margin-right: 0px;
}

.s2O1MLsL {
    bottom: 65px;
}

.wapbottom, .wapbottom1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: var(--color-navigation-bg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid var(--overlay-bg-2);
    z-index: 20;
}
.wapbottom li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 5px;
}
.wapbottom li i {
    display: block;
    font-size: 18px;
}

.wap-user-vip-box .col-8 {
	font-size:13px;
}

.wap-user-vip-box .tx-flex-col1{
	font-size:14px;
}

.wap-user-vip-box.tx-btn-d{
	font-size:14px;
}

}




@media screen and (max-width: 980px) {
.bj-thumb h3 {
	margin-left: 0px;
    display: flex;
}
.thumb {
    display: none;	
}	
    .waphide1 {
        display: none;
    }
	.user-box-w {
    width: 100%;
}
.mb20 {
    margin-bottom: 12px;
}
.row {
    margin-left: -3px;
    margin-right: -3px;
}
.col-m-12 {
    width: 50%;
}
.col-m-50 {
    width: 50%;
}
.dnwu {
    display: block;
}
.mb15 {
    margin-bottom: 10px;
}
.wide {
    width: 100%;
    margin: 0 auto;
}
.vip-page {
    padding: 20px 2%;
    margin-top: 15%;
	margin-right: 0px;
}

}


@media screen and (max-width: 920px) {
.loading-box{
width:48px;
height:60px;
padding-left: 0;
}	
#wrap .page{
margin-bottom: 20px;
width: 100%;
height: calc(100vh);
}
	
.main-commend {
padding: 0 0 0 0;
overflow: hidden;
background-color: var(--color-main-bg);
}
	
#mousemoveMask{
position: relative; 
top: 14vw;
left: 0; 
width: calc(100vw - 7vw);
height: calc(100vh - 17vw); 
z-index: 99; 
cursor: pointer;	
}	

	
	
.bj-thumb h3 {
	margin-left: 0px;
    display: flex;
}
.thumb {
    display: none;	
}	
	
    .tx-wide {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .wap-w100 {
        margin-left: -2vw;
        margin-right: -2vw;
    }
    .wap-t5 {
        margin-top: -2vw;
    }
    .msg img.avatar {
        width: 10vw;
        height: 10vw;
    }
    .tx-pop-txt {
        width: 65%;
    }
    .header {
        padding: 2vw 3vw;
    }
    .logo {
        flex: auto;
        justify-content: center;
    }
    .logo,
    .logo * {
        height: 10vw;
        text-align: center;
    }
    .search-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 3vw;
        background-color: var(--color-main-bg);
        align-items: center;
        display: flex;
        margin: 0;
        opacity: 0;
        visibility: hidden;
    }
    .search-box.on {
        visibility: visible;
        opacity: 1;
    }
    .search-box form {
        background-color: transparent;
        padding: 0;
    }
    .main {
        padding: 16vw 0 0 0;
    }
	.main-video {
    padding: 16vw 0 0 0;
}
    .nav-box {
        padding: 16vw 3vw 2vw 3vw;
        width: 80%;
        box-shadow: 0 5px 20px #000;
    }
    .nav-box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav-box ul li {
        width: 48%;
    }
    .nav-box ul li small {
        display: none;
    }
    .yzr-flash .swiper-pagination {
        position: static;
    }
    .wap-flash1 .swiper-container-multirow-column&gt;.swiper-wrapper {
        flex-direction: row;
    }
    .wap-flash1 .swiper-container-multirow-column&gt;.swiper-wrapper .swiper-slide {
        margin-top: 0!important;
        margin-bottom: 3vw!important;
    }
    .yzr-flash .swiper-button-prev,
    .yzr-flash .swiper-button-next {
        bottom: 0;
        top: auto;
        font-size: 1.2em;
        width: 1.6em;
        height: 1.6em;
    }
    .footer {
        padding: 3vw 2vw;
    }
    .wap-title1 {
        position: relative;
        justify-content: center;
    }
    .wap-title1 span {
        background-color: var(--color-main-bg);
        position: relative;
        z-index: 10;
        padding: 0 1em;
    }
    .wap-title1::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid var(--overlay-bg-2);
    }
    .wap-flex-column {
        display: inline-flex;
        flex-direction: column;
    }
    .wap-flex-column small {
        margin: 0;
    }
    .list-sx {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1.3em;
        z-index: 40;
        flex-direction: column;
        background-color: var(--color-bg-0);
        color: var(--color-text-1);
        border-radius: 3px;
		border: 1px solid var(--color-border);
        line-height: 2.6;
        height: 2.6em;
        overflow: hidden;
        align-items: flex-start;
        padding-bottom: 8px;
    }
    .list-sx a {
        padding: 0 1em;
    }
    .list-sx a.on {
        background-color: transparent;
    }
    .list-sx&gt;span {
        cursor: pointer;
        background-color:var(--color-bg-0);
        padding: 0 1em;
    }
    .list-sx&gt;span i {
        display: inline-flex;
        transition: all .35s ease 0s;
    }
    .list-sx.on {
        height: auto;
    }
    .list-sx.on&gt;span {
        margin-bottom: 8px;
    }
    .list-sx.on&gt;span i {
        transform: rotate(180deg);
    }
    .tags-page-box {
        justify-content: space-between;
    }
    .tags-page-box a {
        width: 49%;
        margin: 0 0 2vw 0;
    }
}

@media screen and (max-width: 720px) {
#mousemoveMask{
position: relative; 
top: 14vw;
left: 0; 
width: calc(100vw - 9vw);
height: calc(100vh - 24vw); 
z-index: 99; 
cursor: pointer;	
}
}


@media screen and (max-width: 580px) {
#mousemoveMask{
position: relative; 
top: 14vw;
left: 0; 
width: calc(100vw - 11vw);
height: calc(100vh - 25vw); 
z-index: 99; 
cursor: pointer;	
}
}

@media screen and (max-width: 580px) {
#mousemoveMask{
position: relative; 
top: 14vw;
left: 0; 
width: calc(100vw - 11vw);
height: calc(100vh - 25vw); 
z-index: 99; 
cursor: pointer;	
}
}


@media screen and (max-width: 480px) {
#mousemoveMask{
position: relative; 
top: 14vw;
left: 0; 
width: calc(100vw - 15vw);
height: calc(100vh - 18vh); 
z-index: 99; 
cursor: pointer;	
}
}

@media screen and (max-width: 375px) {
#mousemoveMask{
position: relative; 
top: 14vw;
left: 0; 
width: calc(100vw - 18vw);
height: calc(100vh - 12vh); 
z-index: 99; 
cursor: pointer;	
}
}</pre></body></html>