
.header-of-page {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11;
    transition: all 0.3s linear;
    background-color: #192850;
}

.header-of-page .header-content {
    width: 77%;
    max-width: 77%;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0;
}

.header-of-page .header-content::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.header-of-page .header-content .left-logo {
    display: block;
    float: left;
    margin-top: 0;
}

.header-of-page .header-content .left-logo img {
    width: 238px;
    border-radius: 0 !important;
}

.header-of-page .header-content .left-logo .pic1 {
    display: block;
}

.header-of-page .header-content .left-logo .pic2 {
    display: none;
}

.header-of-page .header-content .left-logo .pic3 {
    display: none;
}

.header-of-page .header-content .header-nav {
    float: left;
    font-size: 0;
    margin-left: 0;
    margin-top: 4px;
}

.header-of-page .header-content .header-nav .nav-item {
    display: inline-block;
    margin-left: 48px;
    position: relative;
    padding-bottom: 20px;
}

.header-of-page .header-content .header-nav .nav-item:first-child {
    /*margin-left: 0;*/
}

.header-of-page .header-content .header-nav .nav-item span.first-nav {
    position: relative;
    padding-right: 20px;
}

.header-of-page .header-content .header-nav .nav-item .first-nav {
    display: block;
    font-size: 16px;
    line-height: 32px;
    /*color: #353030;*/
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.header-of-page .header-content .header-nav .nav-item .first-nav .iconfont {
    position: absolute;
    right: 0;
    /*color: rgba(53, 48, 48, 0.7);*/
    font-size: 16px;
    top: 8px;
    line-height: 16px;
    transition: 0.3s;
}

@media (min-width: 1100px) {
    .header-of-page .header-content .header-nav .nav-item:hover .first-nav {
        /*color: rgba(53, 48, 48, 0.4);*/
        color: rgba(255, 255, 255, 0.4);
    }

    .header-of-page .header-content .header-nav .nav-item:hover .first-nav .iconfont {
        /*color: rgba(53, 48, 48, 0.4);*/
    }
}

.header-of-page .header-content .header-nav .nav-item .second-menu {
    position: absolute;
    left: -64px;
    /*left: inherit;*/
    border: 1px solid #f0eeee;
    border-radius: 16px;
    box-shadow: 0px 16px 32px 0px rgba(53, 48, 48, 0.08);
    width: 728px;
    background-color: #ffffff;
    overflow: hidden;
    /*top: 40px;*/
    top: 52px;
    display: none;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .top-titles {
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: rgba(53, 48, 48, 0.4);
    line-height: 22px;
    padding-left: 16px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .top-titles .more {
    float: right;
    position: relative;
    padding-right: 32px;
    font-weight: normal;
    color: rgba(53, 48, 48, 0.4);
}

.header-of-page .header-content .header-nav .nav-item .second-menu .top-titles .more .iconfont {
    position: absolute;
    right: 16px;
    font-size: 14px;
    color: rgba(53, 48, 48, 0.4);
}

.header-of-page .header-content .header-nav .nav-item .second-menu .top-titles:first-child {
    margin-top: 0;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .top-titles-line {
    border-top: 1px solid #F0EEEE;
    font-size: 14px;
    font-weight: bold;
    color: rgba(53, 48, 48, 0.4);
    line-height: 22px;
    margin: 16px -16px;
    padding: 23px 31px 0;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .price-a {
    display: block;
    padding-left: 56px;
    position: relative;
    font-size: 16px;
    line-height: 56px;
    color: #353030;
    font-weight: bold;
    transition: 0.3s;
    border-radius: 8px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .price-a img {
    display: block;
    width: 24px;
    position: absolute;
    left: 16px;
    top: 16px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .price-a:hover {
    background-color: #F8F6F6;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .price-b {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #353030;
    transition: 0.3s;
    border-radius: 8px;
    padding-left: 20px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .price-b:hover {
    background-color: #F8F6F6;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 408px;
    background-color: #F0EEEE;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list {
    float: left;
    padding: 15px 5px;
    /* width: 200px; */
    height: 450px;
    /* border: 1px solid black; */
    overflow: scroll;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list .top-titles {
    padding-left: 24px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list a:not(.a1) {
    display: block;
    padding: 16px 0 16px 88px;
    background-size: 48px auto;
    background-position: 24px center;
    background-repeat: no-repeat;
    width: 376px;
    /*width: 100%;*/
    transition: 0.2s;
    border-radius: 8px;
    cursor: pointer;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list a:not(.a1):hover {
    background-color: #F8F6F6;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list a:not(.a1) span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #353030;
    font-weight: bold;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list a:not(.a1) p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(53, 48, 48, 0.7);
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list .a1 {
    cursor: pointer;
    width: 288px;
    display: block;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #353030;
    padding-left: 32px;
    position: relative;
    transition: 0.2s;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list .a1 .iconfont {
    font-size: 12px;
    color: rgba(53, 48, 48, 0.4);
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-list .a1:hover {
    background-color: #F8F6F6;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-a {
    float: left;
    padding: 16px 16px 22px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-a a {
    width: 160px;
    display: block;
    padding: 0 16px;
    font-size: 16px;
    line-height: 40px;
    color: #353030;
    transition: 0.2s;
    border-radius: 8px;
    margin: 0 auto;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .left-a a:hover {
    background-color: #F8F6F6;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons {
    float: left;
    padding: 24px 0 24px 16px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .a1 {
    cursor: pointer;
    width: 288px;
    display: block;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #353030;
    padding-left: 16px;
    position: relative;
    transition: 0.2s;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .a1:hover {
    background-color: #F8F6F6;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .blog-a {
    display: block;
    width: 298px;
    margin-bottom: 16px;
    padding-left: 142px;
    position: relative;
    min-height: 66px;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .blog-a .pic {
    width: 126px;
    height: 66px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 8px;
    transition: 0.2s;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .blog-a span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #353030;
    font-weight: bold;
    transition: 0.2s;
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .blog-a:hover .pic {
    transform: scale(1.02);
}

.header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .blog-a:hover span {
    color: #009DFF;
}

@media (min-width: 1100px) {
    .header-of-page .header-content .header-nav .nav-item:hover .second-menu {
        display: block;
    }
}

.header-of-page .header-content .right-login {
    float: right;
    font-size: 0;
}

.header-of-page .header-content .right-login a {
    display: inline-block;
    line-height: 40px;
    /*width: 72px;*/
    text-align: center;
    /*border-radius: 8px;*/
    /*color: #353030;*/
    font-size: 10px;
    cursor: pointer;
    transition: 0.2s;
    padding: 5px;
    margin: 0 auto;
}

@media (min-width: 1100px) {
    .header-of-page .header-content .right-login a:hover {
        color: rgba(53, 48, 48, 0.7);
    }
}

.header-of-page .header-content .right-login .free {
    width: 168px;
    background-color: #fe4066;
    color: #ffffff;
    margin-left: 16px;
    transition: 0.2s;
    font-weight: 600;
}

.header-of-page .header-content .right-login .free:hover {
    background-color: #ff5476;
    color: #ffffff;
}

.header-of-page .header-content .right-user {
    float: right;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.header-of-page .header-content .right-user .avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    border: 1px solid #f0eeee;
}

.header-of-page .header-content .right-user .arrow-down {
    font-size: 16px;
    color: rgba(53, 48, 48, 0.7);
    right: 0;
    top: 14px;
    line-height: 16px;
    position: absolute;
}

.header-of-page .header-content .right-user .user-menu {
    position: absolute;
    top: 48px;
    right: 0;
    background-color: #ffffff;
    margin: 0;
    padding: 12px 0;
    display: none;
    z-index: 9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 140px;
    border-radius: 6px;
}

.header-of-page .header-content .right-user .user-menu a {
    display: block;
    padding: 0 20px;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    transition: 0.2s;
}

@media (min-width: 1100px) {
    .header-of-page .header-content .right-user .user-menu a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.header-of-page .header-content .icon_menu {
    display: none;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    float: right;
    margin-top: 4px;
}

.header-of-page .header-content .icon_menu_close {
    display: none;
}

.black-header .header-content .left-logo .pic1 {
    display: none;
}

.black-header .header-content .left-logo .pic2 {
    display: block;
}

.black-header .header-content .left-logo .pic3 {
    display: none;
}

.black-header .header-content .header-nav .nav-item .first-nav {
    color: #ffffff;
}

.black-header .header-content .header-nav .nav-item .first-nav .iconfont {
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1100px) {
    .black-header .header-content .header-nav .nav-item:hover .first-nav {
        color: rgba(255, 255, 255, 0.4);
    }

    .black-header .header-content .header-nav .nav-item:hover .first-nav .iconfont {
        color: rgba(255, 255, 255, 0.4);
    }
}

.black-header .header-content .right-login a {
    color: #ffffff;
}

@media (min-width: 1100px) {
    .black-header .header-content .right-login a:hover {
        color: rgba(255, 255, 255, 0.4);
    }
}

.black-header .header-content .right-user .iconfont {
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1100px) {
    .black-header .header-content .right-user .iconfont:hover {
        color: rgba(255, 255, 255, 0.4);
    }
}

.header-of-page.header-scrolls {
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(53, 48, 48, 0.04);
}

.header-of-page.header-scrolls .header-content .left-logo .pic1 {
    position: relative;
    display: block;
    width: 156px;
    top: 10px;
    transition: transform 0.2s ease; /* تعديل الانتقال ليشمل التحول (transform) */
    transform-origin: top left; /* تعيين نقطة الأصل للتحول */
    transform: scale(0.9); /* تحجيم الصورة عند التحوّل */
}

.header-of-page.header-scrolls .header-content .left-logo .pic2 {
    display: none;
}

.header-of-page.header-scrolls .header-content .left-logo .pic3 {
    display: none;
}

.header-of-page.header-scrolls .header-content .header-nav .nav-item .first-nav {
    color: #353030;
}

.header-of-page.header-scrolls .header-content .header-nav .nav-item .first-nav .icon_broad_back {
    color: rgba(53, 48, 48, 0.7);
}

@media (min-width: 1100px) {
    .header-of-page.header-scrolls .header-content .header-nav .nav-item .first-nav:hover {
        color: rgba(53, 48, 48, 0.7);
    }

    .header-of-page.header-scrolls .header-content .header-nav .nav-item .first-nav:hover .iconfont {
        color: rgba(53, 48, 48, 0.4);
    }
}

.header-of-page.header-scrolls .header-content .right-login a {
    color: rgba(53, 48, 48, 0.7);
}

@media (min-width: 1100px) {
    .header-of-page.header-scrolls .header-content .right-login a:hover {
        color: #353030;
    }
}

.header-of-page.header-scrolls .header-content .right-login .free {
    background-color: #fe4066;
    color: #ffffff;
}

@media (min-width: 1100px) {
    .header-of-page.header-scrolls .header-content .right-login .free:hover {
        background-color: #ff5476;
        color: #ffffff;
    }
}

.header-of-page.header-scrolls .header-content .right-user .arrow-down {
    color: rgba(53, 48, 48, 0.7);
}

.header-of-page.header-scrolls .header-content .icon_menu {
    color: rgba(53, 48, 48, 0.7);
}

.header-message-container .header-content .message {
    cursor: pointer;
    float: right;
    margin: 13px 20px 0 0;
    position: relative;
}

@keyframes shaking {
    0% {
        transform: rotate(35deg);
        transform-origin: top;
    }
    25% {
        transform: rotate(0deg);
        transform-origin: top;
    }
    50% {
        transform: rotate(-35deg);
        transform-origin: top;
    }
    75% {
        transform: rotate(-15deg);
        transform-origin: top;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: top;
    }
}

.header-message-container .header-content .message:hover .shaking-bell {
    display: inline-block;
    animation: shaking 0.9s linear;
    -moz-animation: shaking 0.9s linear;
    -o-animation: shaking 0.9s linear;
    -webkit-animation: shaking 0.9s linear;
}

.header-message-container .header-content .message .mes-count {
    display: none;
    position: absolute;
    width: 27px;
    height: 13px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background-color: #fe4066;
    border-radius: 7px;
    top: -7px;
    left: 0;
}

.header-message-container .header-content .message .message-pops {
    display: none;
    width: 360px;
    max-height: 373px;
    top: 34px;
    left: -334px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    cursor: default;
    z-index: 10;
}

.header-message-container .header-content .message .message-pops .tip {
    padding: 16px;
    border-bottom: 1px solid #ebedee;
    overflow: hidden;
    margin: 0;
}

.header-message-container .header-content .message .message-pops .tip span {
    color: #8c8889;
    line-height: 19px;
    float: left;
}

.header-message-container .header-content .message .message-pops .tip span:last-child {
    float: right;
    color: #353030;
    cursor: pointer;
}

.header-message-container .header-content .message .message-pops .tip span:last-child:hover {
    color: #fe4066;
}

.header-message-container .header-content .message .message-pops li {
    padding: 16px;
    position: relative;
    border-bottom: 1px solid #ebedee;
}

.header-message-container .header-content .message .message-pops li:hover i {
    opacity: 1;
}

.header-message-container .header-content .message .message-pops li .info-url {
    max-width: 304px;
    margin: 0 0 3px;
    line-height: 19px;
    cursor: pointer;
    display: block;
    color: #222;
}

.header-message-container .header-content .message .message-pops li .info-url:hover {
    color: #fe4066;
}

.header-message-container .header-content .message .message-pops li span {
    font-size: 12px;
    color: #999;
}

.header-message-container .header-content .message .message-pops li i {
    opacity: 0;
    position: absolute;
    color: #bbb;
    top: 50%;
    right: 16px;
    cursor: pointer;
    transform: translateY(-50%);
}

.header-message-container .header-content .message .message-pops li i:hover {
    color: #1bb20a;
}

.header-message-container .header-content .message .message-pops .noMes {
    padding: 16px 16px;
}

.header-message-container .header-content .message .message-pops .noMes p {
    color: #8c8889;
    font-size: 14px;
    line-height: 22px;
}

.header-message-container .header-content .message .message-pops .lookAll {
    display: block;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    color: #353030;
}

.header-message-container .header-content .message .message-pops .lookAll:hover {
    color: #fe4066;
}

.header-message-container .header-content .add-com {
    float: right;
    line-height: 36px;
    width: 94px;
    text-align: center;
    background-color: #fe4066;
    transition: 0.3s;
    color: #ffffff;
    border-radius: 4px;
    margin: 4px 24px 0 0;
}

.header-message-container .header-content .add-com:hover {
    background-color: #ff5476;
}

* .pagination {
    text-align: center;
    margin-top: 48px;
}

* .pagination li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
}

* .pagination li a {
    display: block;
    line-height: 38px;
    width: 38px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    color: #8c8889;
    font-size: 18px;
    transition: 0.3s;
}

* .pagination li a:hover {
    color: #ffffff;
    background: #fe4066;
    border-color: #fe4066;
}

* .pagination li.active a {
    color: #ffffff;
    background: #fe4066;
    border-color: #fe4066;
}

* .pagination .disabled {
    display: none;
}

.global-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.global-banner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 49, 49, 0.7);
    z-index: 1;
    content: '';
}

.global-banner .banner-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.global-banner .banner-video video {
    width: 100%;
    margin: auto;
    display: block;
}

.global-banner .header-content {
    z-index: 3;
}

.global-banner .banner-inner {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    top: 50%;
    color: #ffffff;
    text-align: center;
    margin-top: -80px;
}

.global-banner .banner-inner .banner-title1 {
    font-size: 44px;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.global-banner .banner-inner .banner-title2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 auto 10px;
}

.global-banner .banner-inner .title-phone {
    display: none;
}

.global-banner .banner-inner .play-video {
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 6px;
    width: 152px;
    padding-right: 8px;
}

.global-banner .banner-inner .play-video:hover {
    opacity: 0.9;
}

.global-banner .banner-inner .play-video span {
    vertical-align: middle;
}

.global-banner .banner-inner .play-video i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 6px;
}

.banner-btn {
    padding: 0 34px;
    margin: 72px auto 25px;
    line-height: 56px;
    border-radius: 6px;
    height: 56px;
    font-size: 16px;
    box-sizing: border-box;
    background: #fe4066;
    display: inline-block;
    color: #ffffff;
    transition: 0.3s;
    text-align: center;
}

.banner-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.content-banner {
    height: 400px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    padding-top: 160px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.content-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 49, 49, 0.7);
    left: 0;
    top: 0;
    z-index: 1;
}

.content-banner h3 {
    font-weight: 400;
    font-size: 44px;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
}

.content-banner h1 {
    font-weight: 400;
    font-size: 44px;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
}

.content-banner h4 {
    font-size: 18px;
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    font-weight: 400;
    margin-top: 0;
}

.content-red,
.content-grey {
    padding: 129px 0;
    text-align: center;
    box-sizing: border-box;
}

.content-red h2,
.content-grey h2,
.content-red h5,
.content-grey h5,
.content-red .content-red-title,
.content-grey .content-red-title {
    font-size: 44px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 20px;
}

.content-red h6,
.content-grey h6,
.content-red .content-red-des,
.content-grey .content-red-des {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

.content-red .footer-btna,
.content-grey .footer-btna {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    margin: 70px auto 0;
    font-size: 16px;
    padding: 0 34px;
    background-color: #ffffff;
    border-radius: 6px;
    color: #fe4066;
    transition: 0.3s;
}

.content-red .footer-btna:hover,
.content-grey .footer-btna:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.content-grey h5 {
    color: #000000;
}

.content-grey h6 {
    color: #8c8889;
}

.content-grey .footer-btna {
    background: url('/images/btn-bg.png') no-repeat center top;
    color: #ffffff;
    background-size: 100%;
}

.content-blue {
    padding: 142px 4%;
    background-color: #009dff;
    text-align: center;
}

.content-blue *,
.content-blue {
    box-sizing: border-box;
}

.content-blue .free {
    font-size: 16px;
    color: #ffffff;
    background-color: #353030;
    line-height: 56px;
    font-weight: bold;
    border-radius: 8px;
    width: 256px;
    margin: 48px auto 0;
    display: block;
    transition: 0.3s;
}

.content-blue .free:hover {
    background-color: #454141;
}

.page-title-first {
    font-size: 48px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
}

body .global-video-bullet-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    left: 0;
    top: 0;
    padding: 20px 80px;
    box-sizing: border-box;
}

body .global-video-bullet-box .video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

body .global-video-bullet-box .video-container .video-cancel {
    position: absolute;
    right: -56px;
    top: 0;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s;
}

body .global-video-bullet-box .video-container .video-cancel:hover {
    transform: rotate(90deg);
}

body .global-video-bullet-box .video-container video {
    display: none;
    width: 100%;
    border: none;
    top: 50%;
    left: 50%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

body .global-video-bullet-box .video-container .video-js {
    width: 100%;
    height: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body .global-video-bullet-box .video-container .video-js .vjs-playing .vjs-tech {
    pointer-events: auto;
}

body .global-video-bullet-box .video-container .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

body .global-video-bullet-box .video-container .video-js .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

body .global-video-bullet-box .video-container .vjs-paused .vjs-big-play-button {
    display: block;
}

body .youtube-pup-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    left: 0;
    top: 0;
    padding: 40px 80px;
    box-sizing: border-box;
}

body .youtube-pup-container .youtube-content {
    width: 100%;
    height: 100%;
    position: relative;
}

body .youtube-pup-container .youtube-content .youtube-video-cancel {
    position: fixed;
    right: 30px;
    top: 30px;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s;
}

body .youtube-pup-container .youtube-content .youtube-video-cancel:hover {
    transform: rotate(90deg);
}

body .youtube-pup-container .youtube-content iframe {
    width: 100%;
    border: none;
    top: 50%;
    left: 50%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.secondary-menu {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.secondary-menu a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0 40px;
    font-size: 16px;
    color: #8c8889;
    transition: 0.3s;
    line-height: 70px;
}

.secondary-menu a::before {
    content: '';
    width: 40px;
    height: 3px;
    background: #fe4066;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.secondary-menu a:hover {
    color: #fe4066;
}

.secondary-menu a.active {
    color: #fe4066;
}

.secondary-menu a.active::before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.custom {
    background: #f8f6f6;
    padding-bottom: 50px;
    margin-top: 200px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.custom .custom-wrap {
    position: relative;
    max-width: 1378px;
    margin: 0 auto;
    padding: 0 20px;
    width: 92%;
    box-sizing: border-box;
}

.custom .custom-wrap .swiper-container {
    position: relative;
    text-align: center;
    padding: 90px 19px;
    box-sizing: border-box;
}

.custom .custom-wrap .swiper-container .swiper-slide {
    padding: 32px 15px 0;
    height: 480px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

.custom .custom-wrap .swiper-container .swiper-slide:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.custom .custom-wrap .swiper-container .swiper-slide img {
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}

.custom .custom-wrap .swiper-container .swiper-slide h5,
.custom .custom-wrap .swiper-container .swiper-slide .the-names {
    font-size: 14px;
    color: #5c5758;
    line-height: 150%;
    margin: 15px 0 4px;
}

.custom .custom-wrap .swiper-container .swiper-slide span {
    display: block;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    letter-spacing: 0;
}

.custom .custom-wrap .swiper-container .swiper-slide p {
    text-align: left;
    max-width: 340px;
    margin: 21px auto 0;
    line-height: 24px;
    font-size: 14px;
    color: #5c5758;
}

.custom .custom-wrap .swiper-container .swiper-slide p a {
    color: #fe4066;
}

.custom .custom-wrap .swiper-container .swiper-slide p span {
    display: inline;
    font-size: 14px;
}

.custom .custom-wrap .swiper-button-prev {
    font-size: 22px;
    background: none;
    line-height: 24px;
    margin-top: -12px;
    left: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
}

.custom .custom-wrap .swiper-button-next {
    font-size: 22px;
    background: none;
    line-height: 24px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    right: 0;
    z-index: 1;
}

.tos {
    max-width: 900px;
    width: 90%;
    margin: 70px auto 80px;
    line-height: 1.5;
}

.tos p {
    color: #8c8889;
    line-height: 30px;
    margin: 14px 0;
}

.tos h2 {
    margin: 28px auto 0;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}

.tos ul {
    color: #8c8889;
    padding-left: 30px;
}

.tos a {
    color: #fe4066;
}

.tos a:hover {
    text-decoration: underline;
}

.customer-service {
    position: fixed;
    z-index: 10;
    right: 40px;
    bottom: 90px;
}

.customer-service .item {
    cursor: pointer;
    margin-top: 8px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.customer-service .item .iconfont {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #8c8889;
    transition: 0.3s;
}

.customer-service .item .message {
    position: absolute;
    right: 50px;
    bottom: 0;
    padding-right: 14px;
    display: none;
}

.customer-service .item .message .message-warp {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #e9e9e9;
    background: #ffffff;
    border-radius: 6px;
    padding: 13px 16px 10px;
    text-align: left;
}

.customer-service .item .message .message-warp h5 {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    margin: 0 0 7px;
    font-weight: 400;
}

.customer-service .item .message .message-warp p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    color: #8c8889;
}

.customer-service .item .message .message-warp p a {
    color: #8c8889;
    transition: 0.3s;
}

.customer-service .item .message .message-warp p a:hover {
    color: #fe4066;
    text-decoration: underline;
}

.customer-service .item .message .message-warp p img {
    line-height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.customer-service .item .message .message-warp .tit {
    color: #fe4066;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.customer-service .item .message .message-warp .text1 {
    color: #000000;
    line-height: 20px;
    font-size: 12px;
    margin-top: 12px;
}

.customer-service .item .message .message-warp .sys-but {
    width: 80px;
    line-height: 32px;
    background: #fe4066;
    border-radius: 6px;
    text-align: center;
    color: #ffffff;
    margin-top: 16px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 12px;
}

.customer-service .item .message .message-warp .sys-but:hover {
    background-color: #ff5476;
}

.customer-service .item:hover:not(.hide-item) {
    background-color: #fe4066;
    border-color: #fe4066;
}

.customer-service .item:hover:not(.hide-item) .iconfont {
    color: #ffffff;
}

.customer-service .item:hover:not(.hide-item) .message {
    display: block;
}

.customer-service .item.hovers {
    background-color: #fe4066;
    border-color: #fe4066;
}

.customer-service .item.hovers .iconfont {
    color: #ffffff;
}

.customer-service .item.hovers .message {
    display: block;
}

.customer-service .item.hide-buttons .sys-but {
    display: none;
}

.customer-service #go-top {
    display: none;
}

.faqs {
    background-color: #f8f6f6;
    padding: 100px 0 80px;
    box-sizing: border-box;
}

.faqs .faqs-content {
    background-color: #ffffff;
    padding: 14px 0 26px 0;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
}

.faqs .faqs-content .nav {
    text-align: center;
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto 98px;
    width: 90%;
}

.faqs .faqs-content .nav .first-nav {
    border-radius: 20px 0 0 20px;
}

.faqs .faqs-content .nav .sec-nav {
    border-radius: 0 20px 20px 0;
}

.faqs .faqs-content .nav .nav-btn {
    width: 50%;
    max-width: 260px;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #c3bfc0;
    color: #8c8889;
    background-color: rgba(240, 240, 240, 0.4);
    cursor: pointer;
}

.faqs .faqs-content .nav .active {
    background: #fe4066;
    color: #ffffff;
    border: 1px solid #fe4066;
}

.faqs .faqs-content .faqs-detail-box {
    padding-bottom: 24px;
}

.faqs .faqs-content .faqs-detail-box:hover h6,
.faqs .faqs-content .faqs-detail-box:hover i {
    color: #fe4066;
}

.faqs .faqs-content .faqs-detail {
    background-image: url('/enUS/images/bgline.png');
    background-repeat: repeat-y;
    background-position: 63px;
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    text-align: left;
}

.faqs .faqs-content .faqs-detail .faqs-detail-box {
    position: relative;
}

.faqs .faqs-content .faqs-detail span {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    background-color: #fe4066;
    border-radius: 50%;
}

.faqs .faqs-content .faqs-detail h6 {
    padding: 0 50px 0 54px;
    font-size: 20px;
    line-height: 28px;
    max-width: 900px;
    vertical-align: top;
    margin: 0 0 8px 0;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.faqs .faqs-content .faqs-detail i {
    color: #5c5758;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.faqs .faqs-content .faqs-detail p {
    margin-left: 54px;
    font-size: 14px;
    line-height: 24px;
    width: 80%;
    max-width: 850px;
    color: #8c8889;
    margin-top: 0;
}

.faqs .faqs-content .faqs-detail p a {
    color: #fe4066;
}

.faqs .faqs-content .faqs-detail p a:hover {
    border-bottom: 1px solid;
}

.faqs .faqs-content .sec-detail {
    display: none;
}

.faqs h5 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.fri-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.fri-box .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.fri-box .box {
    width: 100%;
    max-width: 435px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.fri-box .box img {
    width: 100%;
}

.fri-box .box .box-close {
    position: absolute;
    top: 0;
    right: 0;
}

.fri-box .box .box-close:hover {
    opacity: 0.7;
}

.con-pup {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: none;
    transition: 0.3s;
}

.con-pup .con-pup-content {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    width: 96%;
    max-width: 500px;
    background: #ffffff;
    border-radius: 6px;
    padding: 24px 32px;
    box-sizing: border-box;
    color: #353030;
    position: relative;
}

.con-pup .con-pup-content .close {
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    transition: 0.3s;
    transform-origin: center 50%;
    color: #8c8889;
}

.con-pup .con-pup-content .close:hover {
    transform: rotate(90deg);
    color: #fe4066;
}

.con-pup .con-pup-content h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

.con-pup .con-pup-content .con-from {
    margin: 32px auto 8px;
}

.con-pup .con-pup-content .con-from .list {
    margin-top: 24px;
    position: relative;
}

.con-pup .con-pup-content .con-from .list.hide {
    display: none;
}

.con-pup .con-pup-content .con-from .list.select-list {
    margin-top: 16px;
}

.con-pup .con-pup-content .con-from .list .title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    display: block;
}

.con-pup .con-pup-content .con-from .list input {
    height: 36px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    font-size: 14px;
    padding: 4px;
    box-sizing: border-box;
}

.con-pup .con-pup-content .con-from .list input.captcha-code {
    width: 36%;
}

.con-pup .con-pup-content .con-from .list input:focus {
    border-color: #8c8889 !important;
}

.con-pup .con-pup-content .con-from .list .send-code-btn {
    position: absolute;
    bottom: 1px;
    right: 4px;
    padding: 8px 0 4px 20px;
    background-color: #fff;
    color: #fe4066;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.con-pup .con-pup-content .con-from .list .send-code-btn.disabled {
    color: #8c8889;
    cursor: no-drop;
}

.con-pup .con-pup-content .con-from .list .captcha-content {
    position: absolute;
    bottom: 0;
    left: calc(36% + 8px);
}

.con-pup .con-pup-content .con-from .list .captcha-content .verify-code-img {
    display: inline-block;
    width: 95px;
    height: 40px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.con-pup .con-pup-content .con-from .list .captcha-content .change {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    color: #8c8889;
    margin-left: 8px;
    vertical-align: top;
    cursor: pointer;
    text-decoration: underline;
    transition: 0.2s;
}

.con-pup .con-pup-content .con-from .list .captcha-content .change:hover {
    color: #fe4066;
}

.con-pup .con-pup-content .con-from .list .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #707070;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    border-radius: 100%;
}

.con-pup .con-pup-content .con-from .list .icon-lib {
    cursor: default;
    vertical-align: middle;
}

.con-pup .con-pup-content .con-from .list.active .icon::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #707070;
    left: 50%;
    top: 50%;
    margin: -3.5px 0 0 -3.5px;
}

.con-pup .con-pup-content .spec-error {
    font-size: 14px;
    line-height: 22px;
    color: #353030;
    margin-top: 24px;
    display: none;
}

.con-pup .con-pup-content .spec-error a {
    color: #fe4066;
}

.con-pup .con-pup-content .spec-error a:hover {
    text-decoration: underline;
}

.con-pup .con-pup-content .error-message {
    font-size: 12px;
    color: #fe4066;
    text-align: left;
    opacity: 0;
    margin-bottom: 4px;
}

.con-pup .con-pup-content .button-warp {
    text-align: right;
}

.con-pup .con-pup-content .button-warp button {
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 16px;
    color: #353030;
}

.con-pup .con-pup-content .button-warp button:hover {
    color: #ff5476;
}

.con-pup .con-pup-content .button-warp button.ok {
    color: #fe4066;
}

.con-pup .con-pup-content .button-warp button.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.global-count-down {
    overflow: hidden;
    padding: 0 5px 32px;
    font-size: 0;
    text-align: center;
    display: inline-block;
}

.global-count-down li {
    display: inline-block;
    position: relative;
    margin: 0 14px;
    width: 70px;
    font-size: 0;
}

.global-count-down li::before {
    position: absolute;
    top: 100%;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff;
    line-height: 24px;
    margin-top: 4px;
}

.global-count-down li::after {
    content: ':';
    position: absolute;
    top: 2px;
    font-size: 20px;
    left: 100%;
    line-height: 26px;
    color: #fff;
    margin-left: 4px;
    width: 20px;
    font-weight: bold;
}

.global-count-down .li1::before {
    content: 'DAYS';
}

.global-count-down .li2::before {
    content: 'HRS';
}

.global-count-down .li3::before {
    content: 'MINS';
}

.global-count-down .li4::before {
    content: 'SECS';
}

.global-count-down .li4::after {
    display: none;
}

.global-count-down span {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 20px;
    color: #066500;
    font-weight: bold;
}

.global-count-down span:first-child {
    margin-right: 6px;
}

@media (max-width: 1465px) {
    .header-of-page .header-content .header-nav .nav-item:last-child .second-menu {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 1399px) {
    .header-of-page .header-content .header-nav {
        margin-left: 60px;
    }

    .header-of-page .header-content .header-nav .nav-item {
        margin-left: 32px;
    }
}

@media (max-width: 1365px) {
    .secondary-menu a {
        margin: 0 20px;
    }

    .custom .custom-wrap {
        max-width: 780px;
    }

    .custom .custom-wrap .swiper-container .swiper-button-prev {
        display: none;
    }

    .custom .custom-wrap .swiper-container .swiper-button-next {
        display: none;
    }
}

@media (max-width: 1299px) {
    .header-of-page .header-content .header-nav {
        margin-left: 40px;
    }

    .header-of-page .header-content .header-nav .nav-item {
        margin-left: 28px;
    }
}

@media (max-width: 1199px) {
    .header-of-page .header-content {
        width: 96%;
    }

    .header-of-page .header-content .header-nav {
        margin-left: 20px;
    }

    .header-of-page .header-content .header-nav .nav-item {
        margin-left: 16px;
    }

    .header-of-page .header-content .right-login .free {
        font-size: 12px;
        width: 140px;
    }
}

@media (max-width: 1162px) {
    .faqs .faqs-content .faqs-detail {
        margin-left: 0;
    }
}

@media (max-width: 1130px) {
    .global-banner .banner-inner .banner-title1 {
        font-size: 38px;
    }

    .global-banner .banner-inner .banner-title2 {
        font-size: 18px;
    }

    .content-banner {
        height: 340px;
        padding-top: 145px;
    }

    .content-banner h1 {
        font-size: 34px;
    }

    .content-banner h3 {
        font-size: 34px;
    }

    .content-banner h4 {
        font-size: 16px;
    }

    .content-red h5,
    .content-grey h5,
    .content-red .content-red-title,
    .content-grey .content-red-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .content-red h6,
    .content-grey h6,
    .content-red .content-red-des,
    .content-grey .content-red-des {
        font-size: 22px;
    }
}

@media (max-width: 1099px) {
    .header-of-page {
        transition: all 0s;
        background-color: #192850;
    }

    .header-of-page .header-content {
        padding-bottom: 20px;
        width: 92%;
    }

    .header-of-page .header-content .header-nav {
        display: none;
    }

    .header-of-page .header-content .header-nav .nav-item {
        margin-left: 0;
        border-bottom: 1px solid #e9eef2;
        padding: 10px 4% 10px 6%;
    }

    .header-of-page .header-content .header-nav .nav-item .first-nav {
        color: rgba(53, 48, 48, 0.7);
        font-weight: bold;
    }

    .header-of-page .header-content .header-nav .nav-item .first-nav .iconfont {
        color: rgba(53, 48, 48, 0.7);
        transition: 0.3s;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu {
        position: relative;
        left: auto;
        width: 100% !important;
        top: auto;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 8px 0 20px !important;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .top-titles {
        padding-left: 0 !important;
        margin: 24px 0 16px !important;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .line {
        display: none;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .left-list {
        float: none;
        padding: 0;
        border: 0;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .left-list a {
        padding: 16px 0 16px 64px;
        background-position: left center;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .left-list a:hover {
        background-color: transparent;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .left-list a p {
        margin-top: 0;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .right-cons {
        float: none;
        margin: 16px 0 0 0;
        padding: 0;
        border-left: none;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .a1 {
        width: 100%;
        padding-left: 0;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .right-cons .a1:hover {
        background-color: transparent;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .left-a {
        float: none;
        border: 0;
        padding: 8px 0 0;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .left-a a {
        padding: 0;
        font-size: 14px;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .price-a {
        padding-left: 40px;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .price-a img {
        left: 0;
    }

    .header-of-page .header-content .header-nav .nav-item .second-menu .price-a:hover {
        background-color: transparent;
    }

    .header-of-page .header-content .header-nav .nav-item:last-child .second-menu {
        left: auto;
        transform: translateX(0);
    }

    .header-of-page .header-content .right-user {
        display: none;
    }

    .header-of-page .header-content .icon_menu {
        display: block;
    }

    .header-of-page .header-content .right-login {
        display: none;
    }

    .header-of-page.black-header .header-content .icon_menu {
        color: #ffffff;
    }

    .header-of-page.show-phone-menu {
        bottom: 0;
        right: 0;
        background-color: #fff;
        overflow-y: auto;
    }

    .header-of-page.show-phone-menu .header-content {
        width: 100%;
    }

    .header-of-page.show-phone-menu .header-content .left-logo {
        margin-left: 4%;
        position: fixed;
        z-index: 2;
        left: 0;
        top: 20px;
    }

    .header-of-page.show-phone-menu .header-content .left-logo .pic2 {
        display: none;
    }

    .header-of-page.show-phone-menu .header-content .left-logo .pic3 {
        display: none;
    }

    .header-of-page.show-phone-menu .header-content .left-logo .pic1 {
        display: block;
    }

    .header-of-page.show-phone-menu .header-content .icon_menu {
        display: none;
    }

    .header-of-page.show-phone-menu .header-content .icon_menu_close {
        color: #fff;
        position: fixed;
        right: 4%;
        top: 24px;
        font-size: 24px;
        line-height: 32px;
        display: block;
        z-index: 2;
    }

    .header-of-page.show-phone-menu .header-content .header-nav {
        display: block;
        margin-left: 0;
        float: none;
        margin-top: 76px;
    }

    .header-of-page.show-phone-menu .header-content .header-nav::before {
        left: 0;
        top: 0;
        height: 76px;
        background-color: #192850;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        position: fixed;
        right: 0;
        z-index: 1;
        content: '';
        border-bottom: 1px solid #e9e9e9;
    }

    .header-of-page.show-phone-menu .header-content .header-nav .nav-item {
        display: block;
    }

    .header-of-page.show-phone-menu .header-content .header-nav .nav-item.active .first-nav .iconfont {
        transform: rotate(-180deg);
    }

    .header-of-page.show-phone-menu .header-content .right-user {
        display: block;
        float: none;
    }

    .header-of-page.show-phone-menu .header-content .right-user .avatar {
        display: none;
    }

    .header-of-page.show-phone-menu .header-content .right-user .arrow-down {
        display: none;
    }

    .header-of-page.show-phone-menu .header-content .right-user .user-menu {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        text-align: center;
        box-shadow: none;
        margin-top: 50px;
    }

    .header-of-page.show-phone-menu .header-content .right-user .user-menu a {
        margin-top: 20px;
    }

    .header-of-page.show-phone-menu .header-content .right-login {
        display: block;
        float: none;
        margin-top: 50px;
    }

    .header-of-page.show-phone-menu .header-content .right-login a {
        display: block;
        margin: 20px auto 0;
        color: #000000;
        font-size: 14px;
        line-height: 30px;
    }

    .header-of-page.show-phone-menu .header-content .right-login .free {
        width: 168px;
        line-height: 48px;
        color: #ffffff;
    }

    .header-of-page.header-scrolls .header-content .icon_menu {
        color: #353030;
    }
}

@media (max-width: 999px) {
    .header-message-container .header-content .header-user {
        text-align: center;
    }

    .header-message-container .header-content .header-user .message {
        display: block;
        margin-right: 0;
    }

    .header-message-container .header-content .header-user .message .mes-count {
        display: none !important;
    }

    .header-message-container .header-content .header-user .user-menu {
        padding: 0;
    }

    .footer-of-page {
        padding: 64px 4% 32px;
    }

    .footer-of-page .footer-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 64px;
        padding-left: 96px;
        margin: 0 auto;
    }

    .footer-of-page .footer-content .footer-item {
        width: 33.33%;
        margin-top: 32px;
    }

    .page-title-first {
        font-size: 40px;
        line-height: 48px;
    }

    .pagination li {
        margin: 0 5px;
    }

    .pagination li a {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }

    .secondary-menu a {
        margin: 10px 10px 0;
        font-size: 14px;
        line-height: 60px;
    }

    .custom {
        margin-top: 60px;
    }
}

@media (max-width: 870px) {
    .faqs .faqs-content .faqs-detail h6 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .global-banner .banner-inner .banner-title1 {
        font-size: 28px;
    }

    .global-banner .banner-inner .banner-title2 {
        font-size: 16px;
    }

    .content-banner {
        height: 240px;
        padding-top: 90px;
    }

    .content-banner h1 {
        font-size: 22px;
    }

    .content-banner h3 {
        font-size: 22px;
    }

    .content-banner h4 {
        font-size: 14px;
    }

    .content-red,
    .content-grey {
        padding: 100px 0;
    }

    .content-red h5,
    .content-grey h5,
    .content-red .content-red-title,
    .content-grey .content-red-title {
        font-size: 28px;
    }

    .content-red h6,
    .content-grey h6,
    .content-red .content-red-des,
    .content-grey .content-red-des {
        font-size: 18px;
        margin: 15px 0 30px;
    }

    .content-red .footer-btna,
    .content-grey .footer-btna {
        width: 160px;
        font-size: 14px;
        height: 54px;
        line-height: 54px;
    }

    .clear-space .pagination li {
        margin: 0 2px;
    }

    .clear-space .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }

    .custom .custom-wrap {
        padding: 0;
    }

    .custom .custom-wrap .swiper-container .swiper-slide {
        padding-top: 15px;
    }

    .custom .custom-wrap .swiper-button-prev {
        left: -10px;
    }

    .custom .custom-wrap .swiper-button-next {
        right: -10px;
    }

    .faqs h5 {
        font-size: 28px;
    }

    .global-banner .banner-inner .play-video {
        display: block;
        margin: 0 auto 30px;
    }
}

@media (max-width: 700px) {
    .global-banner .banner-inner .title-phone {
        display: block;
    }

    .global-banner .banner-inner .title-web {
        display: none;
    }
}

@media (max-width: 640px) {
    .faqs .faqs-content .faqs-detail {
        padding: 0 30px;
        background-position: 44px;
    }

    .faqs .faqs-content .faqs-detail p {
        width: auto;
    }

    .faqs .faqs-content .nav .nav-btn {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .secondary-menu a {
        line-height: 50px;
        white-space: nowrap;
    }

    body .global-video-bullet-box {
        padding: 20px;
    }

    body .youtube-pup-container {
        padding: 20px;
    }
}

@media screen and (max-width: 540px) {
    .global-count-down li {
        width: 70px;
        margin: 0 6px;
    }

    .global-count-down li span {
        width: 32px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 4px;
    }

    .global-count-down li::after {
        margin-left: 0;
        width: 12px;
        line-height: 28px;
    }

    .global-count-down li::before {
        font-size: 14px;
        margin-top: 0;
    }
}

@media screen and (max-width: 520px) {
    .msg-box {
        min-width: 92%;
        box-sizing: border-box;
    }
}

@media (max-width: 499px) {
    .page-title-first {
        font-size: 32px;
        line-height: 40px;
    }

    .tos {
        margin: 36px auto;
    }

    .tos .last {
        margin-top: 17px;
    }

    .tos h6 {
        font-size: 18px;
    }

    .tos p {
        font-size: 14px;
        line-height: 24px;
    }

    .global-banner .banner-video {
        display: none;
    }

    .global-banner .banner-inner {
        padding: 0 8%;
    }

    .global-banner .banner-inner .banner-title1 {
        font-size: 22px;
    }

    .global-banner .banner-inner .banner-title2 {
        font-size: 14px;
    }

    .content-banner {
        padding-top: 95px;
    }

    .content-banner h1 {
        font-size: 20px;
        padding: 0 30px;
    }

    .content-banner h3 {
        font-size: 20px;
    }

    .content-red,
    .content-grey {
        padding: 80px 28px;
    }

    .content-red h5,
    .content-grey h5,
    .content-red .content-red-title,
    .content-grey .content-red-title {
        font-size: 20px;
    }

    .content-red h6,
    .content-grey h6,
    .content-red .content-red-des,
    .content-grey .content-red-des {
        font-size: 16px;
        width: 90%;
        margin: 15px auto 30px;
        line-height: 1.5;
    }

    .content-red .banner-btn,
    .content-grey .banner-btn {
        margin-top: 24px;
    }

    .customer-service {
        display: none;
    }

    .content-blue {
        padding: 64px 4%;
    }
}

@media (max-width: 460px) {
    .faqs .content {
        width: 92%;
    }

    .faqs .faqs-content .faqs-detail {
        padding: 0;
        background-position: 13px;
    }

    .faqs .faqs-content .faqs-detail p {
        margin-left: 40px;
    }

    .faqs .faqs-content .faqs-detail h6 {
        padding-left: 38px;
    }
}

@media (max-width: 375px) {
    .faqs .faqs-content .faqs-detail h6 {
        font-size: 16px;
        padding-left: 40px;
        margin-bottom: 16px;
    }

    .faqs .faqs-content .faqs-detail p {
        margin-right: 4px;
    }

    .custom .custom-wrap .swiper-container .swiper-slide {
        height: auto;
    }

    .custom .custom-wrap .swiper-container .swiper-slide p {
        margin-bottom: 60px;
    }

    .tos {
        width: 80%;
    }
}

@media (max-width: 320px) {
    .global-banner .banner-inner .banner-title1 {
        font-size: 20px;
    }
}


@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

.login .modal-dialog {
    /*width: 350px;*/
    width: 100%;
}

.login .modal-footer {
    border-top: 0;
    margin-top: 0;
    padding: 10px 20px 20px
}

.login .modal-header {
    border: 0;
    padding: 15px
}

.login .modal-body {
    padding: 30px;
}

.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.login .division .line {
    border-top: 1px solid #dfdfdf;
    position: absolute;
    top: 10px;
    width: 34%
}

.login .division .line.l {
    left: 0
}

.login .division .line.r {
    right: 0
}

.login .division span {
    color: #424242;
    font-size: 17px
}

.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center
}

.login .social .circle {
    background-color: #eee;  /* Light gray background */
    color: #fff;             /* White text color */
    width: 50px;             /* Fixed width (adjust as needed) */
    height: 50px;           /*Remove commented height*/
    border-radius: 100px;     /* Circular shape */
    display: inline-block;   /* Display as an inline block */
    margin: 0 17px;          /* Margin for spacing */
    padding: 15px;           /* Padding for content within circle */
}

.login .social .circle .fa {
    font-size: 16px
}

.login .social .facebook {
    background-color: #455ca8;
    color: #fff
}

.login .social .google {
    background-color: #f74933
}

.login .social .github {
    background-color: #403a3a
}

.login .facebook:hover {
    background-color: #6e83cd
}

.login .google:hover {
    background-color: #ff7566
}

.login .github:hover {
    background-color: #4d4d4d
}

.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.login .btn-login, .registerBox .btn-register {
    background-color: #0bf;
    border-color: #0bf;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%
}

.login .btn-login:hover, .registerBox .btn-register:hover {
    background-color: #00a4e4;
    color: #fff
}

.login .form-control {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .09);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .09) inset;
    color: #192850;
}

.login .form-control:hover {
    background-color: #024a852e;
}

.login .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04) inset;
    background-color: #024a852e;
    /*color: #fff*/
}

.login .box .form input[type=text], .login .box .form input[type=password] {
    border-radius: 3px;
    border: none;
    color: #192850;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%
}

@media (max-width: 400px) {
    .login .modal-dialog {
        width: 100%
    }
}

.big-login, .big-register {
    background-color: #0bf;
    color: #fff;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.big-login:hover {
    background-color: #00a4e4;
    color: #fff
}

.big-register {
    background-color: transparent;
    color: #0bf;
    border-color: #0bf
}

.big-register:hover {
    border-color: #00a4e4;
    color: #00a4e4
}