<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
--tx-color: #009688;
--tx-color2: #898989;
--tx-color3: fill: hsla(0,0%,100%,.7);
--tx-border: #eee;
--tx-bg2: #fff;
--tx-bg3: #e5284d;
--tx-pop-bg1:#fff;
--tx-pop-bg2:#252632;

--color-navigation-bg:#fff;
--color-header-bg: #fff;
--color-main-bg:#fff;
--color-tx-wide-bg: #fff;
--color-tx-bg1:#fff;
--color-bg-0: #fff;
--color-bg-1: #f8f9fd;
--color-bg-2: #eff0f3;
--color-bg-3: #ededed;
--color-text-0: #2f3035;
--color-text-1: rgba(47,48,53,.9);
--color-text-2: hsla(0,0%,100%,.5);
--color-text-3: rgba(47,48,53,.4);
--color-text-4: rgba(47,48,53,.7);
--color-text-5: #fff;
--color-f-gray: #40424b;
--color-f-green: #5fb878;
--color-f-red: #012fb0;
--color-a-header-user: #012fb0;
--color-a-side-left: #2f3035;
--color-list-sx-a-bg: rgba(0, 0, 0, 0.05);
--color-list-sx-a-text: #2f3035;
--color-search-box-text: #012fb0;
--color-search-box-bg: transparent;
--color-search-box-form: #f5f5f5;
--color-search-box-form-border: #f5f5f5;
--color-footer: #2f3035;
--color-a-li-side-bg: #f2f8ff;
--color-a-li-side-text: #2f3035;
--color-side-li-h3: #000;
--color-webkit-scrollbar-bg:#fff;
--color-webkit-scrollbar-thumb-bg:	#eee;
--color-webkit-scrollbar-track-bg: #fff;
--opacity-side-nav: 1;
--overlay-bg-2: #dbdbdb;
--overlay-bg-3: #d8d8d8;
--color-border: hsla(0,0%,100%,.03);
--shadow-2: 0 0 24px rgba(0,0,0,.2);
	
}

:root[dark="true"]{	
--tx-color: #fff;
--tx-bg2: #252632;
--tx-pop-bg1:#161722;
--tx-pop-bg2:#252632;
--color-navigation-bg:#060716;
--color-header-bg: #161722;
--color-main-bg:#161722;
--color-tx-wide-bg: #161722;
--color-tx-bg1:#161722;
--color-bg-0: #252632;
--color-bg-1: #2e2f3b;
--color-bg-2:#292b35;
--color-bg-3: #161722;
--color-text-0: hsla(0,0%,100%,.9);
--color-text-1: hsla(0,0%,100%,.8);
--color-text-2: hsla(0,0%,100%,.7);
--color-text-3: hsla(0,0%,100%,.5);
--color-text-4: hsla(0,0%,100%,.7);
--color-text-5: #000;
--color-f-gray: hsla(0,0%,100%,.5);
--color-f-green:hsla(0,0%,100%,.9);
--color-f-red: hsla(0,0%,100%,.9);
--color-a-header-user: hsla(0,0%,100%,.9);
--color-a-side-left: #fff;
--color-list-sx-a-bg: #161722;
--color-list-sx-a-text: #fff;
--color-search-box-text: hsla(0,0%,100%,.5);
--color-search-box-bg: transparent;
--color-search-box-form: hsla(0,0%,100%,.04);
--color-search-box-form-border: hsla(0,0%,100%,.7);
--color-footer: hsla(0,0%,100%,.9);
--color-a-li-side-bg: #060716;
--color-a-li-side-text: #fff;
--color-side-li-h3: #fff;
--color-webkit-scrollbar-bg:#161722;
--color-webkit-scrollbar-thumb-bg:	#363741;
--color-webkit-scrollbar-track-bg: #161722;
--opacity-side-nav: .6;
--overlay-bg-2: rgba(54,55,65,.4);
--overlay-bg-3: #31323a;
--color-border: hsla(0,0%,100%,.03);
--shadow-2: 0 0 24px #000;
}


::selection {
    background: var(--tx-color);
    color: #fff;
    text-shadow: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}



body {
    /* font-family: Arial,Tahoma, Helvetica, "Microsoft Yahei","å¾®è½¯é›…é»‘", STXihei, "åŽæ–‡ç»†é»‘", sans-serif !important; */	
    font-family: PingFang SC,DFPKingGothicGB-Medium,sans-serif;
    font-size: 14px;
	font-weight: 500;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all
}

a {
    color: var(--color-text-0);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    outline: 0
}

a:hover {
    color: var(--tx-color)
}

.tx-bg {
    background-color: var(--tx-color)
}

a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    line-height: 1
}

button,
form,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    font-family: PingFang SC,DFPKingGothicGB-Medium,sans-serif;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li,
ol,
ul {
    list-style: none
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

.btn-toggle{cursor: pointer;}
.gg-box img,
.img-d img {
    display: block;
    width: 100%;
    overflow: hidden
}

.tx-input {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    line-height: 2.6;
    height: 2.6em;
    overflow: hidden;
    width: 100%;
    padding: 0 .8em;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.tx-input:focus {
    border: 1px solid var(--tx-color)
}

.tx-textarea {
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: .6em .8em;
    min-height: 40px;
    width: 100%;
    background-color: transparent;
    display: block;
    -webkit-appearance: none
}

.tx-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 2.6;
    height: 2.6em;
    padding: 0 1.6em;
    background-color: var(--tx-color);
    color: var(--color-bg-0);
    white-space: nowrap;
    -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;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    position: relative
}

.tx-btn:hover {
    opacity: .8;
    color: #fff
}

.tx-btn:active,
.tx-btn:focus {
    opacity: 1
}

.tx-btn-big {
    line-height: 2.8;
    height: 2.8em;
    font-size: 1.14em;
    padding: 0 2em
}

.tx-btn-small {
    line-height: 2.2;
    height: 2.2em;
    padding: 0 1.5em;
    font-size: .9em
}

.tx-btn-mini {
    line-height: 2;
    height: 2em;
    padding: 0 1em;
    font-size: .8em
}

.tx-btn-primary {
    border: 1px solid #d8d8d8;
    line-height: 2.6;
    height: 2.6em;
    background-color: transparent;
    color: #555
}

.tx-btn-primary:hover {
    border-color: var(--tx-color);
    color: var(--tx-color)
}

.tx-btn-radius {
    border-radius: 100px
}

.tx-btn-d {
    width: 100%
}

.tx-btn-group .tx-btn {
    border-radius: 0
}

.tx-btn-group .tx-btn:first-child {
    border-radius: 2px 0 0 2px
}

.tx-btn-group .tx-btn:last-child {
    border-radius: 0 2px 2px 0
}

.tx-btn-group .tx-btn:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    z-index: 11
}

.tx-radius {
    border-radius: 50%
}

.tx-input:focus,
.tx-select:focus,
.tx-textarea:focus {
    border-color: var(--tx-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tx-select {
    border: 1px solid #d8d8d8;
    width: 100%;
    border-radius: 2px;
    padding: 0 .8em;
    line-height: 2.6;
    height: 2.6em;
    color: #666;
    background-color: transparent
}

.tx-select option {
    line-height: 2
}

.tx-choice {
    cursor: pointer;
    margin: 4px 0
}

.tx-choice input {
    display: none
}

.tx-choice&gt;span {
    background-color: rgba(0, 0, 0, .08);
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    border-radius: 2px;
    line-height: 2.2;
    height: 2.2em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 0 0 1em;
    position: relative
}

.tx-choice input:checked+span,
.tx-choice:hover&gt;span {
    background-color: var(--tx-color);
    color: #fff
}

.tx-choice&gt;span::after {
    content: "âˆš";
    padding: 0 8px;
    height: calc(100% - 4px);
    color: rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
    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;
    margin: 2px 2px 2px 1em
}

.tx-choice input:checked+span::after {
    color: var(--tx-color)
}

.tx-choice.disabled {
    cursor: no-drop
}

.tx-choice.disabled span,
.tx-choice.disabled:hover span {
    background-color: rgba(0, 0, 0, .07);
    color: rgba(0, 0, 0, .07)
}

.txcheck {
    height: 1.6em;
    line-height: 1.6;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .15);
    cursor: pointer;
    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;
    position: relative;
    padding: 0 .8em 0 2em;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.txcheck::after {
    content: "å…³";
    color: rgba(0, 0, 0, .2);
    font-size: .8em;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.txcheck::before {
    content: "";
    display: block;
    width: calc(1.6em - 6px);
    height: calc(100% - 6px);
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .08);
    position: absolute;
    left: 3px;
    top: 3px;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s
}

.txcheck-on {
    background-color: var(--tx-color);
    padding: 0 2em 0 .8em
}

.txcheck-on::before {
    left: calc(100% - 1.6em + 3px)
}

.txcheck-on::after {
    content: "å¼€";
    color: #fff
}

.tx-input-code&gt;img {
    position: absolute;
    right: 2px;
    top: 3px;
    height: calc(100% - 6px);
    width: auto
}

.tx-hr,
.tx-text hr {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--overlay-bg-3);
}

.tx-text hr {
    margin-top: 1em;
    margin-bottom: 1em
}

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

.f-30 {
    font-size: 2.14em
}

.f-26 {
    font-size: 1.85em
}

.f-22 {
    font-size: 1.57em
}

.f-20 {
    font-size: 1.42em
}

.f-19 {
    font-size: 1.35em
}

.f-18 {
    font-size: 1.25em
}

.f-17 {
    font-size: 1.21em
}

.f-16 {
    font-size: 1.14em
}

.f-15 {
    font-size: 1.07em
}

.f-14 {
    font-size: 1em
}

.f-13 {
    font-size: .92em
}

.f-12 {
    font-size: .85em
}

.f-11 {
    font-size: .78em
}

.f-10 {
    font-size: .71em
}

.f-9 {
    font-size: .64em
}

.f-8 {
    font-size: .57em
}

.f-bold {
    font-weight: 700
}

.f-lighter {
    font-weight: 200
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd10-1 {
    padding: 10px 0
}

.pd10-2 {
    padding: 0 10px
}

.pd10-3 {
    padding: 10px 10px 0 10px
}

.pd10-4 {
    padding: 6px 10px
}

.pd15 {
    padding: 15px
}

.pd15-1 {
    padding: 15px 0
}

.pd15-2 {
    padding: 0 15px
}

.pd15-3 {
    padding: 15px 15px 0 15px
}

.pd15-4 {
    padding: 7px 15px
}

.pd20 {
    padding: 20px
}

.pd20-1 {
    padding: 20px 0
}

.pd20-2 {
    padding: 0 20px
}

.pd20-3 {
    padding: 20px 20px 0 20px
}

.pd20-4 {
    padding: 10px 20px
}

.pd30 {
    padding: 30px
}

.pd40 {
    padding: 40px
}

.pd60 {
    padding: 60px
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.ta-l {
    text-align: left
}

.tx-table,
.tx-text table {
    border-collapse: collapse;
    max-width: 100% !important;
    border-spacing: 0
}

.tx-table td,
.tx-table th,
.tx-text table td,
.tx-text table th {
    border: 1px solid #d8d8d8;
    padding: .6em 1em;
    overflow: hidden
}

.tx-table th,
.tx-text table th {
    background: rgba(0, 0, 0, .08)
}

.border {
    border: 1px solid #d8d8d8
}

.border-b {
    border-bottom: 1px solid #d8d8d8
}

.border-t {
    border-top: 1px solid #d8d8d8
}

.txt-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.txt-ov:hover{
	opacity: 1;
}


.rows-3 {
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden
}

.rows-2 {
    line-height: 1.5;
    height: 3em;
    overflow: hidden
}

.lh-5 {
    line-height: 5
}

.lh-4 {
    line-height: 4
}

.lh-3 {
    line-height: 3
}

.lh-2 {
    line-height: 2
}

.lh-1 {
    line-height: 1
}

.ul-3 li {
    line-height: 3;
    height: 3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-26 li {
    line-height: 2.6;
    height: 2.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-24 li {
    line-height: 2.4;
    height: 2.4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ul-2 li {
    line-height: 2;
    height: 2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

 .side-nav&gt;li h3&gt;*:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
	margin-right: 24px;
}

.side-nav&gt;li h3&gt;* {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    box-sizing: border-box;
    color: var(--color-side-li-h3);
    font-size: 16px;
    font-weight: 550;
    transition: all .2s;
}
.side-thumb {
    position: absolute;
    overflow: hidden;
    object-fit: cover;
    cursor: pointer;
    box-sizing: border-box;
}
.side-tag li span{
    margin-left: 46px;
    display: flex;
}


/*
.side-tag&gt;li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    transition: all .2s;
}
*/

.fenlei:before {
    background: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' fill='rgba(77,77,77,0.999)' stroke='' viewBox='0 0 24 24'&gt;&lt;path d='M21,6H3V5h18V6z M21,11H3v1h18V11z M21,17H3v1h18V17z' fill-rule='evenodd'/&gt;&lt;/svg&gt;") 50% 50% no-repeat;
    background-size: 100% 100%
}




 .side-nav&gt;li h3&gt;*.home:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M18.47 10.28l-.04-.07L15 6.81 11.24 3.1a.32.32 0 00-.45 0L7.03 6.81l-3.44 3.4a.29.29 0 00-.08.24l-.01.06v8.58c0 .17.13.31.3.31h4.56v-4.48a2.68 2.68 0 015.35 0v4.48h4.56a.3.3 0 00.3-.31V10.5c0-.09-.04-.17-.1-.23z' stroke='%23707173' fill='none' fill-rule='evenodd'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.theater:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath stroke='%23707173' d='M5.67 2.94H16.2a3.67 3.67 0 013.66 3.67v8.79a3.67 3.67 0 01-3.66 3.66H5.67A3.67 3.67 0 012 15.4V6.6a3.67 3.67 0 013.67-3.66zM2.44 6.39h17M5.14 3L7.01 6.4M10 3l1.86 3.39m3-3.39l1.86 3.39'/%3e%3cpath fill='%23707173' fill-rule='nonzero' d='M13 11.9l-2.75-2.06a1.05 1.05 0 00-1.68.83v4.14a1.04 1.04 0 001.68.84L13 13.58a1.04 1.04 0 000-1.67z'/%3e%3c/g%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.esports:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11.02 1.46c2.5 0 5.11.55 7.86 1.64l.39.15v.05a2.79 2.79 0 011.5 4.63l-3.85 3.91a.56.56 0 01-.1.08l-.1.17a11.12 11.12 0 01-5.2 4.56c.02.05.03.1.03.17v2.79h3.89c.27 0 .5.22.5.5v.1a.5.5 0 01-.5.5H6.56a.5.5 0 01-.5-.5v-.1c0-.28.23-.5.5-.5h3.9v-2.8c0-.05 0-.1.02-.16l.32.14a10.98 10.98 0 01-5.48-4.66l-.12-.2a.58.58 0 01-.12-.09L1.25 7.93A2.79 2.79 0 012.73 3.3v-.05l.39-.15a21.65 21.65 0 017.9-1.64zm0 1.1h-.47c-2.05.07-4.22.52-6.5 1.36l-.12.05-.01.03-.05-.44c.35 3.3 1.14 5.96 2.38 8a9.89 9.89 0 004.58 4.05l.17.07-.2.09a10.03 10.03 0 004.98-4.25l.22-.36a18.8 18.8 0 002.07-7.03L18.1 4l-.02-.04.4.16a20.22 20.22 0 00-7.45-1.56zm-.04 1.47c1.96 0 3.46.34 4.49.89l.2.11.27.16v.31c0 .7-.25 1.65-.74 2.84l-.27.64H8.17l.1.2a10.32 10.32 0 002.55 3.37l.2.16.23-.14c.57-.39 1.08-.9 1.45-1.42l.16-.23a.55.55 0 11.92.6 6.9 6.9 0 01-2.27 2.18l-.26.14-.28.14-.26-.16c-2.6-1.63-4.52-5.86-4.64-8.1V5.2l.24-.16c.87-.57 2.62-1.01 4.67-1.01zm-8.12.37l-.13.03a1.69 1.69 0 00-.69 2.74l1.87 1.91c-.48-1.4-.83-2.96-1.05-4.68zm16.28 0l-.04.33a22.9 22.9 0 01-.98 4.32l1.84-1.88a1.69 1.69 0 00-.82-2.77zm-8.16.73a9.8 9.8 0 00-3.63.6l-.17.08v.1c.06.51.22 1.13.46 1.8l.06.17h6.5l.08-.2c.28-.7.45-1.27.52-1.72l.02-.14-.08-.04a8.65 8.65 0 00-3.39-.65h-.37z' fill='%23707173' fill-rule='evenodd'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.fav:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11 2.08l2.88 5.8 6.45.93-4.67 4.52 1.1 6.37-5.76-3-5.76 3 1.1-6.37L1.67 8.8l6.45-.93L11 2.08z' stroke='%23707173' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.VOD:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(77,77,77,0.999)' stroke='' viewBox='0 0 18 15' %3e%3cpath d='m13.929-0c2.248 0 4.071 1.772 4.071 3.958v7.084c0 2.186-1.823 3.958-4.071 3.958h-9.858c-2.248 0-4.071-1.772-4.071-3.958v-7.084c-0-2.186 1.823-3.958 4.071-3.958h9.858zm0 1.25h-9.858c-1.538 0-2.785 1.212-2.785 2.708v7.084c0 1.495 1.247 2.708 2.785 2.708h9.858c1.538 0 2.785-1.213 2.785-2.708v-7.084c0-1.496-1.247-2.708-2.785-2.708zm-5.934 2.514c0.334 0 0.66 0.1 0.934 0.286l3.344 2.277c0.737 0.501 0.916 1.488 0.401 2.205-0.109 0.151-0.245 0.283-0.401 0.389l-3.345 2.276c-0.737 0.502-1.752 0.328-2.268-0.388-0.192-0.267-0.295-0.584-0.295-0.909v-4.553c0-0.875 0.729-1.583 1.629-1.583h1e-3zm0 1.25c-0.19 0-0.343 0.149-0.343 0.333v4.553c-1e-3 0.184 0.153 0.334 0.342 0.334 0.071 0 0.14-0.021 0.198-0.061l3.344-2.276c0.155-0.106 0.193-0.314 0.084-0.465-0.023-0.031-0.051-0.059-0.084-0.081l-3.345-2.277c-0.058-0.039-0.127-0.06-0.197-0.06h1e-3z' fill-rule='evenodd'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.up_recommend:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(77,77,77,0.999)' stroke='' viewBox='0 0 18 19'%3e%3cpath d='M17.41 10.96a2.46 2.46 0 01-.28 2.66 2.26 2.26 0 01-.85 2.93 2 2 0 01-1.93 2.43H9.73a.63.63 0 01-.63-.63c0-.35.28-.64.63-.64h4.62c.4 0 .73-.33.73-.74 0-.15-.04-.3-.13-.42a.65.65 0 01-.05-.6c.08-.2.25-.34.46-.38a.95.95 0 00.76-.94c0-.25-.09-.48-.26-.66a.64.64 0 01.09-.95 1.17 1.17 0 00.18-1.74.65.65 0 01-.16-.51.63.63 0 01.28-.46c.31-.2.5-.53.5-.9 0-.58-.47-1.06-1.05-1.06h-4.37a.62.62 0 01-.54-.32.65.65 0 010-.63c.9-1.67.13-3.71-.57-4.6-.38-.5-1.05-.63-1.34-.5-.05.03-.09.04-.06.2a13.3 13.3 0 010 3.16.69.69 0 01-.08.24L6.73 9.46c-.17.3-.57.4-.85.23a.64.64 0 01-.23-.87L7.6 5.38c.05-.44.15-1.7 0-2.67-.12-.7.18-1.3.78-1.57.85-.4 2.15.01 2.81.86a6.2 6.2 0 011.07 5.08h3.44A2.32 2.32 0 0118 9.4c0 .58-.21 1.13-.59 1.55zM5.65 14.73c0 .7-.23 1.28-.69 1.75-.51.52-1.23.79-2.13.79-.92 0-1.64-.27-2.15-.8A2.4 2.4 0 010 14.73v-4.7c0-.18.07-.34.2-.45a.7.7 0 01.8-.03c.17.12.25.29.25.48v4.7c0 .4.11.7.35.96.28.3.7.44 1.24.44s.95-.15 1.22-.44c.24-.24.36-.56.36-.95v-3.79c0-.17.07-.33.21-.44.3-.18.59-.15.8.02a.5.5 0 01.23.44v3.76zm2.32-4.1h2.16c.7 0 1.25.2 1.67.6.4.4.59 1.1.59 1.63 0 .56-.2 1.33-.6 1.7-.4.41-.97.62-1.66.62H8v2.39c0 .19-.08.35-.22.46a.65.65 0 01-.4.14.65.65 0 01-.41-.13.59.59 0 01-.22-.47v-5.82c0-.3.1-.58.31-.78.23-.23.54-.34.91-.34zm.02 1.15v2.27h2.07c.35 0 .62-.09.82-.28.12-.12.25-.58.25-.9 0-.3-.12-.7-.25-.82-.2-.2-.47-.29-.82-.29H8.07c-.05 0-.07.01-.08.02z'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 100% 100%
}




 .side-nav&gt;li h3&gt;*.home:hover:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M18.47 10.28l-.04-.07L15 6.81 11.24 3.1a.32.32 0 00-.45 0L7.03 6.81l-3.44 3.4a.29.29 0 00-.08.24l-.01.06v8.58c0 .17.13.31.3.31h4.56v-4.48a2.68 2.68 0 015.35 0v4.48h4.56a.3.3 0 00.3-.31V10.5c0-.09-.04-.17-.1-.23z' stroke='%234279FF' fill='none' fill-rule='evenodd'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.theater:hover:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath stroke='%234279FF' d='M5.67 2.94H16.2a3.67 3.67 0 013.66 3.67v8.79a3.67 3.67 0 01-3.66 3.66H5.67A3.67 3.67 0 012 15.4V6.6a3.67 3.67 0 013.67-3.66zM2.44 6.39h17M5.14 3L7.01 6.4M10 3l1.86 3.39m3-3.39l1.86 3.39'/%3e%3cpath fill='%234279FF' fill-rule='nonzero' d='M13 11.9l-2.75-2.06a1.05 1.05 0 00-1.68.83v4.14a1.04 1.04 0 001.68.84L13 13.58a1.04 1.04 0 000-1.67z'/%3e%3c/g%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.esports:hover:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11.02 1.46c2.5 0 5.11.55 7.86 1.64l.39.15v.05a2.79 2.79 0 011.5 4.63l-3.85 3.91a.56.56 0 01-.1.08l-.1.17a11.12 11.12 0 01-5.2 4.56c.02.05.03.1.03.17v2.79h3.89c.27 0 .5.22.5.5v.1a.5.5 0 01-.5.5H6.56a.5.5 0 01-.5-.5v-.1c0-.28.23-.5.5-.5h3.9v-2.8c0-.05 0-.1.02-.16l.32.14a10.98 10.98 0 01-5.48-4.66l-.12-.2a.58.58 0 01-.12-.09L1.25 7.93A2.79 2.79 0 012.73 3.3v-.05l.39-.15a21.65 21.65 0 017.9-1.64zm0 1.1h-.47c-2.05.07-4.22.52-6.5 1.36l-.12.05-.01.03-.05-.44c.35 3.3 1.14 5.96 2.38 8a9.89 9.89 0 004.58 4.05l.17.07-.2.09a10.03 10.03 0 004.98-4.25l.22-.36a18.8 18.8 0 002.07-7.03L18.1 4l-.02-.04.4.16a20.22 20.22 0 00-7.45-1.56zm-.04 1.47c1.96 0 3.46.34 4.49.89l.2.11.27.16v.31c0 .7-.25 1.65-.74 2.84l-.27.64H8.17l.1.2a10.32 10.32 0 002.55 3.37l.2.16.23-.14c.57-.39 1.08-.9 1.45-1.42l.16-.23a.55.55 0 11.92.6 6.9 6.9 0 01-2.27 2.18l-.26.14-.28.14-.26-.16c-2.6-1.63-4.52-5.86-4.64-8.1V5.2l.24-.16c.87-.57 2.62-1.01 4.67-1.01zm-8.12.37l-.13.03a1.69 1.69 0 00-.69 2.74l1.87 1.91c-.48-1.4-.83-2.96-1.05-4.68zm16.28 0l-.04.33a22.9 22.9 0 01-.98 4.32l1.84-1.88a1.69 1.69 0 00-.82-2.77zm-8.16.73a9.8 9.8 0 00-3.63.6l-.17.08v.1c.06.51.22 1.13.46 1.8l.06.17h6.5l.08-.2c.28-.7.45-1.27.52-1.72l.02-.14-.08-.04a8.65 8.65 0 00-3.39-.65h-.37z' fill='%234279FF' fill-rule='evenodd'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.fav:hover:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11 2.08l2.88 5.8 6.45.93-4.67 4.52 1.1 6.37-5.76-3-5.76 3 1.1-6.37L1.67 8.8l6.45-.93L11 2.08z' stroke='%234279FF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.VOD:hover:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(56,108,255,0.999)' stroke='' viewBox='0 0 18 15' %3e%3cpath d='m13.929-0c2.248 0 4.071 1.772 4.071 3.958v7.084c0 2.186-1.823 3.958-4.071 3.958h-9.858c-2.248 0-4.071-1.772-4.071-3.958v-7.084c-0-2.186 1.823-3.958 4.071-3.958h9.858zm0 1.25h-9.858c-1.538 0-2.785 1.212-2.785 2.708v7.084c0 1.495 1.247 2.708 2.785 2.708h9.858c1.538 0 2.785-1.213 2.785-2.708v-7.084c0-1.496-1.247-2.708-2.785-2.708zm-5.934 2.514c0.334 0 0.66 0.1 0.934 0.286l3.344 2.277c0.737 0.501 0.916 1.488 0.401 2.205-0.109 0.151-0.245 0.283-0.401 0.389l-3.345 2.276c-0.737 0.502-1.752 0.328-2.268-0.388-0.192-0.267-0.295-0.584-0.295-0.909v-4.553c0-0.875 0.729-1.583 1.629-1.583h1e-3zm0 1.25c-0.19 0-0.343 0.149-0.343 0.333v4.553c-1e-3 0.184 0.153 0.334 0.342 0.334 0.071 0 0.14-0.021 0.198-0.061l3.344-2.276c0.155-0.106 0.193-0.314 0.084-0.465-0.023-0.031-0.051-0.059-0.084-0.081l-3.345-2.277c-0.058-0.039-0.127-0.06-0.197-0.06h1e-3z' fill-rule='evenodd'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li h3&gt;*.up_recommend:hover:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(56,108,255,0.999)' stroke='' viewBox='0 0 18 19'%3e%3cpath d='M17.41 10.96a2.46 2.46 0 01-.28 2.66 2.26 2.26 0 01-.85 2.93 2 2 0 01-1.93 2.43H9.73a.63.63 0 01-.63-.63c0-.35.28-.64.63-.64h4.62c.4 0 .73-.33.73-.74 0-.15-.04-.3-.13-.42a.65.65 0 01-.05-.6c.08-.2.25-.34.46-.38a.95.95 0 00.76-.94c0-.25-.09-.48-.26-.66a.64.64 0 01.09-.95 1.17 1.17 0 00.18-1.74.65.65 0 01-.16-.51.63.63 0 01.28-.46c.31-.2.5-.53.5-.9 0-.58-.47-1.06-1.05-1.06h-4.37a.62.62 0 01-.54-.32.65.65 0 010-.63c.9-1.67.13-3.71-.57-4.6-.38-.5-1.05-.63-1.34-.5-.05.03-.09.04-.06.2a13.3 13.3 0 010 3.16.69.69 0 01-.08.24L6.73 9.46c-.17.3-.57.4-.85.23a.64.64 0 01-.23-.87L7.6 5.38c.05-.44.15-1.7 0-2.67-.12-.7.18-1.3.78-1.57.85-.4 2.15.01 2.81.86a6.2 6.2 0 011.07 5.08h3.44A2.32 2.32 0 0118 9.4c0 .58-.21 1.13-.59 1.55zM5.65 14.73c0 .7-.23 1.28-.69 1.75-.51.52-1.23.79-2.13.79-.92 0-1.64-.27-2.15-.8A2.4 2.4 0 010 14.73v-4.7c0-.18.07-.34.2-.45a.7.7 0 01.8-.03c.17.12.25.29.25.48v4.7c0 .4.11.7.35.96.28.3.7.44 1.24.44s.95-.15 1.22-.44c.24-.24.36-.56.36-.95v-3.79c0-.17.07-.33.21-.44.3-.18.59-.15.8.02a.5.5 0 01.23.44v3.76zm2.32-4.1h2.16c.7 0 1.25.2 1.67.6.4.4.59 1.1.59 1.63 0 .56-.2 1.33-.6 1.7-.4.41-.97.62-1.66.62H8v2.39c0 .19-.08.35-.22.46a.65.65 0 01-.4.14.65.65 0 01-.41-.13.59.59 0 01-.22-.47v-5.82c0-.3.1-.58.31-.78.23-.23.54-.34.91-.34zm.02 1.15v2.27h2.07c.35 0 .62-.09.82-.28.12-.12.25-.58.25-.9 0-.3-.12-.7-.25-.82-.2-.2-.47-.29-.82-.29H8.07c-.05 0-.07.01-.08.02z'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 100% 100%
}



 .side-nav&gt;li.on h3&gt;*.home:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M18.47 10.28l-.04-.07L15 6.81 11.24 3.1a.32.32 0 00-.45 0L7.03 6.81l-3.44 3.4a.29.29 0 00-.08.24l-.01.06v8.58c0 .17.13.31.3.31h4.56v-4.48a2.68 2.68 0 015.35 0v4.48h4.56a.3.3 0 00.3-.31V10.5c0-.09-.04-.17-.1-.23z' stroke='%234279FF' fill='none' fill-rule='evenodd'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li.on h3&gt;*.theater:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath stroke='%234279FF' d='M5.67 2.94H16.2a3.67 3.67 0 013.66 3.67v8.79a3.67 3.67 0 01-3.66 3.66H5.67A3.67 3.67 0 012 15.4V6.6a3.67 3.67 0 013.67-3.66zM2.44 6.39h17M5.14 3L7.01 6.4M10 3l1.86 3.39m3-3.39l1.86 3.39'/%3e%3cpath fill='%234279FF' fill-rule='nonzero' d='M13 11.9l-2.75-2.06a1.05 1.05 0 00-1.68.83v4.14a1.04 1.04 0 001.68.84L13 13.58a1.04 1.04 0 000-1.67z'/%3e%3c/g%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li.on h3&gt;*.esports:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11.02 1.46c2.5 0 5.11.55 7.86 1.64l.39.15v.05a2.79 2.79 0 011.5 4.63l-3.85 3.91a.56.56 0 01-.1.08l-.1.17a11.12 11.12 0 01-5.2 4.56c.02.05.03.1.03.17v2.79h3.89c.27 0 .5.22.5.5v.1a.5.5 0 01-.5.5H6.56a.5.5 0 01-.5-.5v-.1c0-.28.23-.5.5-.5h3.9v-2.8c0-.05 0-.1.02-.16l.32.14a10.98 10.98 0 01-5.48-4.66l-.12-.2a.58.58 0 01-.12-.09L1.25 7.93A2.79 2.79 0 012.73 3.3v-.05l.39-.15a21.65 21.65 0 017.9-1.64zm0 1.1h-.47c-2.05.07-4.22.52-6.5 1.36l-.12.05-.01.03-.05-.44c.35 3.3 1.14 5.96 2.38 8a9.89 9.89 0 004.58 4.05l.17.07-.2.09a10.03 10.03 0 004.98-4.25l.22-.36a18.8 18.8 0 002.07-7.03L18.1 4l-.02-.04.4.16a20.22 20.22 0 00-7.45-1.56zm-.04 1.47c1.96 0 3.46.34 4.49.89l.2.11.27.16v.31c0 .7-.25 1.65-.74 2.84l-.27.64H8.17l.1.2a10.32 10.32 0 002.55 3.37l.2.16.23-.14c.57-.39 1.08-.9 1.45-1.42l.16-.23a.55.55 0 11.92.6 6.9 6.9 0 01-2.27 2.18l-.26.14-.28.14-.26-.16c-2.6-1.63-4.52-5.86-4.64-8.1V5.2l.24-.16c.87-.57 2.62-1.01 4.67-1.01zm-8.12.37l-.13.03a1.69 1.69 0 00-.69 2.74l1.87 1.91c-.48-1.4-.83-2.96-1.05-4.68zm16.28 0l-.04.33a22.9 22.9 0 01-.98 4.32l1.84-1.88a1.69 1.69 0 00-.82-2.77zm-8.16.73a9.8 9.8 0 00-3.63.6l-.17.08v.1c.06.51.22 1.13.46 1.8l.06.17h6.5l.08-.2c.28-.7.45-1.27.52-1.72l.02-.14-.08-.04a8.65 8.65 0 00-3.39-.65h-.37z' fill='%234279FF' fill-rule='evenodd'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li.on h3&gt;*.fav:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11 2.08l2.88 5.8 6.45.93-4.67 4.52 1.1 6.37-5.76-3-5.76 3 1.1-6.37L1.67 8.8l6.45-.93L11 2.08z' stroke='%234279FF' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li.on h3&gt;*.VOD:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(56,108,255,0.999)' stroke='' viewBox='0 0 18 15' %3e%3cpath d='m13.929-0c2.248 0 4.071 1.772 4.071 3.958v7.084c0 2.186-1.823 3.958-4.071 3.958h-9.858c-2.248 0-4.071-1.772-4.071-3.958v-7.084c-0-2.186 1.823-3.958 4.071-3.958h9.858zm0 1.25h-9.858c-1.538 0-2.785 1.212-2.785 2.708v7.084c0 1.495 1.247 2.708 2.785 2.708h9.858c1.538 0 2.785-1.213 2.785-2.708v-7.084c0-1.496-1.247-2.708-2.785-2.708zm-5.934 2.514c0.334 0 0.66 0.1 0.934 0.286l3.344 2.277c0.737 0.501 0.916 1.488 0.401 2.205-0.109 0.151-0.245 0.283-0.401 0.389l-3.345 2.276c-0.737 0.502-1.752 0.328-2.268-0.388-0.192-0.267-0.295-0.584-0.295-0.909v-4.553c0-0.875 0.729-1.583 1.629-1.583h1e-3zm0 1.25c-0.19 0-0.343 0.149-0.343 0.333v4.553c-1e-3 0.184 0.153 0.334 0.342 0.334 0.071 0 0.14-0.021 0.198-0.061l3.344-2.276c0.155-0.106 0.193-0.314 0.084-0.465-0.023-0.031-0.051-0.059-0.084-0.081l-3.345-2.277c-0.058-0.039-0.127-0.06-0.197-0.06h1e-3z' fill-rule='evenodd'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 100% 100%
}
 .side-nav&gt;li.on h3&gt;*.up_recommend:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(56,108,255,0.999)' stroke='' viewBox='0 0 18 19'%3e%3cpath d='M17.41 10.96a2.46 2.46 0 01-.28 2.66 2.26 2.26 0 01-.85 2.93 2 2 0 01-1.93 2.43H9.73a.63.63 0 01-.63-.63c0-.35.28-.64.63-.64h4.62c.4 0 .73-.33.73-.74 0-.15-.04-.3-.13-.42a.65.65 0 01-.05-.6c.08-.2.25-.34.46-.38a.95.95 0 00.76-.94c0-.25-.09-.48-.26-.66a.64.64 0 01.09-.95 1.17 1.17 0 00.18-1.74.65.65 0 01-.16-.51.63.63 0 01.28-.46c.31-.2.5-.53.5-.9 0-.58-.47-1.06-1.05-1.06h-4.37a.62.62 0 01-.54-.32.65.65 0 010-.63c.9-1.67.13-3.71-.57-4.6-.38-.5-1.05-.63-1.34-.5-.05.03-.09.04-.06.2a13.3 13.3 0 010 3.16.69.69 0 01-.08.24L6.73 9.46c-.17.3-.57.4-.85.23a.64.64 0 01-.23-.87L7.6 5.38c.05-.44.15-1.7 0-2.67-.12-.7.18-1.3.78-1.57.85-.4 2.15.01 2.81.86a6.2 6.2 0 011.07 5.08h3.44A2.32 2.32 0 0118 9.4c0 .58-.21 1.13-.59 1.55zM5.65 14.73c0 .7-.23 1.28-.69 1.75-.51.52-1.23.79-2.13.79-.92 0-1.64-.27-2.15-.8A2.4 2.4 0 010 14.73v-4.7c0-.18.07-.34.2-.45a.7.7 0 01.8-.03c.17.12.25.29.25.48v4.7c0 .4.11.7.35.96.28.3.7.44 1.24.44s.95-.15 1.22-.44c.24-.24.36-.56.36-.95v-3.79c0-.17.07-.33.21-.44.3-.18.59-.15.8.02a.5.5 0 01.23.44v3.76zm2.32-4.1h2.16c.7 0 1.25.2 1.67.6.4.4.59 1.1.59 1.63 0 .56-.2 1.33-.6 1.7-.4.41-.97.62-1.66.62H8v2.39c0 .19-.08.35-.22.46a.65.65 0 01-.4.14.65.65 0 01-.41-.13.59.59 0 01-.22-.47v-5.82c0-.3.1-.58.31-.78.23-.23.54-.34.91-.34zm.02 1.15v2.27h2.07c.35 0 .62-.09.82-.28.12-.12.25-.58.25-.9 0-.3-.12-.7-.25-.82-.2-.2-.47-.29-.82-.29H8.07c-.05 0-.07.01-.08.02z'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 100% 100%
}



.gg-box,
.ov-h {
    overflow: hidden
}

.f-red {
    color: #d00
}

.f-white {
    color: #fff
}

.f-green {
    color: var(--color-f-green);
}

.f-yellow {
    color: var(--color-f-green);
}

.f-blue {
    color: var(--color-f-blue);
}

.f-gray {
    color: var(--color-f-gray);
}

.f-gray1 {
    color: #aaa
}

.f-gray2,
.f-gray2 a {
    color: #bbb
}

.f-white1,
.f-white1 a {
    color: #fff
}

.f-black {
    color: #000
}

.f-light {
    opacity: .8
}

.f-light1 {
    opacity: .5
}

.f-light2 {
    opacity: .3
}

.bg-gray {
    background-color: #eee
}

.bg-gray1 {
    background-color: #f2f2f2
}

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

.bg-red {
    background-color: #d00
}

.bg-yellow {
    background-color: #ff6f3d
}

.bg-green {
    background-color: #5fb878
}

.bg-blue {
    background-color: #1e9fff
}

.bg-black {
    background-color: #111
}

.b-white {
    border-color: #fff
}

.b-gray {
    border-color: #eee
}

.b-white {
    border-color: #fff
}

.b-red {
    border-color: #d00
}

.b-yellow {
    border-color: #ff6f3d
}

.b-green {
    border-color: #5fb878
}

.b-blue {
    border-color: #1e9fff
}

.b-black {
    border-color: #111
}



.clearfix::after,
.row:after,
.tx-wide::after {
    display: table;
    content: " ";
    clear: both
}

[class*=col-] {
    float: left;
    min-height: 1px;
    position: relative
}

.row-space2 {
    margin-left: -2px;
    margin-right: -2px
}

.row-space3 {
    margin-left: -3px;
    margin-right: -3px
}

.row-space5 {
    margin-left: -5px;
    margin-right: -5px
}

.row-space7 {
    margin-left: -7px;
    margin-right: -7px
}

.row-space8 {
    margin-left: -8px;
    margin-right: -8px
}

.row-space10 {
    margin-left: -10px;
    margin-right: -10px
}

.row-space15 {
    margin-left: -15px;
    margin-right: -15px
}

.row-space20 {
    margin-left: -20px;
    margin-right: -20px
}

.row-space30 {
    margin-left: -30px;
    margin-right: -30px
}

.row-space2&gt;* {
    padding-left: 2px;
    padding-right: 2px
}

.row-space3&gt;* {
    padding-left: 3px;
    padding-right: 3px
}

.row-space5&gt;* {
    padding-left: 5px;
    padding-right: 5px
}

.row-space7&gt;* {
    padding-left: 7px;
    padding-right: 7px
}

.row-space8&gt;* {
    padding-left: 8px;
    padding-right: 8px
}

.row-space10&gt;* {
    padding-left: 10px;
    padding-right: 10px
}

.row-space15&gt;* {
    padding-left: 15px;
    padding-right: 15px
}

.row-space20&gt;* {
    padding-left: 20px;
    padding-right: 20px
}

.row-space30&gt;* {
    padding-left: 30px;
    padding-right: 30px
}

[class*=tx-column-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tx-column-2&gt;* {
    width: 50%
}

.tx-column-3&gt;* {
    width: 33.333%
}

.tx-column-4&gt;* {
    width: 25%
}

.tx-column-5&gt;* {
    width: 20%
}

.tx-column-6&gt;* {
    width: 16.666%
}

.tx-column-7&gt;* {
    width: 14.285%
}

.tx-column-8&gt;* {
    width: 12.5%
}

.tx-column-9&gt;* {
    width: 11.111%
}

.tx-column-10&gt;* {
    width: 10%
}

.col-1 {
    width: 4.1666%
}

.col-2 {
    width: 8.3333%
}

.col-3 {
    width: 12.4999%
}

.col-4 {
    width: 16.6666%
}

.col-5 {
    width: 20.8333%
}

.col-6 {
    width: 24.9999%
}

.col-7 {
    width: 29.1666%
}

.col-8 {
    width: 33.3333%
}

.col-9 {
    width: 37.4999%
}

.col-10 {
    width: 41.6666%
}

.col-11 {
    width: 45.8333%
}

.col-12 {
    width: 50%
}

.col-13 {
    width: 54.1666%
}

.col-14 {
    width: 58.3333%
}

.col-15 {
    width: 62.4999%
}

.col-16 {
    width: 66.6666%
}

.col-17 {
    width: 70.8333%
}

.col-18 {
    width: 100%
}

.col-19 {
    width: 79.1666%
}

.col-20 {
    width: 83.3333%
}

.col-21 {
    width: 87.4999%
}

.col-22 {
    width: 91.6666%
}

.col-23 {
    width: 95.8333%
}

.col-24 {
    width: 100%
}

.col-25 {
    width: 20%
}

.tx-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.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
}

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

.tx-flex-wb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tx-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tx-flex-col1,
.tx-flex-col2,
.tx-flex-hc {
    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
}

.tx-flex-col1&gt;:first-child,
.tx-flex-col2&gt;:last-child,
.tx-flex-sh {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.tx-flex-col1&gt;:last-child,
.tx-flex-col2&gt;:first-child,
.tx-flex-gr {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden
}

.tx-flex-dtc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tx-flex-st {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tx-text {
    line-height: 1.5;
	font-size:15px;
}

.tx-text h4,
.tx-text h5,
.tx-text h6,
.tx-text ol,
.tx-text p,
.tx-text pre,
.tx-text table,
.tx-text ul {
    margin-bottom: 0.5em
}

.tx-text ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 2em
}

.tx-text ol li {
    list-style: decimal
}

.tx-text ol li::marker {
    color: var(--tx-color);
    font-size: 1.1em;
    font-weight: 700
}

.tx-text ol li,
.tx-text ul li {
    padding: .2em 0
}

.tx-text h1,
.tx-text h2,
.tx-text h3 {
    border-left: 4px solid var(--tx-color);
    background-color: rgba(0, 0, 0, .02);
    padding: 0 .8em;
    margin-bottom: .8em;
    line-height: 2.4;
    border-radius: 2px
}

.tx-text h1 {
    font-size: 1.5em
}

.tx-text h2 {
    font-size: 1.3em
}

.tx-text h3 {
    font-size: 1.2em
}

.tx-text iframe,
.tx-text img {
    max-width: 100% !important;
    overflow: hidden !important
}

.tx-text blockquote {
    border-left: 10px solid rgba(102, 128, 153, .075);
    background-color: rgba(102, 128, 153, .05);
    border-radius: 0 5px 5px 0;
    padding: .8em 1.2em;
    margin: 0 0 1em 0;
    color: #666
}

.tx-text blockquote&gt;:last-child {
    margin-bottom: 0
}

.img-box {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    height: 0
}

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

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

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

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

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

.img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, .05)
}

.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, .2);
    z-index: 0
}

.img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.po-r,
.tx-block-column,
.tx-input-code {
    position: relative
}

.tx-block-column&gt;i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: rgba(0, 0, 0, .3);
    font-style: normal;
    white-space: nowrap;
    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
}

.tx-item-order {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.tx-item-order&gt;label {
    width: 120px;
    background-color: rgba(0, 0, 0, .02);
    border-right: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 2.6;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tx-item-order .tx-textarea,
.tx-item-order input[type=text] {
    border: 0
}

.alert {
    border: 1px solid transparent
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.hide,
.pchide {
    display: none
}

.dp-b,
.show {
    display: block
}

.tx-inline {
    display: inline-block
}

.fl {
    float: left
}

.fr {
    float: right
}

@media screen and (max-width:1200px) {
    .tx-wide {
        width: 100%
    }
}

@media screen and (max-width:992px) {
    .row-m-space0 {
        margin-left: 0;
        margin-right: 0
    }

    .row-m-space2 {
        margin-left: -.32vw;
        margin-right: -.32vw
    }

    .row-m-space3 {
        margin-left: -.48vw;
        margin-right: -.48vw
    }

    .row-m-space5 {
        margin-left: -.79vw;
        margin-right: -.79vw
    }

    .row-m-space7 {
        margin-left: -1.11vw;
        margin-right: -1.11vw
    }

    .row-m-space8 {
        margin-left: -1.28vw;
        margin-right: -1.28vw
    }

    .row-m-space10 {
        margin-left: -1.59vw;
        margin-right: -1.59vw
    }

    .row-m-space15 {
        margin-left: -2.4vw;
        margin-right: -2.4vw
    }

    .row-m-space20 {
        margin-left: -3.2vw;
        margin-right: -3.2vw
    }

    .row-m-space0&gt;* {
        padding-left: 1.28vw;
        padding-right: 1.28vw;
    }

    .row-m-space2&gt;* {
        padding-left: .32vw;
        padding-right: .32vw
    }

    .row-m-space3&gt;* {
        padding-left: .48vw;
        padding-right: .48vw
    }

    .row-m-space5&gt;* {
        padding-left: .79vw;
        padding-right: .79vw
    }

    .row-m-space7&gt;* {
        padding-left: 1.11vw;
        padding-right: 1.11vw
    }

    .row-m-space8&gt;* {
        padding-left: 1.28vw;
        padding-right: 1.28vw
    }

    .row-m-space10&gt;* {
        padding-left: 1.59vw;
        padding-right: 1.59vw
    }

    .row-m-space15&gt;* {
        padding-left: 2.4vw;
        padding-right: 2.4vw
    }

    .row-m-space20&gt;* {
        padding-left: 3.2vw;
        padding-right: 3.2vw
    }

    .tx-column-m-1&gt;* {
        width: 100%
    }

    .tx-column-m-2&gt;* {
        width: 50%
    }

    .tx-column-m-3&gt;* {
        width: 33.333%
    }

    .tx-column-m-4&gt;* {
        width: 25%
    }

    .tx-column-m-5&gt;* {
        width: 20%
    }

    .tx-column-m-6&gt;* {
        width: 16.666%
    }

    .tx-column-m-7&gt;* {
        width: 14.285%
    }

    .tx-column-m-8&gt;* {
        width: 12.5%
    }

    .tx-column-m-9&gt;* {
        width: 11.111%
    }

    .tx-column-m-10&gt;* {
        width: 10%
    }

    .col-m-1 {
        width: 4.1666%
    }

    .col-m-2 {
        width: 8.3333%
    }

    .col-m-3 {
        width: 12.4999%
    }

    .col-m-4 {
        width: 16.6666%
    }

    .col-m-5 {
        width: 20.8333%
    }

    .col-m-6 {
        width: 24.9999%
    }

    .col-m-7 {
        width: 29.1666%
    }

    .col-m-8 {
        width: 33.3333%
    }

    .col-m-9 {
        width: 37.4999%
    }

    .col-m-10 {
        width: 41.6666%
    }

    .col-m-11 {
        width: 45.8333%
    }

    .col-m-12 {
        width: 50%
    }

    .col-m-13 {
        width: 54.1666%
    }

    .col-m-14 {
        width: 58.3333%
    }

    .col-m-15 {
        width: 62.4999%
    }

    .col-m-16 {
        width: 66.6666%
    }

    .col-m-17 {
        width: 70.8333%
    }

    .col-m-18 {
        width: 100%
    }

    .col-m-19 {
        width: 79.1666%
    }

    .col-m-20 {
        width: 83.3333%
    }

    .col-m-21 {
        width: 87.4999%
    }

    .col-m-22 {
        width: 91.6666%
    }

    .col-m-23 {
        width: 95.8333%
    }

    .col-m-24 {
        width: 100%
    }

    .col-m-25 {
        width: 20%
    }

    .pchide {
        display: block;
		opacity: 1;
    }

    .waphide {
        display: none
    }
	
	.padhide {
    display: none;
	}

    .wap-noflex {
        display: block
    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 3.75vw
    }

    .tx-btn {
        padding: 0 5.86vw
    }

    .tx-btn-small {
        padding: 0 4.26vw
    }

    .tx-btn-mini {
        padding: 0 2.66vw
    }

    .tx-btn-big {
        padding: 0 9.6vw
    }

    .tx-item-order::after,
    .tx-item-order&gt;label {
        width: 32vw
    }

    .tx-text img {
        height: auto !important
    }

    .mb5 {
        margin-bottom: .8vw
    }

    .mb10 {
        margin-bottom: 1.59vw
    }

    .mb15 {
        margin-bottom: 2.4vw
    }

    .mb20 {
        margin-bottom: 3.2vw
    }

    .mb30 {
        margin-bottom: 4.8vw
    }

    .mb40 {
        margin-bottom: 6.4vw
    }

    .mr10 {
        margin-right: 1.59vw
    }

    .mr15 {
        margin-right: 2.4vw
    }

    .mr20 {
        margin-right: 3.2vw
    }

    .ml10 {
        margin-left: 1.59vw
    }

    .ml15 {
        margin-left: 2.4vw
    }

    .ml20 {
        margin-left: 3.2vw
    }

    .mt10 {
        margin-top: 1.59vw
    }

    .mt15 {
        margin-top: 2.4vw
    }

    .mt20 {
        margin-top: 3.2vw
    }

    .pd10 {
        padding: 1.59vw
    }

    .pd10-1 {
        padding: 1.59vw 0
    }

    .pd10-2 {
        padding: 0 1.59vw
    }

    .pd10-3 {
        padding: 1.59vw 1.59vw 0 1.59vw
    }

    .pd10-4 {
        padding: .79vw 1.59vw
    }

    .pd15 {
        padding: 2.4vw
    }

    .pd15-1 {
        padding: 2.4vw 0
    }

    .pd15-2 {
        padding: 0 2.4vw
    }

    .pd15-3 {
        padding: 2.4vw 2.4vw 0 2.4vw
    }

    .pd15-4 {
        padding: 1.2vw 2.4vw
    }

    .pd20 {
        padding: 3.2vw
    }

    .pd20-1 {
        padding: 3.2vw 0
    }

    .pd20-2 {
        padding: 0 3.2vw
    }

    .pd20-3 {
        padding: 3.2vw 3.2vw 0 3.2vw
    }

    .pd20-4 {
        padding: 1.6vw 3.2vw
    }

    .pd30 {
        padding: 4.8vw
    }

    .pd40 {
        padding: 6.4vw
    }

    .pd60 {
        padding: 9.6vw
    }

    button,
    form,
    input,
    select,
    textarea {
        font-size: 3.75vw
    }

    .tx-btn-small {
        font-size: 3.48vw
    }

    .tx-btn-mini {
        font-size: 3.21vw
    }
}</pre></body></html>