/* @font-face {
    font-family: OpenSans;
    src: url("../fonts/OpenSans.ttf");
}

@font-face {
    font-family: PlayfairDisplay-SemiBold;
    src: url("../fonts/PlayfairDisplay-SemiBold.ttf");
} */

@font-face {
    font-family: HONORSansCN-DemiBold;
    src: url('../fonts/HONORSansCN-DemiBold.woff2');
}
@font-face {
    font-family: HONORSansCN-Light;
    src: url('../fonts/HONORSansCN-Light.woff2');
}

*:not([not-transition]) {
    transition: all 0.3s;
}

body {
    font-family: HONORSansCN-Light, HONORSansCN-DemiBold, "Helvetica Neue", Helvetica, sans-serif;
    background: #050505;
    color: #d2d2d2;
}

.title-style-diy{
    font-family: HONORSansCN-DemiBold;
    color: #73d2f0 !important;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #274b89;
    text-decoration: none;
}

.btn {
    border-radius: 4px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #050505 !important;
    background-color: #d2d2d2 !important;
    border-color: #d2d2d2 !important;
}

.btn-primary {
    border-color: #274b89;
    background-color: #274b89;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #1c3662;
    background-color: #1c3662;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
}

.btn-link {
    color: #274b89;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #274b89;
}

.skin-color {
    color: #274b89;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #274b89;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #274b89;
    border-color: #274b89;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #274b89;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.app-page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.app-page-header.fixed {
    background-color: #050505;
}

.app-page-header > .container-fluid {
    padding: 0 60px;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-page-header .left-col .logo {
    display: block;
    margin: 32px 0;
}

.app-page-header .left-col .logo img {
    height: 37px;
}

.app-page-header .right-col {
    display: flex;
    align-items: center;
}

.app-page-header .right-col .menus {
    display: flex;
    align-items: center;
}

.app-page-header .right-col .menus .menu-item {
    position: relative;
    margin-right: 20px;
    padding: 4px 16px;
    border: 2px solid transparent;
    border-radius: 40px;
    /* border-image: linear-gradient(to right, #73d2f0, #004bdc) 1; */
}
.app-page-header .right-col .menus .menu-item:after {
    content: "";
    position: absolute;
    /* left: 50%;
    top: 35px;
    width: 30px;
    height: 2px;
    background-color: transparent;
    transform: translateX(-50%); */

}

.app-page-header .right-col .menus .menu-item.active:after {
    /* background-color: #004bdc; */

    content: "";
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 40px;
	background: linear-gradient(to right, #73d2f0, #004bdc);
    -webkit-mask-image: linear-gradient(red, red), linear-gradient(red, red);
    -webkit-mask-clip: content-box, padding-box;
    /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
    mask-composite: exclude;
    /* 只显示下方遮罩，重合的地方不显示 */
    -webkit-mask-composite: destination-out;
    pointer-events: none;
}
.app-page-header .right-col .menus .menu-item:hover:after {
    /* background-color: #73d2f0; */

    content: "";
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 40px;
	background: linear-gradient(to right, #73d2f0, #004bdc);
    -webkit-mask-image: linear-gradient(red, red), linear-gradient(red, red);
    -webkit-mask-clip: content-box, padding-box;
    /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
    mask-composite: exclude;
    /* 只显示下方遮罩，重合的地方不显示 */
    -webkit-mask-composite: destination-out;
    pointer-events: none;
}

.app-page-header .right-col .menus .menu-item a {
    font-size: 18px;
    color: #004bdc;
    font-weight: bold;
    font-family: HONORSansCN-DemiBold;
}
.app-page-header .right-col .menus .menu-item.active a,
.app-page-header .right-col .menus .menu-item:hover a {
    color: #73d2f0 !important;
}

.app-page-header .right-col .hamburg-btn {
    font-size: 26px;
    color: #d2d2d2;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    line-height: 1em;
}
.app-page-header.fixed .right-col .hamburg-btn {
    color: #d2d2d2;
}

.app-page-header-placeholder {
    height: 120px;
}

.app-page-header-hamburg-dropdown-window {
    position: fixed;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    z-index: 10;
    display: none;
    border-top: 1px solid #ddd;
}

.app-page-header-hamburg-dropdown-window .menus {
    line-height: 3em;
    font-size: 16px;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item {
    padding: 0 1em;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item:hover {
    color: #274b89;
    background-color: #e6e8f0;
}

.app-page-header-hamburg-dropdown-window .menus .menu-item a {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #004bdc;
}

.app-page-footer {
    padding-top: 85px;
    padding-bottom: 105px;
    /* border-top: 1px solid #ded7d7; */
    background: #050505;
}

.app-page-footer .logo-row {
    margin-bottom: 40px;
}

.app-page-footer .logo-row img {
    height: 41px;
}

.app-page-footer .middle-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #d2d2d2;
    font-size: 18px;
    margin-bottom: 43px;
}

.app-page-footer .middle-row .left-col {
    margin-top: 30px;
    width: 507px;
}

.app-page-footer .middle-row .left-col .title {
    font-weight: bold;
}

.app-page-footer .middle-row .right-col {
    margin-right: 67px;
}

.app-page-footer .middle-row .right-col .header {
    margin-bottom: 31px;
}

.app-page-footer .middle-row .right-col .header .text {
    position: relative;
    font-weight: bold;
}

.app-page-footer .middle-row .right-col .header .text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.app-page-footer .middle-row .right-col .list {
}

.app-page-footer .middle-row .right-col .list .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.app-page-footer .middle-row .right-col .list .item .icon-col {
    width: 28px;
}

.app-page-footer .middle-row .right-col .list .item .content {
    width: calc(100% - 28px);
    line-height: 28px;
}

.app-page-footer .note-row {
    font-size: 16px;
    color: #d2d2d2;
    line-height: 2em;
    border: 1px solid #cbcbcb;
    padding: 9px 40px;
    border-radius: 4px;
}

.app-page-footer .copyright-row {
    color: #d2d2d2;
    text-align: right;
    margin-top: 31px;
    text-align: center;
}

#ihsa-window {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    width: 1096px;
    min-height: 724px;
    max-height: calc(100% - 30px);
    padding: 116px 86px;
    color: #fff;
    z-index: 100;
}

#ihsa-window .window-header .close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#ihsa-window .window-body {
}

#ihsa-window .window-body .title {
    display: inline-block;
    font-size: 24px;
    border-bottom: 1px solid #bbbdbf;
    padding-bottom: 22px;
    margin-bottom: 28px;
}

#ihsa-window .window-body .content {
    font-size: 18px;
    line-height: 24px;
    max-height: calc(100vh - 300px);
    overflow: auto;
}

#page-back-to-top-btn {
    position: fixed;
    right: 16px;
    bottom: 200px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 4px;
    z-index: 999;
    opacity: 0.8;
}

#page-back-to-top-btn:hover {
    opacity: 1;
}

.block-transition-show {
    transition: all 0.9s ease-out;
}

.block-transition-show.left-to-right {
    opacity: 0;
    transform: translateX(-100%);
}

.block-transition-show.left-to-right.visible {
    opacity: 1;
    transform: translateX(0);
}

.block-transition-show.right-to-left {
    opacity: 0;
    transform: translateX(100%);
}

.block-transition-show.right-to-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.block-transition-show.top-to-bottom {
    opacity: 0;
    transform: translateY(-100px);
}

.block-transition-show.top-to-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}

.block-transition-show.bottom-to-top {
    opacity: 0;
    transform: translateY(100px);
}

.block-transition-show.bottom-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.block-transition-show.into {
    opacity: 0;
}

.block-transition-show.into.visible {
    opacity: 1;
}

.index-page .banner-area {
    position: relative;
    height: 100vh;
    background-color: #fff;
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide .bg-layer {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide .bg-layer img,
.index-page .banner-area .banner-swiper .swiper-slide .bg-layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .banner-area .banner-swiper .swiper-slide .text-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide .text-layer .container {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide .text-layer .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-slide .text-layer .inner .row1 {
    font-size: 56px;
    color: #111;
    max-width: 100%;
    text-align: center;
    margin-top: -126px;
}

.index-page .banner-area .banner-swiper .swiper-button-next, .index-page .banner-area .banner-swiper .swiper-button-prev {
    color: #274b89;
}

.index-page .banner-area .page-go-down-btn {
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    animation: page-go-down-btn-animation 1.6s ease-in-out infinite;
}

@keyframes page-go-down-btn-animation {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, 10px);
    }
}

.index-page .module-header-split-line {
    width: 365px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 22px 0 28px 0;
}

.index-page .module-block-1 {
    padding-top: 184px;
    padding-bottom: 210px;
    overflow: hidden;
    background-color: #050505;
}

.index-page .module-block-1 .title {
    font-size: 30px;
    color: #000;
    line-height: 36px;
}

.index-page .module-block-1 .content {
    font-size: 18px;
    color: #d2d2d2;
    margin-bottom: 50px;
    line-height: 30px;
    padding-top: 5px;
}

.index-page .module-block-1 .learn-more-btn {
    font-size: inherit;
    color: #d2d2d2;
    background-color: #050505;
    padding: 15px 38px;
}

.index-page .module-block-1 .show-img {
    width: 100%;
}

.index-page .module-block-2 {
    background-color: #050505;
    padding-top: 80px;
    padding-bottom: 150px;
    overflow: hidden;
}

.index-page .module-block-2 .title {
    font-size: 30px;
    color: #000;
}

.index-page .module-block-2 .content {
    font-size: 18px;
    color: #d2d2d2;
    line-height: 30px;
}

.index-page .module-block-3 {
    padding-top: 145px;
    padding-bottom: 180px;
    overflow: hidden;
    background-color: #050505;
}

.index-page .module-block-3 .header {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 86px;
    text-align: center;
}

.index-page .module-block-3 .content {
    font-size: 18px;
    color: #d2d2d2;
    line-height: 30px;
}

.index-page .module-block-3 .show-img {
    max-width: 100%;
}

.index-page .module-block-4 {
    position: relative;
    height: 900px;
    /*background-image: url("../images/pages/index/bg-module-block-4.jpg");
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;*/
    overflow: hidden;
}

.index-page .module-block-4 .module-block-4-bg {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("./bg-module-block-4.webp");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-page .module-block-4 .box {
    position: relative;
    width: 836px;
    padding: 45px 45px 38px 45px;
    background-color: rgb(42 43 43 / 80%);
    margin-top: 200px;
    margin-left: -45px;
}

.index-page .module-block-4 .box .top-line {
    position: absolute;
    left: 0;
    top: 5px;
    width: calc(100% + 38px);
    height: 4px;
    background-color: #fff;
    z-index: 1;
}

.index-page .module-block-4 .box .title1 {
    font-size: 24px;
    color: #fff;
}

.index-page .module-block-4 .box .title2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: -6px;
}

.index-page .module-block-4 .box .content {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

.index-page .module-block-4 .box .right-line-block {
    position: absolute;
    right: -38px;
    top: 0;
    width: 38px;
    height: calc(100% - 38px);
    background-color: rgb(42 43 43 / 80%);
}

.index-page .module-block-4 .box .right-line-block .triangle {
    position: absolute;
    right: 0;
    bottom: -38px;
    width: 38px;
    height: 38px;
    background-image: url("./module-block-4-box-triangle.png");
}

.index-page .module-block-5 {
    background-color: #050505;
}

.index-page .module-block-5 .content {
    font-size: 36px;
    color: #111;
    line-height: 60px;
    padding: 233px 0;
    text-align: center;
}

.index-page .module-block-6 {
    position: relative;
    height: 821px;
}

.index-page .module-block-6 .show-img,
.index-page .module-block-6 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-page .module-block-6 .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.index-page .module-block-6 .play-btn:hover {
    background-color: grey;
}

.index-page .module-block-6 .play-btn .fa {
    margin-left: 5px;
}

.index-page #module-block-6-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.index-page #module-block-6-window .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1096px;
}

.index-page #module-block-6-window video {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.index-page .data-block {
    height: 100vh;
    background-image: url("./bg-data-block.webp");
    background-position-y: center;
    background-size: cover;
    color: #fff;
}
.index-page .data-block-2 {
    height: 100vh;
    background-image: url("./bg-data-block-2.webp");
    background-position: center bottom;
    background-size: cover;
    color: #fff;
}

.index-page .data-block .container,
.index-page .data-block-2 .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.index-page .data-block .header {
    position: absolute;
    top: -68px;
    font-size: 24px;
}

.index-page .data-block .data-list-out {
    position: relative;
    width: 100%;
}

.index-page .data-block-2 .data-list-out{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.index-page .data-block-2 .data-block-2-text-title-1,
.index-page .data-block-2 .data-block-2-text-title-2
{
    font-size: 36px;
    width: 440px;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
}
.index-page .data-block-2 .data-block-2-text-title-2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-page .data-block-2 .data-block-2-btn-1{
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-top: 30vh;
    position: relative;
    padding: 9px 22px 9px 22px;
    line-height: 1;
    border: 2px solid transparent;
    border-radius: 40px;
    font-weight: bold;
    font-family: HONORSansCN-DemiBold;
}
.index-page .data-block-2 .data-block-2-btn-1:after {
    /* background-color: #004bdc; */
    content: "";
    position: absolute;
    left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 40px;
	background: linear-gradient(to right, #73d2f0, #004bdc);
    -webkit-mask-image: linear-gradient(red, red), linear-gradient(red, red);
    -webkit-mask-clip: content-box, padding-box;
    /* exclude排除，只显示不重合的地方,Firefox支持4个属性 */
    mask-composite: exclude;
    /* 只显示下方遮罩，重合的地方不显示 */
    -webkit-mask-composite: destination-out;
    pointer-events: none;
}

.index-page .data-block .data-list {
    display: flex;
    justify-content: space-between;
    padding: 0 265px;
    width: 100%;
}

.index-page .data-block .data-list .data-item .num {
    font-size: 150px;
    text-align: center;
}

.index-page .data-block .data-list .data-item .title {
    font-size: 18px;
    text-align: center;
    margin-top: -8px;
}

.about-page .module-block-1 {
    margin-bottom: 256px;
}

.about-page .module-block-1 .container-fluid {
}

.about-page .module-block-1 .container-left {
    float: right;
    padding-left: 15px;
    margin-right: -15px;
}

.about-page .module-block-1 .title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.about-page .module-block-1 .content {
    font-size: 16px;
    line-height: 30px;
    color: #d2d2d2;
    margin-top: 13px;
}

.about-page .module-block-1 .right-col {
    padding-right: 20px;
    margin-top: 23px;
}

.about-page .module-block-1 .show-img {
    width: 100%;
}

.about-page .module-block-2 {
    padding-top: 110px;
    padding-bottom: 104px;
    overflow: hidden;
    background-color: #050505;
}

.about-page .module-block-2 .title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 58px;
}

.about-page .module-block-2 .content {
    font-size: 18px;
    color: #d2d2d2;
    line-height: 28px;
}

.about-page .module-block-2 .show-img {
    max-width: 100%;
    margin-top: 57px;
}

.discover-page .module-block-1 {
    margin-bottom: 166px;
}

.discover-page .module-block-1 .module-block-1-swiper .swiper-slide {
    text-align: center;
}

.discover-page .module-block-1 .module-block-1-swiper .swiper-slide img {
    max-width: 90%;
}

.discover-page .module-block-1 .module-block-1-swiper .swiper-button-next, .discover-page .module-block-1 .module-block-1-swiper .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.5);
}

.discover-page .module-block-1 .module-block-1-swiper .swiper-button-next:after, .discover-page .module-block-1 .module-block-1-swiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.discover-page .module-block-1 .header {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 55px;
    line-height: 48px;
}

.discover-page .module-block-1 .tab-content-group {
}

.discover-page .module-block-1 .tab-content-group .tab-list {
    margin-bottom: 30px;
    overflow-x: auto;
    padding: 10px 0;
}

.discover-page .module-block-1 .tab-content-group .tab-list .inner {
    display: flex;
    min-width: 520px;
}

.discover-page .module-block-1 .tab-content-group .tab-list .tab-item {
    position: relative;
    font-size: 18px;
    color: #73d2f0;
    margin-right: 20px;
}
.discover-page .module-block-1 .tab-content-group .tab-list .tab-item:hover {
    color: #73d2f0;
}

.discover-page .module-block-1 .tab-content-group .tab-list .tab-item:last-child {
    margin-right: 0;
}

.discover-page .module-block-1 .tab-content-group .tab-list .tab-item:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background-color: transparent;
    display: block;
}


.discover-page .module-block-1 .tab-content-group .tab-list .tab-item.active {
    /* color: #73d2f0; */
    font-weight: bold;
}

.discover-page .module-block-1 .tab-content-group .tab-list .tab-item.active:after {
    background-color: #73d2f0;
}
.discover-page .module-block-1 .tab-content-group .tab-list .tab-item:hover:after{
    background-color: #73d2f0;
}

.discover-page .module-block-1 .tab-content-group .content-list .content-item {
    font-size: 16px;
    line-height: 30px;
    color: #d2d2d2;
    display: none;
}

.discover-page .module-block-1 .tab-content-group .content-list .content-item.active {
    display: block;
}

.discover-page .module-block-1 .info-list {
    padding-left: 10px;
}

.discover-page .module-block-1 .info-list .info-item {
}

.discover-page .module-block-1 .info-list .info-item .info-title {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #d2d2d2;
    padding: 21px 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.discover-page .module-block-1 .info-list .info-item .info-title .opt {
    padding: 0 14px;
    margin-right: 15px;
}

.discover-page .module-block-1 .info-list .info-item .info-title .opt:hover {
    font-weight: bold;
}

.discover-page .module-block-1 .info-list .info-item .info-title .opt.open:after {
    content: "-";
}

.discover-page .module-block-1 .info-list .info-item .info-title .opt.cloo:after {
    content: "+";
}

.discover-page .module-block-1 .info-list .info-item .info-body {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding: 21px 16px 18px 16px;
}

.discover-page .module-block-2 {
    background-color: #050505;
    padding-top: 90px;
    padding-bottom: 99px;
}

.discover-page .module-block-2 .container {
    overflow-x: auto;
}

.discover-page .module-block-2 .show-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 1488px;
    overflow: hidden;
}

.discover-page .module-block-2 .show-list .show-item {
    margin: 55px 0;
    text-align: center;
}

.discover-page .module-block-2 .show-list .show-item:hover {
    transform: translateY(-30px);
}

.discover-page .module-block-2 .show-list .show-item img {
    margin-bottom: 38px;
}

.discover-page .module-block-2 .show-list .show-item .title {
    font-size: 16px;
    color: #73d2f0;
}

.discover-page .module-block-3 {
    padding-top: 110px;
    padding-bottom: 130px;
}

.discover-page .module-block-3 .header {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 91px;
}

.discover-page .module-block-3 .ingredients {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #c9bfd1;
    border-top: 1px solid #c9bfd1;
}

.discover-page .module-block-3 .ingredients .ingredient-item {
    width: 25%;
    min-height: 455px;
    border-right: 1px solid #c9bfd1;
    border-bottom: 1px solid #c9bfd1;
    padding: 36px 24px 59px 24px;
}

/*.discover-page .module-block-3 .ingredients .ingredient-item:hover {
    color: #fff;
    background-color: #274b89;
}

.discover-page .module-block-3 .ingredients .ingredient-item .inner *:not(.icon) {
    transition: none !important;
}

.discover-page .module-block-3 .ingredients .ingredient-item:hover .inner *:not(.icon) {
    color: inherit !important;
    transition: none !important;
}*/

.discover-page .module-block-3 .ingredients .ingredient-item .icon {
    margin-bottom: 40px;
}

/*.discover-page .module-block-3 .ingredients .ingredient-item:hover .icon {
    transform: translateY(-10px);
}*/

.discover-page .module-block-3 .ingredients .ingredient-item .title {
    font-size: 16px;
    font-weight: bold;
    color: #73d2f0;
}

.discover-page .module-block-3 .ingredients .ingredient-item .split-line {
    height: 1px;
    background-color: #666;
    margin: 20px 0;
}

/*.discover-page .module-block-3 .ingredients .ingredient-item:hover .split-line {
    background-color: #fff;
}*/

.discover-page .module-block-3 .ingredients .ingredient-item .content {
    line-height: 24px;
    color: #d2d2d2;
}

.discover-page .module-block-4 {
    padding-top: 115px;
    padding-bottom: 44px;
    background-color: #050505;
}

.discover-page .module-block-4 .header {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 66px;
}

.discover-page .module-block-4 .module-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.discover-page .module-block-4 .module-body .col-left,
.discover-page .module-block-4 .module-body .col-right {
    width: 344px;
}

.discover-page .module-block-4 .module-body .col-center {
    width: 574px;
}

.discover-page .module-block-4 .module-body .col-center img {
    max-width: 100%;
    border-radius: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.discover-page .module-block-4 .module-body .col-content {
    color: #000;
    line-height: 20px;
    margin-top: 10px;
}

.discover-page .module-block-4 .module-body .col-content .item {
    margin-bottom: 40px;
}

.discover-page .module-block-4 .module-body .col-content .item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #73d2f0;
}

.discover-page .module-block-4 .module-body .col-content .item .split-line {
    width: 100%;
    height: 1px;
    background-color: #666;
    margin-bottom: 14px;
}

.discover-page .module-block-4 .module-body .col-content .item .content {
    font-size: 16px;
    color: #d2d2d2;
}

.discover-page .module-block-5 {
    padding-top: 140px;
    padding-bottom: 211px;
    overflow: hidden;
}

.discover-page .module-block-5 .header {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 86px;
    text-align: center;
}

.discover-page .module-block-5 .content {
    font-size: 18px;
    color: #d2d2d2;
    line-height: 30px;
}

.discover-page .module-block-5 .show-img {
    max-width: 100%;
}

@media (min-width: 1518px) {
    .container {
        width: 1488px;
    }

    .index-page .module-block-1 .right-col {
        padding-left: 0;
    }

    .index-page .module-block-3 .left-col,
    .index-page .module-block-3 .right-col {
        padding-left: 80px;
        margin-right: -70px;
    }

    .about-page .module-block-1 .container-left {
        width: 744px;
    }

    .about-page .module-block-1 .right-col {
        padding-left: 110px;
        padding-right: 50px;
        margin-top: 23px;
    }

    .about-page .module-block-2 .left-col {
        width: 48%;
    }

    .about-page .module-block-2 .right-col {
        width: 52%;
    }

    .discover-page .module-block-1 .right-col {
        padding-left: 47px;
    }

    .discover-page .module-block-1 .tab-content-group .tab-list {
        padding-left: 12px;
    }

    .discover-page .module-block-1 .tab-content-group .tab-list .tab-item {
        margin-right: 67px;
    }

    .discover-page .module-block-1 .tab-content-group .content-list {
        padding: 0 26px;
    }

    .discover-page .module-block-5 .left-col,
    .discover-page .module-block-5 .right-col {
        padding-left: 0;
    }
}

@media (max-width: 1518px) {

    .index-page .module-block-4 .box {
        margin-left: 0;
    }

    .index-page .data-block .data-list {
        padding: 0;
        justify-content: space-around;
    }

    .about-page .module-block-1 .container-left {
        width: 585px;
    }

    .discover-page .module-block-4 .module-body .col-left,
    .discover-page .module-block-4 .module-body .col-right {
        width: 25%;
    }

    .discover-page .module-block-4 .module-body .col-center {
        width: 50%;
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .index-page .module-block-3 .show-img {
        width: 428px;
    }

    .discover-page .module-block-5 .show-img {
        width: 428px;
    }
}

@media (max-width: 1200px) {
    #ihsa-window {
        width: calc(100% - 30px);
        min-height: auto;
    }

    .index-page .module-block-6 {
        height: 600px;
    }

    .index-page #module-block-6-window .box {
        width: calc(100% - 30px);
    }

    .index-page .data-block .data-list .data-item .num {
        font-size: 100px;
    }

    .about-page .module-block-1 {
        margin-bottom: 100px;
    }

    .about-page .module-block-1 .container-left {
        float: none;
        width: 970px;
        padding-right: 15px;
        margin: 0 auto;
    }

    .about-page .module-block-1 .right-col {
        padding-right: 15px;
        width: 970px;
        margin: 0 auto;
    }

    .discover-page .module-block-4 .module-body .col-left,
    .discover-page .module-block-4 .module-body .col-right {
        width: 100%;
    }

    .discover-page .module-block-4 .module-body .col-center {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .app-page-footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .app-page-footer .middle-row .left-col,
    .app-page-footer .middle-row .right-col {
        width: 100%;
        margin: 0;
    }

    .app-page-footer .middle-row .right-col .header {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .app-page-footer .copyright-row {
        text-align: center;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .text-layer .inner .row1 {
        font-size: 38px;
        margin-top: 0;
    }

    .index-page .banner-area .page-go-down-btn {
        bottom: 50px;
        width: 50px;
    }

    .index-page .module-header-split-line {
        margin: 22px 0 28px 0;
    }

    .index-page .module-block-1 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .index-page .module-block-1 .title {
        text-align: center;
    }

    .index-page .module-block-1 .content {
        text-align: center;
    }

    .index-page .module-block-1 .bottom {
        text-align: center;
    }

    .index-page .module-block-1 .show-img {
        margin-top: 50px;
    }

    .index-page .module-block-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .index-page .module-block-2 .title {
        text-align: center;
    }

    .index-page .module-block-2 .content {
        text-align: center;
    }

    .index-page .module-block-3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .index-page .module-block-3 .header {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .index-page .module-block-5 .content {
        font-size: 28px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .index-page .module-block-4 .box {
        width: calc(100% - 38px);
    }

    .index-page .module-block-6 {
        height: 500px;
    }

    .index-page .data-block-2 .data-block-2-text-title-1,
    .index-page .data-block-2 .data-block-2-text-title-2
    {
        width: 350px;
        font-size: 28px;
    }

    .about-page .module-block-1 .container-left {
        width: 750px;
    }

    .about-page .module-block-1 .right-col {
        width: 750px;
    }

    .about-page .module-block-2 .title {
        text-align: center;
    }

    .about-page .module-block-2 .left-col {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .about-page .module-block-2 .show-img {
        margin-top: 0;
    }

    .discover-page .module-block-1 {
        margin-bottom: 100px;
    }

    .discover-page .module-block-2 {
        padding: 45px 0;
    }

    .discover-page .module-block-3 {
        padding: 100px 0;
    }

    .discover-page .module-block-3 .ingredients .ingredient-item {
        width: 50%;
    }

    .discover-page .module-block-3 .ingredients .ingredient-item .top {
        display: flex;
        align-items: center;
    }

    .discover-page .module-block-3 .ingredients .ingredient-item .icon {
        width: 64px;
        margin: 0 20px 0 0;
    }

    .discover-page .module-block-3 .ingredients .ingredient-item .title {
        width: calc(100% - 84px);
    }

    .discover-page .module-block-4 {
        padding-top: 100px;
    }

    .discover-page .module-block-5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .discover-page .module-block-5 .header {
        font-size: 38px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .app-page-header-hamburg-dropdown-window {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .app-page-header > .container-fluid {
        padding: 0 15px;
    }

    .app-page-header .left-col .logo {
        margin: 15px 0;
    }

    .app-page-header .left-col .logo img {
        height: 30px;
    }

    .app-page-header-placeholder {
        height: 80px;
    }

    .app-page-footer .note-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    #ihsa-window {
        padding: 50px 30px;
    }

    .index-page .banner-area .banner-swiper .swiper-slide .text-layer .inner .row1 {
        font-size: 30px;
    }

    .index-page .module-header-split-line {
        width: 300px;
        margin: 20px auto;
    }

    .index-page .module-block-1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .index-page .module-block-1 .title {
        font-size: 26px;
    }

    .index-page .module-block-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .index-page .module-block-2 .title {
        font-size: 26px;
    }

    .index-page .module-block-3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .index-page .module-block-3 .header {
        font-size: 28px;
    }

    .index-page .module-block-4 .box {
        padding: 30px 0 30px 30px;
    }

    .index-page .module-block-5 .content {
        font-size: 24px;
        padding-top: 80px;
        padding-bottom: 80px;
        line-height: 50px;
    }

    .index-page .module-block-6 {
        height: 400px;
    }

    .index-page .module-block-6 .play-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .index-page .data-block .header {
        top: -102px;
    }

    .index-page .data-block .data-list {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .index-page .data-block .data-list .data-item .num {
        font-size: 70px;
    }

    .index-page .data-block .data-list .data-item .title {
        font-size: 16px;
    }

    .index-page .data-block-2 .data-block-2-text-title-1,
    .index-page .data-block-2 .data-block-2-text-title-2
    {
        width: 300px;
        font-size: 24px;
    }

    .about-page .module-block-1 .container-left {
        width: auto;
        padding: 0;
    }

    .about-page .module-block-1 .right-col {
        width: auto;
    }

    .about-page .module-block-2 {
        padding: 80px 0;
    }

    .discover-page .module-block-1 {
        margin-bottom: 80px;
    }

    .discover-page .module-block-2 {
        padding: 60px 0;
    }

    .discover-page .module-block-2 .show-list .show-item {
        margin: 20px 0;
    }

    .discover-page .module-block-2 .show-list .show-item img {
        margin-bottom: 20px;
    }

    .discover-page .module-block-3 {
        padding: 80px 0;
    }

    .discover-page .module-block-3 .header {
        margin-bottom: 50px;
    }

    .discover-page .module-block-3 .ingredients .ingredient-item {
        width: 100%;
        min-height: auto;
    }

    .discover-page .module-block-4 {
        padding-top: 80px;
    }

    .discover-page .module-block-4 .header {
        margin-bottom: 50px;
    }

    .discover-page .module-block-5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .discover-page .module-block-5 .header {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .index-page .module-block-4 {
        height: 1000px;
    }

    .index-page .module-block-4 .box {
        width: 100%;
        padding-right: 30px;
    }

    .index-page .module-block-4 .box .top-line {
        width: 100%;
    }

    .index-page .module-block-4 .box .right-line-block {
        display: none;
    }

    .index-page .module-block-6 {
        height: 300px;
    }
}