.footer-container {width: 100%;background-color: #fff;padding: 25px 0 15px;font-family: -apple-system, sans-serif}
.footer-container .footer-content {max-width: 1160px;margin: 0 auto;padding: 0 20px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.footer-container .footer-content, .footer-container .top-section {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.footer-container .top-section {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 100%;margin-bottom: 25px;padding-bottom: 20px;border-bottom: 1px dashed rgba(236,72,153,.12)}
.footer-container .top-section .brand-group {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.footer-container .top-section .brand-group .brand-logo {margin-right: 6px}
.footer-container .top-section .brand-group .brand-name {font-size: 15px;font-weight: 700;color: #848484}
.footer-container .top-section .btn-group {display: -webkit-box;display: -ms-flexbox;display: flex;gap: 12px}
.footer-container .top-section .btn-group .btn-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 6px 18px;font-size: 13px;border-radius: 30px;cursor: pointer;-webkit-transition: all .2s;transition: all .2s;font-weight: 600;border: none}
.footer-container .top-section .btn-group .btn-item .btn-icon {margin-right: 6px}
.footer-container .top-section .btn-group .btn-item.ghost {color: #FF5073;background: rgba(236,72,153,.08)}
.footer-container .top-section .btn-group .btn-item.ghost:hover {background: rgba(236,72,153,.15)}
.footer-container .top-section .btn-group .btn-item.primary {color: #fff;background: linear-gradient(135deg, #FF5073, #e71a7f);-webkit-box-shadow: 0 4px 10px rgba(236,72,153,.3);box-shadow: 0 4px 10px rgba(236,72,153,.3)}
.footer-container .top-section .btn-group .btn-item.primary:hover {-webkit-filter: brightness(1.1);filter: brightness(1.1);-webkit-transform: translateY(-1px);transform: translateY(-1px);-webkit-box-shadow: 0 6px 15px rgba(236,72,153,.4);box-shadow: 0 6px 15px rgba(236,72,153,.4)}
.footer-container .contact-section {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;margin-bottom: 25px}
.footer-container .contact-section .contact-title {font-size: 13px;color: #888;margin-bottom: 10px;letter-spacing: .5px}
.footer-container .contact-section .contact-title a{}
.footer-container .contact-section .contact-methods {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 50px}
.footer-container .contact-section .contact-methods .contact-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-size: 13px;color: #888}
.footer-container .contact-section .contact-methods .contact-item .contact-icon {margin-right: 6px}
.footer-container .active-users-wrapper {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-bottom: 30px}
.footer-container .active-users-wrapper .active-users-badge {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: rgba(236,72,153,.04);border: 1px solid rgba(236,72,153,.12);padding: 8px 24px;border-radius: 24px;font-size: 13px;color: #666;-webkit-box-shadow: 0 4px 12px rgba(236,72,153,.04);box-shadow: 0 4px 12px rgba(236,72,153,.04)}
.footer-container .active-users-wrapper .active-users-badge .text {font-weight: 500}
.footer-container .active-users-wrapper .active-users-badge .pulse-dot {width: 7px;height: 7px;background-color: #10b981;border-radius: 50%;margin-right: 10px;-webkit-animation: pulse-green-data-v-787eb09f 2s infinite;animation: pulse-green-data-v-787eb09f 2s infinite}
.footer-container .active-users-wrapper .active-users-badge .number {color: #FF5073;font-weight: 800;font-family: Courier New, Courier, monospace;font-size: 16px;letter-spacing: .5px;margin-left: 2px;font-variant-numeric: tabular-nums;min-width: 54px;display: inline-block;text-align: left}
.footer-container .bottom-section {text-align: center;width: 100%}
.footer-container .bottom-section .policy-text {font-size: 11px;color: #c0c4cc;line-height: 1.6;margin-bottom: 10px;-webkit-transform: scale(.95);transform: scale(.95)}
.footer-container .bottom-section .policy-text .safe-tag {background: rgba(236,72,153,.08);color: #e71a7f;padding: 2px 6px;border-radius: 4px;margin-right: 6px;font-size: 11px;font-weight: 700}
.footer-container .bottom-section .copyright {font-size: 11px;color: #a8abb2;letter-spacing: .5px}
@-webkit-keyframes pulse-green-data-v-787eb09f {
0% {
-webkit-transform:scale(.95);
transform:scale(.95);
-webkit-box-shadow:0 0 0 0 rgba(16,185,129,.7);
box-shadow:0 0 0 0 rgba(16,185,129,.7)}
70% {
-webkit-transform:scale(1);
transform:scale(1);
-webkit-box-shadow:0 0 0 6px rgba(16,185,129,0);
box-shadow:0 0 0 6px rgba(16,185,129,0)}
to {-webkit-transform: scale(.95);transform: scale(.95);-webkit-box-shadow: 0 0 0 0 rgba(16,185,129,0);box-shadow: 0 0 0 0 rgba(16,185,129,0)}
}
@keyframes pulse-green-data-v-787eb09f {
0% {
-webkit-transform:scale(.95);
transform:scale(.95);
-webkit-box-shadow:0 0 0 0 rgba(16,185,129,.7);
box-shadow:0 0 0 0 rgba(16,185,129,.7)}
70% {
-webkit-transform:scale(1);
transform:scale(1);
-webkit-box-shadow:0 0 0 6px rgba(16,185,129,0);
box-shadow:0 0 0 6px rgba(16,185,129,0)}
to {-webkit-transform: scale(.95);transform: scale(.95);-webkit-box-shadow: 0 0 0 0 rgba(16,185,129,0);box-shadow: 0 0 0 0 rgba(16,185,129,0)}
}
@media (max-width:768px) {
.footer-container {padding: 20px 0 15px}
.footer-container .top-section {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;border-bottom: none;margin-bottom: 10px;padding-bottom: 0}
.footer-container .top-section .brand-group {margin-bottom: 15px;margin-right: 28px}
.footer-container .top-section .btn-group {width: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;gap: 40px}
.footer-container .top-section .btn-group .btn-item {-webkit-box-flex: 0;-ms-flex: none;flex: none;width: 130px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 8px}
.footer-container .contact-section {margin-bottom: 20px}
.footer-container .contact-section .contact-title {font-size: 12px;margin-bottom: 8px}
.footer-container .contact-section .contact-methods {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 12px}
.footer-container .contact-section .contact-methods .contact-item {font-size: 12px}
.footer-container .active-users-wrapper {margin-bottom: 25px}
.footer-container .active-users-wrapper .active-users-badge {padding: 6px 20px;font-size: 12px}
.footer-container .active-users-wrapper .active-users-badge .number {font-size: 14px}
.footer-container .bottom-section .policy-text {font-size: 11px;display: block;padding: 0 10px}
@-webkit-keyframes fadeIn-data-v-787eb09f {
0% {
opacity:0;
-webkit-transform:translateY(5px);
transform:translateY(5px)}
to {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}
}
@keyframes fadeIn-data-v-787eb09f {
0% {
opacity:0;
-webkit-transform:translateY(5px);
transform:translateY(5px)}
to {opacity: 1;-webkit-transform: translateY(0);transform: translateY(0)}
}}
.contact-section {margin-bottom: 30px!important}
.contact-section .contact-title {margin-bottom: 15px!important}
.contact-section .contact-methods {width: 100%}
.contact-section .contact-methods .join-btn, .contact-section .contact-methods {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
.contact-section .contact-methods .join-btn {-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 8px 30px!important;background: rgba(236,72,153,.08)!important;color: #FF5073!important;font-size: 13px!important;font-weight: 700!important;border-radius: 50px!important;cursor: pointer;-webkit-transition: all .3s ease;transition: all .3s ease}
.contact-section .contact-methods .join-btn:hover {background: rgba(236,72,153,.15)!important;-webkit-transform: translateY(-2px);transform: translateY(-2px)}
.contact-section .contact-methods .join-btn .btn-icon {margin-right: 10px!important}
.watermark-poetry {width: 100%;text-align: center;margin-bottom: 15px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}
.watermark-poetry .text {position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-size: 12px;color: #909399;letter-spacing: 2px;font-weight: 400}
.watermark-poetry .text:after, .watermark-poetry .text:before {content: "";position: absolute;top: 50%;width: 30px;height: 1px;background: #e4e7ed}
.watermark-poetry .text:before {left: -45px}
.watermark-poetry .text:after {right: -45px}
.watermark-poetry .text .line {margin: 0 4px}
@media (max-width:768px) {
.watermark-poetry {margin-bottom: 12px}
.watermark-poetry .text {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;font-size: 11px;line-height: 1.8;letter-spacing: 1px}
.watermark-poetry .text:after, .watermark-poetry .text:before {display: none}
.watermark-poetry .text .line {margin: 0}
}
.com__box[data-v-6ac07e9e] {width: 48px;height: 48px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.load-ring[data-v-6ac07e9e] {display: inline-block;position: relative;width: 100%;height: 100%}
.load-ring div[data-v-6ac07e9e] {-webkit-box-sizing: border-box;box-sizing: border-box;display: block;position: absolute;width: 80%;height: 80%;margin: 10%;border: 4px solid transparent;border-top-color: #FF5073;border-radius: 50%;-webkit-animation: load-rotate-data-v-6ac07e9e 1.2s cubic-bezier(.5, 0, .5, 1) infinite;animation: load-rotate-data-v-6ac07e9e 1.2s cubic-bezier(.5, 0, .5, 1) infinite}
.load-ring div[data-v-6ac07e9e]:first-child {-webkit-animation-delay: -.45s;animation-delay: -.45s}
.load-ring div[data-v-6ac07e9e]:nth-child(2) {-webkit-animation-delay: -.3s;animation-delay: -.3s}
.load-ring div[data-v-6ac07e9e]:nth-child(3) {-webkit-animation-delay: -.15s;animation-delay: -.15s}
@-webkit-keyframes load-rotate-data-v-6ac07e9e {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)}
to {-webkit-transform: rotate(1turn);transform: rotate(1turn)}
}
@keyframes load-rotate-data-v-6ac07e9e {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)}
to {-webkit-transform: rotate(1turn);transform: rotate(1turn)}
}
.server-error-container[data-v-77820e00] {position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background: #f7f8fa;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;z-index: 999999}
.error-card[data-v-77820e00] {background: #fff;border-radius: 24px;padding: 40px 25px;width: 92%;max-width: 380px;text-align: center;-webkit-box-shadow: 0 15px 35px rgba(0,0,0,.05);box-shadow: 0 15px 35px rgba(0,0,0,.05);-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #f0f0f0}
.icon-box[data-v-77820e00] {width: 80px;height: 80px;margin: 0 auto 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.icon-box i[data-v-77820e00] {font-size: 75px;color: #db2777}
.title[data-v-77820e00] {font-size: 24px;color: #1a1a1a;margin-bottom: 12px;font-weight: 700}
.desc[data-v-77820e00] {font-size: 14px;color: #666;line-height: 1.6;margin-bottom: 25px}
.highlight-desc[data-v-77820e00] {display: block;margin-top: 8px;color: #FF5073;font-weight: 700}
.btn-group[data-v-77820e00] {margin-top: 10px}
.action-btn[data-v-77820e00] {width: 100%;padding: 14px 0;border-radius: 50px;font-size: 16px;font-weight: 700;cursor: pointer;-webkit-transition: all .2s;transition: all .2s;border: none;display: block}
.static-btn[data-v-77820e00] {background: #FF5073;color: #fff;-webkit-box-shadow: 0 4px 12px rgba(236,72,153,.2);box-shadow: 0 4px 12px rgba(236,72,153,.2)}
.static-btn[data-v-77820e00]:active {background: #db2777;-webkit-transform: translateY(1px);transform: translateY(1px)}
.outline-btn[data-v-77820e00] {background: #fff;color: #FF5073;border: 1px solid #ffadd2;margin-top: 12px}
.outline-btn[data-v-77820e00]:active {background: #fff0f6;-webkit-transform: translateY(1px);transform: translateY(1px)}
.vpn-section[data-v-77820e00] {margin-top: 25px;background: #fdf2f8;border: 1px dashed #fbcfe8;border-radius: 12px;padding: 15px;text-align: left}
.vpn-title[data-v-77820e00] {font-size: 13px;font-weight: 700;color: #FF5073;margin-bottom: 12px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 5px}
.vpn-btns[data-v-77820e00] {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;gap: 10px}
.vpn-link[data-v-77820e00] {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;min-width: 80px;text-align: center;background: #fff;color: #db2777;border: 1px solid #fbcfe8;padding: 8px 5px;border-radius: 6px;font-size: 13px;font-weight: 700;text-decoration: none;-webkit-transition: all .2s;transition: all .2s;-webkit-box-shadow: 0 2px 4px rgba(236,72,153,.05);box-shadow: 0 2px 4px rgba(236,72,153,.05)}
.vpn-link[data-v-77820e00]:active {background: #FF5073;color: #fff}
.contact-section[data-v-77820e00] {margin-top: 25px;border-top: 1px dashed #eee;padding-top: 20px;text-align: center}
.contact-title[data-v-77820e00] {font-size: 13px;color: #999;margin-bottom: 10px}
.contact-list[data-v-77820e00] {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 8px;font-size: 14px;color: #555}
.contact-item i[data-v-77820e00] {color: #FF5073}
.contact-item .val[data-v-77820e00] {font-weight: 700;color: #333}
.tutorial-header[data-v-77820e00] {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 25px}
.tutorial-title[data-v-77820e00] {font-size: 18px;font-weight: 700;margin: 0;color: #333}
.tutorial-sub[data-v-77820e00] {font-size: 13px;color: #666;text-align: left;margin-bottom: 15px}
.close-btn[data-v-77820e00] {font-size: 22px;color: #d1d5db;cursor: pointer}
.step-list[data-v-77820e00] {text-align: left;margin-bottom: 30px;background: #f9fafb;padding: 20px;border-radius: 16px;border: 1px solid #f3f4f6}
.step-item[data-v-77820e00] {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 18px}
.step-item[data-v-77820e00]:last-child {margin-bottom: 0}
.step-num[data-v-77820e00] {background: #FF5073;color: #fff;width: 20px;height: 20px;border-radius: 6px;font-size: 12px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-right: 12px;-ms-flex-negative: 0;flex-shrink: 0;margin-top: 1px}
.step-text[data-v-77820e00] {font-size: 14px;color: #4b5563;line-height: 1.6}
.step-text b[data-v-77820e00] {color: #FF5073}
.back-link[data-v-77820e00] {margin-top: 20px;color: #9ca3af;font-size: 14px;cursor: pointer;text-decoration: underline}
.fade-enter-active[data-v-77820e00], .fade-leave-active[data-v-77820e00] {-webkit-transition: opacity .2s;transition: opacity .2s}
.fade-enter[data-v-77820e00], .fade-leave-to[data-v-77820e00] {opacity: 0}
:root {
--vh:1vh}
* {padding: 0;margin: 0;border: 0;list-style: none;-webkit-tap-highlight-color: transparent}
.el-menu--horizontal>.el-menu-item.is-active {color: #FF5073!important;font-weight: 0}
.let_nav /deep/ .el-submenu.is-active>.el-submenu__title {
color:#1890ff!important;
font-weight:600}
.el-pagination .el-pager li {width: auto!important}
body {
margin:0 calc(-100vw - -100%) 0 0!important;overflow-x: hidden!important}
.page-container {min-height: 100vh;/*position: relative;padding-bottom: 60px!important*/}
@media screen and (max-width:500px) {
.page-container {padding-bottom: 60px!important}
}
.taber_two {}
.home_two {top: 70%;right: 45px;text-align: center}
.home_two, .loading-overlay {position: fixed;z-index: 9999
}
.loading-overlay {top: 0;left: 0;right: 0;bottom: 0;background: radial-gradient(circle at top, #fff9fc 0, #f7f8fa 100%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-transition: opacity .1s;transition: opacity .1s}
.loading-spinner {text-align: center}
.loading-spinner i {font-size: 3rem;color: #42b983;margin-bottom: 1rem;-webkit-animation: spin 1s linear infinite;animation: spin 1s linear infinite}
.page-content {padding: 2rem;opacity: 0;-webkit-animation: fadeIn .5s .3s forwards;animation: fadeIn .5s .3s forwards}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)}
to {-webkit-transform: rotate(1turn);transform: rotate(1turn)}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)}
to {-webkit-transform: rotate(1turn);transform: rotate(1turn)}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0}
to {opacity: 1}
}
@keyframes fadeIn {
0% {
opacity:0}
to {opacity: 1}
}
.tiab_custom {background: #FF5073;color: #fff}
.tiab_custom:hover {background-color: #eb7eb4;color: #fff}
.tubiao {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.el-loading-spinner {background-image: url();background-repeat: no-repeat;height: 100%;background-position: 50%;top: 0}
.el-loading-spinner .circular {display: none}
.el-message--success {background-color: #fff!important;color: #000!important}
.el-message--success .el-message__content {color: #000!important}
.el-message .el-icon-success {color: #FF5073!important}
.el-message--error {background-color: #fff!important;color: #000!important}
.el-message {min-width: 158px!important;-webkit-box-shadow: 0 0 3px 4px rgba(232,232,233,.6)!important;box-shadow: 0 0 3px 4px rgba(232,232,233,.6)!important}
.el-message--error .el-message__content, .el-message .el-icon-error {color: #000!important}
.el-input--prefix:focus, .el-input__inner:focus {border-color: #FF5073!important}
.el-loading-spinner .path {stroke: #FF5073!important}
.el-loading-spinner .el-loading-text, .el-tabs__item.is-active {color: #FF5073!important}
.so .el-input__inner {border-radius: 30px 0 0 30px!important}
.trde_cd .el-input__inner .el-inputirmer:focus {background-color: #FF5073!important}
.el-input-group__append {border-radius: 0 30px 30px 0!important}
.el-dialog__body {padding: 5px 20px!important}
.fise span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-size: 13px;font-weight: 800;color: #606266}
.fise span svg {margin-right: 15px}

#app {background: #f5f5f5}
.let_nav {overflow: visible!important;-ms-flex-negative: 0;flex-shrink: 0;margin-left: -8px!important}
.el-menu--horizontal>.el-menu-item {font-size: 16px;color: #525252!important}
.tavbes {width: 100%;max-width: 1200px;margin: 0 auto;-webkit-box-sizing: border-box;box-sizing: border-box}
.hr {height: 2px;background: rgb(255 80 115 / 60%)}
.zizhan {cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-negative: 0;flex-shrink: 0;margin-right: 10px}
.zizhan .zizhansum {color: #FF5073;cursor: pointer;font-size: 22px;margin-left: 10px}
.zizhan .zizhantext {background-color: #FF5073;color: #fff;border-radius: 50px;padding: 4px 16px 4px 4px;font-weight: 700;font-size: 16px;cursor: pointer;white-space: nowrap}
.zizhan .zizhantext, .zizhan .zizhantext .zhi_sum {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-negative: 0;flex-shrink: 0}
.zizhan .zizhantext .zhi_sum {background: #fff;border-radius: 50%;width: 28px;height: 28px;margin-right: 6px}
.zizhan .zizhantext .zhi_sum, .zzizhantext {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}
.zzizhantext {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;background-color: #FF5073;color: #fff;border-radius: 50px;font-size: 16px;font-weight: 700;padding: 5px 16px;letter-spacing: 1px;white-space: nowrap;line-height: 1.2;-webkit-text-size-adjust: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: transparent}
.zzizhantext, .zzizhantext div {-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.zzizhantext div {margin: 0;padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex}
.trde_cd {padding: 0 10px}
.trde_cd .fise {padding: 12px 0;cursor: pointer}
.trde_cd .fise:hover {color: #FF5073}
.trde_cd .sum_bai {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 12px 0}
.trde_cd .sum_bai .one {color: #FF5073;cursor: pointer;font-weight: 500;font-size: 16px;width: 150px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.trde_cd .sum_bai .two {font-weight: 700;margin-left: 5px;color: #FF5073;
border-radius:.25rem;font-size: 16px;padding: 1px 5px}
img {-o-object-fit: fill;object-fit: fill}
#app .el-header {background: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0;height: 75px}
#app .el-main {min-height: 300px;padding: 0}
#app .el-footer {padding: 0}
a, a:hover {text-decoration: none}
.topbar {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-negative: 0;flex-shrink: 0;margin-left: auto}
.topbar .nav {margin: 0 auto}
.topbar .nav ul {float: right}
.topbar .nav li {float: left;height: 40px;color: #b0b0b0;font-size: 14px;text-align: center;line-height: 40px}
.topbar .nav .sep {color: #b0b0b0;font-size: 14px;margin: 0 10px}
.topbar .nav li .el-button, .topbar .nav li a {/*color: #b0b0b0;*/display: ruby;}
.topbar .nav .shopCart {margin-left: 0}
.loginText {border: 1px solid #FF5073!important;color: #FF5073!important;padding: 8px 16px!important;font-size: 14px;margin-right: 0px}
.el-button+.el-button {margin-left: 0}
.el-header {width: 100%;margin: 0 auto;position: relative}
.el-header .el-menu {border-bottom: none!important}
.el-header .el-menu li {height: 59px;line-height: 55px}
.el-header .so {width: 250px;right: 0;top: 50%;margin-right: 30px}
.footer {width: 100%;text-align: center;background: #2f2f2f;padding-bottom: 20px}
.el-pagination {padding: 10px!important}
.footer .ng-promise-box {margin: 0 auto;border-bottom: 1px solid #3d3d3d;line-height: 145px}
.footer .ng-promise-box .ng-promise p a {color: #fff;font-size: 20px;margin-right: 210px;padding-left: 44px;height: 40px;display: inline-block;line-height: 40px;text-decoration: none;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAACCCAYAAAA0eYrlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEU5RDZFMzVEMEYwMTFFODk0RDVGNEUyNTc3MEY3MjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEU5RDZFMzZEMEYwMTFFODk0RDVGNEUyNTc3MEY3MjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RTlENkUzM0QwRjAxMUU4OTRENUY0RTI1NzcwRjcyNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RTlENkUzNEQwRjAxMUU4OTRENUY0RTI1NzcwRjcyNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgWydmUAAAhcSURBVHja7FsJcBRF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) no-repeat left 0}
.footer .github {height: 50px;line-height: 50px;margin-top: 20px}
.footer .github .github-but {width: 50px;height: 50px;margin: 0 auto;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAC4jAAAuIwF4pT92AAAGymlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTAzLTA4VDE1OjIzOjAzKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTAzLTA4VDE3OjMwOjM2KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wMy0wOFQxNzozMDozNiswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3OWRkZWEwOC0wODBhLWVkNDAtYmRhYi1iMDIxYjNmYTdiZmYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyNDc1NTY4YS0xZGE3LTZjNGMtYjlmNi04YjY4Y2IyY2ZmZjEiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmQyNTdlMi1iYjcyLTVkNDItOGZmMy0xN2M5NjdiM2FlN2QiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI2ZDI1N2UyLWJiNzItNWQ0Mi04ZmYzLTE3Yzk2N2IzYWU3ZCIgc3RFdnQ6d2hlbj0iMjAyMC0wMy0wOFQxNToyMzowMyswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNTEyMjRjMy05YjllLTVhNGEtOGQyMy1iMzU1MzJkM2Q2ZjUiIHN0RXZ0OndoZW49IjIwMjAtMDMtMDhUMTU6MjM6MDMrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzlkZGVhMDgtMDgwYS1lZDQwLWJkYWItYjAyMWIzZmE3YmZmIiBzdEV2dDp3aGVuPSIyMDIwLTAzLTA4VDE3OjMwOjM2KzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4AauMQAACAFJREFUaIHdmttzFEUUxn+7SUgikhBvQUGNKEQUBdSgiFZpefdFsPwTffLBy4NallClpVUoXlFAMEAS5S6YCyRsNsmuD9/pzJnens0SSGl5qqYys9PTfb5z79Mp1et1/g9U/rcZuFnU3uK4kv316usA1gJ9wD3AIPAwMADcAfTY1W3jrwFTdl0CRoFjwHHgLDAOTABzS6y7bCCpyfqM6Z3Ao8AG4E4D0AfcgoCmaA6YMcYvAX8Bp4EjwEEEbtytWbKrKZhSEx9JfdwLbAQeMRC77H51s0VaoGngKHAAgTkKnAImW+BJL5oAKQM197wOGAJeQSAGkPRXLYv1RqoiTYwiMJ8D3wHnm/C0SM1MK3zQBjwAvEAeRGosZKa4FHkJlpFA+hPXF8AIsEABCFjaR9qAzcBrwB7gSeDWBDPl6BmKAdXd+9j/wvMA8rd+W+8z4HcEJkkxEG+DZeAh4C1gL7AVOXGKKc9YPfEuRR5EDAQDMISiXhfwATBMppWcvxRppISc+g2kiafIpB4mKlOch1o1rzDWj/fz32Jr14EK0shJEkKKgYQB64AXgXeAbY7hCnAFRZNVNi529usB4WkOOXYFaaPXgJSNh3kU3aaBczGYlEZ6kBReBXYgtWIfTgKH7LqC8scm5EfrE3NVjYGwVirCXUD2/zvwJ9CJQvoTyKxKxsMOA3Ae+BIl1qZANgIvGxjvEyXgIvAV8AkwhqT2FPASsBtl+BoKo+MGdta+70SS7kMVQbvN9w2wD4Xay8jBX7K57nXrBzM7a4B/bgakD2Xqp8kkvICiF7bQMSS9q/Y8YRMfRNl9zkBMorIkRJo2JNkeA9Jl436zOS/auHHgbpTxAwUe1htvB5EgQwWQA9KO6qWdSCuhxKg5IBVUXnj6G2XkQ8ZcKEGKQmUJSbcTaWs68X6GTJOehw7jbSdy+u8x0/VAeg3tbuB2N4F33jZjIGWSMwmQKaqTOW2K2pFA2txvJeOlbLztRiXMMLKKXPjsQ062yX4viu1ryQLASlCXrbHG/eZzTtl4fATxDOSBbEDO1eM+imP8PDKZld6N1ciiHTQm2x7E64YwwAMZRBEjUMi4AcgV5GCn7H6lqGLrjCL/g8ZSBsTrYHjwQB7GqcpRCTnwSeBHFLFa8YXlUgWB+B7tUa6RTrJhTwTkgQyQB+K1MW4T/0QmpZWkSeAH4FvMmWnci/ThqnAP5A6KN0hXkCbGyNvuSlEN5aaTKF+laDXiGcgDWUPj9jRopIo0MZV4dzPJz3kNCbBa8L4DF9k8kF53780K5COVaNJ44ptN8ygpXovW8+a1yLMH0k0x1ZG6C3doK0BhTV8hxEAWeS5Hg+KJ/Lg28tk2HnOjFK9fprFiji2l5AcH8v2kmELBF0+6ktRm6/k1Y4tYNHUPxNc+sXS6UGW79sb5K6RYMGtQiI3LIc/bYkTzQCZoLAt8SbAJlQQl9/5mOns81z2o0g2RKQY6j3gG8kAukM7YdZvsMWALWRcl1Q1ZDqW6Kd221jay2i+mGbI9TA7ICG6jQqaROirdN6Md2iBZGV93cywHTPjGV9ugPtoQ6tz4aOr5HTeegfy+4gRS1f0FH/ag/coocrIjKDQW9ppaoMC8n2MT6qPtQn7px3maQJkfyAMZxqnKaN6u0AncAryNJNmBOukVbrxsCWF2IwKxF225A8VhF+N12E8QaBSpagJFpwXgDCrba8CDSOXbUGjsR4XdsH13geYhvAhAP7KCh1CnZBfyx24aNRHATBi/oykgfwGHUVt0h300jUxoBG1kngO220L9yIYPowbCadSuGUN1WVzOBOpAYfU+1GS4F/ndVuSH/WQ1XyoBhibdYVyDwgOZRPuNLag8vo3swGYMtYFOITN7ErjL3m1GjncV+AW1Ng+Qlftxh3K1CWoP8LjN0Ud2rhLIg4i3FAeRNSweO3gg88jmv0XRqQc523akwiPApyj8rkJa6ULdxnU2xwyKcM0CQA1J/D4TSGfBmFJ0HzZ4I8bjcZxvxt2Qy0iqBwzEAFJ5DTnXh0jitxqIDWQlxAkkqWHyW+HYzq8izR5DDYQBxzDGsNdinazGO2O8/UK24UoCqSP7249sdz2S3lbgTXu3D3gXmdt2ZNOz6JTpa6S9WjRnYDBUtJft+/MmjHakRd8YDyDCcxXtUPeTaGSn+lNTyP7W27UNqX8n8DpS7Slj5AAqJWZRK/Msxf0qX/IsIM1M01gIhiRcc/zNogbgPuNtKvqm8HzkHEK+2n4bQqb2PFLvV8iURoz5ki02SzEFkwn7mjka9xrQqIk6MqX3DMi5iNckkEA1pL6PkQ90IHsOOWTQJh8hk9wkCsFnUJK8XgpO7fc9FRRmPzReTtDiGaK3uwXUcPgISXovCpuPIgfdZYyHOuk3JLHLDkh8gtWs0AwaC/NVkE+8j6KlP62KeV3yDHEBRZcqsufzwDPId9aiHBLMpAz8SpbM4u5gXOH6ohTyjY8xlNP2kTl305quGZBgzwtIpTNIA38Az6K6qBcFgk5330oVHEyomyyPVFHpMYbOTPajXtpZ8uea1308XY/uz6BocRodsgyhxLmDLAlWixYiL/06SmbBsasoKv2ADnwOIeHF0alwe90KkGAiNZTofjYwJ5BfHEVmdhyZwGxijvi+ihpw36AgETqLP9k8vgr3JlkIpNl/PuTGJZgJ/1RzF8r0V1EFPMHSZX0HOue4G4X4KeR/E6Qbcksy2SqQ/zz9b/5f6x8II0+QU8/7SgAAAABJRU5ErkJggg==) no-repeat}
.footer .mod_help {text-align: center;color: #888}
.footer .mod_help p {margin: 20px 0 16px 0}
.footer .mod_help p a {color: #888;text-decoration: none}
.footer .mod_help p a:hover {color: #fff}
.footer .mod_help p span {padding: 0 22px}
.tipsPrice {margin-top: 30px}
.el-button {border: 0!important}
@media (max-width:1250px) {
.recommendProduct {margin-top: 10px}
.collect .list {width: 100%!important}
.box_zhankai, .vipgpmgao {width: 100%}
.cultural .listItem, .Dining .listItem, .hotel .listItem, .RuralAttraction .listItem {width: 100%!important;height: auto!important;margin-right: 0!important;float: none!important}
.cultural .listItem .img, .Dining .listItem .img, .hotel .listItem .img, .RuralAttraction .listItem .img {height: auto!important}
.topbar {padding: 10px}
.topbar .nav {margin: 0 auto}
.el-header .so {width: 300px}
.el-header {width: 100%}
.el-header, .el-menu-item {padding: 0 10px!important}
.culturaldetail, .detail, .headlinedetail {width: 96%!important}
.counsel .list, .strategyTravels {width: 100%!important}
.strategyTravels .list .item {width: 48%!important}
.el-main {width: 96%!important;margin: 0 auto!important}
}
@media (max-width:910px) {
.el-header .so {display: none}
}
@media (max-width:768px) {
.vipgpmgao {width: 94%!important}
.box_zhankai {width: 100%!important}
}
@media (max-width:750px) {
.el-main, .logo {width: 100%!important;margin: 0 auto!important}
.bottom .statement {text-align: center!important}
.bottom .vessle .code {margin: auto!important}
.bottom .vessle .data {height: 85px!important;margin-left: 10px!important}
.bottom .vessle {height: 400px!important}
.el-header .so {display: none}
.strategyTravels .list .item {width: 100%!important}
.fabiao {-ms-flex-wrap: wrap;flex-wrap: wrap}
.fabiao .rite, .left {width: 100%!important}
.fabiao .rite {margin-top: 10px}
.el-dialog {width: 90%!important}
.speciat_dev {margin: 10px auto!important}
.box_zhankai, .strategyTravels {width: 94%!important}
.strategyTravels {margin: 0 auto}
}
.only-mobile-center {position: absolute!important;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%, -50%)!important;transform: translate(-50%, -50%)!important;margin: 0!important;white-space: nowrap}
.mobile-bottom-nav {position: fixed;bottom: 0;left: 0;right: 0;height: 60px;background: #fff;-ms-flex-pack: distribute;justify-content: space-around;-webkit-box-shadow: 0 -2px 10px rgba(0,0,0,.1);box-shadow: 0 -2px 10px rgba(0,0,0,.1);z-index: 9999;border-top: 1px solid #eee}
.mobile-bottom-nav, .nav-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.nav-item {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;color: #666;font-size: 12px}
.nav-item i {font-size: 20px;margin-bottom: 2px}
.nav-item.active {color: #FF5073}
@media screen and (max-width:500px) {
.page-container {padding-bottom: 60px!important}
.minimal-tabbar {position: fixed;bottom: 0;left: 0;width: 100%;height: 60px;background: radial-gradient(circle at top, #fff5f9 0, #f7f8fa 100%);border-top: 1px solid rgba(0,0,0,.05);padding-bottom: env(safe-area-inset-bottom);-ms-flex-pack: distribute;justify-content: space-around;-ms-flex-align: center;-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.05);box-shadow: 0 -1px 5px rgba(0,0,0,.05);z-index: 9999;border-top: 1px solid #f2f2f2}
.minimal-tabbar, .tab-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;align-items: center}
.tab-item {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-align: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;color: #8a8a8a;-webkit-transition: all .25s ease;transition: all .25s ease}
.tab-item.active {color: #ff3d9a}
.tab-item:active i {-webkit-transform: scale(.85);transform: scale(.85)}
.tab-item i {font-size: 22px;-webkit-transition: -webkit-transform .2s ease;transition: -webkit-transform .2s ease;transition: transform .2s ease;transition: transform .2s ease, -webkit-transform .2s ease}
.tab-item span {font-size: 11px;margin-top: 2px;font-weight: 500}
}
@media screen and (max-width:500px) {
.minimal-tabbar {position: fixed;bottom: 0;left: 0;width: 100%;height: 58px;background: #fff;-ms-flex-pack: distribute;justify-content: space-around;-ms-flex-align: center;-webkit-box-shadow: 0 -4px 15px rgba(0,0,0,.05);box-shadow: 0 -4px 15px rgba(0,0,0,.05);z-index: 9999;border-top: 1px solid hsla(0,0%,94.9%,.8);padding-bottom: env(safe-area-inset-bottom);border-bottom: 1.5px solid rgba(255,51,153,.411)}
.minimal-tabbar, .tab-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;align-items: center}
.tab-item {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-align: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;cursor: pointer;-webkit-transition: all .3s ease;transition: all .3s ease}
.nav-svg {width: 20px;height: 20px;fill: #777;-webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);transition: all .3s cubic-bezier(.175, .885, .32, 1.275)}
.tab-item.active .nav-svg {fill: #FF5073;-webkit-transform: translateY(-2px) scale(1.1);transform: translateY(-2px) scale(1.1)}
.tab-item.active span {color: #ff3d9a;font-weight: 700}
.tab-item span {font-size: 12px;color: #444;margin-top: 4px;-webkit-transition: all .3s ease;transition: all .3s ease}
.tab-item:active .nav-svg {-webkit-transform: scale(.85);transform: scale(.85)}
}
@media screen and (max-width:500px) {
.minimal-tabbar {position: fixed!important;bottom: 0!important;left: 0!important;right: 0!important;height: 58px;width: 100vw;background: #fff;z-index: 99999!important;-webkit-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hidden;backface-visibility: hidden;padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-shadow: 0 -2px 10px rgba(0,0,0,.05);box-shadow: 0 -2px 10px rgba(0,0,0,.05);border-top: 1px solid #f2f2f2;white-space: nowrap}
.page-container {min-height:calc(var(--vh, 1vh)*100);padding-bottom: calc(60px + env(safe-area-inset-bottom))!important;overflow-x: hidden}
.el-main {padding-bottom: 40px!important}
}
.pc-header-shadow {background: #fff!important;-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.04)!important;box-shadow: 0 4px 20px rgba(0,0,0,.04)!important;border-bottom: 1px solid #f6f6f6!important;z-index: 10;position: -webkit-sticky;position: sticky;top: 0}
.zizhantext-pc {font-weight: 800;letter-spacing: 2px;color: #FF5073;font-size: 22px;padding: 0;background: transparent!important;cursor: pointer;height: 100%}
.zizhantext-pc, .zizhantext-pc .zhi_sum {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.zizhantext-pc .zhi_sum {width: 32px;height: 32px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-right: 8px}
.custom-pc-nav .el-menu.el-menu-demo {border-bottom: none!important;background: transparent!important}
.custom-pc-nav .el-menu-item {height: 70px;line-height: 70px;font-size: 16px;font-weight: 500;color: #444!important;border-bottom: none!important;margin: 0 5px;-webkit-transition: all .3s;transition: all .3s}
.custom-pc-nav .el-menu-item a{}
.custom-pc-nav .el-menu-item a span{ display: none;}
.custom-pc-nav .el-menu-item:hover {background: transparent!important;color: #FF5073!important}
.custom-pc-nav .el-menu-item.is-active {color: #FF5073!important;font-weight: 800;border-bottom: none!important;position: relative}
.custom-pc-nav .el-menu-item.is-active:after {content: "";position: absolute;bottom: 12px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);width: 20px;height: 3px;background: #FF5073;border-radius: 4px}
.custom-search-box .el-input__inner {border-radius: 20px 0 0 20px!important;border: 1px solid #f0f0f0;background: #f9f9f9;height: 38px;-webkit-transition: all .3s;transition: all .3s}
.custom-search-box .el-input__inner:focus {border-color: #FF5073!important;background: #fff;-webkit-box-shadow: 0 0 0 3px rgba(236,72,153,.1);box-shadow: 0 0 0 3px rgba(236,72,153,.1)}
.custom-search-box .el-input-group__append {border-radius: 0 20px 20px 0!important;background: #FF5073!important;border: none!important;padding: 0 20px!important}
.custom-search-box .el-input-group__append button, .custom-search-box .el-input-group__append button:hover {color: #fff!important}
.login-btn-styled {border-radius: 20px!important;padding: 8px 24px!important;font-size: 14px;font-weight: 600;border: 1px solid #FF5073!important;color: #FF5073!important;-webkit-transition: all .3s;transition: all .3s;margin-left: 12px}
.login-btn-styled:hover {background: #FF5073!important;color: #fff!important;-webkit-box-shadow: 0 4px 12px rgba(236,72,153,.3);box-shadow: 0 4px 12px rgba(236,72,153,.3);-webkit-transform: translateY(-1px);transform: translateY(-1px)}
.user-avatar {position: relative;background: linear-gradient(135deg, #ff9a9e, #FF5073);border-radius: 50%;height: 36px;width: 36px;line-height: 36px;text-align: center;margin-right: 10px;color: #fff;font-weight: 700;font-size: 15px;-webkit-box-shadow: 0 4px 10px rgba(236,72,153,.3);box-shadow: 0 4px 10px rgba(236,72,153,.3)}
.user-avatar img{border-radius: 50%;height: 36px;width: 36px;}
.user-avatar em{min-width: 11px;height: 11px;line-height: 11px;border-radius: 20px;background: #ff4400;position: absolute;top: -3px;right: -3px;color: #fff;font-size: 10px;padding: 1px 3px;}

@media screen and (max-width:500px) {
.mobile-logo-center {position: absolute!important;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%, -50%)!important;transform: translate(-50%, -50%)!important;z-index: 1}
.zzizhantext {display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background-color: #FF5073;color: #fff;border-radius: 50px;font-size: 16px;font-weight: 700;padding: 5px 16px;white-space: nowrap}
}
.mobile-drawer-content {height: 100%;background: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.drawer-header {background: linear-gradient(135deg, #fff, #fff);padding: 25px 20px 20px;color: #FF5073}
.drawer-header .welcome-text {font-size: 20px;font-weight: 800;letter-spacing: 1px;margin-bottom: 5px}
.drawer-header .sub-text {font-size: 12px;opacity: .9}
.drawer-search {padding: 5px 15px 10px}
.drawer-search .el-input__inner {background: #f7f8fa;border: none;border-radius: 20px 0 0 20px!important}
.drawer-search .el-input-group__append {background: #f7f8fa;border: none;border-radius: 0 20px 20px 0!important;padding: 0 15px}
.drawer-search .el-input-group__append i {color: #FF5073;font-weight: 700}
.drawer-menu-list {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;overflow-y: auto;padding: 10px 0}
.menu-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 16px 25px;cursor: pointer;-webkit-transition: all .2s ease;transition: all .2s ease;position: relative}
.menu-item:after {content: "";position: absolute;bottom: 0;left: 25px;right: 25px;height: 1px;background-color: #f5f5f5}
.menu-item .item-title {font-size: 15px;color: #333;font-weight: 500}
.menu-item .item-arrow {font-size: 14px;color: #FF5073;-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s, -webkit-transform .3s}
.menu-item:active, .menu-item:hover {background-color: #fff0f6}
.menu-item:active .item-title, .menu-item:hover .item-title {color: #FF5073;font-weight: 600}
.menu-item:active .item-arrow, .menu-item:hover .item-arrow {color: #FF5073;-webkit-transform: translateX(3px);transform: translateX(3px)}
.drawer-content {height: 100%;background: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column}
.user-header-card {padding: 25px 25px 20px;background: linear-gradient(135deg, #fff0f6, #fff);border-bottom: 1px solid #f0f0f0;gap: 15px}
.user-header-card, .user-header-card .avatar-circle {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.user-header-card .avatar-circle {width: 50px;height: 50px;border-radius: 50%;background: linear-gradient(135deg, #FF5073, #ff71b9);color: #fff;font-size: 20px;font-weight: 700;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-shadow: 0 4px 10px rgba(236,72,153,.3);box-shadow: 0 4px 10px rgba(236,72,153,.3)}
.user-header-card .user-info-text .name {font-size: 16px;font-weight: 800;color: #333;margin-bottom: 4px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 140px}
.user-header-card .user-info-text .role-badge {font-size: 11px;color: #FF5073;background: rgba(236,72,153,.1);padding: 2px 8px;border-radius: 10px;display: inline-block}
.menu-list-container {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;overflow-y: auto;padding: 10px 0}
.drawer-menu-item {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 14px 25px;cursor: pointer;-webkit-transition: all .2s ease;transition: all .2s ease;position: relative}
.drawer-menu-item:after {content: "";position: absolute;bottom: 0;left: 25px;right: 25px;height: 1px;background-color: #f9f9f9}
.drawer-menu-item .menu-title {font-size: 15px;color: #555;font-weight: 500;-webkit-transition: color .2s;transition: color .2s}
.drawer-menu-item .menu-arrow {font-size: 14px;color: #FF5073;-webkit-transition: all .3s;transition: all .3s}
.drawer-menu-item:hover {background-color: #fffbfd}
.drawer-menu-item:hover .menu-title {color: #FF5073;font-weight: 600;padding-left: 5px}
.drawer-menu-item:hover .menu-arrow {color: #FF5073;-webkit-transform: translateX(3px);transform: translateX(3px)}
.drawer-footer {text-align: center;font-size: 12px;color: #ccc;padding: 20px;background: #fcfcfc}
.floating-action-group {right: 25px;bottom: 120px;gap: 15px}
.float-btn {width: 45px;height: 45px;background-color: #9ba4b5;color: #fff;font-size: 22px;font-weight: 700;-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);box-shadow: 0 4px 10px rgba(0,0,0,.15);-webkit-transition: all .3s ease;transition: all .3s ease}
.floating-action-group {position: fixed;right: 15px;bottom: 100px;z-index: 9999;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap: 12px}
.float-btn, .floating-action-group {display: -webkit-box;display: -ms-flexbox;display: flex}
.float-btn {width: 42px;height: 42px;background-color: #fff;border-radius: 50%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #999;font-size: 20px;cursor: pointer;-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.08);box-shadow: 0 3px 10px rgba(0,0,0,.08);border: 1px solid #f9f9f9;-webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);transition: all .3s cubic-bezier(.25, .8, .25, 1);-webkit-tap-highlight-color: transparent}
.float-btn:active, .float-btn:hover {background-color: #fff0f6;color: #FF5073;border-color: #fbcfe8;-webkit-transform: scale(.92);transform: scale(.92);-webkit-box-shadow: 0 2px 6px rgba(236,72,153,.15);box-shadow: 0 2px 6px rgba(236,72,153,.15)}
.fade-float-enter-active, .fade-float-leave-active {-webkit-transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);transition: opacity .3s ease, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);transition: opacity .3s ease, transform .3s cubic-bezier(.175, .885, .32, 1.275);transition: opacity .3s ease, transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275)}
.fade-float-enter, .fade-float-leave-to {opacity: 0;-webkit-transform: translateY(15px) scale(.9);transform: translateY(15px) scale(.9)}
body.tiktok-active .floating-action-group {display: none!important}
.sleek-search-box {width: 80px;height: 34px;margin-right: 20px;background-color: transparent;border-radius: 20px;border: 1px solid #dcdfe6;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 14px;cursor: pointer;-webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);transition: all .3s cubic-bezier(.25, .8, .25, 1)}
.sleek-search-box .search-icon {color: #a8abb2;font-size: 15px;margin-right: 6px;-webkit-transition: color .3s;transition: color .3s}
.sleek-search-box .search-placeholder {color: #a8abb2;font-size: 13px;letter-spacing: 1px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: color .3s;transition: color .3s}
.sleek-search-box:hover {border-color: #FF5073;background-color: #fff0f6;-webkit-transform: translateY(-1px);transform: translateY(-1px);-webkit-box-shadow: 0 4px 12px rgba(236,72,153,.15);box-shadow: 0 4px 12px rgba(236,72,153,.15)}
.sleek-search-box:hover .search-icon, .sleek-search-box:hover .search-placeholder {color: #FF5073;font-weight: 500}
@media (max-width:910px) {
.sleek-search-box {display: none!important}
}
#myMenu li[data-v-5b2ea07a] {float: left;margin-left: 30px}
#myMenu .active a[data-v-5b2ea07a], #myMenu a[data-v-5b2ea07a]:hover {color: #ff6700;border-bottom: 2px solid #ff6700}
.myList ul li[data-v-04be6e7d] {z-index: 1;float: left;width: 234px;height: 280px;padding: 10px 0;margin: 0 0 14.5px 13.7px;background-color: #fff;-webkit-transition: all .2s linear;transition: all .2s linear;position: relative}
.myList ul li[data-v-04be6e7d]:hover {z-index: 2;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);box-shadow: 0 15px 30px rgba(0,0,0,.1);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0)}
.myList ul li img[data-v-04be6e7d] {display: block;width: 160px;height: 160px;background: url(data:image/png;base64,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) no-repeat 50%;margin: 0 auto}
.myList ul li h2[data-v-04be6e7d] {margin: 25px 10px 0;font-size: 14px;color: #333}
.myList ul li h2[data-v-04be6e7d], .myList ul li h3[data-v-04be6e7d] {font-weight: 400;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.myList ul li h3[data-v-04be6e7d] {margin: 5px 10px;height: 18px;font-size: 12px;color: #b0b0b0}
.myList ul li p[data-v-04be6e7d] {margin: 10px 10px 10px;text-align: center;color: #ff6700}
.myList ul li p .del[data-v-04be6e7d] {margin-left: .5em;color: #b0b0b0;text-decoration: line-through}
.myList #more[data-v-04be6e7d] {text-align: center;line-height: 280px}
.myList #more a[data-v-04be6e7d] {font-size: 18px;color: #333}
.myList #more a[data-v-04be6e7d]:hover {color: #ff6700}
.myList ul li .delete[data-v-04be6e7d] {position: absolute;top: 10px;right: 10px;display: none}
.myList ul li:hover .delete[data-v-04be6e7d] {display: block}
.myList ul li .delete[data-v-04be6e7d]:hover {color: #ff6700}

