:root {
    --primary-color: #21adfc;
    --primary-hover: #4c9dfb;
    --primary-light: #46a6fd;
    --primary-dark: #12a7eb
}

/*html {
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body {
    min-width: 600px;
    max-width: 1800px;
    margin: 0 auto;
    background: #000
}

td {
  border-width: 1px;
  border-style: solid;
}

.w12,
.mid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.show {
    display: block
}

.hide {
    display: none
}

input::-ms-clear,input::-ms-reveal {
    display: none
}

input::-moz-input-placeholder {
    color: #a8a8a8
}

input:-moz-input-placeholder {
    color: #a8a8a8
}

input::-webkit-input-placeholder {
    color: #a8a8a8
}

input:-ms-input-placeholder {
    color: #a8a8a8
}

input::-ms-input-placeholder {
    color: #a8a8a8
}

input::-moz-placeholder {
    color: #a8a8a8
}

input::placeholder {
    color: #a8a8a8
}

textarea::-webkit-input-placeholder {
    color: #a8a8a8
}

textarea:-ms-input-placeholder {
    color: #a8a8a8
}

textarea::-ms-input-placeholder {
    color: #a8a8a8
}

textarea::-moz-placeholder {
    color: #a8a8a8
}

textarea::placeholder {
    color: #a8a8a8
}

.sy-header {
    width: 100%;
    min-width: 600px;
    height: 50px;
    background: #000;
    border-bottom: 1px solid #333;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9
}

.sy-header .header {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.sy-header .logo {
    float: left;
    width: 193px;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center
}

.sy-header .logo img {
    max-height: 40px;
    width: auto;
    display: block
}

.sy-header .nav {
    float: right;
    position: relative;
    overflow: hidden
}

.sy-header .nav li {
    float: left;
    width: 100px;
    margin-right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.sy-header .nav li:last-child {
    margin-right: 0
}

.sy-header .nav a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #dfdfe0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sy-header .nav .nav-line {
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: left 0.3s ease, width 0.3s ease
}

.sy-header .zs {
    float: left;
    height: 28px;
    margin: 28px 10px 0 14px
}

.sy-header .zs a {
    display: block;
    width: 136px;
    height: 28px;
    background: url(../images/zs.png) no-repeat center;
    font-size: 14px;
    color: #fb9e3f;
    line-height: 28px;
    text-indent: 38px
}

.sy-header .drop {
    float: right;
    height: 86px;
    line-height: 86px;
    position: relative
}

.sy-header .drop .avatar {
    margin-right: 6px;
    cursor: pointer;
    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
}

.sy-header .drop .avatar .icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    background: url(../images/avatar.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.sy-header .drop .avatar .icon img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sy-header .drop .avatar span {
    display: inline-block;
    font-size: 14px;
    color: #dfdfe0;
    padding: 0 8px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sy-header .drop .avatar i {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(../images/drop-icon.png) no-repeat center;
    background-size: cover;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sy-header .drop .avatar i.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.sy-header .drop-menu {
    display: none;
    width: 182px;
    position: absolute;
    right: 0;
    top: 86px;
    z-index: 9;
    background: rgba(0,0,0,.8)
}

.sy-header .drop-menu.show {
    display: block
}

.sy-header .drop-menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #463d3c;
    font-size: 14px;
    color: #dfdfe0
}

.sy-header .drop-menu a:hover {
    background: #206fa2
}

.sy-header .drop-menu a.btn-logout,.sy-header .drop-menu a.btn-personal {
    display: none
}

.sy-header .drop-menu i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 12px;
    vertical-align: middle;
    background: url(../images/drop-menu.png) no-repeat center;
    background-position: 0 0
}

.sy-header .drop-menu li.drop-menu1 i {
    background-position: 0 0
}

.sy-header .drop-menu li.drop-menu2 i {
    background-position: -66px 0
}

.sy-header .drop-menu li.drop-menu3 i {
    background-position: -88px 0
}

.sy-header .drop-menu li.drop-menu4 i {
    background-position: -110px 0
}

.sy-header .drop-menu span {
    display: inline-block
}

.banner {
    height: 322px;
    overflow: hidden;
    position: relative
}

.banner .inner {
    position: absolute;
    width: 100%;
    min-width: 600px;
    left: 0;
    top: 0
}

.sy-wrap {
    background: #000;
    width: 100%;
    min-width: 600px;
    max-width: 1200px;
    margin: 0 auto
}

.sy-footer {
    width: 100%;
    background: #000;
    border-top: 1px solid #333;
    padding: 24px 0 40px
}

.sy-footer .footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.sy-footer .logo {
    width: 200px;
    height: 200px;
    flex-shrink: 0
}

.sy-footer .logo img {
    width: 140px;
    height: 140px;
    display: block
}

.sy-footer .content {
    font-size: 14px;
    color: #7d7d7d;
    text-align: center
}

@media (max-width: 1200px) {
    .sy-footer .logo {
        display: none
    }
}

.sy-footer .content a {
    color: #7d7d7d;
    vertical-align: middle
}

.sy-footer .link {
    margin-bottom: 14px
}

.sy-footer .link a {
    color: #bdc1c2;
    padding: 0 22px;
    border-right: 1px solid #bdc1c2
}

.sy-footer .link a:last-child {
    border-right: none
}

.sy-footer .link a:nth-of-type(1) {
    padding-left: 0
}

.sy-footer .qrcode {
    float: right;
    margin: 24px 16px 0 0
}

.sy-footer .about p {
    white-space: nowrap;
    line-height: 1.8
}

.pagination {
    padding: 40px 0;
    font-size: 12px;
    color: #8d8d8d;
    margin-right: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination .go,.pagination a {
    display: inline-block;
    min-width: 28px;
    height: 24px;
    margin: 0 4px;
    line-height: 24px;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    color: #8d8d8d;
    vertical-align: middle;
    cursor: pointer
}

.pagination .go:hover,.pagination a.current,.pagination a:hover {
    background-color: var(--primary-light);
    border-color: var(--primary-light);
    color: #fff
}

.pagination #firstPage,.pagination #lastPage,.pagination .firstPage,.pagination .lastPage {
    width: 44px
}

.pagination #nextPage,.pagination #prePage,.pagination .nextPage,.pagination .prePage {
    position: relative;
    text-indent: -99999px
}

.pagination #nextPage::after,.pagination #prePage::after,.pagination .nextPage::after,.pagination .prePage::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #8d8d8d;
    border-top: 1px solid #8d8d8d;
    position: absolute;
    left: 11px;
    top: 8px
}

.pagination #prePage::after,.pagination .prePage::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination #nextPage::after,.pagination .nextPage::after {
    left: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pagination #nextPage:hover::after,.pagination #prePage:hover::after,.pagination .nextPage:hover::after,.pagination .prePage:hover::after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff
}

.pagination input {
    display: inline-block;
    background: #f5f5f5;
    width: 40px;
    height: 24px;
    margin: 0 4px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #8d8d8d;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 1px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.pagination .totalPages {
    margin: 0 4px
}

.pagination .totalPages span {
    margin: 0 2px
}

.page {
    height: 110px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 41px;
    font-size: 12px;
    color: #8d8d8d
}

.page a,.page span {
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px;
    cursor: pointer;
    color: #8d8d8d
}

.page .first,.page .last {
    width: 44px
}

.page input {
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: #f5f5f5;
    width: 60px;
    height: 28px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 14px;
    color: #8d8d8d;
    position: relative;
    top: 1px;
    margin: 0 4px;
    text-align: center
}

.page a.on,.page span.on {
    border: 1px solid var(--primary-light);
    color: #999;
    background: var(--primary-light)
}

.page a:hover {
    border: 1px solid var(--primary-light);
    color: var(--primary-light)
}

.page a.on:hover {
    border: 1px solid var(--primary-light);
    color: #fff;
    background: var(--primary-light)
}

.page .go:hover {
    border: 1px solid var(--primary-light);
    color: #fff;
    background: var(--primary-light)
}

.page input:focus {
    border: 1px solid var(--primary-light)
}

.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding-top: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pop .mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.pop .content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.pop-login,.pop-register {
    display: none;
    width: 400px;
    padding: 0 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.pop-login .title,.pop-register .title {
    height: 68px;
    text-align: center;
    font-size: 24px;
    color: #666;
    line-height: 68px
}

.pop-close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
    cursor: pointer
}

.pop-login .login-menu {
    text-align: center;
    margin: 16px auto 22px;
    border-bottom: 1px solid #e5e5e5
}

.pop-login .login-menu li {
    display: inline-block;
    width: 110px;
    margin: 0 10px;
    font-size: 18px;
    color: #666;
    line-height: 46px;
    cursor: pointer
}

.pop-login .login-menu li.cur {
    border-bottom: 3px solid var(--primary-hover)
}

.pop-group {
    margin-bottom: 10px
}

.pop-login .login,.pop-register .register {
    margin-bottom: 0
}

.pop-group .group-item {
    height: 45px;
    position: relative
}

.pop-register .group-item {
    height: 36px
}

.pop-group .clear-input {
    display: none;
    width: 42px;
    height: 100%;
    cursor: pointer;
    background: url(../images/clear-icon.png) center no-repeat;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0
}

.pop-login .captcha .clear-input {
    right: 154px
}

.pop-login .sms .clear-input,.pop-register .sms .clear-input {
    right: 114px
}

.pop-group .g-label {
    float: left;
    width: 78px;
    height: 100%;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    text-align: right
}

.pop-group .g-input {
    float: left;
    width: 320px;
    height: 100%;
    text-indent: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: 0 0;
    outline: 0;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 44px
}

.pop-register .g-input {
    width: 242px;
    text-indent: 10px;
    line-height: 34px
}

.pop-login .captcha {
    display: none
}

.pop-login .captcha .g-input {
    width: 166px
}

.pop-login .sms .g-input {
    width: 204px
}

.pop-register .sms .g-input {
    width: 126px
}

.pop-group .group-reminder-icon {
    position: absolute;
    left: 12px;
    top: 14px
}

.pop-group .get-captcha {
    float: right;
    width: 142px;
    height: 100%
}

.pop-group .get-captcha img {
    float: left;
    display: block;
    width: 100px;
    height: 100%;
    cursor: pointer
}

.pop-group .get-captcha span {
    float: left;
    display: block;
    width: 42px;
    height: 100%;
    background: url(../images/refrech.png) center no-repeat;
    background-size: 29px 25px;
    cursor: pointer
}

.pop-group .get-sms {
    float: left;
    display: block;
    width: 108px;
    height: 100%;
    margin-left: 6px;
    background-color: #e5e5e5;
    outline: 0;
    border: none;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.pop-group .get-sms.gray {
    background-color: #999;
    font-size: 14px;
    color: #ccc
}

.pop-group .group-tips {
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #a8a8a8;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px
}

.pop-about {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 34px;
    margin-bottom: 10px
}

.pop-about input,.pop-agreement input {
    vertical-align: middle;
    position: relative;
    top: -2px
}

.pop-about a {
    color: #6c6c6c;
    float: right
}

.pop-agreement {
    text-align: center;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 34px
}

.pop-agreement a {
    color: #6c6c6c
}

.pop-bottom {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 60px
}

.pop-bottom a {
    color: #fd9f31
}

.pop-btn {
    display: block;
    width: 320px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    background-color: var(--primary-hover);
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer
}

.pop-protocol {
    padding: 14px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 22px;
    text-align: left
}

.pop-protocol a {
    color: #a8a8a8
}

.pop-system {
    display: none;
    width: 336px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
    background: #fff;
    position: absolute;
    top: 86px;
    right: 24px;
    z-index: 8
}

.pop-system .title {
    padding-left: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #424242;
    background: url(../images/sys-icon.png) no-repeat left center
}

.pop-system .body {
    font-size: 14px;
    color: #666;
    padding: 6px 0 20px 36px
}

.pop-system .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/pop_close.png) no-repeat center;
    background-size: cover
}

.pop-system .btn-approve {
    display: block;
    width: 98px;
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: #fb9e3f
}

.pop-verified .content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 6px;
    background-color: #fff
}

.pop-verified .head {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 72px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #c7ced3;
    position: relative
}

.pop-verified .close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3
}

.pop-verified .body {
    min-width: 450px;
    padding: 28px 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666
}

.pop-verified .tips {
    margin-bottom: 28px
}

.pop-verified .verified-item {
    margin-bottom: 14px
}

.pop-verified .verified-l {
    float: left;
    width: 90px;
    font-size: 16px;
    color: #666;
    line-height: 40px
}

.pop-verified .verified-r {
    float: right;
    position: relative
}

.pop-verified .verified-r .ipt-inner {
    display: inline-block;
    width: 360px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    line-height: 40px
}

.pop-verified .btn-verified {
    display: block;
    width: 150px;
    height: 46px;
    margin: 20px auto 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 8px;
    background: var(--primary-hover)
}

.pop-verified .clear-input {
    display: none;
    width: 42px;
    height: 100%;
    cursor: pointer;
    background: url(../images/clear-icon.png) center no-repeat;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0
}

#shiyue1 {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 25px;
    bottom: 75px;
    z-index: 6;
    background: url(../images/shiyue1.png) no-repeat center;
    background-size: contain;
    cursor: pointer
}

.flexDate_header {
    background-color: var(--primary-hover)!important
}

li.flexDate_selected {
    background-color: var(--primary-hover)!important;
    color: #fff!important
}

.flexDate_dateCard>ul>li:hover {
    border-color: var(--primary-hover)!important
}

.flexDate_leftBorder,.flexDate_rightBorder {
    background-color: #fff!important;
    border: 1px solid #e0e0e0!important;
    opacity: 1!important
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(25%,0,0);
        transform: translate3d(25%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(25%,0,0);
        transform: translate3d(25%,0,0);
        -ms-transform: translate3d(25%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

/* 汉堡菜单按钮样式 */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1100;
    flex-shrink: 0;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.menu-toggle.active {
    position: relative !important;
}

.menu-toggle.active span {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    margin-top: -1.5px !important;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) !important;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0 !important;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) !important;
}

/* 导航菜单容器 */
.nav-menu {
    float: right;
    position: relative;
}

/* 移动端页脚样式 */
@media (max-width: 1200px) {
    body, html {
        min-width: auto !important;
        max-width: none !important;
        width: 100% !important;
        overflow-x: hidden;
    }

    .sy-wrap, .w12, .mid {
        width: 100% !important;
        min-width: auto !important;
        max-width: none !important;
        margin: 0 auto !important;
    }

    .sy-footer {
        width: 100% !important;
    }

    .sy-footer .footer {
        width: 90% !important;
        max-width: none !important;
        margin: 0 auto !important;
    }

    .sy-footer .content {
        font-size: 12px;
    }

    .sy-footer .about p {
        white-space: normal;
        line-height: 1.6;
        font-size: 12px;
    }

    /* 移动端页眉样式 */
    .sy-header {
        height: 4vh;
        min-height: 40px;
        width: 100% !important;
        min-width: auto !important;
        position: relative !important;
    }

    .sy-header .header {
        height: 100%;
        width: 80% !important;
        max-width: none !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: relative;
        flex-wrap: nowrap;
    }

    .sy-header .logo {
        height: 100%;
        width: auto;
        max-width: calc(100% - 50px);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0;
        flex-shrink: 1;
        overflow: hidden;
    }

    .sy-header .logo img {
        max-width: 100%;
        width: auto;
        height: 80%;
        display: block;
        object-fit: contain;
    }

    /* 汉堡菜单按钮在移动端显示 */
    .menu-toggle {
        display: flex;
        margin-right: 0;
        flex-shrink: 0 !important;
        width: 30px;
        height: 25px;
        min-width: 30px;
    }

    .menu-toggle span {
        height: 3px;
    }

    /* 导航菜单在移动端变为全屏下拉 */
    .nav-menu {
        position: fixed;
        top: 50px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 50px);
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s ease;
        z-index: 9999;
        float: none;
    }

    .nav-menu.active {
        left: 0;
    }

    .sy-header .nav {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: auto !important;
        min-height: auto !important;
        float: none;
        width: 100%;
    }

    .sy-header .nav li {
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        min-height: auto;
        padding: 20px 0;
        white-space: nowrap;
        position: relative;
        line-height: normal;
        margin: 0;
    }

    .sy-header .nav a {
        font-size: 20px;
        white-space: nowrap;
        padding: 10px 20px;
    }

    /* 隐藏导航蓝条在移动端 */
    .sy-header .nav .nav-line {
        display: none;
    }
}
