* {
    box-sizing: border-box
}

:focus {
    outline: none
}

body,
html {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: San Francisco, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif
}

dd,
dl,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: inherit
}

a,
a:hover {
    text-decoration: none
}

a:active,
a:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: 1
}

p {
    margin: 0
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top
}

.flex {
    display: flex;
    flex-wrap: wrap
}

.nowrap {
    flex-wrap: nowrap !important
}

.inb {
    display: inline-block
}

.inf {
    display: inline-flex
}

.hide {
    display: none !important
}

.text-center {
    text-align: center
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.has-scroll.nav-container {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 6px 12px 0 rgba(33, 35, 41, .1);
    transition: all .4s ease .1s;
    background: #fff
}

.nav-transparent.nav-container {
    position: absolute;
    top: 0;
    background: transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    z-index: 99
}

.nav-transparent.nav-container .nav .menu .menu-item .link {
    color: #fff
}

.nav-space-item {
    height: 0
}

.nav-space {
    height: 64px
}

.nav-container {
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebeef5
}

.nav-container .logo img {
    max-width: 175px;
    margin-top: -10px;
    vertical-align: middle
}

.nav-container .logo .logo-white {
    display: none
}

.nav-container .nav {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 64px
}

.nav-container .nav .menu {
    margin-right: 48px
}

.nav-container .nav .menu .menu-item {
    margin: 0 20px;
    position: relative;
    top: 1px
}

.nav-container .nav .menu .menu-item .link {
    color: #303133;
    font-size: 16px;
    display: block;
    position: relative;
    padding: 0
}

.nav-container .nav .menu .menu-item .dropdown-list {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 9;
    width: 100%;
    min-width: 174px;
    padding: 8px 0;
    line-height: 1.5;
    display: flex;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid #ebeef5;
    box-shadow: 0 6px 12px 0 rgba(33, 35, 41, .1);
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    visibility: hidden;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.nav-container .nav .menu .menu-item .dropdown-list .dropdown-menu {
    width: 100%
}

.nav-container .nav .menu .menu-item .dropdown-list .dropdown-menu .dropdown-item:hover {
    background-color: #f5f7fa
}

.nav-container .nav .menu .menu-item .dropdown-list .dropdown-menu .dropdown-item:hover p {
    color: #e30077
}

.nav-container .nav .menu .menu-item .dropdown-list .dropdown-menu .dropdown-item a {
    display: block;
    padding: 8px 16px
}

.nav-container .nav .menu .menu-item .dropdown-list .dropdown-menu .dropdown-item .dropdown-item-name {
    font-size: 16px;
    color: #303133
}

.nav-container .nav .menu .menu-item:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background-color: #e30077;
    transition: width .3s ease
}

.nav-container .nav .menu .menu-item:hover .link {
    color: #e30077
}

.nav-container .nav .menu .menu-item:hover .dropdown-list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.nav-container .nav .menu .menu-item:hover:after {
    width: 100%
}

.nav-container .nav .menu .menu-item.active .link {
    color: #e30077
}

.nav-container .nav .menu .menu-item.active:after {
    width: 100%;
    transition: none
}

.nav-container .nav .nav-btn {
    min-width: 152px;
    text-align: center
}

.nav-container .nav .nav-btn>a {
    width: 80px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 4px;
    margin-right: 16px;
    vertical-align: middle
}

.nav-container .nav .nav-btn .login {
    background-color: #fff;
    color: #1861f2;
    border: 2px solid #1861f2
}

.nav-container .nav .nav-btn .login-btn-home {
    border: 0
}

.nav-container .nav .nav-btn .login:before {
    background-color: #1861f2
}

.nav-container .nav .nav-btn .join {
    background-color: #e30077;
    color: #fff;
    margin-right: 0
}

.nav-container .nav .nav-btn .join:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.nav-container .nav .nav-btn .avatar-nav {
    position: relative;
    text-align: center;
    margin-right: 24px;
    display: none;
    cursor: pointer
}

.nav-container .nav .nav-btn .avatar-nav:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.nav-container .nav .nav-btn .avatar-nav .a-nav {
    width: 32px;
    height: 32px;
    border: 1px solid #dee0e9;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden
}

.nav-container .nav .nav-btn .avatar-nav .a-nav img {
    height: 100%
}

.nav-container .nav .nav-btn .avatar-nav .submenu {
    position: absolute;
    width: 190px;
    top: 64px;
    right: -74px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 29px 3px rgba(0, 0, 0, .08);
    overflow: hidden;
    z-index: 2;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.nav-container .nav .nav-btn .avatar-nav .submenu li {
    padding: 0 10px;
    line-height: 48px;
    position: relative
}

.nav-container .nav .nav-btn .avatar-nav .submenu li a {
    display: inline-block;
    color: #676565;
    line-height: 48px
}

.nav-container .nav .nav-btn .avatar-nav .submenu li:hover {
    background-color: #f3f4f6
}

.nav-container .nav .nav-btn .avatar-nav .submenu li:hover a {
    color: #e30077
}

.nav-container .nav .nav-btn .avatar-nav .submenu li img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    top: 16px;
    right: 10px
}

.nav-container .mobile-nav {
    width: 100%;
    padding: 0 5%;
    line-height: 60px;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 999;
    display: none
}

.nav-container .mobile-nav .navbar {
    position: relative
}

.nav-container .mobile-nav .navbar .logo {
    height: 60px !important
}

.nav-container .mobile-nav .navbar .menubar {
    width: 24px;
    height: 18px;
    margin-top: 24px;
    cursor: pointer
}

.nav-container .mobile-nav .navbar .menubar .icon-bar {
    width: 24px;
    height: 2px;
    display: block;
    background-color: #1861f2;
    margin-bottom: 6px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.nav-container .mobile-nav .navbar .menubar .icon-bar:last-of-type {
    margin-bottom: 0
}

.nav-container .mobile-nav .navbar .menubar.pop .icon-bar {
    position: absolute;
    top: 50%
}

.nav-container .mobile-nav .navbar .menubar.pop .icon-bar:first-child {
    -webkit-animation: n .3s forwards;
    animation: n .3s forwards
}

.nav-container .mobile-nav .navbar .menubar.pop .icon-bar:nth-child(2) {
    display: none
}

.nav-container .mobile-nav .navbar .menubar.pop .icon-bar:last-child {
    -webkit-animation: m .3s forwards;
    animation: m .3s forwards
}

.nav-container .mobile-nav .mobile-nav-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 0 8%;
    line-height: 48px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    overflow-y: scroll;
    display: none
}

.nav-container .mobile-nav .mobile-nav-dropdown .dropdown-wrapper {
    min-height: 100%;
    padding: 16px 0 100px
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu {
    margin-bottom: 60px
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu .mobile-menu-item a {
    display: block;
    border-bottom: 1px solid #e5e5e5
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu .mobile-menu-item a .iconfont {
    color: #d0d3d9;
    font-size: 14px;
    margin-right: 12px;
    transition: all .3s ease
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu .mobile-menu-item a.active {
    color: #e10077;
    border-color: #e10077
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu .mobile-menu-item a.active .iconfont {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu .mobile-menu-item .sub-menu {
    color: #969a9b;
    display: none
}

.nav-container .mobile-nav .mobile-nav-dropdown .mobile-nav-menu .mobile-menu-item .sub-menu .iconfont {
    font-size: 48px;
    position: absolute;
    left: 118px
}

.nav-container .mobile-nav .nav-btn {
    text-align: center
}

.nav-container .mobile-nav .nav-btn a {
    font-weight: 700;
    width: 148px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.nav-container .mobile-nav .nav-btn .login {
    color: #1861f2;
    background-color: #fff;
    border: 2px solid #1861f2;
    margin-right: 16px
}

.nav-container .mobile-nav .nav-btn .join {
    background-color: #e30077;
    color: #fff
}

.icon-adv {
    color: #5097e9
}

.icon-adv2 {
    color: #666fff
}

.icon-pub {
    color: #00e1f3
}

.icon-pub2 {
    color: #32c4ed
}

@-webkit-keyframes n {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes n {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes m {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes m {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@media screen and (max-width:1440px) {
    .nav-container .nav {
        max-width: 1080px
    }

    .nav-container .nav .menu .menu-item {
        margin: 0 12px
    }
}

@media screen and (max-width:1366px) {
    .nav-container .nav {
        max-width: 980px
    }

    .nav-container .nav .menu {
        margin-right: 28px
    }

    .nav-container .nav .menu .menu-item {
        margin: 0 8px
    }
}

@media screen and (max-width:1024px) {
    .nav-container .nav {
        display: none
    }

    .nav-container .mobile-nav {
        display: block !important
    }

    .nav-container .mobile-nav .menu-item {
        margin: 0 8px !important
    }
}

@media screen and (max-width:736px) {
    .logo img {
        max-width: 160px
    }
}

.footer {
    font-family: Helvetica;
    background: #212329
}

.footer .footer-links {
    justify-content: space-between;
    padding: 48px 0
}

.footer .youmi .youmi-logo {
    width: 172px;
    margin-bottom: 32px
}

.footer .youmi .contact-msg {
    max-width: 360px
}

.footer .youmi .contact-msg .msg {
    line-height: 24px;
    margin-bottom: 8px
}

.footer .youmi .contact-msg .msg span:first-child {
    color: #c0c4cc;
    font-weight: 900
}

.footer .youmi .contact-msg .msg span:last-child {
    color: #909399
}

.footer .youmi .contact-msg .cn-link {
    width: 80px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #909399;
    border-radius: 4px;
    text-align: center;
    margin-top: 24px;
    transition: all .2s ease;
    color: #909399
}

.footer .youmi .contact-msg .cn-link .iconfont {
    font-size: 16px;
    margin-right: 4px;
    line-height: 24px
}

.footer .youmi .contact-msg .cn-link span {
    font-size: 14px;
    line-height: 22px
}

.footer .youmi .contact-msg .cn-link:hover {
    border-color: #fff;
    color: #fff
}

.footer .product,
.footer .sitemap,
.footer .subscribe {
    padding: 24px 0 0
}

.footer .d-tit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    color: #c0c4cc;
    margin-bottom: 20px
}

.footer .links {
    min-height: 72px;
    line-height: 24px
}

.footer .links dd {
    color: #909399;
    margin-top: 8px
}

.footer .links dd a {
    transition: all .2s ease
}

.footer .links dd a:hover {
    color: #fff
}

.footer .links dd:first-of-type {
    margin-top: 0
}

.footer .subscribe .social {
    display: flex;
    margin-top: 20px;
    position: relative
}

.footer .subscribe .social a {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #303133;
    text-align: center
}

.footer .subscribe .social a i {
    font-size: 24px;
    color: #909399
}

.footer .subscribe .social a:hover {
    background-color: #fff
}

.footer .subscribe .social a .wechat-img-wrapper {
    position: absolute;
    width: 132px;
    height: 130px;
    border: 1px solid #ebeef5;
    box-shadow: 0 4px 8px 0 rgba(33, 35, 41, .08);
    border-radius: 5px;
    padding: 5px 6px;
    background-color: #fff;
    top: -48px;
    left: -200px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.footer .subscribe .social a .wechat-img {
    width: 120px;
    height: 120px
}

.footer .subscribe .social a.wechat:hover i {
    color: #21c668
}

.footer .subscribe .social a.wechat:hover .wechat-img-wrapper {
    opacity: 1;
    left: -150px;
    visibility: visible
}

.footer .subscribe .social a.linkedin:hover i {
    color: #1f88d4
}

.footer .subscribe .social a.facebook:hover i {
    color: #4b62c5
}

.footer .subscribe .social a.twitter:hover i {
    color: #2aa3d3
}

.footer .friendly-links {
    border-top: 1px solid #303133;
    color: #909399;
    font-size: 14px;
    line-height: 1.5em
}

.footer .friendly-links .link-list {
    padding: 8px 0 40px
}

.footer .friendly-links .link-list li {
    margin-right: 32px
}

.footer .friendly-links .link-list li a {
    transition: all .2s ease;
    position: relative
}

.footer .friendly-links .link-list li a:hover {
    color: #fff
}

.footer .friendly-links .link-list li:first-of-type {
    margin-right: 16px
}

.footer .copyright {
    font-size: 14px;
    width: 100%;
    padding: 12px 0;
    background: #1a1c1f
}

.footer .copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer .copyright p {
    display: inline-flex;
    align-items: flex-end
}

.footer .copyright .policy:hover {
    color: #fff
}

@media screen and (max-width:768px) {
    .footer .footer-links {
        padding: 48px 0 12px
    }

    .footer .d-tit {
        font-size: 14px
    }

    .footer .links {
        margin-top: 18px
    }

    .footer .links dt {
        font-size: 12px;
        color: #b6b6b6
    }

    .footer .links dd {
        font-size: 14px
    }

    .footer .links dd a:hover {
        color: #fff
    }

    .footer .subscribe .social a {
        margin-right: 12px !important
    }

    .footer .subscribe .social a .wechat-img-wrapper {
        top: 50px;
        left: 0
    }

    .footer .subscribe .social a.wechat:hover .wechat-img-wrapper {
        opacity: 1;
        top: -140px;
        left: 0;
        visibility: visible
    }

    .footer .subscribe .friendly {
        margin-top: 51px
    }

    .footer .copyright p {
        margin-top: 8px;
        line-height: 1.8
    }
}

.sidebar {
    position: fixed;
    bottom: 64px;
    right: 0;
    z-index: 99
}

.sidebar a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #e30077;
    border: 0;
    box-shadow: 0 8px 12px 0 rgba(227, 0, 119, .08);
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.sidebar a .iconfont {
    font-size: 24px;
    color: #fff
}

.sidebar a .txt {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    vertical-align: 2px;
    margin-left: 8px;
    visibility: hidden
}

.sidebar a:hover {
    width: 84px;
    background: rgba(227, 0, 119, .8)
}

.sidebar a:hover .txt {
    visibility: visible;
    transition: all .2s ease-in-out
}

.sidebar .zhiService {
    margin-bottom: 16px
}

@media screen and (max-width:736px) {
    .sidebar {
        bottom: 20px
    }

    .sidebar a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .sidebar a i {
        font-size: 24px
    }
}

.ticket-btn {
    background: #e30077;
    position: fixed;
    cursor: pointer;
    z-index: 1000
}

.ticket-btn .ticket-icon {
    position: relative
}

@media screen and (max-width:450px) {
    .ticket-btn {
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 76px
    }
}

.tooltip {
    position: absolute;
    z-index: 10;
    background: #303030;
    opacity: .9;
    color: #fff;
    display: none;
    white-space: nowrap;
    padding: 3px 6px;
    border-radius: 4px
}

.tooltip:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent
}

.tooltip.top {
    bottom: calc(100% + 10px)
}

.tooltip.top,
.tooltip.top:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top:before {
    border-top-color: #303030;
    top: 100%
}

.tooltip.bottom {
    top: calc(100% + 10px)
}

.tooltip.bottom,
.tooltip.bottom:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.bottom:before {
    border-bottom-color: #303030;
    bottom: 100%
}

.tooltip.left {
    right: calc(100% + 10px)
}

.tooltip.left,
.tooltip.left:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.left:before {
    border-left-color: #303030;
    right: -11px
}

.tooltip.right {
    left: calc(100% + 10px)
}

.tooltip.right,
.tooltip.right:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right:before {
    border-right-color: #303030;
    left: -11px
}

.tooltip.show {
    display: block
}

@font-face {
    font-family: Lato;
    src: url(../../static/fonts/Lato-Regular.ttf?7f690e5);
    font-weight: 400
}

@font-face {
    font-family: Lato;
    src: url(../../static/fonts/Lato-Bold.ttf?44dfe8c);
    font-weight: 700
}

.f-lato body {
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial
}

body {
    font-family: PingFang SC, Helvetica Neue, Helvetica, Arial;
    font-size: 16px;
    line-height: 1;
    color: #606266;
    position: relative
}

body.fixed {
    position: fixed;
    width: 100%
}

.preload * {
    transition: none !important
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.img-responsive {
    width: 100%;
    height: auto
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px !important
}

.swiper-pagination-bullet-active {
    background-color: #f33c98 !important
}

.swiper-pagination-customs {
    display: inline-block;
    width: 40px;
    height: 4px;
    background: rgba(51, 115, 243, .2);
    margin: 0 6px
}

.swiper-pagination-customs-active {
    background: #3373f3
}

.nice-select .list {
    max-height: 280px;
    overflow-y: auto !important
}

.p-tit {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 1.4
}

.p-sub-tit {
    font-size: 18px;
    color: #b6b6b6;
    text-align: center
}

.p-txt {
    font-size: 16px;
    line-height: 1.75
}

.s-tit {
    color: #303133;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 900
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.btn-lg {
    width: 240px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    border-radius: 32px
}

.btn-m {
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-radius: 28px
}

.btn-s {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 24px
}

.overlay-btn {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.overlay-btn span {
    position: relative;
    z-index: 1;
    transition: color .25s cubic-bezier(.7, 0, .9, 1)
}

.overlay-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-101%, -50%);
    transform: translate(-101%, -50%);
    width: 100%;
    height: 100%;
    transition: -webkit-transform .25s cubic-bezier(.7, 0, .9, 1);
    transition: transform .25s cubic-bezier(.7, 0, .9, 1);
    transition: transform .25s cubic-bezier(.7, 0, .9, 1), -webkit-transform .25s cubic-bezier(.7, 0, .9, 1)
}

.overlay-btn:hover span {
    color: #e6edff
}

.overlay-btn:hover:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ticket-btn {
    width: 48px;
    height: 48px;
    right: 0;
    bottom: 122px;
    border-radius: 8px 0 0 8px
}

.ticket-btn:hover {
    background: rgba(227, 0, 119, .8) !important;
    box-shadow: 0 8px 12px 0 rgba(227, 0, 119, .08) !important
}

.ticket-btn .ticket-icon {
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: calc(50% - 12px)
}

@media screen and (max-width:450px) {
    .ticket-btn {
        width: 40px !important;
        height: 40px !important;
        right: 0 !important;
        bottom: 76px !important
    }
}

.page-banner.home {
    height: calc(100vh - 80px);
    min-height: 866px;
    max-height: 904px
}

.page-banner .txt-content {
    color: #fff;
    text-align: center;
    padding: 84px 0 78px
}

.page-banner .banner-name {
    width: 400px;
    height: 64px;
    line-height: 64px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 32px;
    margin: 0 auto 1.6em;
    letter-spacing: .2em
}

.page-banner .banner-tit {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 16px
}

.page-banner .banner-sub-tit {
    font-size: 28px;
    line-height: 1.4;
    color: #fefefe
}

.page-banner .line {
    width: 480px;
    border-top: 4px solid #fff;
    margin: 76px 0 64px
}

.page-banner .banner-txt {
    max-width: 980px;
    color: #fefefe;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto
}

.page-banner .btn-group {
    margin-top: 72px
}

.page-banner .btn-group a {
    color: #fff;
    position: relative;
    margin-right: 66px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease
}

.page-banner .btn-group a:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 32px;
    background-color: #fff;
    transition: all .3s ease
}

.page-banner .btn-group a:hover:after {
    width: 100%
}

.page-banner .btn-group a span {
    display: block;
    height: 100%;
    border-radius: 32px;
    border: 2px solid #fff
}

.page-banner .btn-group a:last-of-type {
    margin-right: 0 !important
}

.contact-us {
    padding: 74px 0;
    text-align: center;
    background: linear-gradient(0deg, #fff, #eff0ff)
}

.contact-us .p-tit {
    margin-bottom: 28px
}

.contact-us .p-txt {
    max-width: 935px;
    margin: 0 auto 64px
}

.btn.gradient {
    background: linear-gradient(-90deg, #ff8a6b, #f5409a);
    box-shadow: 0 6px 16px 0 rgba(3, 0, 0, 0);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn.gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(-90deg, #f5409a, #ff8a6b);
    transition: all .3s ease;
    z-index: -1
}

.btn.gradient:hover:after,
p.update {
    width: 100%
}

p.update {
    position: fixed;
    top: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 28px;
    color: #e6a23c;
    font-weight: 700;
    background-color: #fdf6ec;
    z-index: 9
}

p.update a {
    text-decoration: underline
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width:1440px) {
    .container {
        max-width: 1080px
    }

    .page-banner .banner-name {
        width: 360px;
        height: 54px;
        line-height: 54px;
        font-size: 28px
    }

    .page-banner .banner-tit {
        font-size: 40px
    }

    .page-banner .banner-sub-tit {
        font-size: 24px
    }

    .page-banner .line {
        border-width: 3px
    }

    .page-banner .banner-txt {
        max-width: 860px;
        font-size: 18px
    }

    .page-banner .btn-group a {
        width: 180px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        border-radius: 28px
    }
}

@media screen and (max-width:1366px) {
    body {
        font-size: 14px
    }

    .container {
        max-width: 980px !important
    }

    .p-tit {
        font-size: 28px
    }

    .s-tit {
        font-size: 32px
    }

    a.btn-lg {
        width: 180px;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        border-radius: 28px
    }
}

@media screen and (max-width:1024px) {
    .container {
        width: 90% !important
    }

    .p-tit {
        font-size: 24px
    }

    .p-txt {
        font-size: 14px
    }

    .s-tit {
        font-size: 28px
    }

    .page-banner.home {
        height: auto !important;
        min-height: 0 !important;
        max-height: unset !important
    }

    .page-banner .txt-content {
        padding: 5% 0 8%
    }

    .page-banner .banner-name {
        width: 320px;
        height: 48px;
        line-height: 48px;
        font-size: 24px
    }

    .page-banner .banner-tit {
        font-size: 32px;
        margin-bottom: 16px
    }

    .page-banner .banner-sub-tit {
        font-size: 18px
    }

    .page-banner .line {
        border-width: 2px;
        margin: 48px 0 36px !important
    }

    .page-banner .banner-txt {
        font-size: 16px
    }

    .page-banner .btn-group {
        margin-top: 64px
    }

    .page-banner .btn-group a span {
        border-width: 1px
    }
}

@media screen and (max-width:768px) {
    .p-sub-tit {
        font-size: 16px
    }

    .page-banner .banner-name {
        width: 200px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 1.2em
    }

    .page-banner .banner-tit {
        font-size: 26px;
        margin-bottom: 8px
    }

    .page-banner .banner-sub-tit {
        font-size: 16px
    }

    .page-banner .line {
        width: 270px;
        margin: 36px 0 28px !important
    }

    .page-banner .banner-txt {
        max-width: 670px;
        font-size: 14px
    }

    .page-banner .btn-group {
        margin-top: 27px !important
    }

    .page-banner .btn-group a {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin-right: 28px
    }

    .page-banner .btn-group a span {
        border-width: 1px
    }

    .contact-us {
        padding: 48px 0
    }
}

@media screen and (max-width:736px) {
    .p-tit {
        font-size: 20px
    }

    .p-sub-tit {
        font-size: 14px
    }

    .s-tit {
        font-size: 24px
    }

    .page-banner .txt-content {
        padding: 8% 0
    }

    .page-banner .banner-name {
        width: 200px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 1.2em
    }

    .page-banner .banner-tit {
        font-size: 22px;
        margin-bottom: 8px
    }

    .page-banner .banner-sub-tit,
    .page-banner .banner-txt {
        font-size: 14px
    }

    .page-banner .btn-group {
        margin-top: 27px !important
    }

    .page-banner .btn-group a {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border-radius: 24px
    }

    .page-banner .btn-group a span {
        border-width: 1px
    }
}

.header-banner {
    background: url(./img/banner_bg_1.png) no-repeat 50%;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 360px
}

.header-banner .tit1,
.header-banner .tit2 {
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    line-height: 56px
}

.header-banner .detail {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-top: 16px
}

.sub-nav-place {
    height: 96px;
    display: none
}

.sub-nav-container {
    border-bottom: 1px solid #ebeef5;
    width: 100%;
    background: #fff
}

.has-scroll {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 6px 12px 0 rgba(33, 35, 41, .1);
    transition: all .4s ease .1s
}

.sub-nav {
    width: 992px;
    height: 96px;
    margin: 0 auto;
    justify-content: space-between
}

.sub-nav .link {
    display: block;
    height: 97px;
    position: relative
}

.sub-nav .link:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background-color: #e30077;
    transition: width .3s ease
}

.sub-nav .link:hover:after {
    width: 100%
}

.sub-nav .link.active:after {
    width: 100%;
    transition: none
}

.sub-nav .sub-nav-item {
    height: 97px;
    padding: 15px 22px 9px;
    display: flex
}

.sub-nav .sub-nav-item .item-right {
    margin-left: 12px
}

.sub-nav .sub-nav-item .item-right .tit {
    font-size: 24px;
    color: #303133;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 4px
}

.sub-nav .sub-nav-item .item-right .sub-tit {
    color: #606266;
    line-height: 24px
}

.sub-nav .icon {
    width: 64px;
    height: 64px
}

@media screen and (max-width:1440px) {

    .header-banner .tit1,
    .header-banner .tit2 {
        font-size: 42px;
        line-height: 1.2
    }

    .header-banner .detail {
        font-size: 18px;
        line-height: 1.5
    }

    .sub-nav-place {
        height: 86px;
        display: none
    }

    .sub-nav {
        width: 930px;
        height: 86px
    }

    .sub-nav .link {
        height: 87px
    }

    .sub-nav .sub-nav-item {
        height: 87px;
        padding: 10px 22px 4px
    }

    .sub-nav .sub-nav-item .item-right .tit {
        font-size: 22px;
        line-height: 1.3
    }

    .sub-nav .sub-nav-item .item-right .sub-tit {
        line-height: 24px
    }

    .sub-nav .icon {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:1366px) {

    .header-banner .tit1,
    .header-banner .tit2 {
        font-size: 38px;
        line-height: 1.2
    }

    .sub-nav-place {
        height: 81px;
        display: none
    }

    .sub-nav {
        width: 900px;
        height: 81px
    }

    .sub-nav .link {
        height: 82px
    }

    .sub-nav .sub-nav-item {
        height: 82px;
        padding: 8px 18px 2px
    }

    .sub-nav .sub-nav-item .item-right .tit {
        font-size: 22px;
        line-height: 1.3
    }

    .sub-nav .sub-nav-item .item-right .sub-tit {
        line-height: 24px
    }
}

@media screen and (max-width:1024px) {

    .header-banner .tit1,
    .header-banner .tit2 {
        font-size: 34px;
        line-height: 1.2
    }

    .sub-nav-place {
        height: 76px;
        display: none
    }

    .sub-nav {
        width: 760px;
        height: 76px
    }

    .sub-nav .link {
        height: 77px
    }

    .sub-nav .link:after {
        width: 100%;
        background-color: transparent;
        transition: none
    }

    .sub-nav .link.active:after {
        background-color: #e30077
    }

    .sub-nav .sub-nav-item {
        height: 77px;
        justify-content: center;
        padding: 8px 0 2px
    }

    .sub-nav .sub-nav-item .item-left {
        display: none
    }

    .sub-nav .sub-nav-item .item-right {
        margin-left: 0;
        text-align: center
    }

    .sub-nav .sub-nav-item .item-right .tit {
        font-size: 20px;
        line-height: 1.3
    }

    .sub-nav .sub-nav-item .item-right .sub-tit {
        line-height: 22px
    }

    .sub-nav .icon {
        width: 56px;
        height: 56px
    }
}

@media screen and (max-width:768px) {

    .header-banner .tit1,
    .header-banner .tit2 {
        font-size: 30px;
        line-height: 1.2
    }

    .header-banner .detail {
        font-size: 16px;
        line-height: 1.5
    }

    .sub-nav-place {
        height: 66px;
        display: none
    }

    .sub-nav {
        width: 700px;
        height: 66px
    }

    .sub-nav .link {
        height: 67px
    }

    .sub-nav .sub-nav-item {
        height: 67px;
        padding: 6px 0 0;
        justify-content: center
    }

    .sub-nav .sub-nav-item .item-left {
        display: none
    }

    .sub-nav .sub-nav-item .item-right {
        margin-left: 0;
        text-align: center
    }

    .sub-nav .sub-nav-item .item-right .tit {
        font-size: 18px;
        line-height: 1.3
    }

    .sub-nav .sub-nav-item .item-right .sub-tit {
        line-height: 20px
    }
}

@media screen and (max-width:736px) {

    .header-banner .tit1,
    .header-banner .tit2 {
        font-size: 26px;
        line-height: 1.2
    }

    .sub-nav-place {
        height: 56px;
        display: none
    }

    .sub-nav {
        width: 90%;
        height: 56px
    }

    .sub-nav .link {
        height: 57px
    }

    .sub-nav .sub-nav-item {
        width: 90px;
        height: 57px;
        padding: 15px 0 9px;
        justify-content: center
    }

    .sub-nav .sub-nav-item .item-left {
        display: none
    }

    .sub-nav .sub-nav-item .item-right {
        margin-left: 0;
        text-align: center
    }

    .sub-nav .sub-nav-item .item-right .tit {
        font-size: 16px;
        color: #303133;
        font-weight: 900;
        line-height: 24px;
        margin-bottom: 4px
    }

    .sub-nav .sub-nav-item .item-right .sub-tit {
        display: none
    }
}

.perf-title {
    color: #303133;
    font-size: 46px;
    font-weight: 900;
    line-height: 56px;
    margin: 64px auto 40px;
    text-align: center
}

.perf-title:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAAgCAMAAAA8G4RnAAAA7VBMVEUAAADL5f9rnv+MvP/R3/1xm/d3n/dtmfdplfdolfaBpviEqPiHq/iMr/holvefvPq6z/y+0fvE1vzV4v1ol/je6P7g6f7m7f1wo/90nfd6oveowvqtxvuzyfu1y/vO3f3Y5P3p7/2SsvmVtPmduvqivvrB1Pz2+P+XtvmauPmlwPqwx/q3zfvJ2vza5fzj7P3u8//z+v9qlvd8o/iJrfiPsfnG1/zM2/zr8f7x9//5+v+rxPv7+/9plfdplfdplfZ+pfhplfdplfZplvZplvZplvdol/ZplvZqlfdql/dplvdrmvhplvZqmPlolfYRWradAAAATnRSTlMAAhgGTfHn9/Pj1tHMwr6idG5kSEg5NCoM7OGUi4J9U0IlubSnnWkMsKyYhnhbPi8cFPzdx71fVyEYEI8I9PHl2tnIx7GWlZSCZWQmki14Zr3ZAAAB6ElEQVRYw9zVx1brMBSF4SP7XnAophkwCT2FQHoPaZBAOuj9H4ctWUtgMqCNrG/kDP+1j1bIHLY3cYeOM3Qnnk3mscYDrg3GFpnFnvV5SH9m1IrWE1/xZNCIrzEuxKbe0veX3lT9fCVDWDLoYcFIYYsHWWjIhra8z2efPvCf5ZWa8Q5nHF4YhbAXDjMygNUX+zH6hIkN+yYc6Vi8P59W+OIdjiny7AE6Fmq1+chxRnO15kL840f/FXrIiAVJlssl1wpyY/j2KOomqJgGQS5X3CB4is8JRZ2rZ5pzba7HdYkxZvd6vRvodDqVyj2Uy+V2u30Fx1AqlY7gEIrF4iUcwD+4gFarVSgUms3mvpDJZPZgF/L5/DmcQS6XO4Vut5tIJO4gnU7vQCqVuoVsNptMJq+h0WhsQ71e34JN2IDHx1qtFo/H14QT+A/rUK1W+RAVSxJGXBuRsMTXUAcGfYC+7wWCCtSFmVCgLBR9oPoE0acCQQXCF4GqUPXpQAcVPgkO1xwSfPklC0OBekHd9x4I4UBV2FSBXywo++AvgfCTwJUTrfziROEnJ6oXVH3fO1H41YlG3dsIFjJDHQz7amLYV/TDvqk27Bvbw7+7NOw7vMN/yGLYDzoN/2HD4T/wO/yH7of/5Avu6TMACMnqm4hrO7UAAAAASUVORK5CYII=) no-repeat;
    background-size: 112px 16px;
    margin-right: 24px
}

.perf-title:after,
.perf-title:before {
    content: "";
    display: inline-block;
    width: 112px;
    height: 25px
}

.perf-title:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAAgCAMAAAA8G4RnAAAA5FBMVEUAAADG4/9plfdrnv/W4/y+0vyzyfu2zPvU4f7l7f1vmvdolfZ/pfiHq/iNr/holveTs/lol/avx/rL2/zg6f7s8f5wo/9smPd8o/iEqfmXtvmsxfvC1PzE1vvO3fzd5/3v9P7y9v51nveCp/iKrfiQsfmZuPmcuvqfvPqmwfq5zfu70PzI2Pzj7P73+f6ivvqpw/vQ3v3a5f3p8P74/P9znPd5ofekv/lrmfn2+P////93oPdplfZplfdplfZplvZplvZplvdqlfdql/dplvdplvhol/httv+Aqv9plvZrl/dolfZZ8MiFAAAAS3RSTlMAAvMYRG2CfEor8+PZysC+tpWHWTUhDPnez7GNaGNUOhwX6tTFu6ynopZ3cl4wEp6RTz8mCu7jmigOBubl2cjHsZaCZWRJRwcGkvVxKsOaAAAB80lEQVRYw9zWWZPSQBiF4a877qPGuEQUBx0BcYGMsgYYYNgZ+///H88JFg3pqqmpmqv0cxUqV2+dThdi7TZRONF6EkabnfgnmGtzoOeB+GW70OaEXmzFI8HMOGYejZieGTqL1mkcp+vo/89UPBFkQVcrJUBqdZUVerLhdmbgOpYj8bWBmR/f4cLAjZIT6sbAQjwQaO6nJEdxQ+3DIZ3z+4vFEfM7nEvh7TjgSjJqOdV6ulSSWXHC4v+n2fC6VEJBaDJhIKR4uW6k6CJUREKKfZlQHb0qOlathZbmYCm0ZqsU3QQVqdDUBk6FUjzh9Xt6Br1e7yuMx/1+v1QqPadqtfoBXkCtVntJ9Xr9FXyEb9BoNL7D5eVgMPgBv6FcLr+GR/AYfsIveAif4ByazeYbqFQqf+AJPKB2u/0Z3kKr1XpKnU7nHXyBC0iSZDgcdrvd0WiklBKNilhI20AtFPPJZIV/beB4HwjsOw4E9tnArA/YB4fAci6QheyzgezbBwIDKR8I7LOBF0eBwEC5VyDkAp0F7YD7Cd1Ad8FzcgLdBcFdMLELgrrjEbWBcBoINjDrcwJZyD43kG5d0A2EW49okjui/l8y/7qzAwEAAAAEQP7WeUTxdx8TfdD3Va0v2/9c6gfvTxY9Ov1s+MPvT/f/+fLeZwAPBeHteMyGwwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 112px 16px;
    margin-left: 24px
}

.perf-desc {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.perf-desc .desc-content {
    max-width: 540px;
    min-width: 320px
}

.perf-desc .desc-content .desc-tit {
    color: #303133;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 24px
}

.perf-desc .desc-content .desc-detail {
    color: #606266;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px
}

.perf-desc .desc-content .more-btn {
    width: 200px;
    height: 48px;
    border: 2px solid #1861f2;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #fff;
    color: #1861f2;
    cursor: pointer;
    margin-right: 16px
}

.perf-desc .desc-content .more-btn:before {
    background-color: #1861f2
}

.perf-desc .desc-content .contact-btn {
    width: 200px;
    height: 48px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #e30077;
    color: #fff;
    cursor: pointer
}

.perf-desc .desc-content .contact-btn:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.perf-desc .desc-img {
    margin: 16px 0
}

.perf-desc .desc-img .perf-img {
    width: 540px;
    height: auto
}

.perf-desc-mobile {
    display: none
}

@media screen and (max-width:1440px) {
    .perf-title {
        font-size: 42px;
        line-height: 1.2;
        margin: 59px auto 38px
    }

    .perf-desc .desc-content .desc-tit {
        font-size: 28px;
        margin-bottom: 20px
    }

    .perf-desc .desc-content .desc-detail {
        font-size: 18px;
        margin-bottom: 36px
    }

    .perf-desc .desc-img .perf-img {
        width: 500px
    }
}

@media screen and (max-width:1366px) {
    .perf-title {
        font-size: 38px;
        line-height: 1.2;
        margin: 54px auto 36px
    }

    .perf-desc .desc-content .desc-tit {
        font-size: 26px;
        margin-bottom: 16px
    }

    .perf-desc .desc-content .desc-detail {
        font-size: 16px;
        margin-bottom: 32px
    }

    .perf-desc .desc-img .perf-img {
        width: 460px
    }
}

@media screen and (max-width:1024px) {
    .perf-title {
        font-size: 34px;
        line-height: 1.2;
        margin: 49px auto 34px
    }

    .perf-desc .desc-content .desc-tit {
        font-size: 24px;
        margin-bottom: 12px
    }

    .perf-desc .desc-content .desc-detail {
        font-size: 16px;
        margin-bottom: 28px
    }

    .perf-desc .desc-content .btn-wrapper {
        display: flex;
        flex-direction: column
    }

    .perf-desc .desc-content .btn-wrapper .more-btn {
        margin-bottom: 16px
    }

    .perf-desc .desc-img .perf-img {
        width: 420px
    }
}

@media screen and (max-width:768px) {
    .perf-title {
        font-size: 30px;
        line-height: 1.2;
        margin: 44px auto 32px
    }

    .perf-desc {
        display: none
    }

    .perf-desc-mobile {
        display: block;
        text-align: center
    }

    .perf-desc-mobile .perf-img {
        width: 95%;
        max-width: 324px;
        height: auto
    }

    .perf-desc-mobile .desc-content {
        margin: 40px auto 56px
    }

    .perf-desc-mobile .desc-content .desc-tit {
        font-size: 20px;
        color: #303133;
        line-height: 28px;
        font-weight: 900;
        margin-bottom: 16px
    }

    .perf-desc-mobile .desc-content .desc-detail {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 49px
    }

    .perf-desc-mobile .desc-content .btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .perf-desc-mobile .desc-content .more-btn {
        width: 200px;
        height: 40px;
        border: 2px solid #1861f2;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        border-radius: 4px;
        vertical-align: middle;
        background-color: #fff;
        color: #1861f2;
        cursor: pointer;
        margin-bottom: 16px
    }

    .perf-desc-mobile .desc-content .more-btn:before {
        background-color: #1861f2
    }

    .perf-desc-mobile .desc-content .contact-btn {
        width: 200px;
        height: 40px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        border-radius: 4px;
        vertical-align: middle;
        background-color: #e30077;
        color: #fff;
        cursor: pointer
    }

    .perf-desc-mobile .desc-content .contact-btn:before {
        background-color: hsla(0, 0%, 100%, .2)
    }
}

@media screen and (max-width:736px) {
    .perf-title {
        font-size: 26px;
        line-height: 1.2;
        margin: 39px auto 30px
    }

    .perf-title:after,
    .perf-title:before {
        display: none
    }
}

.contact {
    background: url(../../static/img/Con-bg.png?48517b2) no-repeat 50%, linear-gradient(315deg, #1b3ce4, #2066f1);
    background-size: cover
}

.contact .container {
    height: 160px;
    justify-content: center;
    align-items: center
}

.contact .contact-msg {
    display: flex;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    margin-right: 24px
}

.contact .contact-section-btn {
    width: 200px;
    height: 48px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #fff;
    color: #1861f2;
    cursor: pointer
}

.contact .contact-section-btn:before {
    background-color: rgba(24, 97, 242, .2)
}

@media screen and (max-width:768px) {
    .contact .container {
        flex-direction: column
    }

    .contact .contact-msg {
        text-align: center;
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px
    }

    .contact .contact-section-btn {
        height: 40px;
        font-size: 14px
    }
}

.benefits {
    padding: 48px 0 80px
}

.benefits .title {
    text-align: center;
    margin-bottom: 40px
}

.benefits .benefit-container {
    justify-content: space-between
}

.benefits .benefit-container .benefit-item {
    width: 48%;
    max-width: 560px;
    min-width: 338px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 32px
}

.benefits .benefit-container .benefit-item .benefit-img {
    width: 64px;
    height: 64px;
    margin-right: 22px
}

.benefits .benefit-container .benefit-item .benefit-icon {
    width: 64px;
    height: 64px
}

.benefits .benefit-container .benefit-item .benefit-content {
    max-width: 472px
}

.benefits .benefit-container .benefit-item .benefit-content .sub-tit {
    font-size: 20px;
    color: #303133;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 8px
}

.benefits .benefit-container .benefit-item .benefit-content .detail {
    color: #606266;
    line-height: 24px
}

.case {
    background: #f5f7fa;
    padding: 80px 0 74px
}

.case .case-title {
    text-align: center;
    margin-bottom: 64px
}

.case .case-wrap {
    justify-content: space-between
}

.case .case-img {
    max-width: 560px;
    padding: 38px 0
}

.case .case-list {
    width: 558px;
    padding: 160px 0 216px 12px
}

.case .case-list li {
    color: #303133;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 20px
}

.case .case-list li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #1861f2;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px
}

.case .case-list li:last-child {
    margin-bottom: 0
}

@media screen and (max-width:1440px) {
    .case .case-img {
        width: 450px
    }

    .case .case-list {
        padding: 112px 0 0 12px;
        width: 500px
    }
}

@media screen and (max-width:1024px) {
    .case .case-img {
        width: 400px
    }
}

@media screen and (max-width:768px) {
    .benefits {
        padding: 40px 0 56px
    }

    .benefits .benefit-container {
        justify-content: center
    }

    .benefits .benefit-container .benefit-item {
        justify-content: flex-start;
        margin-bottom: 24px;
        min-width: 300px
    }

    .benefits .benefit-container .benefit-item .benefit-img {
        width: 48px;
        height: 48px;
        margin-right: 16px
    }

    .benefits .benefit-container .benefit-item .benefit-icon {
        width: 48px;
        height: 48px
    }

    .benefits .benefit-container .benefit-item .benefit-content .sub-tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px
    }

    .benefits .benefit-container .benefit-item .benefit-content .detail {
        font-size: 14px;
        line-height: 22px
    }

    .benefits .benefit-container .benefit-item:last-of-type {
        margin-bottom: 0
    }

    .case {
        padding: 40px 0 0
    }

    .case .case-title {
        margin-bottom: 32px
    }

    .case .case-img {
        width: 560px;
        padding: 0;
        margin: 0 auto
    }

    .case .case-list {
        padding: 40px 0 56px;
        margin: 0 auto
    }
}

@media screen and (max-width:736px) {
    .case .case-img {
        width: 560px;
        padding: 0;
        margin: 0 auto
    }

    .case .case-list li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px
    }
}

@font-face {
    font-family: iconfont;
    src: url(../../static/fonts/iconfont.woff2?e38a391) format("woff2"), url(../../static/fonts/iconfont.woff?3b5354b) format("woff"), url(../../static/fonts/iconfont.ttf?e34e63c) format("truetype")
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconicon_anzhuo:before {
    content: "\E61D"
}

.iconicon_xiazai:before {
    content: "\E61E"
}

.iconicon_yuyan:before {
    content: "\E61F"
}

.iconicon_diqu:before {
    content: "\E620"
}

.iconicon_lianjie:before {
    content: "\E621"
}

.iconicon_youjiantou:before {
    content: "\E622"
}

.iconarrow-down:before {
    content: "\E7F8"
}

.iconarrow-up:before {
    content: "\E7F9"
}

.iconguizeyinqing:before {
    content: "\E609"
}

.iconsf_bianji:before {
    content: "\E671"
}

.iconc-ssp_guanggaochuangyishenheliebiao:before {
    content: "\E684"
}

.iconsf_English:before {
    content: "\E696"
}

.iconselect-03:before {
    content: "\E7FC"
}

.iconselect-01:before {
    content: "\E7FE"
}

.iconwarning:before {
    content: "\E800"
}

.iconradio-02:before {
    content: "\E801"
}

.iconradio-01:before {
    content: "\E802"
}

.iconinfo:before {
    content: "\E80C"
}

.iconsearch:before {
    content: "\E80E"
}

.iconloading:before {
    content: "\E812"
}

.iconcaret-bottom:before {
    content: "\E81B"
}

.iconcaret-top:before {
    content: "\E81C"
}

.iconcaret-left:before {
    content: "\E81D"
}

.iconcaret-right:before {
    content: "\E81E"
}

.icondate:before {
    content: "\E822"
}

.iconcircle-check:before {
    content: "\E826"
}

.iconsuanfaguanli:before {
    content: "\E654"
}

.iconfacebook:before {
    content: "\E6C1"
}

.icontwitter:before {
    content: "\E6C2"
}

.iconWeChat:before {
    content: "\E6C4"
}

.iconLinkedin:before {
    content: "\E6C5"
}

.iconCompany:before {
    content: "\E6BB"
}

.iconEmail:before {
    content: "\E6C6"
}

.iconFullName:before {
    content: "\E6C7"
}

.iconSkype:before {
    content: "\E6C8"
}

.iconQQ:before {
    content: "\E6C9"
}

.icondidian:before {
    content: "\E6D7"
}

.iconrising:before {
    content: "\E833"
}

.iconzhiding:before {
    content: "\E6FF"
}

.iconshanchu:before {
    content: "\E701"
}

.iconkefu:before {
    content: "\E706"
}

.iconTelegram:before {
    content: "\E709"
}

.iconWhatApp:before {
    content: "\E70A"
}

.iconxiayibu:before {
    content: "\E70B"
}

.iconyiwen1:before {
    content: "\E70E"
}

.iconguanggaolaiyuan:before {
    content: "\E728"
}

.iconzuojiantou:before {
    content: "\E72A"
}

.iconyoujiantou:before {
    content: "\E72B"
}