body, html {
    color: #222222;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 14px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    background: rgba(144, 147, 153, 0.3);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: none;
}

a {
    cursor: pointer;
    color: #222222;
    text-decoration: none !important;
}

a:hover {
    color: #555555;
}

ul, li, dl, dd {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

label {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 8px;
}

label input {
    margin-right: 3px;
}

input[type='text'], input[type='password'], input[type='number'] {
    outline: none;
    border: 1px solid #cccccc;
    width: 100%;
    padding: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
    -moz-appearance: textfield;
}

input[type='date'] {
    outline: none;
    border: 1px solid #cccccc;
    padding: 3px;
    background-color: #f8f8f8;
    font-size: 14px;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type='checkbox'] {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

select {
    outline: none;
    border: 1px solid #cccccc;
    padding: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
    -moz-appearance: textfield;
}

option {
    color: #222222;
}

textarea {
    outline: none;
    border: 1px solid #cccccc;
    width: 100%;
    height: 100px;
    padding: 5px;
    background-color: #f8f8f8;
    font-size: 14px;
}

.fontsize-12 {
    font-size: 12px !important;
}

.fontsize-14 {
    font-size: 14px !important;
}

.fontsize-16 {
    font-size: 16px !important;
}

.fontsize-18 {
    font-size: 18px !important;
}

.fontsize-20 {
    font-size: 20px !important;
}

.fontsize-24 {
    font-size: 24px !important;
}

.fontsize-32 {
    font-size: 32px !important;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #cccccc;
}

.w-33 {
    width: 33.33% !important;
}

@media (max-width: 992px) {
    .ipad-w-35 {
        width: 35% !important;
    }

    .ipad-w-50 {
        width: 50% !important;
    }

    .ipad-w-75 {
        width: 75% !important;
    }

    .ipad-w-100 {
        width: 100% !important;
    }

    .ipad-none {
        display: none !important;
    }

    .ipad-d-unset {
        display: unset !important;
    }

    .ipad-m-0 {
        margin: 0px !important;
    }

    .ipad-p-0 {
        padding: 0px !important;
    }

    .ipad-border-0 {
        border: 0px !important;
    }

    .ipad-banner-subject {
        font-size: 20px !important;
    }

    .ipad-carousel-h {
        height: 400px !important;
    }

    .ipad-uc-top {
        background-color: #f8f8f8;
    }
}

@media (max-width: 768px) {
    .mobile-w-35 {
        width: 35% !important;
    }

    .mobile-w-50 {
        width: 50% !important;
    }

    .mobile-w-75 {
        width: 75% !important;
    }

    .mobile-w-100 {
        width: 100% !important;
    }

    .mobile-formname {
        width: 110px !important;
    }

    .mobile-none {
        display: none !important;
    }

    .mobile-d-unset {
        display: unset !important;
    }

    .mobile-m-0 {
        margin: 0px !important;
    }

    .mobile-p-0 {
        padding: 0px !important;
    }

    .mobile-upf-input {
        width: 50vw !important;
    }
}

.popup-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.load-state {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 200;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.load-state div {
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
}

.button {
    cursor: pointer;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1bba9a;
}

.button-hollow {
    cursor: pointer;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 3px;
    color: #1bba9a;
    border: 1px solid #1bba9a;
}

.text-shadow {
    text-shadow: #000000 0px 1px 10px;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.toast-view {
    position: fixed;
    z-index: 1000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toast-view div {
    padding: 5px 10px;
    border-radius: 3px;
}

.main-color {
    color: #1bba9a;
}

.main-bg-color {
    background-color: #1bba9a;
}

.main-border-color {
    border: 1px solid #1bba9a;
}

.penone {
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
    /*
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    */
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.max-width-100 {
    max-width: 100%;
}

/* For video style adjustment managed by ueditor */
.edui-faked-video {
    margin: 10px;
    margin-left: 0px;
    margin-right: 15px;
    background-color: #000000;
    float: left;
    width: 420px;
    height: 280px;
}

.navbar-background {
    position: fixed;
    z-index: 800;
    top: 0px;
    left: 0px;
    right: 0px;
}

.top-content {
    height: 90px;
}

.logo {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.logo-icon {
    color: #1bba9a;
    font-size: 30px;
}

.logo-link {
    cursor: pointer;
    color: #1bba9a !important;
    font-weight: 600;
    text-shadow: #000000 0px 3px 5px;
    font-size: 24px;
    line-height: 26px;
}

.logo-link:hover {
    color: #1bba9a !important;
}

.menu-link {
    cursor: pointer;
    color: #eeeeee;
    font-size: 15px;
    align-items: center;
}

.menu-link:hover {
    color: #1bba9a;
}

.menu-link-separate {
    display: flex;
    align-items: center;
    font-size: 10px;
}

.menu-item-view {
    background-color: rgba(0, 0, 0, .7);
    min-width: auto;
    margin-top: 0px;
}

.menu-item-view a {
    font-size: 14px;
    color: #c0c0c0;
}

.menu-item-view a:hover {
    color: white !important;
}

.min-menu-view {
    position: fixed;
    z-index: 1500;
    top: 0px;
    bottom: 0px;
    right: -240px;
    display: flex;
    width: 240px;
    font-size: 15px;
    background-color: #24293a;
}

.min-menu-item {
    width: 100%;
}

.min-menu-item li {
    cursor: pointer;
    padding: 13px 15px;
    color: white;
    border-bottom: 1px solid #2a2f43;
}

.min-menu-contact p {
    margin: 15px 0px;
}

.carousel-item-view {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    color: #eeeeee;
}

.carousel-item-image1 {
    background-image: url('../images/banner-background1.jpg');
}

.carousel-item-image2 {
    background-image: url('../images/banner-background3.jpg');
}

.carousel-content {
    max-width: 90%;
}

.carousel-control-prev {
    margin-top: 160px;
    width: 20px;
    height: 20px;
}

.carousel-control-next {
    margin-top: 160px;
    width: 20px;
    height: 20px;
}

.captcha {
    cursor: pointer;
    margin-left: 5px;
}

.top-h {
    height: 100px;
}

.banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 400px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-attachment: unset;
}

.banner-doc {
    background-image: url('../images/banner-background4.jpg');
}

.body-content {
    line-height: 36px;
    font-size: 18px;
}

.body-content p {
    text-indent: 0em;
}

.disc-list li {
    list-style-type: disc !important;
    margin-left: 40px;
}

/*time axis*/

.timeline-left {
    width: 80px;
    display: flex;
    justify-content: center;
}

.timeline-right {
    width: calc(100% - 80px);
}

.timeline-right-line {
    width: 5px;
    height: 100%;
    background-color: rgba(78, 85, 91, .5);
    border-radius: 5px;
}

.timeline-right-node {
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.timeline-content {
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
}

.customize-icon {
    background-image: url("../images/customize-icon-70.png");
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: block;
}

.customize-icon1 {
    background-position: -70px 0px;
}

.customize-icon2 {
    background-position: -70px -140px;
}

.customize-icon3 {
    background-position: 0px 0px;
}

.customize-icon4 {
    background-position: -140px -210px;
}

.customize-icon5 {
    background-position: 0px -140px;
}

.customize-icon6 {
    background-position: 0px -210px;
}

.customize-icon7 {
    background-position: -70px -210px;
}

.customize-icon8 {
    background-position: -70px -70px;
}

.customize-icon9 {
    background-position: -140px 0px;
}

.customize-icon10 {
    background-position: -70px -280px;
}

.package-item {
    margin-top: 30px;
    padding: 25px;
    border: 1px dotted #1bba9a;
}

.package-item li {
    padding: 4px 0px;
}

.package-item li i {
    color: #1bba9a;
    padding-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}

.package-subject {
    font-size: 18px;
    text-align: center;
    padding-bottom: 18px !important;
    color: #333333;
}

.package-price {
    padding-left: 27px !important;
}

.package-price span {
    font-size: 18px;
    font-weight: 700;
    color: red;
}

.package-button {
    margin-top: 5px;
}

.product-list {
    display: table;
    width: 100%;
}

.product-list ul {
    display: table-row;
    font-size: 15px;
}

.product-list ul:nth-child(1) li {
    background-color: #eceff4;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 14px;
}

.product-list ul li {
    display: table-cell;
    padding: 22px;
    border-left: 1px solid white;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.product-list ul li:nth-child(1) {
    text-align: left;
    padding-left: 20px;
}

.product-list ul li:nth-last-child(1) {
    width: 180px;
    text-align: center;
}

.product-list-price span {
    font-size: 17px;
    font-weight: 700;
    color: red;
}

.product-features-item {
    display: flex;
    align-items: center;
    padding: 40px 10px;
    border-bottom: 1px dotted #cccccc;
}

.index-newscenter {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 60px;
}

.index-news-list {
    margin-top: 50px;
    padding: 20px 0px;
    padding-top: 0px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}

.index-news-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 25px;
    margin-bottom: 10px;
    padding: 15px 0px;
    border-bottom: 1px dotted #dddddd;
}

.index-news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index-news-subject {
    width: calc(100% - 120px);
    margin: 7px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.release-date {
    width: 70px;
    color: #777777;
}

.index-news-list-subject {
    width: calc(100% - 100px);
}

.page-code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    color: #555555;
}

.page-code span {
    color: #999999;
}

.page-code i {
    vertical-align: middle;
}

.footer {
    padding: 30px 0px;
    line-height: 40px;
    font-size: 14px;
    background-color: #151515;
    color: #999999;
}

.footer a {
    color: #999999;
}

.footer a:hover {
    color: #1bba9a;
}

.footer-qr {
    width: 105px;
}

.footer-onclick {
    cursor: pointer;
    color: #999999;
}

.footer-onclick:hover {
    color: #1bba9a;
}

.footer-links {
    margin-top: 20px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px dotted #333333;
}

.footer-links ul li {
    line-height: 30px;
}

.footer-copyright {
    background-color: #000000;
    color: #999999;
    font-size: 14px;
    padding: 25px 0px;
    text-align: center;
}

.footer-copyright a {
    color: #999999;
    font-size: 14px;
}

.footer-copyright a:hover {
    color: #1bba9a;
}
