.top-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.top-title-describe {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.div-top {
    margin-top: 80px;
}

.div-bottom {
    padding-bottom: 80px;
}

.video-border {
    border: solid rgba(255, 255, 255, 0.1);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px;
}

.video-border-bottom-a {
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 2px;
    height: 15px;
    margin-top: -2px;
}

.video-border-bottom-b {
    border: solid rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-width: 2px;
    height: 10px;
    margin-top: -2px;
}

.about-ico-title {
    /*height: 294px;*/
    border-radius: 32px;
    border: solid rgba(186, 151, 153, 0.3);
    padding: 32px;
}

.about-ico-title img {
    margin-top: 24px;
}

.about-title {
    margin-top: 32px;
    color: #250f11;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}

.about-details {
    margin-top: 16px;
    color: #624d4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}


.card-body {
    padding: 0px !important;
}

.company-profile-design {
    color: #a08a8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

.company-profile-title {
    color: #250f11;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
}

.company-profile-content {
    color: #624d4e;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
}

.company-profile-button button {
    height: 56px;
    border-radius: 28px;
    background: #ffdda9;
    margin-top: 64px;
    margin-bottom: 24px;
}

.team-title {
    color: #250f11;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    letter-spacing: -2px;
}

.team-content {
    color: #624d4e;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 40px;
}

.team-list-title {
    color: #250f11;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-top: 32px;
}

.team-list-content {
    color: #624d4e;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
}

.team-ico-title {
    color: #250f11;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.8px;
    margin-top: 40px;
}

.team-ico-content {
    color: #624d4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 16px;
}


.lbt-box {
    position: relative;
    height: 400px;
    margin: 0 auto;
}

.imgs {
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.imgitem {
    position: absolute;
    height: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: .8s;
    opacity: 0;
}


.cur-img {
    z-index: 100;
    opacity: 1;
    pointer-events: none;
}

.pre-img {
    transform: translateX(-200px) scale(0.8);
    z-index: 9;
    opacity: 0.9;
    cursor: pointer;
    width: 160px;
}

.next-img {
    transform: translateX(200px) scale(0.8);
    z-index: 9;
    opacity: 0.9;
    cursor: pointer;
    width: 160px;
}

.button-pre {
    position: absolute;
    top: 122px;
    cursor: pointer;
}

.button-next {
    position: absolute;
    top: 122px;
    left: 100%;
    cursor: pointer;
}

.develop-div-data {
    margin-top: 32px;
}

.develop-time {
    color: #250f11;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.develop-title {
    color: #624d4e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.develop-describe-title {
    color: #250f11;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    margin-top: 64px;
}

.imgitem .develop-div-data {
    opacity: 0;
}

.cur-img .develop-div-data {
    opacity: 1;
    transition: 2s;
}


.card-text-title {
    margin-top: 40px;
    color: #250f11;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.card-text-subtitle {
    color: #816b6d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
}


.recruit-list .nav-link {
    height: 100px;
    width: 100%;
    border-radius: 32px;
    border: solid rgba(186, 151, 153, 0.3);
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
}

.recruit-list .nav-link:not(:last-child) {
    margin-bottom: 16px;
}

.recruit-list .nav {
    display: inherit;
}

.recruit-list .nav::-webkit-scrollbar {
    display: none;
}

.nav-pills .nav-link.active {
    background-color: #CA161D;
    border: solid #CA161D;
}

.nav-pills .nav-link.active .recruit-img-active {
    display: block;
}

.nav-pills .nav-link.active .recruit-img {
    display: none;
}

.nav-pills .nav-link .recruit-img-active {
    margin-left: 40px;
    height: 16px;
    width: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
}

.nav-pills .nav-link .recruit-img {
    margin-left: 40px;
    height: 16px;
    width: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.nav-pills.nav-pills-secondary .nav-link.active {
    border-radius: 14px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 5px 20px rgba(18, 2, 47, 0.1);
    height: 34px;
    text-align: center;
    color: #000;
    line-height: 28px;
    border: solid #ffffff;
}

.nav-pills.nav-pills-secondary .nav-link {
    color: #624d4e;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}

.tab-content-secondary {
    margin-left: 56px;
    margin-right: 56px;
    margin-top: 42px;
    margin-bottom: 68px;
    color: #250f11;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 232px;
    overflow: auto;
}

.tab-content-secondary::-webkit-scrollbar {
    display: none;
}

.tab-content-contact-info {
    height: 24px;
    color: #250f11;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: -58px;
    /*background: #000;*/
    margin-left: 56px;
    margin-right: 56px;
}

.recruit-title {
    line-height: 94px;
    margin-left: 24px;
}

.recruit-arrow {
    /*margin-top: 14px;*/
    display: none;
    cursor: pointer;
}

.case-base-title-top-a {
    margin-top: 180px;
}

.case-base-title-top-b, .case-base-title-top-c {
    margin-top: 40px;
}

.imgitem img {
    width: 160px;
    height: 160px;
}

.flex-column-f-list {
    margin-left: 40px;
    margin-right: 40px;
}

.rounded-img {
    border-radius: 32px;
}

.ext-user-img img {
    border-radius: 32px !important;
}

@media only screen and (max-width: 992px) {
    .develop-div-data {
        margin-top: 20px;
    }

    .team-swiper-slide {
        padding-top: 44px;
        padding-bottom: 44px;
        /*padding-left: 28px;*/
        /*padding-right: 15px;*/
    }

    .ext-user-img::after {
        border-radius: 24px !important;
    }

    .ext-user-div {
        max-height: 100%;
        overflow: auto;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .video-border {
        padding: 12px 9px 9px 7px;
    }

    .top-title, .top-title-describe {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .wow-all-tip {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }

    .tab-content-secondary, .tab-content-contact-info {
        margin-left: 24px;
        margin-right: 24px;
        margin-top:0px;
        height:auto;
    }

    .ext-user-img img {
        border-radius: 24px !important;
    }

    .rounded-img {
        border-radius: 24px;
    }

    .recruit-arrow-div-up {
        padding-top: 32px !important;
        height: 20px;
        margin-bottom: 24px;
    }

    .recruit-arrow-div-down {
        padding-top: 24px;
        height: 20px;
        margin-bottom: 48px;
    }

    .recruit-list .nav-link {
        height: 80px;
        border-radius: 16px;
    }

    .nav-pills .nav-link .recruit-img-active, .nav-pills .nav-link .recruit-img {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 24px;;
    }

    .recruit-title {
        /*color: #ffffff;*/
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
    }

    .develop-time {
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }

    .develop-title {
        color: rgba(255,255,255,0.7);
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .develop-describe-title {
        margin-top: 24px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 26px;
        height: 72px;
    }

    .imgitem {
        height: 230px;
    }

    .lbt-box {
        height: 270px;
    }

    .case-base-title-top-a {
        margin-top: 104px;
    }

    .about-ico-title img {
        width: 32px;
        height: 32px;
    }

    .case-base-title-top-b {
        margin-top: 8px;
    }

    .case-base-title-top-c {
        margin-top: 24px;
    }

    .div-bottom {
        padding-bottom: 109px;
    }

    .about-ico-title {
        padding: 8px;
        padding-bottom: 32px;
    }

    .about-title {
        color: #250f11;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-top: 24px;
    }

    .about-details {
        color: #624d4e;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 8px;
        height: 48px;
    }

    .div-top {
        margin-top: 0px;
    }

    .company-profile-design {
        text-align: center;
    }

    .team-title {
        color: #250f11;
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
    }

    .team-list-title {
        font-size: 16px;
    }

    .team-list-content {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 24px;
        padding-bottom: 16px;
    }

    .pre-img {
        transform: translateX(-80px) scale(0.6667);
        top: -56px;
        opacity: 0.2;
    }

    .next-img {
        transform: translateX(80px) scale(0.6667);
        top: -56px;
        opacity: 0.2;
    }

    .imgitem img {
        width: 72px;
        height: 72px;
    }

    .button-pre {
        top: 46px;
    }

    .button-next {
        top: 46px;
    }

    .team-content {
        margin-top: 24px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .card-text-title {
        margin-top: 24px;
        color: #250f11;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .card-text-subtitle {
        margin-top: 8px;
        color: #816b6d;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .flex-column-f-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .company-profile-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 34px;
        /*text-align: center;*/
        min-width: 345px;
    }

    .company-profile-content {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        /*text-align: center;*/
        margin-top: 16px;
    }

    .company-profile-button button {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .team-ico-title {
        /*margin-top: 32px;*/
        /*font-size: 18px;*/
        /*font-weight: 400;*/
        /*line-height: 26px;*/
        /*text-align: center;*/
        height: 36px;
        color: #ffffff;
        font-size: 30px;
        font-weight: 400;
        margin-top: 0px;
        text-align: left;
        margin-left: 20px;
    }

    .team-ico-content {
        font-size: 12px;
        color: #ffffff;
        font-weight: 400;
        line-height: 18px;
        text-align: left !important;
        /*letter-spacing: -1.2773328px;*/
        margin-left: 20px;
        margin-top: 12px;
    }

    .click-pre img {
        width: 15px;
        height: 8px;
    }

    .click-next img {
        width: 15px;
        height: 8px;
    }

    .mySwiper .swiper-slide-prev {
        transform: scale(0.95) !important;
        transition: all 0.3s linear;
    }

    .mySwiper .swiper-slide-next {
        transform: scale(0.95) !important;
        transition: all 0.3s linear;
    }

    .fzlc-swiper .swiper-slide-prev {
        transform: scale(0.95) !important;
        transition: all 0.3s linear;
        opacity: 0.8;
    }

    .fzlc-swiper .swiper-slide-next {
        transform: scale(0.95) !important;
        transition: all 0.3s linear;
        opacity: 0.8;
    }

    .collapse-list {
        position: relative !important;
        background-color: #ffffff;
    }

    .accordion {
        width: 100%;
        margin-left: 15px;
        margin-right: 15px;

    }
    .collapse:not(.show){
        transition: all 0.5s linear;
    }
    .card-header.active{
        background: #ca161d;
        background-blend-mode: normal;
        transition: all 0.5s linear;
        /*border: 2px solid rgba(186, 151, 153, 0.3);*/
    }
    .card-header {
        border-radius: 14px !important;
        /*background: #ca161d;*/
        background-blend-mode: normal;
        /*border: 2px solid rgba(186, 151, 153, 0.3);*/
        /*border-top-width: 0px;*/
        padding: 11px 22px 11px 22px;
    }
    .card-header .recruit-title{
        color: #250f11;
        font-weight: 400;
        font-size: 18px;
    }
    .card-header.active .recruit-title{
        color: #ffffff;
        font-weight: 400;
        font-size: 18px;
    }
    .card {
        border-radius: 16px !important;
        /*border: transparent;*/
        border: 2px solid rgba(186, 151, 153, 0.3)!important;
    }

    .card-body {
        background-color: #ffffff;
        /*border: 2px solid rgba(186, 151, 153, 0.3);*/
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        border-top-width: 0px;
    }

    .show {
        transition: all 0.5s linear;
    }

    .btn-link {
        height: 28px;
        color: #ffffff !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        padding: 0px;
    }
    .btn-link .recruit-img-active{
        display: none;
    }
    .btn-link.active .recruit-img-active{
        display: inline;
    }
    .btn-link .recruit-img{
        display: inline;
    }
    .btn-link.active .recruit-img{
        display: none;
    }
    .recruit-title{
        margin-left: 16px;
    }
    .tab-content-secondary{
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .swiper-pagination-bullet-active{
        background: #250f11!important;
    }
}

.collapsed {
    transition: all 1s linear;
}

.ext-user-img {
    position: relative;
}

.ext-user-img::after {
    background: rgba(43, 2, 5, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    border-radius: 32px;
    opacity: 0;
}

.ext-user-img:hover:after {
    opacity: 1;
}

.ext-user-img:hover .ext-user-div {
    opacity: 1;
}

.ext-user-div {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    text-align: center;
    padding: 42px 24px;
    color: #ffffff;
    opacity: 0;
    font-size: 18px;
    font-weight: 400;
}