* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none
}

@font-face {
    font-family: alFont;
    src: url(/assets/addons/cms/font/ALIMAMASHUHEITI.TTF)
}

@font-face {
    font-family: grFont;
    src: url(/assets/addons/cms/font/Gats-Regular.otf)
}

html {
    height: auto
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

body .swipebox-html {
    overflow: hidden
}

body p {
    margin: 0
}

body a:hover,
body a:focus {
    text-decoration: none;
    outline: none
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type='number'] {
    -moz-appearance: textfield
}

.flex-c {
    display: flex;
    flex-direction: column
}

.flex-r {
    display: flex;
    flex-direction: row
}

.flex-1 {
    flex: 1
}

.flex-2 {
    flex: 2
}

.flex-3 {
    flex: 3
}

.flex-4 {
    flex: 4
}

.flex-5 {
    flex: 5
}

.flex-6 {
    flex: 6
}

.flex-7 {
    flex: 7
}

.flex-8 {
    flex: 8
}

.flex-9 {
    flex: 9
}

.pl-32 {
    padding-left: 32px
}

.pl-50 {
    padding-left: 50px
}

.textCenter {
    text-align: center !important
}

.textLeft {
    text-align: left !important
}

.shFont {
    font-family: shFont
}

.grFont {
    font-family: grFont
}

.fontBlod {
    font-weight: bold
}

.m-show-block {
    display: none !important
}

.m-show-flex {
    display: none !important
}

@media (max-width: 768px) {
    .m-hidden {
        display: none !important
    }

    .m-show-block {
        display: block !important
    }

    .m-show-flex {
        display: flex !important
    }
}

.shadowBox {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff
}

.switchBox>* {
    position: absolute;
    opacity: 0;
    width: 100%;
    transition: all .6s ease-in-out;
    pointer-events: none
}

.switchBox .active {
    margin: 0 !important;
    opacity: 1;
    pointer-events: all
}

.hoverUp {
    cursor: pointer;
    transition: .3s
}

.hoverUp:hover {
    transform: translate3d(0, -6px, 0)
}

.hoverScale {
    cursor: pointer;
    transition: .3s
}

.hoverScale:hover {
    transform: scale(1.03)
}

.none {
    display: none !important
}

.con {
    width: 1200px;
    margin: 0 auto;
    padding: 20px
}

@media (max-width: 768px) {
    .con {
        width: auto;
        max-width: 1200px;
        padding: 20px 15px
    }
}

.scrollBox {
    overflow: auto
}

.scrollBox::-webkit-scrollbar {
    width: 3.6px;
    height: 1px;
    right: -5px
}

.scrollBox::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8)
}

.scrollBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: rgba(153, 153, 153, 0.9)
}

.scrollRow {
    overflow-x: auto
}

.scrollRow::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.scrollRow::-webkit-scrollbar-thumb {
    background-color: #4f4f4f;
    border-radius: 3px
}

.scrollRow::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 3px
}

.list-news {
    display: flex;
    flex-direction: column
}

.list-news .list-item {
    display: flex;
    flex-direction: row;
    padding: 15px 8px;
    transition: .3s
}

.list-news .list-item:hover {
    background: #eee
}

.list-news-img {
    flex-basis: 160px;
    height: 94%;
    align-self: center;
    margin-right: 30px
}

.list-news-img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.list-news-info {
    flex: 1;
    position: relative;
    padding: 4px 8px
}

.list-news-title-t1 {
    font-size: 13px;
    letter-spacing: 1px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.list-news-title-t2 {
    font-size: 14px;
    padding-top: 3px;
    letter-spacing: 1px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.list-news-time {
    position: absolute;
    bottom: 2px;
    left: 8px;
    color: #999
}

@media (max-width: 768px) {
    .list-news .list-item {
        padding: 8px 0;
        min-height: 105px
    }

    .list-news-img {
        flex-basis: 144px;
        margin-right: 12px
    }

    .list-news-img img {
        height: 80px
    }

    .list-news-info {
        padding: 0
    }

    .list-news-title-t1 {
        font-size: 12px
    }

    .list-news-title-t2 {
        font-size: 12px
    }

    .list-news-time {
        bottom: 0;
        left: 0
    }
}

.list-protrude .list-item {
    height: 100%;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 4px;
    cursor: pointer;
    transition: .3s
}

.list-protrude .list-item:hover {
    transform: scale(1.03)
}

.list-protrude-img {
    flex: 1
}

.list-protrude-img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.list-protrude-info {
    flex: 1;
    padding: 30px 10px 30px 15px;
    position: relative
}

.list-protrude-title {
    display: flex;
    flex-direction: column
}

.list-protrude-title-t1 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.list-protrude-title-t2 {
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.list-protrude .list-news-time {
    left: 10px
}

@media (max-width: 768px) {
    .list-protrude {
        margin-right: 0 !important
    }

    .list-protrude .list-item {
        height: 145px
    }

    .list-protrude-info {
        padding: 5px 0px 15px 12px
    }

    .list-protrude-title-t1 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .list-protrude-title-t2 {
        font-size: 14px
    }
}

.list-show {
    display: flex;
    flex-direction: row
}

.list-show .list-item {
    height: 200px;
    flex: 1;
    position: relative;
    margin-right: 20px
}

.list-show .list-item:last-child {
    margin-right: 0
}

.list-show-img {
    height: 100%;
    overflow: hidden
}

.list-show-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    object-fit: cover;
    max-height: 250px
}

.list-show-img img:hover {
    transform: scale(1.03)
}

.list-show-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff
}

.list-show-title-t1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.list-show-title-t2 {
    padding-top: 2px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

@media (max-width: 768px) {
    .list-show {
        flex-direction: column
    }

    .list-show .list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .list-show .list-item:last-child {
        margin-right: 0
    }

    .list-show .list-item:last-child {
        margin-bottom: 0
    }

    .list-show-title-t1 {
        font-size: 14px
    }

    .list-show-title-t2 {
        font-size: 12px
    }
}

.list-partner .list-item {
    display: flex;
    border-radius: 8px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: .3s
}

.list-partner .list-item:hover {
    transform: scale(1.03)
}

.list-partner .list-item img {
    display: block;
    margin: 0 auto;
    width: 80%
}

.list-partner-icon {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.list-knockout {
    margin-bottom: 30px
}

.list-knockout:last-child {
    margin-bottom: 0
}

.list-knockout-header p {
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background: #666;
    border-radius: 4px
}

.list-knockout-main {
    margin-top: 25px;
    padding: 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal
}

.list-knockout-item {
    margin-right: 16px
}

.list-knockout-item:last-child {
    margin-right: 0
}

.list-knockout-item.active .list-knockout-name {
    writing-mode: initial;
    height: auto;
    min-width: 245px
}

.list-knockout-item.active .list-knockout-name::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/assets/addons/cms/img/i-knockout-arr.png') no-repeat 0/100% 100%
}

.list-knockout-name {
    height: 245px;
    padding: 10px 12px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    background: #5a7797;
    border-radius: 4px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    cursor: pointer;
    position: relative
}

.list-knockout-name span {
    writing-mode: initial;
    line-height: 20px;
    padding-bottom: 3px
}

.list-knockout-round {
    padding-top: 20px
}

.list-knockout-group {
    margin-bottom: 20px
}

.list-knockout-group:last-child {
    margin-bottom: 0
}

.list-knockout-group-header {
    background: #666;
    height: 44px;
    color: #fff;
    line-height: 44px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px
}

.list-knockout-group .layui-form {
    margin: 0
}

.list-knockout-group .layui-form .layui-table-header {
    display: none
}

.list-knockout-group .layui-form .layui-table-cell img {
    width: 16px;
    margin-right: 6px
}

.table-schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start
}

.table-schedule-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px
}

.table-schedule-box {
    height: 110px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 185px;
    margin-right: 8px
}

.table-schedule-box:last-child {
    margin-right: 0
}

.table-schedule-left {
    background: #ecf0f5
}

.table-schedule-left .table-schedule-info {
    color: #728aa5
}

.table-schedule-left .table-schedule-info p:nth-child(1) {
    font-size: 20px;
    color: #788ea9
}

.table-schedule-date {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 58px;
    letter-spacing: 2px;
    color: #dde3ea;
    white-space: nowrap;
    z-index: 0
}

.table-schedule-time {
    flex-basis: 38px;
    line-height: 38px;
    background: #eff3f8;
    color: #7189a5;
    width: 100%;
    text-align: center;
    font-size: 16px
}

.table-schedule-info {
    position: relative;
    height: 100%;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.table-schedule-info p {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif
}

.table-schedule-info p:nth-child(1) {
    color: #666;
    font-size: 15px;
    font-weight: bold
}

.table-schedule-info p:nth-child(2) {
    color: #999;
    font-size: 14px;
    margin-top: 4px
}

.table-schedule-info-sfont {
    font-size: 13px !important
}

.bTitle {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    position: relative;
    line-height: normal;
    margin-bottom: 25px
}

.bTitle span {
    font-family: grFont
}

.bTitle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -2px;
    vertical-align: middle;
    border-radius: 4px;
    background: linear-gradient(270deg, rgba(186, 47, 52, 0) 0%, rgba(107, 97, 162, 0) 0%, rgba(94, 121, 149, 0.49) 100%)
}

@media (max-width: 768px) {
    .bTitle {
        font-size: 22px
    }
}

.group-page .navbar {
    display: flex;
    padding-left: 5%;
    align-items: center;
    margin-bottom: 0;
    transition: .3s;
    background: #161922;
    z-index: 100;
    height: 100px
}

.group-page .navbar-fixed {
    background: #161922 !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.group-page .navbar .navbar-collapse {
    flex: 1;
    padding: 0 15px 0 30px
}

.group-page .navbar .navbar-collapse .navbar-channel>li {
    margin: 0 10px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:first-child {
    width: 90px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(2) {
    width: 95px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(3) {
    width: 100px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(4) {
    width: 130px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(5) {
    width: 180px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(6) {
    width: 150px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(7) {
    width: 140px
}

.group-page .navbar .navbar-collapse .navbar-channel>li:nth-child(8) {
    width: 100px
}

.group-page .navbar .navbar-collapse .navbar-channel .active a {
    background: none;
    font-weight: bold;
    padding-top: 1.6px;
    border-bottom: 1.6px solid #e16445
}

.group-page .navbar .navbar-collapse .navbar-channel a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0;
    height: 90px;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.group-page .navbar .navbar-collapse .navbar-channel a:hover,
.group-page .navbar .navbar-collapse .navbar-channel a:focus {
    color: #fff;
    font-weight: bold
}

.group-page .navbar .navbar-collapse .navbar-channel .dropdown-menu a:hover,
.group-page .navbar .navbar-collapse .navbar-channel .dropdown-menu a:focus {
    color: #333;
    font-weight: bold
}

.group-page .navbar .navbar-collapse .checkout {
    display: none
}

.group-page .navbar .dropdown-menu {
    background: #161922;
    border-radius: 8px
}

.group-page .navbar-toggle {
    border-color: #ddd
}

.group-page .navbar-toggle .icon-bar {
    background: #ddd
}

.group-page .navbar-toggle:hover,
.group-page .navbar-toggle:focus {
    background: none
}

.group-page .header {
    height: 500px;
    position: relative;
    overflow: hidden
}

.group-page .header-logo {
    display: flex;
    flex-direction: row
}

.group-page .header-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
    transition: .3s
}

.group-page .header-bg:hover {
    transform: scale(1.03)
}

.group-page .header-index .header-info {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.group-page .header-index .header-info>p {
    color: #fff;
    white-space: nowrap
}

.group-page .header-index .header-info>p:first-child {
    font-size: 54px
}

.group-page .header-index .header-info>p:nth-child(2) {
    font-size: 24px;
    font-family: alFont;
    margin-top: 14px;
    letter-spacing: 1px
}

.group-page .header-index .header-info>p:nth-child(3) {
    margin-top: 20px;
    font-size: 20px
}

.group-page .header-index .header-btnList {
    margin: 120px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.group-page .header-index .header-btn {
    cursor: pointer;
    position: relative;
    height: 80px;
    width: 320px;
    padding-top: 6px;
    display: block;
    margin: 0 40px
}

.group-page .header-index .header-btn p {
    padding-right: 64px;
    padding-top: 4px;
    font-size: 20px;
    font-weight: bold
}

.group-page .header-index .header-btn-signUp {
    background: url('/assets/addons/cms/img/banner-signUp.png') no-repeat 0/100% 100%
}

.group-page .header-index .header-btn-register {
    background: url('/assets/addons/cms/img/banner-register.png') no-repeat 0/100% 100%
}

@media (max-width: 768px) {
    .group-page .header-index .header-info {
        width: 86%
    }

    .group-page .header-index .header-info>p {
        white-space: normal
    }

    .group-page .header-index .header-info>p:first-child {
        font-size: 22px
    }

    .group-page .header-index .header-info>p:nth-child(2) {
        font-size: 16px;
        margin-top: 10px
    }

    .group-page .header-index .header-info>p:nth-child(3) {
        font-size: 12px;
        margin-top: 8px
    }

    .group-page .header-index .header-btnList {
        margin: 30px auto 0
    }

    .group-page .header-index .header-btn {
        margin: 0 6px;
        height: 48px;
        padding-top: 4px
    }

    .group-page .header-index .header-btn p {
        padding-right: 32px;
        font-size: 12px;
        padding-top: 3px
    }
}

.group-page .header-con .header-info {
    position: absolute;
    top: 44%;
    left: 8%
}

.group-page .header-con .header-info>p {
    color: #fff
}

.group-page .header-con .header-info>p:first-child {
    font-size: 54px;
    font-family: alFont
}

.group-page .header-con .header-info>p:nth-child(2) {
    font-size: 32px;
    font-family: alFont;
    margin-top: 10px
}

@media (max-width: 768px) {
    .group-page .header-con .header-info>p:first-child {
        font-size: 32px
    }

    .group-page .header-con .header-info>p:nth-child(2) {
        font-size: 24px;
        margin-top: 10px
    }
}

@media (max-width: 768px) {
    .group-page .header .navbar-header {
        margin-right: 0;
        width: 100%
    }

    .group-page .header .navbar {
        padding-left: 0;
        height: 60px
    }

    .group-page .header .navbar .navbar-collapse.active {
        padding: 0 10px
    }

    .group-page .header .navbar .navbar-collapse .navbar-channel li {
        width: auto !important
    }

    .group-page .header .navbar .navbar-collapse .navbar-channel a {
        color: #333;
        height: 60px;
        line-height: 24px;
        border-bottom: none
    }
}

.group-page-index .navbar {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%)
}

.group-page-index .navbar .navbar-collapse .navbar-channel .active a {
    padding-top: 0px;
    border: none
}

.group-page-index .header {
    height: 660px
}

@media (max-width: 768px) {
    .group-page .header {
        height: 240px
    }

    .group-page-index .header {
        height: 320px
    }
}

.footer {
    padding: 15px 0
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.footer-logo {
    height: 60px
}

.footer-list {
    display: flex;
    flex-direction: row;
    color: #C8C8C8
}

.footer-list a {
    color: #C8C8C8;
    font-size: 14px
}

.footer-list .footer-list-title {
    font-size: 18px
}

.footer-list ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column
}

.footer-list ul li {
    margin-bottom: 15px
}

.footer-list ul li:last-child {
    margin-bottom: 0
}

.footer-list>li {
    margin-right: 40px
}

.footer-list>li:last-child {
    margin-right: 0
}

.footer-list-contact {
    display: flex;
    flex-direction: row;
    align-items: center
}

.footer-list-contact i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #898989;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.footer-list-contact img {
    width: 16px
}

.footer .copy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #C8C8C8
}

.footer .copy a {
    color: #C8C8C8;
    margin: 0 10px
}

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

    .footer .footer-list>li:not(.footer .footer-list>li:last-child) {
        display: none
    }
}

@media (max-width: 768px) {
    .footer .footer-inner {
        flex-direction: column;
        margin-bottom: 0px;
        padding: 1em 0
    }

    .footer .copy {
        flex-direction: column;
        align-items: center
    }

    .footer .copy p {
        margin-bottom: 6px
    }

    .footer .copy p:last-child {
        margin-bottom: 0
    }
}

.page {
    margin-top: 80px
}

.page-index .com:first-child {
    padding-top: 0
}

.page-index .zx .zxBox {
    display: flex;
    flex-direction: row
}

.page-index .zx .zxBox .list-protrude {
    margin-right: 15px;
    flex: 1
}

.page-index .zx .zxBox .list-news {
    flex: 1
}

.page-index .zx .zxBox .list-news-img {
    margin-right: 10px
}

.page-index .zx .zxBox .list-news .list-item {
    padding: 8px 6px
}

.page-index .hd .list-show .list-item {
    margin-right: 0px
}

.page-index .hd .list-show-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    filter: brightness(.7)
}

@media (max-width: 768px) {
    .page-index .hd .list-show {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 12px
    }

    .page-index .hd .list-show .list-item {
        width: 47%;
        flex: none;
        margin-bottom: 0
    }

    .page-index .hd .list-show .list-item:last-child {
        margin-bottom: 0
    }

    .page-index .hd .list-show-info {
        cursor: pointer;
        transition: .3s;
        position: absolute
    }

    .page-index .hd .list-show-info:hover {
        bottom: 20px
    }

    .page-index .hd .list-show-info:hover .list-show-title-t1,
    .page-index .hd .list-show-info:hover .list-show-title-t2 {
        -webkit-line-clamp: unset;
        line-clamp: unset
    }
}

.page-index .jbd .com-b {
    height: 420px
}

.page-index .zzs {
    margin-bottom: 60px
}

.page-index .zzs-frame img {
    display: block;
    width: 100%
}

.page-index .zzs .zzsBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.page-index .zzs .zzsBox-title {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    position: relative;
    line-height: normal;
    margin-bottom: 25px;
    font-size: 26px;
    margin-bottom: 5px
}

.page-index .zzs .zzsBox-title span {
    font-family: grFont
}

.page-index .zzs .zzsBox-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -2px;
    vertical-align: middle;
    border-radius: 4px;
    background: linear-gradient(270deg, rgba(186, 47, 52, 0) 0%, rgba(107, 97, 162, 0) 0%, rgba(94, 121, 149, 0.49) 100%)
}

@media (max-width: 768px) {
    .page-index .zzs .zzsBox-title {
        font-size: 22px
    }
}

.page-index .zzs .zzsBox-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.page-index .zzs .zzsBox-item {
    background: #fff;
    border-radius: 6px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 70px;
    margin-top: 15px;
    cursor: pointer;
    transition: .3s
}

.page-index .zzs .zzsBox-item:hover {
    transform: scale(1.03)
}

.page-index .zzs .zzsBox-item img {
    width: 70%;
    height: auto
}

.page-index .zzs .zzsBox-item:not(:first-child) {
    margin-left: 15px;
    padding: 10px
}

.page-index .zzs .zzsBox-item:nth-child(3n+1) {
    margin-left: 0
}

.page-index .zzs .zzsBox-zg {
    align-items: center;
    margin-bottom: 30px
}

.page-index .zzs .zzsBox-zg .zzsBox-list {
    justify-content: center
}

.page-index .zzs .zzsBox-zg .zzsBox-item {
    width: auto;
    height: auto;
    padding: 15px 0
}

.page-index .zzs .zzsBox-hb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start
}

.page-index .zzs .zzsBox-hb .zzsBox {
    flex: 1
}

@media (max-width: 768px) {
    .page-index .zx .zxBox {
        flex-direction: column
    }

    .page-index .zzs {
        margin-bottom: 30px
    }

    .page-index .zzs .zzsBox-title {
        margin-bottom: 15px
    }

    .page-index .zzs .zzsBox-item {
        width: 46.9%;
        margin: 5px !important
    }

    .page-index .zzs .zzsBox-zg {
        margin-bottom: 25px
    }

    .page-index .zzs .zzsBox-hb {
        flex-direction: column
    }

    .page-index .zzs .zzsBox-hb .zzsBox {
        margin-bottom: 25px
    }

    .page-index .zzs .zzsBox-hb .zzsBox:last-child {
        margin-bottom: 0
    }

    .page-index .jd .list-show {
        flex-direction: row
    }

    .page-index .jd .list-show .list-item {
        flex: none
    }
}

.page-match {
    padding-bottom: 60px
}

.page-match-item {
    margin-bottom: 60px
}

.page-match-title {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    position: relative;
    line-height: normal;
    margin-bottom: 25px;
    text-indent: 0px
}

.page-match-title span {
    font-family: grFont
}

.page-match-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -2px;
    vertical-align: middle;
    border-radius: 4px;
    background: linear-gradient(270deg, rgba(186, 47, 52, 0) 0%, rgba(107, 97, 162, 0) 0%, rgba(94, 121, 149, 0.49) 100%)
}

@media (max-width: 768px) {
    .page-match-title {
        font-size: 22px
    }
}

.page-match-txt img {
    width: 100%;
    display: block;
    margin: 20px auto 30px
}

.page-match-txt p {
    text-align: left;
    text-indent: 2em;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .page-match {
        width: 100%;
        padding: 0px 0 30px
    }

    .page-match-item {
        margin-bottom: 20px
    }
}

.page-booking-title {
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    position: relative;
    line-height: normal;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    width: 145px;
    margin: 0 auto 20px
}

.page-booking-title span {
    font-family: grFont
}

.page-booking-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: -2px;
    vertical-align: middle;
    border-radius: 4px;
    background: linear-gradient(270deg, rgba(186, 47, 52, 0) 0%, rgba(107, 97, 162, 0) 0%, rgba(94, 121, 149, 0.49) 100%)
}

@media (max-width: 768px) {
    .page-booking-title {
        font-size: 22px
    }
}

.page-booking-list {
    margin-top: 40px
}

.page-booking-item {
    margin-bottom: 100px
}

.page-booking-item:last-child {
    margin-bottom: 0
}

.page-booking-intro {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    border-radius: 4px
}

.page-booking-hotelInfo {
    padding: 40px 15px 15px 20px;
    flex: 1
}

.page-booking-hotelImg {
    flex: 2;
    height: auto;
    max-height: 560px
}

.page-booking-hotelImg .swiper {
    width: 750px;
    height: 100%
}

.page-booking-hotelImg img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.page-booking-hotelImg .swiper-pagination {
    text-align: right;
    padding-right: 20px
}

.page-booking-hotelName {
    font-size: 26px
}

.page-booking-hotelTxt {
    height: 330px;
    padding-right: 10px
}

.page-booking-hotelTxt p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 26px
}

.page-booking-hotelOrder {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.page-booking-hotelOrder-price {
    font-size: 20px;
    color: #ed6942
}

.page-booking-hotelOrder-price span {
    margin-left: 4px;
    font-size: 32px
}

.page-booking-hotelOrder-btn {
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: .6px;
    border-radius: 4px;
    cursor: pointer;
    background: #ed6942
}

.page-booking-back {
    padding: 44px 20px 15px
}

.page-booking-back p {
    margin-bottom: 8px;
    line-height: 18px;
    text-align: center
}

@media (max-width: 768px) {
    .page-booking-item {
        margin-bottom: 50px
    }

    .page-booking-intro {
        flex-direction: column-reverse
    }

    .page-booking-hotelInfo {
        padding: 25px 15px 10px
    }

    .page-booking-hotelImg .swiper {
        width: 100%;
        height: 210px
    }

    .page-booking-hotelName {
        font-size: 16px
    }

    .page-booking-hotelTxt {
        height: 240px
    }

    .page-booking-hotelTxt p {
        padding-top: 8px;
        font-size: 13px;
        line-height: 16px
    }

    .page-booking-hotelOrder {
        padding-top: 20px
    }

    .page-booking-hotelOrder-price span {
        font-size: 28px
    }

    .page-booking-hotelOrder-btn {
        width: 90px;
        height: 34px;
        line-height: 33px;
        font-size: 13px
    }
}

.page-comShow .news-detail {
    padding: 15px 0
}

.page-comShow .news-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333
}

.page-comShow .news .timer {
    text-align: center;
    color: #999;
    margin: 10px 0
}

.page-comShow .news-txt video {
    display: block;
    margin: 0 auto
}

.page-comShow .news .news-txt img {
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.page-guide .con {
    margin-bottom: 30px
}

.page-guide .guide-h {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px
}

.page-guide .guide-t p {
    font-size: 28px;
    font-weight: bold
}

.page-guide .guide-b {
    margin-top: 20px
}

.page-guide .guide-b-title {
    position: relative
}

.page-guide .guide-b-title img {
    position: absolute;
    left: -44px
}

.page-guide .guide-b-title p {
    font-size: 22px;
    font-weight: bold
}

.page-guide .guide-b-txt {
    margin-top: 18px
}

.page-guide .guide-b-txt p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 6px;
    text-indent: 2em
}

.page-guide .guide-b-txt img {
    display: block;
    margin: 10px 15px;
    width: 100%
}

.page-guide .jt .guide-b-title {
    margin-left: 50px
}

.page-guide .bm .guide-t {
    margin-left: 50px;
    margin-top: 40px
}

.page-guide .bm .guide-b {
    margin-left: 100px
}

@media (max-width: 768px) {
    .page-guide .guide-h {
        font-size: 22px
    }

    .page-guide .guide-t p {
        font-size: 18px
    }

    .page-guide .guide-b {
        margin-top: 10px
    }

    .page-guide .guide-b-title p {
        font-size: 16px
    }

    .page-guide .guide-b-txt p {
        text-indent: 0em !important
    }

    .page-guide .guide-b-txt img {
        max-width: 100%;
        margin: 0 !important
    }

    .page-guide .bm .guide-t {
        margin-left: 15px;
        margin-top: 10px;
        font-size: 16px
    }

    .page-guide .bm .guide-b {
        margin-left: 30px
    }
}

.page-wait .waitBox {
    padding: 0 90px;
    height: 520px;
    background: #edf2f5;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.page-wait .waitBox-info {
    color: #7B7B7B;
    letter-spacing: 1px;
    margin-right: 70px
}

.page-wait .waitBox-info-i1 {
    font-size: 36px;
    font-weight: bold
}

.page-wait .waitBox-info-i2 {
    padding-top: 8px;
    font-size: 16px
}

@media (max-width: 768px) {
    .page-wait .waitBox {
        flex-direction: column-reverse;
        padding: 20px 15px;
        height: auto
    }

    .page-wait .waitBox-info {
        margin-right: 0;
        margin-top: 20px
    }

    .page-wait .waitBox-info-i1 {
        font-size: 20px;
        font-weight: bold
    }

    .page-wait .waitBox-info-i2 {
        padding-top: 8px;
        font-size: 14px
    }

    .page-wait .waitBox-img {
        width: 80%
    }

    .page-wait .waitBox-img img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0
    }
}

@media (max-width: 768px) {
    .page {
        margin-top: 40px
    }
}

.com {
    padding-top: 80px
}

.com-h {
    position: relative;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: normal
}

.com-h-t {
    text-align: center;
    position: relative
}

.com-h-t-text {
    color: #EC6941;
    font-size: 22px;
    position: relative;
    letter-spacing: .6px
}

.com-h-t-btext {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #e8e8e8;
    font-size: 72px;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    user-select: none;
    z-index: 0;
    line-height: 100%
}

.com-b {
    margin-top: 60px;
    position: relative
}

.com-more {
    display: block;
    margin: 42px auto 0;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #EC6941;
    border: 1px solid #EC6941;
    border-radius: 25px;
    transition: .3s;
    left: .8px
}

.com-more:hover {
    font-size: 16px;
    background: #EC6941;
    color: #fff;
    left: 1.4px
}

.com::before {
    content: none
}

@media (max-width: 768px) {
    .com {
        padding-top: 30px
    }

    .com-h {
        height: 40px
    }

    .com-h-t-text {
        font-size: 20px
    }

    .com-h-t-btext {
        font-size: 34px;
        bottom: 8px
    }

    .com-b {
        margin-top: 25px
    }

    .com-more {
        margin: 22px auto 0;
        height: 38px;
        line-height: 38px;
        width: 120px
    }
}

.hold {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none
}

.hold::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    width: 52%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(165, 165, 165, 0.02), rgba(123, 126, 131, 0.6), rgba(49, 36, 36, 0.86))
}

.hold-tip {
    position: absolute;
    right: 0%;
    top: 6%;
    width: 280px;
    transition: .8s;
    z-index: 10
}

.hold-tip>* {
    position: relative;
    z-index: 200;
    transition: .8s;
    opacity: 0
}

.hold-tip-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.hold-tip-info {
    padding: 15px;
    color: #fff;
    background: #a4c1d9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.hold-tip-title {
    padding-bottom: 6px;
    letter-spacing: 1px
}

.hold-tip-title-t1 {
    font-size: 18px;
    font-weight: bold
}

.hold-tip-title-t2 {
    font-size: 14px
}

.hold-tip-desc {
    max-height: 120px;
    pointer-events: all;
    overflow: auto
}

.hold-tip-desc::-webkit-scrollbar {
    width: 3.6px;
    height: 1px;
    right: -5px
}

.hold-tip-desc::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8)
}

.hold-tip-desc::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: rgba(153, 153, 153, 0.9)
}

.hold-tip-arr {
    position: absolute;
    right: 15px;
    top: 20px;
    display: block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    pointer-events: all;
    background: url(/assets/addons/cms/img/i-hold-arr.png) no-repeat 0/100% 100%
}

.hold-tip-close {
    position: absolute;
    width: 27px;
    height: 27px;
    right: -34px;
    top: 0px;
    cursor: pointer;
    pointer-events: all;
    background: url(/assets/addons/cms/img/i-hold-close.png) no-repeat 0/100% 100%
}

.hold.active .hold-tip {
    right: 8%
}

.hold.active .hold-tip>* {
    opacity: 1
}

@media (max-width: 768px) {
    .hold::before {
        display: none
    }

    .hold.active .hold-tip {
        top: 12%;
        left: 8%;
        border-radius: 8px;
        padding: 12px 12px 6px;
        background: rgba(237, 237, 237, 0.8)
    }

    .hold.active .hold-tip-close {
        top: 0
    }

    .hold.active .hold-tip-info {
        color: #333;
        margin: 5px 0 0
    }

    .hold.active .hold-tip-title {
        font-size: 15px
    }

    .hold.active .hold-tip-desc {
        font-size: 12px
    }

    .hold.active .hold-tip-arr {
        background: url(/assets/addons/cms/img/i-hold-arr-m.png) no-repeat 0/100% 100%
    }
}

.map {
    width: 100%;
    height: 100%
}

.anchorBL {
    display: none !important
}

label {
    max-width: none !important
}

#floatbtn {
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0px;
    bottom: 0;
    height: 50px
}

#floatbtn.fadeInRight {
    opacity: 1;
    pointer-events: all
}

#floatbtn .floatbtn-item {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff
}

#floatbtn .floatbtn-item p {
    color: #333;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px
}

#floatbtn .floatbtn-item:hover {
    background: #fff
}

#floatbtn .floatbtn-cs {
    padding: 0;
    width: 108px;
    height: 138px;
    position: relative;
    background: rgba(0, 0, 0, 0)
}

#floatbtn .floatbtn-cs:hover {
    background: rgba(0, 0, 0, 0)
}

#floatbtn .floatbtn-cs-info {
    width: 100%;
    height: 100%
}

#floatbtn .floatbtn-cs-info p {
    color: #fff;
    font-size: 14px
}

#floatbtn .floatbtn-cs-info-pc {
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(0deg, #8BA3BB 1%, #57738F 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#floatbtn .floatbtn-cs-info-pc p {
    margin-bottom: 10px
}

#floatbtn .floatbtn-cs-info-pc p:last-child {
    margin-bottom: 0
}

#floatbtn .floatbtn-cs-info-mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #434c69;
    padding: 10px 0;
    border-radius: 10px 0 0 10px
}

#floatbtn .floatbtn-cs-info-mobile p {
    margin-bottom: 10px
}

#floatbtn .floatbtn-cs-info-mobile p:last-child {
    margin-bottom: 0
}

#floatbtn .floatbtn-wrapper {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff;
    top: auto;
    right: 120px;
    bottom: 0;
    border-radius: 10px;
    height: auto;
    padding: 6px 12px
}

#floatbtn .floatbtn-wrapper-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center
}

#floatbtn .floatbtn-wrapper-code {
    display: block;
    width: 100%;
    margin: 10px 0
}

#floatbtn .floatbtn-wrapper::before,
#floatbtn .floatbtn-wrapper::after {
    content: none
}

#floatbtn .floatbtn-wrapper-tel span {
    vertical-align: middle;
    color: #999
}

@media (max-width: 768px) {
    #floatbtn {
        right: 0%
    }

    #floatbtn .floatbtn-item:hover .floatbtn-wrapper {
        display: none;
        right: 0;
        top: 0
    }

    #floatbtn .floatbtn-cs {
        width: 36px
    }

    #floatbtn .floatbtn-cs-info-pc {
        display: none
    }

    #floatbtn .floatbtn-cs-info-mobile {
        display: flex
    }
}

.swiper-pagination-bullet {
    background: #fbfbfb
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.result-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start
}

.result-menu li {
    font-size: 16px !important;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    margin-right: 30px
}

.result-menu li:last-child {
    margin-right: 0
}

.result-menu li.layui-this {
    color: #000 !important;
    border-bottom: 3px solid #ec6941 !important
}

.result-menu li.layui-this::after {
    display: none
}

.result-main {
    margin-top: 20px;
    min-height: 840px
}

.result-main-menu {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.result-main-menu-left {
    display: flex;
    flex-direction: row
}

.result-main-menu-left p {
    padding: 0 12px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #cccccc;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 6px
}

.result-main-menu-left p.active {
    background: #7189a5
}

.result-main-menu-right {
    display: flex;
    align-items: center
}

.result-main-table.aBox-b .result-main-table-item {
    display: none
}

.result-main-table.aBox-b .result-main-table-item.active {
    display: block
}

.result-main-table .clubList .layui-table-body td[data-field="grouping"] {
    color: #fff;
    font-size: 22px;
    background: linear-gradient(135deg, #7189A5, #7C90A7, #7189A5, #7189A5)
}

.result-main-table .layui-form .layui-table-cell img {
    width: 16px;
    margin-right: 6px
}

@media (max-width: 768px) {
    .result-menu li {
        margin-right: 0
    }

    .result-menu p {
        display: flex;
        flex-direction: column;
        line-height: 24px
    }

    .result-main-menu {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .result-main-menu-left {
        margin-bottom: 8px
    }

    .result-main-menu-left p {
        font-size: 12px;
        height: 38px;
        line-height: 38px
    }

    .result-main-menu-right .layui-form-select {
        width: 155px
    }

    .result-main-table .layui-form .layui-table-header .layui-table-cell span {
        display: block;
        font-size: 14px
    }
}

.layui-form-select {
    width: 200px
}

.layui-form-select dl dd.layui-this {
    color: #333;
    background: #f8f8f8
}

.layui-table-view {
    z-index: 10px;
    position: relative
}

.layui-table-view .layui-table-cell {
    text-align: center
}

.layui-table-view .layui-table-grid-down {
    display: none !important
}

.layui-table-header {
    background: #e5e5e5;
    margin-bottom: 15px
}

.layui-table-header table {
    background: none
}

.layui-table-header table th {
    border: none
}

.layui-table-header table tr {
    height: 49px;
    background: none
}

.layui-table-header table tr span {
    font-weight: bold;
    font-size: 16px;
    text-align: center
}

.layui-table-page {
    margin-top: 20px
}

.layui-table-page .layui-laypage {
    display: flex;
    justify-content: center
}

.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
    margin: 0;
    height: 40px !important;
    padding: 0 16px !important
}

.layui-table-page .layui-laypage a {
    line-height: 34px;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box
}

.layui-table-page .layui-laypage-curr {
    background: #23292e !important;
    padding: 0 16px
}

.layui-table-page .layui-laypage-curr em {
    line-height: 36px
}

.layui-table-page .layui-laypage-curr .layui-laypage-em {
    background: none
}

.layui-laydate-range {
    width: 682px !important
}

.layui-laydate-main {
    width: 340px !important
}

.layui-laydate-content td,
.layui-laydate-content th {
    width: 50px !important
}

.layui-laydate-content th {
    height: 40px !important
}

.layui-laydate-content td {
    height: 44px !important
}

.layui-laydate-content td.active {
    color: #333 !important
}

.layui-laydate-content td.active.laydate-disabled {
    color: #d2d2d2 !important
}

.layui-laydate-content td.active.layui-this {
    color: #fff !important
}

.layui-laydate .laydate-day-mark {
    line-height: normal;
    height: 100%;
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.layui-laydate .laydate-day-mark p {
    font-size: 12px
}

.layui-laydate .laydate-day-mark::after {
    display: none
}

.layui-laydate .mark-tip {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    white-space: nowrap
}

@media (max-width: 768px) {
    .layui-laydate {
        position: fixed !important;
        top: 50% !important;
        transform: translateY(-50%) !important
    }

    .layui-laydate-header {
        padding: 5px 70px !important
    }

    .layui-laydate-header i {
        font-size: 14px !important;
        top: 6px !important
    }

    .layui-laydate-main {
        width: auto !important
    }

    .layui-laydate-content td,
    .layui-laydate-content th {
        width: 36px !important
    }

    .layui-laydate-content th {
        height: 28px !important
    }

    .layui-laydate-content td {
        height: 40px !important
    }
}

.pop {
    background-color: rgba(0, 0, 0, 0) !important;
    border-image: linear-gradient(180deg, #15efff, rgba(0, 227, 225, 0)) 2 2
}

.pop .layui-layer-content {
    padding: 24px 10px;
    background: #fff
}

.pop-title {
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: normal;
    position: relative
}

.pop .layui-form {
    height: auto;
    padding: 0 15px;
    margin-bottom: 50px
}

.pop .layui-form-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal
}

.pop .layui-form-label {
    text-align: left;
    padding: 0 15px;
    flex-basis: 180px;
    position: relative
}

.pop .layui-form-bt::before {
    content: '*';
    position: absolute;
    left: 4px;
    top: 0
}

.pop .layui-form .layui-input-block {
    flex: 1;
    margin-left: 15px
}

.pop .layui-form .layui-input-block .layui-input,
.pop .layui-form .layui-input-block .layui-form-select,
.pop .layui-form .layui-input-block .layui-textarea {
    width: 420px
}

.pop .layui-form .dialCode {
    width: 110px
}

.pop .layui-form .layui-btn {
    float: right;
    margin-right: 15px
}

.pop .layui-layer-close {
    background: url(/assets/addons/cms/img/pop-close.png) no-repeat 0 0/100% 100% !important;
    right: 0px !important;
    top: 0px !important
}

@media (max-width: 768px) {
    .pop-title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .pop-title span {
        display: block
    }

    .pop .layui-form-item {
        flex-direction: column
    }

    .pop .layui-form-label {
        font-size: 15px;
        flex-basis: auto;
        width: 100%
    }

    .pop .layui-form-label p {
        display: inline-block
    }

    .pop .layui-form .layui-input-block {
        margin-left: 15px
    }

    .pop .layui-form .layui-input-block .layui-input,
    .pop .layui-form .layui-input-block .layui-form-select,
    .pop .layui-form .layui-input-block .layui-textarea {
        width: 100%;
        margin-top: 8px
    }

    .pop .layui-form .intl-tel-input .selected-flag {
        width: 42px;
        padding-left: 6px
    }

    .pop .layui-form .intl-tel-input .dialCode {
        padding-left: 46px;
        width: 94px
    }

    .pop .layui-form .layui-btn {
        margin-right: 0
    }
}

.intl-tel-input.iti-container {
    z-index: 20000000 !important
}

.iti-mobile .intl-tel-input .country-list {
    max-width: 84%
}

/*# sourceMappingURL=./add.css.map */