html,
body {
    background: #D2EBFF;
}
.container {
    width: 1230px !important;
}
section {
    padding-top: 30px;
}
.banner-wrap {
    background: url(../img/navigation/banner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center -20px;
    height: 400px;
    padding-top: 0;
}
.banner-wrap .container {
    display: flex;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.fs-l {
    font-weight: bold;
    font-size: 24px;
}
.tc-gray {
    color: #999;
}
.flex-wrapper {
    display: flex;
}
.tl-bg {
    position: relative;
    text-align: center;
    z-index: 9;
}
.tl-bg:after {
    content: attr(data-bg);
    color: #617ea8;
    word-spacing: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    zoom: 2;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    pointer-events: none;
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
}
.flex-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 10px;
    transform: translateY(-40px);
}
.flex-4 .flex-item {
    width: calc(25% - 25px);
    height: 140px;
    box-shadow: 0 0 14px rgba(82, 91, 99, 0.2);
    border-radius: 10px;
    padding: 14px;
    background-color: #D5E2F8;
    border: 2px solid #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-size: calc(100% + 33px) calc(100% + 33px);
    background-position: -16px -16px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.flex-4 .flex-item .btn-link {
    display: inline-block;
    padding: 0px 14px;
    background-color: #1E87F0;
    margin-top: 14px;
    color: #fff;
    text-decoration: none;
}
.flex-4 .flex-item .btn-link:hover {
    background-color: #087bee;
}
.flex-4 .flex-item:hover {
    filter: brightness(1.05);
}
.notice {
    padding: 16px;
    box-shadow: 0 0 14px rgba(82, 91, 99, 0.2);
    border: 2px solid #fff;
    background: #E8F4FF;
}
.notice .left-wrap {
    width: 50%;
    padding: 0 20px 0 0 ;
}
.notice .left-wrap .tabs-wrap {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
}
.notice .left-wrap .tabs-wrap span {
    padding: 14px 0;
    position: relative;
    display: inline-block;
}
.notice .left-wrap .tabs-wrap span + span {
    margin-left: 20px;
}
.notice .left-wrap .tabs-wrap span.active {
    color: #1E87F0;
}
.notice .left-wrap .tabs-wrap span.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #1E87F0;
    bottom: 0;
    position: absolute;
}
.notice .left-wrap .list-wrap {
    padding: 0px 0;
	height: 240px;
	overflow-y: auto;
}
.notice .left-wrap .list-wrap::-webkit-scrollbar {
    width: 3px;
    background-color: #E8F4FF;
}
.notice .left-wrap .list-wrap:hover::-webkit-scrollbar-thumb {
    background: #999;
}
.notice .left-wrap .list-wrap:hover::-webkit-scrollbar-track {
    background: #e4e4e4;
}
.notice .left-wrap .list-wrap .list-item {
    display: flex;
    justify-content: space-between;
    line-height: 2.2;
    font-size: 16px;
    cursor: pointer;
}
.notice .left-wrap .list-wrap .list-item .tag {
    font-size: 14px;
    background: lightgray;
    color: #333;
    text-align:center;
    border-radius: 5px;
    padding: 2px 3px;
}
.notice .left-wrap .list-wrap .list-item .text {
    width: calc(100% - 80px - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .left-wrap .list-wrap .list-item .date {
    width: 100px;
    text-align: right;
}
.notice .left-wrap .list-wrap .list-item:hover {
    background: #e4e4e4;
}
.notice .right-wrap {
    width: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 60px;
}
.notice .right-wrap .text {
    color: #Fff;
    font-size: 28px;
    font-weight: 700;
}
.notice .right-wrap .round-btn {
    display: inline-block;
    width: 110px;
    padding: 6px 0;
    color: #Fff;
    background: #1E87F0;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    text-align: center;
    margin-top: 60px;
    border-radius: 50px;
}
.notice .right-wrap .round-btn:hover {
    color: #1E87F0;
    background: #fff;
}
.tl-bg {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 40px;
}
.container.package {
    position: relative;
}
#packagesCtrl .left-btn {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    left: -30px;
    top: calc(50% - 40px/2);
    z-index: 9999;
}
#packagesCtrl .right-btn {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    right: -30px;
    top: calc(50% - 40px/2);
    z-index: 9999;
}
#packagesCtrl img {
    filter: brightness(9);
    zoom: 1.5;
}
#packagesCtrl > div:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}
#packages .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    background: #fff;
}
#packages .swiper-slide > a img {
    width: 100%;
}
#packages .swiper-slide > a .text {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}
.flex-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 ;
    box-sizing: border-box;
	overflow: hidden;
	flex-wrap: wrap;
}
.flex-3 .flex-item {
    /* width: calc(33.33% - 25px); */
	width: 25%;
    display: block;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 10px;
    position: relative;
	margin-bottom: 15px;
}
.flex-3 .flex-item img {
    border-radius: 10px 10px 0 0;
    width: 100%;
	height: 128px;
}
.flex-3 .flex-item .text {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}
.flex-3 .flex-item .play {
    width: 50px;
    height: 50px;
    position: absolute;
    user-select: none;
    pointer-events: none;
    left: calc(50% - 50px/2);
    top: calc(80px - 50px/2);
    transition: 0.2s ease-in-out;
}
.flex-3 .flex-item:hover img {
    filter: brightness(0.9);
}
.flex-3 .flex-item:hover .play {
    filter: brightness(9) !important;
    transform: scale(1.4);
}
.numbers {
    display: flex;
    justify-content: space-between;
}
.numbers .total {
    width: 310px;
    text-align: center;
    font-weight: bold;
    background: rgba(167, 204, 255, 0.282);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    padding: 20px;
}
.numbers .total .num {
    font-size: 54px;
    color: #1E87F0;
    letter-spacing: 1px;
    font-weight: bold;
}
.numbers .total .text {
    font-size: 26px;
    font-weight: bold;
}
.numbers .total .total-select {
    text-align: left;
}
.numbers .total .total-select select {
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 2px;
    background: rgba(250, 250, 250, 0.4);
    border: none;
}
.numbers .separate {
    width: calc(100% - 310px - 30px);
    display: flex;
    background: rgba(167, 204, 255, 0.282);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    padding: 60px;
    align-items: center;
    position: relative;
}

.numbers .separate .item {
    width: 25%;
    padding-left: 17px;
    position: relative;
}
.numbers .separate .item .num {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
}
.numbers .separate .item .text {
    font-size: 16px;
    line-height: 2;
}
.numbers .separate .item + .item::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0.4) 10%, #fff 40%, #fff 60%, rgba(255, 255, 255, 0.4) 90%, transparent 100%);
    top: 10%;
}
.show {
    background-size: 100% auto;
    padding-bottom: 50px;
}
.table {
    background: rgba(255, 255, 255, 0.6);
    padding-bottom: 14px;
}
.table thead {
    background: #E6EFFA;
}
.table thead td {
        padding: 14px 18px !important;
    word-wrap: break-word;
    /* padding-left: 16px !important; */
    padding-top: 14px !important;
}
.table thead td:nth-child(1) {
    width: 16.6%;
}
.table thead td:nth-child(2) {
    width: 16.6%;
}
.table thead td:nth-child(3) {
    width: 16.6%;
}
.table thead td:nth-child(4) {
    width: 16.6%;
}
.table thead td:nth-child(5) {
    width: 16.6%;
}
.table thead td:nth-child(6) {
    width: 16.6%;
}
.table tbody tr {
    border-bottom: 2px solid #fff;
}
.table tbody tr:hover {
    background: #e4e4e4;
}
.table tbody td {
    padding: 16px 14px !important;
}
.table tbody td:nth-child(1) {
    width: 16.6%;
}
.table tbody td:nth-child(2) {
    width: 16.6%;
}
.table tbody td:nth-child(3) {
    width: 16.6%;
}
.table tbody td:nth-child(4) {
    width: 16.6%;
}
.table tbody td:nth-child(5) {
    width: 16.6%;
}
.table tbody td:nth-child(6) {
    width: 16.6%;
}
.sides-wrapper {
    background: #F1F2F3;
}
.sides {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.sides > div {
    width: 33.33%;
}
.sides .title {
    font-size: 20px;
    font-weight: bold;
}
.sides .text-gray {
    line-height: 2;
    font-size: 16px;
}
.sides .contact {
    padding-left: 40px;
}
.sides .name-list {
    padding-left: 90px;
    border-left: 1px solid #e4e4e4;
}
.sides .qrcodes {
    padding-left: 90px;
    border-left: 1px solid #e4e4e4;
    display: flex;
}
.sides .qrcodes .display {
    display: none;
    width: 147px;
    position: absolute;
    top: -160px;
    z-index: 9999;
}
.sides .qrcodes .right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 30px;
}
.sides .qrcodes .right .item {
    margin-top: 14px;
    position: relative;
    user-select: none;
}
.sides .qrcodes .right .item:hover {
    background: #e4e4e4;
}
.sides .qrcodes .right .item:hover .display {
    display: block;
}
.numbers-wrapper {
    padding: 60px 0;
    background-size: 100% auto;
}
.main {
    background-size: 100% 100%;
}
.modalBody_onlineRegionSelect .onlineRegionSelect_btn {
    margin-bottom:  25px;
    border-radius: 3px;
    width: 139px;
    margin: 0 10px 10px;
    height: 42px;
    line-height: 42px;
}
.modalBody_onlineRegionSelect .onlineRegionSelect_btn:hover {
    border-color: #2e89ff;
}
.modalBody_onlineRegionSelect .onlineRegionSelect_btn.active {
    background: #2e89ff;
    color: #fff;
}
.pub-content .tab-content {
    height: 240px;
}
.pub-content .nav {
    border-bottom: 1px solid #e4e4e4;;
}
.pub-content .nav > li > a {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    background: none !important;
}
.pub-content .nav > li.active > a {
    color: #1E87F0 !important;
    box-shadow: none !important;
    position: relative;
}
.pub-content .nav > li.active > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #1E87F0;
    bottom: 0;
    position: absolute;
}
.pub-content .nav > li + li {
    margin-left: 20px;
}

.numbers-wrapper .container {
    position: relative;
}
.numbers-wrapper .date-wrapper {
    position: absolute;
    right: 15px;
    top: -45px;
    display: flex;
    align-items: center;
}
.numbers-wrapper .date-wrapper .label-text {
    margin-left: 20px;
    margin-right: 10px;
}
.numbers-wrapper .date-wrapper input {
    width: 120px;
    background: rgba(255, 255, 255, 0.5);
    text-align: right;
}

.numbers-wrapper .separate-select {
}
.numbers-wrapper .separate-select select{
    font-weight: 400;
    padding: 4px 8px;
    border-radius: 2px;
    background: rgba(250, 250, 250, 0.4);
    border: none;
}


.table-box {
    /* 最外层可显示的高度 */
    height: 430px;
    overflow: hidden;
}
.table {
    border: none;
}

.thead,
.tbody {
    position: relative;
    border: none;
}

.table td {
    border: none;
	text-align: center;
}

.thead {
    z-index: 1;
}

.tbody {
    z-index: 0;
}
.scroll0723 {
    overflow: hidden;
    height: 300px;
}
