* {
    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
    }
}

.contact-title {
    text-align: center
}

.contact-wrap {
    width: 100%;
    margin-top: 64px;
    justify-content: space-between
}

.form-container {
    width: calc(100% - 327px)
}

.contact-form,
.form-item {
    justify-content: space-between
}

.form-item {
    width: 47%;
    max-width: 404px;
    min-width: 270px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #e1e4eb;
    border-radius: 4px;
    margin-bottom: 32px;
    padding-left: 16px;
    line-height: 24px;
    position: relative
}

.form-item i {
    font-size: 16px;
    color: #d0d3d9;
    margin-right: 8px
}

.form-item input {
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial;
    color: #606266;
    border: none;
    width: calc(100% - 31px);
    height: 100%;
    font-size: 16px
}

.form-item input::-webkit-input-placeholder {
    color: #909399
}

.form-item input:-moz-placeholder,
.form-item input::-moz-placeholder {
    color: #909399;
    opacity: 1
}

.form-item input:-ms-input-placeholder {
    color: #909399
}

.form-item textarea {
    width: calc(100% - 31px);
    height: 100%;
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial;
    font-size: 16px;
    color: #606266;
    border: none;
    resize: none
}

.form-item textarea::-webkit-input-placeholder {
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial;
    color: #909399
}

.form-item textarea:-moz-placeholder,
.form-item textarea::-moz-placeholder {
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial;
    color: #909399;
    opacity: 1
}

.form-item textarea:-ms-input-placeholder {
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial;
    color: #909399
}

.form-item .error-span {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    color: #f53
}

.select-item {
    padding: 0;
    display: flex
}

.select-item i {
    line-height: 48px;
    margin-left: 16px
}

.select-item .business-type,
.select-item .learn-from {
    line-height: 48px;
    padding-left: 0
}

.select-item .nice-select {
    border: none
}

.select-item .nice-select .current {
    font-size: 16px;
    line-height: 24px;
    color: #606266
}

.select-item .nice-select .no-selected {
    color: #909399
}

.select-item .nice-select .list {
    width: calc(100% + 45px)
}

.select-item .nice-select.wide {
    width: calc(100% - 45px)
}

.select-item .nice-select.wide .list {
    left: -45px !important
}

.contact-type-item {
    padding: 0;
    display: flex
}

.contact-type-item .nice-select {
    border: none;
    border-right: 1px solid #e1e4eb;
    background: #f5f7fa;
    color: #909399;
    height: 46px;
    font-size: 16px;
    line-height: 43px;
    border-radius: 0;
    width: 160px;
    padding: 0 50px 0 16px
}

.contact-type-item .nice-select:focus {
    border-color: #e1e4eb
}

.contact-type-item .nice-select .list {
    width: 100%
}

.contact-type-item input.contact-number {
    text-indent: 8px
}

.textarea-item {
    height: 90px;
    padding: 16px 0 0 16px;
    display: flex;
    justify-content: flex-start
}

.textarea-item i {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 40px
}

.check {
    width: 47%;
    max-width: 404px;
    min-width: 270px;
    position: relative
}

.check .check-item {
    display: flex;
    justify-content: space-between
}

.check .error-span {
    position: absolute;
    top: 92px;
    left: 0;
    font-size: 14px;
    color: #f53
}

.check .check-submit {
    display: none
}

.check .check-label {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    vertical-align: -6px
}

.check [type=checkbox]:checked+label,
.check [type=checkbox]:not(:checked)+label {
    position: relative;
    cursor: pointer
}

.check [type=checkbox]:checked+label:before,
.check [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d0d3d9;
    background: #fff;
    border-radius: 2px
}

.check [type=checkbox]:checked+label:after,
.check [type=checkbox]:not(:checked)+label:after {
    content: "\2713   ";
    position: absolute;
    top: 2px;
    left: 3px;
    font-size: 1.1em;
    line-height: .8;
    color: #1861f2;
    transition: all .2s;
    font-family: Lato, PingFang SC, Helvetica Neue, Helvetica, Arial
}

.check [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.check [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.check .check-detail {
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.check .check-detail .terms {
    cursor: pointer;
    text-decoration: underline
}

.check .check-detail .terms:hover {
    color: #e30077
}

.submit-container {
    width: 200px
}

.submit-container .contact-img {
    width: 200px;
    margin: 0 auto
}

.submit-container .btn-wrapper {
    display: flex;
    justify-content: center
}

.submit-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;
    margin-top: 24px
}

.submit-btn:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.switch-btn-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px
}

.switch-btn {
    color: #e30077;
    font-size: 16px
}

.switch-btn a:hover {
    text-decoration: underline
}

.switch-btn .iconfont {
    margin-left: 6px
}

.contact-sub-tit {
    text-align: center;
    margin-top: 16px
}

.sdk-contact-wrap {
    width: 100%;
    margin-top: 56px;
    justify-content: center
}

.sdk-form-container {
    width: calc(100% - 327px);
    margin: 0 auto
}

.sdk-contact-form .form-top {
    justify-content: space-between
}

.app-link-item,
.sdk-message-item {
    width: 100%;
    max-width: 100%
}

.sdk-message-item {
    height: 90px;
    padding: 16px 0 0 16px;
    display: flex;
    justify-content: flex-start
}

.sdk-message-item i {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 40px
}

.sdk-submit-container {
    display: flex;
    justify-content: center
}

.sdk-check {
    width: 100%;
    max-width: 100%
}

.sdk-check .check-item {
    justify-content: flex-start
}

.sdk-check .error-span {
    top: 49px
}

#contactUs {
    display: block
}

#sdkContactUs {
    display: none
}

@media screen and (max-width:1366px) {
    .contact-form {
        width: 80%;
        margin: 0 auto
    }

    .form-container {
        width: 100%
    }

    .submit-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 32px
    }

    .submit-container .contact-img {
        display: none
    }

    .submit-btn {
        margin-top: 0
    }

    .sdk-submit-btn {
        margin-top: 56px
    }

    .sdk-contact-form {
        width: 100%;
        margin: 0 auto
    }

    .sdk-form-container {
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .contact-form {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .contact-wrap {
        margin-top: 32px
    }

    .contact-form {
        width: 100%;
        justify-content: center
    }

    .form-container {
        width: 100%
    }

    .submit-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 32px
    }

    .submit-container .contact-img {
        display: none
    }

    .submit-btn {
        height: 40px;
        margin-top: 0
    }

    .sdk-submit-btn {
        margin-top: 30px
    }
}

@media screen and (max-width:736px) {
    .form-item {
        margin-bottom: 20px
    }

    .check,
    .form-item {
        width: 100%;
        max-width: 100%
    }

    .check .check-item {
        justify-content: flex-start
    }

    .contact-form {
        margin: 0 auto
    }

    .sdk-contact-form .form-top {
        width: 100%
    }

    .sdk-check .error-span {
        top: 92px
    }
}

.events-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.event {
    max-width: 568px;
    height: 440px;
    margin-bottom: 56px;
    background: #fff;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    overflow: hidden;
    transition: all .2s ease
}

.event .pic {
    position: relative;
    height: 284px;
    overflow: hidden
}

.event .pic .bg {
    width: 568px;
    height: 284px;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.event .pic .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 35, 41, .7);
    visibility: hidden;
    padding: 40px 40px 0;
    color: #fff
}

.event .pic .mask .intro {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.event .pic .mask .detail {
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 26px
}

.event:hover {
    box-shadow: 0 10px 16px 0 rgba(33, 35, 41, .1)
}

.event:hover .bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.event:hover .pic .mask {
    background: rgba(33, 35, 41, .6);
    visibility: visible;
    transition: all .5s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.event:hover .content .title {
    color: #e10077
}

.event .content {
    padding: 24px 40px 0
}

.event .content .tit {
    margin-bottom: 12px
}

.event .content .tit-txt {
    color: #303133;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px
}

.event .content .event-type {
    display: inline-block;
    width: 79px;
    height: 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: 6px;
    margin-left: 8px
}

.event .content .Upcoming {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAA8CAMAAADWtUEnAAAAclBMVEUAAAD5VKvqLJD8X7L/ZrfqLI//Z7f7X7H8X7L/YL/8XbD8YbL4Vav6Wa3rMJL1TKX3Uqn2T6fwPZv9Y7TuOZj8YLLqLZDtNpbxQZ30SaPyQ5/zRaDsMpPzR6L7W6/wP5z8XrHsNJX7XbDvOpn+ZrbpKo42qAT9AAAADHRSTlMAHenc6qalgEwIs5H6WgJaAAAE4ElEQVRo3qSY21YaURBE0RV9ikbkJhIESfL/v5ieoucURU07oxbD+17V9zOb3dz/+NtrcdYKOh6Pp1N8b9BDr5+9nlLz1K/UFtp32nV6PesldDjE//nwDP2JL7Q8a9PpvdNv6DF0e3cTfIYXAt7qGHgd32kQryfs8UBIRPDtdxD4oAMEPsMLvo6w4QHxZnafdG4gdOrwAvCNgDRQCYlHC+kgCZ+bHDD43gkYupupgQQ8GwgNB7gRJp8Q7smXhIkHQuLFx/i6gev17aw2MD7gQY3vwQxsshQEoPrnBoJvKRF+jK8nvAC8NjBT8NJA4KmB8yc1cHsmTDwaCImBcFArxBwkoBMCMPjEQIp8kPMFIB1seKHkswyEg+RzwKRLgS8TMD7yTW4y5GOEX4CXgMEXH/k6KR8AieddsK/hXlMB9ygSC3CIgFA6yBKBakDiga85yAwkntWwOQhJlxZAzcAhPoTYIiwpyAz8lIFQXSGegmkhmqA76BbCwGzSVsNVk+YQuTLw5TX5pEbgnwA6Xx3i6NLZZMBXFzFkRUw+WhhjOOgkB5WPU8Qd9BZjNeJjjk2GAb4K8avViFXIph4j5qDXiO0xkzMwLUw8htgNpIMKuBZAnyKtS5Nvcpfe+hQ5CB8NLKaIOUg+GljX8NN3atgNZA6WIV5YiTDChleWCJu0TpHeQpYI8KRLk494BFyUNQK8qZugLzKSg6hhNkFt0mC0EjYHV7In1E26NpBNBnxQC7CMkQ9WfXdQm/SKNVzu+g7oBvquX/XA2sB/s2LRsk118rEEA/eagYf4ES8+zmEuWpaC0KxaZNzBcULd9RlghtiaTBrIMWcOWoQhq+F6j4E+tesTzwGJR0DtgmDMa5N85mDgqYPbJBw/lhBgn8PC1wwMwKEStikyZQyzhD920KdI/IsAK2De65cZ2BDJl4iNz2vYDfQUlClii0wLcBfixQfHCDT1GKn51MDnKwO5aZmBcFANZJMZLeHUeJMBoo5huddz0yoAB8Zc4/tCE+QmuLvgg0oDN6Ab4FsTUGrke4uMRzj5fA4vM8LtQYF8LBJGmAaCzqbIyJ5AA8nHHCwCDD4r4UcayByUB5lQeW2mznyTHWQOcsqxhqsSFgdbiXTn3MiuPx9/tCQfDbR7HQ7WOaiAkDzIlA8ecxJqk+aqCkS/NoeuYYtwEwC1x0BfPJZ8109d4A0RhgoDCUgDOYdrA70HxscI2yZoBvqxBJmBAKSBZZf+/oOH7/r9k+Wm7tJ0UM5NC7ADzotdXwzUFPQSkRIu+AhIA/lgNDnC/mruESafLYIEtCYDQDuWJMLWBetVuo3hxOOxZKuq7PoGWDnITRAaLWGfInwxAiBLOD6/NlnCI4A0EIg+hf3dPAG9RnZWI2zTvNcnGUhA1nBWcHVusksnn6/SNkZ0jYGqHlgDhngOH+3arA2ccizBPxbx0lat6hhJ/W/HbFMghGEgmtp1d9VzeP8rKqH0SUPAnwM6J3jMNM3HZGONsIu48jaHgdRI+KSxEL40YPj2rtmGk1Y4++YntxuDQhgEE0AIh4inYhw8MBAHQ4nAN5y0Ah8GZttcNseANxfrDrKv178pqXU5Ev4tJiXeoAOuxcREHz7xxNJ1XZ6gXLquT5+l9dJ1fZuBium6SnVCyXQb4Vbrppnuq0foACGWqKrP19MsAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: cover;
    color: #fff
}

.event .content .Finished {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAA8CAMAAACD1KJ5AAAAPFBMVEUAAADl7e7h5Ovi5ezi5evi5ezh5Ovh5evk5O7h6fD////h5evi5ezh5ez19/rh5Ovx8/fn6fDt7/Ti5ewUK1QSAAAADnRSTlMAG+bcpu33gEwiCLORpDGaQq4AAACySURBVGje7dhJDsJAEEPR6okxxN1w/7sStdiEyOsqkN8JvuSdzVLNCCDXtLU0BNGSVYy+BtAHqmWEaNlqkA1YgwAUoxjFKGZHMYxiGMUwimEUwyiGUQyjGEYxjGIYxTCKYRTDKIZRDKMY5p9P6XnXH2OeL7hoyYBDoYtck33HDKBczAuwX+h0vpkbYLfQ/WqOgBgLTUCMhaaGHmKh6YHRe4CFplQABFjoU7OUsvgvJD/jDVqHd24zE7XqAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: cover;
    color: #909399
}

.event .content .time-site {
    color: #606266;
    line-height: 24px
}

.event .content .time-site i {
    font-size: 16px;
    color: #d0d3d9
}

.event .content .time-site .time {
    display: inline-block;
    margin-right: 24px
}

.event .content .time-site .detail {
    display: inline-block;
    margin-left: 8px
}

@media screen and (max-width:1440px) {
    .event {
        max-width: 520px
    }
}

@media screen and (max-width:1336px) {
    .event {
        max-width: 480px
    }
}

@media screen and (max-width:1024px) {
    .events-container {
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .events-container {
        justify-content: center
    }

    .event {
        margin-bottom: 32px
    }

    .event,
    .event .pic {
        height: auto
    }

    .event .pic .bg {
        width: 100%;
        height: auto
    }

    .event .pic .mask {
        padding: 8px 8px 0
    }

    .event .pic .mask .intro {
        font-size: 16px;
        line-height: 24px
    }

    .event .pic .mask .detail {
        font-size: 14px;
        line-height: 22px
    }

    .event .content {
        padding: 18px 20px 20px 24px
    }

    .event .content .tit-txt {
        font-size: 16px;
        line-height: 24px
    }

    .event .content .event-type {
        width: 57px;
        height: 24px;
        font-size: 12px;
        line-height: 20px;
        margin-left: 4px
    }

    .event .content .time-site {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        line-height: 22px
    }

    .event .content .time-site .time {
        margin-right: 0
    }

    .event .content .time-site .detail {
        display: inline-block;
        margin-left: 8px
    }
}

.page-banner,
header {
    position: relative
}

.page-banner {
    width: 100%;
    height: 100vh;
    background: #1e1e23;
    overflow: hidden
}

.page-banner .banner-bg {
    position: absolute;
    top: 0
}

.page-banner .banner-box {
    position: relative;
    width: 100vw;
    height: 100vh;
    pointer-events: none
}

.page-banner .banner-box .star-bg {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 860px;
    margin: 0 auto
}

.page-banner .banner-box .page-container {
    display: flex;
    justify-content: space-between;
    padding-top: 17vh
}

.page-banner .banner-box .page-info {
    position: relative;
    width: 35vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-animation: bounceInDown 1s cubic-bezier(.215, .61, .355, 1) .6s both;
    animation: bounceInDown 1s cubic-bezier(.215, .61, .355, 1) .6s both
}

.page-banner .banner-box .page-info .page-tit {
    color: #fff;
    font-weight: 900;
    font-size: 38px;
    line-height: 46px;
    margin-top: -24px
}

.page-banner .banner-box .page-info .page-content {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    color: hsla(0, 0%, 100%, .7)
}

.page-banner .banner-box .pic {
    position: relative;
    width: 30vw
}

.page-banner .banner-box .pic .logo-u {
    visibility: hidden;
    display: block;
    width: 30vw
}

.page-banner .banner-box .page-data {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 7vh
}

.page-banner .banner-box .page-data .d-item .num {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 4px
}

.page-banner .banner-box .page-data .d-item .type {
    line-height: 24px;
    color: hsla(0, 0%, 100%, .7)
}

.page-banner-mobile {
    display: none
}

.company-intro {
    padding: 80px 0 112px
}

.company-intro .comment-box {
    max-width: 1144px;
    box-shadow: 0 10px 16px 0 rgba(33, 35, 41, .1);
    border-radius: 8px;
    position: relative;
    margin: 0 auto
}

.company-intro .comment-box .yinhao {
    position: absolute;
    top: -18px;
    left: 54px;
    width: 68px;
    height: 55px
}

.company-intro .comment-box .comment-content {
    padding: 64px 120px 88px
}

.company-intro .comment-box .comment-content .comment-txt {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px
}

.company-intro .comment-box .comment-content .comment-by {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.company-intro .comment-box .comment-content .comment-by .brand1,
.company-intro .comment-box .comment-content .comment-by .brand2 {
    width: 112px
}

.company-intro .comment-box .comment-content .comment-by .brand3,
.company-intro .comment-box .comment-content .comment-by .brand4 {
    width: 200px
}

.company-intro .comment-box .comment-content .comment-by .comment-person {
    font-weight: 900;
    line-height: 24px
}

.company-intro .comment-box .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    box-shadow: 0 8px 12px 0 rgba(33, 35, 41, .08);
    border: 1px solid #ebeef5;
    text-align: center;
    background: #fff;
    z-index: 10;
    transition: all .2s ease
}

.company-intro .comment-box .arrow i {
    font-size: 24px;
    color: #d0d3d9
}

.company-intro .comment-box .arrow:hover {
    background: #e30077
}

.company-intro .comment-box .arrow:hover i {
    color: #fff
}

.company-intro .comment-box .prev-btn {
    left: -28px
}

.company-intro .comment-box .next-btn {
    right: -28px
}

.company-intro .comment-box .comment-pagination {
    position: absolute;
    text-align: center;
    margin-bottom: 32px
}

.company-intro .intro-title {
    color: #303133;
    text-align: center;
    margin-bottom: 16px
}

.company-intro .intro-content {
    margin: 0 auto 80px;
    max-width: 840px;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.company-intro .solution-list {
    justify-content: space-between
}

.company-intro .solution-item {
    width: 47%;
    height: auto;
    padding: 64px 48px 40px;
    border: 1px solid #ebeef5;
    border-radius: 8px;
    box-shadow: 0 10px 16px 0 rgba(33, 35, 41, .1);
    position: relative
}

.company-intro .solution-item .sub-tit {
    color: #303133;
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 8px
}

.company-intro .solution-item .desc {
    line-height: 24px;
    margin-bottom: 16px
}

.company-intro .solution-item .contact-btn {
    color: #e30077;
    font-weight: 700;
    line-height: 24px
}

.company-intro .avatar-wrap {
    position: absolute;
    top: -32px;
    left: 40px;
    z-index: 10
}

.company-intro .avatar-wrap .avatar-img {
    display: inline-block;
    width: 64px;
    height: 64px
}

.company-intro .avatar-wrap .avatar-tit {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    width: 176px;
    height: 40px;
    padding-left: 20px;
    border-radius: 0 100px 100px 0;
    background: #ef1685;
    box-shadow: 0 6px 8px 0 rgba(239, 22, 133, .1);
    position: absolute;
    top: 12px;
    left: 34px;
    z-index: -5
}

.tech {
    background: #f5f7fa;
    padding: 80px 0 112px
}

.tech .container {
    justify-content: space-between
}

.tech .tech-img {
    width: 45%
}

.tech .tech-intro {
    width: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.tech .tech-intro .tech-tit {
    margin-bottom: 16px
}

.tech .tech-intro .tech-sub-tit {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 8px
}

.tech .tech-intro .tech-desc {
    font-size: 20px;
    line-height: 28px
}

.sources {
    background: url(./img/di-bg.jpg) no-repeat 50%;
    background-size: cover;
    padding: 80px 0 112px
}

.sources .container {
    display: flex;
    align-items: center
}

.sources .container .sources-content {
    max-width: 25em;
    color: #fff;
    position: absolute;
    z-index: 1;
    margin-top: -40px
}

.sources .container .sources-content .sources-tit {
    color: #fff;
    margin-bottom: 16px
}

.sources .container .sources-content .sources-desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px
}

.sources .container .sources-content .about-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
}

.sources .container .sources-content .about-btn:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.sources .container .map-container {
    max-width: 756px;
    position: relative;
    left: 360px
}

.sources .container .map-container img.map-img {
    width: 100%
}

.sources .container .map-container img.map-img-m {
    display: none
}

.sources .container .map-container .dot {
    position: absolute
}

.sources .container .map-container .dot .disc {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 4px solid #1861f2;
    background-color: #fff;
    border-radius: 50%
}

.sources .container .map-container .dot .circle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #1861f2;
    opacity: .7;
    border-radius: 50%;
    -webkit-animation: wave 3s ease-in-out infinite;
    animation: wave 3s ease-in-out infinite
}

.sources .container .map-container .dot .name {
    position: absolute;
    padding: 3px 8px;
    background: #fff;
    top: -37px;
    left: -43px;
    white-space: nowrap;
    color: #1861f2;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(33, 35, 41, .08)
}

.sources .container .map-container .dot .name:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: calc(50% - 10px)
}

.sources .container .map-container .dot1 {
    top: 194px;
    left: 170px
}

.sources .container .map-container .dot2 {
    top: 244px;
    left: 121px
}

.sources .container .map-container .dot2 .name {
    left: -23px
}

.sources .container .map-container .dot3 {
    top: 332px;
    left: 243px
}

.sources .container .map-container .dot3 .name {
    left: -19px
}

.sources .container .map-container .dot4 {
    top: 175px;
    left: 357px
}

.sources .container .map-container .dot4 .name {
    left: -23px
}

.sources .container .map-container .dot5 {
    top: 152px;
    left: 314px
}

.sources .container .map-container .dot5 .name {
    left: -51px
}

.sources .container .map-container .dot6 {
    top: 251px;
    left: 411px
}

.sources .container .map-container .dot6 .name {
    left: -18px
}

.sources .container .map-container .dot7 {
    top: 309px;
    left: 392px
}

.sources .container .map-container .dot7 .name {
    left: -14px
}

.sources .container .map-container .dot8 {
    top: 164px;
    left: 415px
}

.sources .container .map-container .dot8 .name {
    left: -30px
}

.sources .container .map-container .dot9 {
    top: 190px;
    left: 459px
}

.sources .container .map-container .dot9 .name {
    left: -26px
}

.sources .container .map-container .dot10 {
    top: 250px;
    left: 490px
}

.sources .container .map-container .dot10 .name {
    left: -16px
}

.sources .container .map-container .dot11 {
    top: 139px;
    left: 504px
}

.sources .container .map-container .dot11 .name {
    left: -22px
}

.sources .container .map-container .dot12 {
    top: 313px;
    left: 584px
}

.sources .container .map-container .dot12 .name {
    left: -31px
}

.sources .container .map-container .dot13 {
    top: 153px;
    left: 580px
}

.sources .container .map-container .dot13 .name {
    left: -19px
}

.sources .container .map-container .dot14 {
    top: 143px;
    left: 646px
}

.sources .container .map-container .dot14 .name {
    left: -39px
}

.sources .container .map-container .dot15 {
    top: 125px;
    left: 705px
}

.sources .container .map-container .dot15 .name {
    left: -19px
}

.sources .container .map-container .dot16 {
    top: 359px;
    left: 626px
}

.sources .container .map-container .dot16 .name {
    left: -29px
}

.partners {
    padding: 80px 0 112px
}

.partners .partners-title {
    text-align: center;
    margin-bottom: 40px
}

.partners .partners-logo {
    justify-content: flex-start;
    max-width: 864px;
    margin: 0 auto 64px
}

.partners .partners-logo .row {
    display: flex;
    justify-content: space-between
}

.partners .partners-logo .row:first-of-type {
    margin-bottom: 32px
}

.partners .partners-logo .logo1,
.partners .partners-logo .logo2,
.partners .partners-logo .logo3,
.partners .partners-logo .logo4,
.partners .partners-logo .logo5,
.partners .partners-logo .logo6,
.partners .partners-logo .logo7,
.partners .partners-logo .logo8,
.partners .partners-logo .logo9,
.partners .partners-logo .logo10 {
    width: 75px;
    height: 75px
}

/* .partners .partners-logo .logo1,
.partners .partners-logo .logo2,
.partners .partners-logo .logo3,
.partners .partners-logo .logo6,
.partners .partners-logo .logo7,
.partners .partners-logo .logo8 {
    width: 112px;
    height: 49px
}

.partners .partners-logo .logo4,
.partners .partners-logo .logo5,
.partners .partners-logo .logo9,
.partners .partners-logo .logo10 {
    width: 200px;
    height: 50px
} */

.partners .comment-box {
    max-width: 1144px;
    box-shadow: 0 10px 16px 0 rgba(33, 35, 41, .1);
    border-radius: 8px;
    position: relative;
    margin: 0 auto
}

.partners .comment-box .yinhao {
    position: absolute;
    top: -18px;
    left: 54px;
    width: 68px;
    height: 55px
}

.partners .comment-box .comment-content {
    padding: 64px 120px 88px
}

.partners .comment-box .comment-content .comment-txt {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px
}

.partners .comment-box .comment-content .comment-by {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.partners .comment-box .comment-content .comment-by .brand1,
.partners .comment-box .comment-content .comment-by .brand2 {
    width: 112px
}

.partners .comment-box .comment-content .comment-by .brand3,
.partners .comment-box .comment-content .comment-by .brand4 {
    width: 200px
}

.partners .comment-box .comment-content .comment-by .comment-person {
    font-weight: 900;
    line-height: 24px
}

.partners .comment-box .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    box-shadow: 0 8px 12px 0 rgba(33, 35, 41, .08);
    border: 1px solid #ebeef5;
    text-align: center;
    background: #fff;
    z-index: 10;
    transition: all .2s ease
}

.partners .comment-box .arrow i {
    font-size: 24px;
    color: #d0d3d9
}

.partners .comment-box .arrow:hover {
    background: #e30077
}

.partners .comment-box .arrow:hover i {
    color: #fff
}

.partners .comment-box .prev-btn {
    left: -28px
}

.partners .comment-box .next-btn {
    right: -28px
}

.partners .comment-box .comment-pagination {
    position: absolute;
    text-align: center;
    margin-bottom: 32px
}

.events {
    background: #f5f7fa;
    padding: 80px 0 112px
}

.events .events-title {
    text-align: center;
    margin-bottom: 64px
}

.events .more-btn {
    width: 200px;
    height: 48px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #e30077;
    color: #fff;
    cursor: pointer
}

.events .more-btn:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.contact-us {
    background: #fff;
    padding: 80px 0 114px
}

.swiper-slide-leave .txt-inner {
    -webkit-animation: fadeOutLeft .6s ease;
    animation: fadeOutLeft .6s ease
}

@-webkit-keyframes wave_move {
    0% {
        -webkit-transform: translateZ(0) scaleY(1);
        transform: translateZ(0) scaleY(1)
    }

    25% {
        -webkit-transform: translate3d(-12.5%, 0, 0) scaleY(.55);
        transform: translate3d(-12.5%, 0, 0) scaleY(.55)
    }

    50% {
        -webkit-transform: translate3d(-25%, 0, 0) scaleY(1);
        transform: translate3d(-25%, 0, 0) scaleY(1)
    }

    75% {
        -webkit-transform: translate3d(-37.5%, 0, 0) scaleY(.55);
        transform: translate3d(-37.5%, 0, 0) scaleY(.55)
    }

    to {
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(1);
        transform: translate3d(-50%, 0, 0) scaleY(1)
    }
}

@keyframes wave_move {
    0% {
        -webkit-transform: translateZ(0) scaleY(1);
        transform: translateZ(0) scaleY(1)
    }

    25% {
        -webkit-transform: translate3d(-12.5%, 0, 0) scaleY(.55);
        transform: translate3d(-12.5%, 0, 0) scaleY(.55)
    }

    50% {
        -webkit-transform: translate3d(-25%, 0, 0) scaleY(1);
        transform: translate3d(-25%, 0, 0) scaleY(1)
    }

    75% {
        -webkit-transform: translate3d(-37.5%, 0, 0) scaleY(.55);
        transform: translate3d(-37.5%, 0, 0) scaleY(.55)
    }

    to {
        -webkit-transform: translate3d(-50%, 0, 0) scaleY(1);
        transform: translate3d(-50%, 0, 0) scaleY(1)
    }
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(3);
        transform: scale(3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(3);
        transform: scale(3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes descFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes descFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }
}

@media screen and (max-width:1440px) {
    .sources .container .map-container {
        left: 300px
    }
}

@media screen and (max-width:1366px) {
    .page-banner .banner-box .page-info {
        width: 450px
    }

    .company-intro .intro-content {
        font-size: 18px;
        line-height: 26px
    }

    .sources .container .map-container {
        left: 250px
    }
}

@media screen and (max-width:1024px) {
    .page-banner {
        display: none
    }

    .page-banner-mobile {
        display: flex;
        background: url(./img/banner_bg_mobile.jpg) no-repeat 50%;
        background-size: cover;
        padding: 140px 0 80px
    }

    .page-banner-mobile .page-tit {
        text-align: center;
        color: #fff;
        margin-bottom: 32px
    }

    .page-banner-mobile .page-content {
        max-width: 80%;
        margin: 0 auto;
        color: hsla(0, 0%, 100%, .7);
        font-size: 18px;
        line-height: 26px;
        text-align: center
    }

    .page-banner-mobile .page-data {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 80px
    }

    .page-banner-mobile .page-data .d-item .num {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        font-weight: 900;
        margin-bottom: 4px
    }

    .page-banner-mobile .page-data .d-item .type {
        font-size: 14px;
        line-height: 26px;
        color: hsla(0, 0%, 100%, .7)
    }

    .sources .container .sources-content {
        max-width: 22em
    }

    .sources .container .map-container {
        max-width: 720px;
        left: calc(50% - 360px)
    }

    .sources .container .map-container img.map-img {
        display: none
    }

    .sources .container .map-container img.map-img-m {
        display: inline-block;
        width: 100%
    }

    .sources .container .map-container .dot {
        display: none
    }

    .partners {
        padding: 40px 0 56px
    }

    .partners .partners-logo {
        margin: 0 auto 40px
    }

    .partners .yinhao {
        display: none
    }

    .partners .comment-box .comment-content {
        padding: 24px 40px 64px
    }

    .partners .comment-box .comment-content .comment-txt {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 16px
    }

    .partners .comment-box .comment-content .comment-by {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .partners .comment-box .comment-content .comment-by .brand {
        margin-bottom: 8px
    }

    .partners .comment-box .comment-content .comment-by .comment-person {
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

    .partners .comment-box .arrow {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .partners .comment-box .arrow i {
        font-size: 16px
    }

    .partners .comment-box .prev-btn {
        left: -20px
    }

    .partners .comment-box .next-btn {
        right: -20px
    }
}

@media screen and (max-width:768px) {
    .sources {
        padding: 40px 0 64px
    }

    .sources .container {
        flex-direction: column-reverse;
        align-items: center
    }

    .sources .container .sources-content {
        max-width: 20em;
        position: static;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .sources .container .sources-content .sources-tit {
        text-align: center;
        margin-top: 40px
    }

    .sources .container .sources-content .sources-desc {
        font-size: 16px;
        text-align: center
    }

    .sources .container .map-container {
        max-width: 500px;
        left: 0
    }
}

@media screen and (max-width:736px) {
    .page-banner-mobile {
        padding: 128px 0 54px
    }

    .page-banner-mobile .page-content {
        width: 100%;
        font-size: 14px;
        line-height: 22px
    }

    .page-banner-mobile .page-data {
        margin: 80px 30px 0;
        justify-content: space-between
    }

    .page-banner-mobile .page-data .d-item {
        margin-bottom: 16px
    }

    .page-banner-mobile .page-data .d-item .num {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0
    }

    .page-banner-mobile .page-data .d-item .type {
        font-size: 12px;
        line-height: 22px
    }

    .page-banner-mobile .page-data .d-item:nth-of-type(2n-1) {
        width: 117px
    }

    .page-banner-mobile .page-data .d-item:nth-of-type(2n) {
        width: 93px
    }

    .company-intro {
        padding: 40px 0 56px
    }

    .company-intro .intro-content {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 56px
    }

    .company-intro .solution-list {
        justify-content: center
    }

    .company-intro .solution-item {
        width: 100%;
        height: auto;
        padding: 48px 32px 40px;
        margin-bottom: 56px
    }

    .company-intro .solution-item .contact-btn,
    .company-intro .solution-item .desc {
        font-size: 14px;
        line-height: 22px
    }

    .company-intro .solution-item:last-of-type {
        margin-bottom: 0
    }

    .company-intro .avatar-wrap {
        top: -24px;
        left: 32px
    }

    .company-intro .avatar-wrap .avatar-img {
        width: 48px;
        height: 48px
    }

    .company-intro .avatar-wrap .avatar-tit {
        font-size: 14px;
        line-height: 32px;
        width: 144px;
        height: 32px;
        top: 8px;
        left: 25px
    }

    .tech {
        padding: 40px 0 56px
    }

    .tech .container {
        justify-content: center
    }

    .tech .tech-img {
        width: 324px;
        margin-bottom: 40px
    }

    .tech .tech-intro {
        width: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .tech .tech-intro .tech-sub-tit {
        font-size: 16px;
        font-weight: 900;
        line-height: 24px
    }

    .tech .tech-intro .tech-desc {
        font-size: 16px;
        line-height: 24px
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: iconfont;
    src: 
        url('//at.alicdn.com/t/c/font_3524341_9vp8mz8bb3a.woff2?t=1661565328432') format('woff2'),
        url('//at.alicdn.com/t/c/font_3524341_9vp8mz8bb3a.woff?t=1661565328432') format('woff'),
        url('//at.alicdn.com/t/c/font_3524341_9vp8mz8bb3a.ttf?t=1661565328432') 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: "\e736"
}

.iconyoujiantou:before {
    content: "\e735"
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}