:root {
    --main-color: inherit;
}

body {
    background: #F4F6FB;
}

.col-2 {
    flex: 14%;
    max-width: 14%;
    padding: 0;
}

.col-8 {
    flex: 72%;
    max-width: 72%;
    padding: 0;
}

.hide{
    display: none!important;
}
.client-type-pc, .client-type-mobile{
    width: 100%;
}
.container-fluid {
    opacity: 0;
}

.container-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.component-header .header-top {
    background: var(--main-color);
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem 0;
}

.component-header .header-nav {
    background: #fff;
    padding: .75rem 0;
}

.component-header .header-nav .nav-logo {
    text-align: center;
    text-decoration: none;
    margin-right: 1rem;
}

.component-header .header-nav .nav-logo img {
    width: auto;
    height: 3rem;
    margin-right: .75rem;
}

.component-header .header-nav .nav-logo .title {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.component-header .header-nav .nav-box {
    margin-bottom: 0;
}

.component-header .header-nav .nav-box .nav-item a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #333;
    transition: color .3s;
    text-decoration: none;
}

.component-header .header-nav .nav-box .nav-item.active a {
    color: var(--main-color);
}

.component-header .header-nav .nav-box .nav-item:hover a {
    color: var(--main-color);
}

.component-header .header-nav .nav-mobile {
    display: none;
}

.component-header .header-nav .nav-mobile button {
    background: transparent;
    border: none;
    transition: all .3s;
}

.component-header .header-nav .nav-mobile button .icon-bar {
    margin: auto;
    display: block;
    width: 1.625rem;
    height: .1875rem;
    border-radius: .125rem;
    background: var(--main-color);
    margin-top: .375rem;
}

.component-header .header-nav .nav-mobile button .icon-bar:first-child {
    margin-top: 0;
}

.component-header .header-nav .nav-mobile .nav-list {
    position: relative;
    display: none;
}

.component-header .header-nav .nav-mobile .nav-list ul {
    position: absolute;
    top: .5rem;
    right: 0;
    background: #fff;
    width: 10rem;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.18);
    border-radius: .3125rem .3125rem 0 0;
    margin: 0;
}

.component-header .header-nav .nav-mobile .nav-list ul li {
    text-align: center;
}

.component-header .header-nav .nav-mobile .nav-list ul li a {
    text-decoration: none;
    background: #fff;
    font-size: .875rem;
    color: #000;
    transition: color 0.3s;
    display: block;
    padding: .625rem .9375rem;
}

.component-header .header-nav .nav-mobile .nav-list ul li.active a {
  color: var(--main-color);
}

.component-header .right-nav{
    position: fixed;
    right: 0;
    top: calc(50% - 100px);
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 2px 10px 1px rgb(0 0 0 / 5%);
    display: inline-flex;
    flex-direction: column;
}
.component-header .right-nav .block{
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    cursor: pointer;
    padding: 13px 8px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.component-header .right-nav .block:hover .block-show{
    display: inline-flex!important;
}
.component-header .right-nav .block .block-icon{
    width: 20px;
    height: 20px;
}
.component-header .right-nav .block .block-show{
    display: none;
    position: absolute;
    right: 0;
    /*width: 110px;*/
    width: max-content;
    padding-left: 15px;
    height: 32px;
    background: #1678FF;
    color: #fff;
    font-size: 12px;
    /*display: inline-flex;*/
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    border-radius: 15px 0 0 15px;
    text-decoration: none;
}
.component-header .right-nav .block .block-show .show-title{}
.component-header .right-nav .block .block-show .show-image{
    height: 32px;
    width: 32px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.component-header .right-nav .block .block-show  .show-image .show-icon{
    width: 20px;
    height: 20px;
}


.component-footer {
    background: #363636;
    text-align: center;
    position: relative;
}

.component-footer .footer-logo {
    margin-bottom: 2.2rem;
}

.component-footer .footer-logo img {
    width: auto;
    height: 3rem;
    margin-right: .75rem;
    background: #fff;
    border-radius: 50%;
}

.component-footer .footer-logo .title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
}

.component-footer .footer-info span {
    color: #fff;
    font-size: .875rem;
    line-height: 2rem;
    margin: 0 .5rem;
}

.component-footer .footer-info span b {
    font-weight: normal;
}

.component-footer .footer-info span a {
    color: #fff;
    list-style: none;
}
.component-footer .client-type-mobile .footer-logos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.component-footer .client-type-mobile .footer-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}
.component-footer .client-type-mobile .footer-info span{
    margin: 0!important;
}


.component-footer .top{
    width: 100%;
    padding: 70px 4%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #363636;
    margin-bottom: 110px;
    position: relative;
}
.component-footer .top .left{
    width: 35%;
    color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    top: -2px;
    overflow: hidden;
    white-space: nowrap;
}
.component-footer .top .left .left-item{
    padding: 0 0 0 3px!important;
    margin: 0!important;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
}
.component-footer .top .right{
    width: 65%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
}
.component-footer .top .right .right-content{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 17px;
}
.component-footer .top .right .right-top{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid #8A8A8A;
}
.component-footer .top .right .right-top .right-top-block{
    width: 60px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}
.component-footer .top .right .right-top .right-top-block:hover .qr-code{
    display: block!important;
}
.component-footer .top .right .right-top .right-top-block:not(:last-child){
    margin-right: 8px;
}
.component-footer .top .right .right-top .right-top-block .right-top-block-img{
    width: 40px;
    height: 40px;
}
.component-footer .top .right .right-top .right-top-block .right-top-block-title{
    color: #8A8A8A;
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
}
.component-footer .top .right .right-top .right-top-block .qr-code{
    --image-size-: 100px;

    position: absolute;
    top: 0;
    width: var(--image-size-);
    height: var(--image-size-);
    display: none;
}
.component-footer .top .right .right-top .right-top-block .qr-code-img{
    width: var(--image-size-);
    height: var(--image-size-);
    position: relative;
    display: inline-block;
}
.component-footer .top .right .right-top .right-top-block .qr-code:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    z-index: 1;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.component-footer .top .right .right-bottom{
    color: #8A8A8A;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
}
.component-footer .top .right .right-bottom .right-bottom-title{
    font-size: 21px;
}
.component-footer .top .right .right-bottom .right-bottom-english{
    font-size: 12px;
}
.component-footer .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: #333333;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.component-footer .bottom .join{
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.component-footer .bottom .join .join-item{
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
}
.component-footer .bottom .join .join-item:not(:last-child){
    margin-right: 40px;
}
.component-footer .bottom .join .join-item:not(:last-child):after{
    content: "";
    position: absolute;
    right: -20px;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #ffffff;
}
.component-footer .bottom .footer-info{
    overflow: hidden;
    white-space: nowrap;
}
.component-footer .bottom .footer-info span{}


.container-carousel {
    height: 20vw;
    margin: 0 -15px;
}

.container-carousel .carousel-inner,
.container-carousel .carousel-item {
    height: 100%;
}

.container-carousel .carousel-indicators li {
    width: .75rem;
    height: .75rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 .375rem;
    box-sizing: border-box;
    opacity: 1;
    border: none;
}

.container-carousel .carousel-indicators li.active {
    background: var(--main-color);
}

.container-banner {
    position: relative;
    height: 20vw;
}

.container-banner .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-banner .banner-title {
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.container-banner .banner-title .title {
    position: relative;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #FFFFFF;
}

.container-banner .banner-title .title::after {
    content: "";
    display: block;
    width: 4.875rem;
    height: .5rem;
    background: #fff;
    position: absolute;
    bottom: -1rem;
}

.container-banner .banner-title .subtitle {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 1rem;
}

.versionName {
    font-style: normal;
}

.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0 1rem;
    display: none;
}

.empty img {
    width: 50vw;
    max-width: 18.75rem;
    height: auto;
}

.empty span {
    color: #999;
    font-size: 1rem;
    line-height: 1.25rem;
}

#page {
    margin: 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page .xl-totalPage {
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-right: .75rem;
}

#page ul {
    margin: 2rem 0 0;
}

#page ul li {
    text-align: center;
    display: inline-block;
    color: var(--main-color);
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .25rem .375rem;
    min-width: 1.875rem;
    border: 1px solid var(--main-color);
    border-radius: .25rem;
    margin: 0 .1875rem;
    cursor: pointer;
    transition: all .3s;
    background: #fff;
}

#page ul li.xl-active, #page ul li:hover {
    color: #fff;
    background: var(--main-color);
}

#page ul li.xl-disabled {
    color: #DDDDDD;
    border: 1px solid #DDDDDD;
    background: #fff;
    cursor: no-drop;
}

button[data-toggle="modal"] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
}

.modal-dialog .modal-header {
    border: none;
    padding-bottom: 0;
    height: 43.75px;
}

.modal-dialog .modal-header .modal-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.125rem;
    text-align: center;
    flex: 1;
    /*padding-left: 3rem;*/
    position: absolute;
    left: 0;
    width: 100%;
}

.modal-dialog .modal-body .tips {
    color: #8D8D8D;
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
}

.modal-dialog .modal-body .code {
    width: 100%;
    max-height: 25rem;
    max-width: 25rem;
    margin: 1rem auto;
}

@media (max-width: 1900px) {
    html {
        font-size: 16px;
    }

    .col-2 {
        flex: 12%;
        max-width: 12%;
    }

    .col-8 {
        flex: 76%;
        max-width: 76%;
    }
}

@media (max-width: 1400px) {
    html {
        font-size: 14px;
    }

    .col-2 {
        flex: 10%;
        max-width: 10%;
    }

    .col-8 {
        flex: 80%;
        max-width: 80%;
    }
}

@media (max-width: 1160px) {
    html {
        font-size: 12px;
    }

    .col-2 {
        flex: 8%;
        max-width: 8%;
    }

    .col-8 {
        flex: 84%;
        max-width: 84%;
    }
}

@media (max-width: 967px) {
    html {
        font-size: 12px;
    }

    .col-2 {
        flex: 6%;
        max-width: 6%;
    }

    .col-8 {
        flex: 88%;
        max-width: 88%;
    }
}

@media screen and (max-width: 767px) {
    .col-2 {
        width: 1rem;
        max-width: 1rem;
        flex: 0 0 1rem;
        padding: 0;
    }

    .col-8 {
        width: calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        flex: 0 0 calc(100% - 2rem);
    }

    html {
        font-size: 16px;
    }

    .container-banner {
        height: 45vw;
    }

    .container-banner .banner-title {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0;
    }

    .container-banner .banner-title .title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .container-banner .banner-title .title::after {
        display: none;
    }

    .container-banner .banner-title .subtitle {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-left: 0;
        margin-top: .5rem;
    }

    .component-header .header-nav {
        padding: 0.5rem 0;
    }

    .component-header .header-nav .nav-logo img {
        width: auto;
        height: 2.25rem;
        margin-right: .5rem;
    }

    .component-header .header-nav .nav-logo .title {
        color: #333;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.25rem;
    }

    .component-header .header-nav .nav-normal {
        display: none;
    }

    .component-header .header-nav .nav-mobile {
        display: block;
    }

    .component-footer {
        padding: 2rem 0;
    }

    .component-footer .footer-logo {
        margin-bottom: 1rem;
    }

    .component-footer .footer-logo img {
        width: auto;
        height: 2.5rem;
        margin-right: .5rem;
    }

    .component-footer .footer-logo .title {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375rem;
    }

    .container-carousel {
        height: 50vw !important;
    }

    #page .xl-totalPage {
        font-size: .75rem;
    }

    #page ul li {
        padding: 0.25rem .375rem;
        font-size: .75rem;
    }
}
