.vip {
    position: relative;
}
.inside-banner {
    height: 680px;
    background: url(../images/inside-banner-2.png) center/cover no-repeat;
}
@media screen and (max-width: 1480px) {
    .inside-banner {
        height: 550px;
    }
}
@media screen and (max-width: 1380px) {
    .inside-banner {
        height: 490px;
    }
}
.inside-banner .container .left-content {
    padding-top: 132px;
}

.inside-banner .container .left-content .content-box {
    height: 347px;
    width: 611px;
}

.inside-banner .container .left-content .content-box .bigTitle {
    font-family: "D-DINExp-Bold";
    font-size: 56px;
    color: #233863;
    line-height: 72px;
    text-align: left;
    margin-bottom: 24px;
}

.inside-banner .container .left-content .content-box .description {
    font-family: Verdana;
    font-size: 20px;
    color: #233863;
    line-height: 34px;
    text-align: left;
    margin-bottom: 24px;
}

.inside-banner .container .left-content .content-box .btn {
    width: 180px;
    height: 52px;
    background: #229af4;
    border-radius: 45px;
}

.inside-banner .container .left-content .content-box .btn .getBtn {
    height: 52px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
}
.display {
    padding-top: 82px;
}

.display .banner-01 {
    display: none;
}
.display .mobile-display-01 {
    display: none;
}
.display-box .mobile-display-03 {
    display: none;
}

.display .title-01 {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
    margin-bottom: 56px;
}

.display .display-box {
    display: flex;
    justify-content: space-between;
    height: 500px;
    margin-bottom: 72px;
}

.display .display-box .content-box {
    display: flex;
    height: 500px;
    width: calc(100% - 580px);
    flex-direction: column;
    justify-content: center;
}

.display .display-box .content-box:last-of-type {
    margin-bottom: 60px;
}

.display .display-box img {
    width: 525px;
    height: 500px;
}

.display .display-box .content-box .title {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: left;
    margin-bottom: 32px;
}

.display .display-box .content-box .description {
    font-family: Verdana;
    font-size: 20px;
    color: #4a4a4a;
    line-height: 32px;
    text-align: left;
}
.powerful {
    padding-top: 200px;
    /* margin-bottom: 120px; */
}

.powerful .title-01 {
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    margin-bottom: 56px;
}

.powerful .seperate {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.powerful .seperate .powerful-box {
    width: 380px;
    height: 450px;
    background: #ffffff;
    box-shadow: 0px 18px 43px -6px rgba(197, 210, 235, 0.4);
    border-radius: 16px;
    transition: all 0.3s;
}

.powerful .seperate .powerful-box:hover {
    transform: translateY(-20px);
}

.powerful .seperate .powerful-box img {
    height: 208px;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.powerful .seperate .powerful-box .content-box {
    padding: 40px 32px;
}

.powerful .seperate .powerful-box .content-box .title {
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
    text-align: left;
    margin-bottom: 24px;
}

.powerful .seperate .powerful-box .content-box .description {
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: left;
}

.application {
    padding-top: 119px;
    margin-bottom: 240px;
}

.application .title-01 {
    width: 1261px;
    height: 43px;
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
    margin-bottom: 56px;
}

.application .fx {
    display: flex;
    justify-content: space-between;
}

.application .fx .application-box {
    width: calc((100% - 60px) / 2);
    height: 405px;
    padding: 40px 32px;
    border-bottom: 4px solid #4eddc7;
    transition: all 0.3s;
    background: #ffffff;
    box-shadow: 0px 18px 43px -6px rgba(197, 210, 235, 0.4);
    border-radius: 16px;
}

.application .fx .application-box:hover {
    transform: translateY(-20px);
    border-bottom: 4px solid #229af4;
}

.application .fx .application-box img {
    width: 164px;
    height: 104px;
    margin-bottom: 24px;
}

.application .fx .application-box .title {
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    margin-bottom: 24px;
}

.application .fx .application-box .description {
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.asked {
    margin-top: 89px;
}
.asked .title-01 {
    font-size: 40px;
    font-family: "D-DINExp-Bold";
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.asked .asked-box {
    margin-top: 56px;
}

.asked .asked-ul {
    width: 100%;
    margin-right: 16px;
    margin-bottom: 88px;
}
.asked .asked-ul li {
    position: relative;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(197, 210, 235, 0.2);
    border-radius: 8px;
    cursor: pointer;
}
.asked .asked-ul li:hover {
    background: linear-gradient(270deg, #3ae49e 0%, #00c9d0 100%);
}
.asked .asked-ul li.active:hover {
    background: #ffffff;
}
.asked .asked-ul li:hover .li-item .title-head p {
    color: #ffffff;
}
.asked .asked-ul li:hover .title-head::after {
    background-color: #ffffff;
}
.asked .asked-ul li.active:hover .li-item .title-head p {
    color: #233863;
}
.asked .asked-ul li .li-item {
    padding: 25px 24px 24px;
}

.asked .asked-ul li .li-item .title-head p {
    width: calc(100% - 24px);
    font-size: 18px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    color: #233863;
    line-height: 22px;
}
.asked .asked-ul li .li-item .title-box {
    display: none;
}
.asked .asked-ul li .li-item .title-box .text {
    width: 1162px;
    font-size: 14px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 20px;
}
.asked .asked-ul li .li-item .title-box .text-01 {
    margin-top: 17px;
}
.asked .asked-ul li .li-item .title-box .text-02 {
    margin-top: 8px;
}
.asked .asked-ul li .li-item .title-box .text-02:first-child {
    margin-top: 15px;
}
.asked .asked-ul li .li-item .title-box .tit {
    margin-top: 16px;
    font-size: 16px;
    font-family: Verdana;
    color: #4a4a4a;
    line-height: 24px;
}
.asked .asked-ul li.active .title-box {
    display: block;
}
.asked .asked-ul li .title-head::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: 24px;
    top: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #233863;
    background-color: #e8f5ff;
    background-image: url("../images/jia.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
.asked .asked-ul li.active .title-head::after {
    background-image: url("../images/jian.png");
}
.bg-01 {
    background: url(../images/bg-01.png) center/cover no-repeat;
    width: 925px;
    height: 1057px;
    position: absolute;
    top: 697px;
    right: 0;
    z-index: -1;
}
.bg-02 {
    background: url(../images/bg-02.png) center/cover no-repeat;
    width: 937px;
    height: 999px;
    position: absolute;
    top: 1278px;
    left: 0;
    z-index: -1;
}
.bg-03 {
    background: url(../images/bg-03.png) center/cover no-repeat;
    width: 891px;
    height: 1057px;
    position: absolute;
    top: 1808px;
    right: 0;
    z-index: -2;
}
.bg-04 {
    background: url(../images/bg-04.png) center/cover no-repeat;
    width: 100%;
    height: 741px;
    position: absolute;
    top: 2550px;
    left: 0;
    z-index: -1;
}
.bg-05 {
    background: url(../images/bg-05.png) center/cover no-repeat;
    width: 100%;
    height: 855px;
    position: absolute;
    top: 3290px;
    left: 0;
    z-index: -1;
}
.contact_us .txt1 {
    display: inline-flex;
    width: 1041px;
    font-family: D-DINExp, D-DINExp;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-bottom: 43px;
}
.contact_us .txt2 {
    margin-bottom: 0;
}
/*移动端*/
@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
    }
    .container {
        margin-top: 48px;
    }
    .inside-banner {
        height: auto;
        padding-top: 32px;
        background: url("../images/mobile/bg-header.png") center/cover no-repeat;
    }
    .inside-banner .container{
        margin-top: 0;
    }
    .inside-banner .container .left-content {
        padding-top: 0;
    }
    .inside-banner .container .left-content .content-box {
        width: initial;
        height: auto;
    }
    .inside-banner .container .left-content .content-box .bigTitle {
        font-family: D-DINExp, D-DINExp;
        font-weight: bold;
        font-size: 42px;
        color: #233863;
        line-height: 46px;
        text-align: left;
        font-style: normal;
        margin-bottom: 32px;
    }

    .inside-banner .container .left-content .content-box .description {
        font-family: Verdana;
        font-size: 20px;
        color: #4a4a4a;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        margin-bottom: 32px;
    }
    .inside-banner .container .left-content .content-box .btn {
        width: 100%;
        text-align: center;
    }
    .inside-banner .container .left-content .content-box .btn .getBtn {
        width: inherit;
    }
    .display .title-01 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 32px;
    }

    .display {
        padding-top: 0;
        margin-top: 32px;
    }
    .display .mobile-display-01 {
        display: block;
    }
    .display .banner-01 {
        display: block;
        object-fit: contain;
    }

    .display .display-box {
        height: auto;
        display: block;
        margin-bottom: 0px;
    }
    .display .display-box img {
        width: initial;
        height: auto;
    }
    .display .display-box .content-box {
        height: auto;
        width: initial;
    }
    .display .display-box .content-box:last-of-type {
        margin-bottom: 48px;
    }
    .display .multiple-membership {
        margin-bottom: 0;
    }
    .multiple-membership .content-box {
        margin-bottom: 0 !important;
    }
    .display .display-box .content-box .title {
        margin-bottom: 24px;
        padding:  0 24px;
    }
    .display .display-box .content-box .description {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        padding:  0 24px;
    }
    .display .display-box .display-01 {
        display: none;
    }
    .display .row-list {
        margin-top: 0;
    }
    .display .display-box .content-box .title {
        font-size: 32px;
        line-height: 35px;
        text-align: left;
    }
    .display-box .display-03 {
        display: none;
    }
    .display-box .mobile-display-03 {
        display: block;
    }
    .powerful {
        padding-top: 0;
        background: url(../images/bg-04.png) center 30px / contain no-repeat;
        /* margin-bottom: 120px; */
    }
    .powerful .title-01 {
        padding-top: 120px;
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 32px;
    }
    .powerful .container {
        margin-top: 0;
    }
    .powerful .seperate {
        gap: 24px;
        flex-direction: column;
    }
    .powerful .seperate .powerful-box {
        width: inherit;
        height: auto;
        box-shadow: 0px 18px 43px -6px rgba(197, 210, 235, 0.4);
        pointer-events: none;
    }
    .powerful .seperate .powerful-box img{
        height: auto;
    }
    .powerful .seperate .powerful-box .content-box{
        padding: 24px 24px 40px;
    }
    .powerful .seperate .powerful-box .content-box .title{
        margin-bottom: 16px;
    }
    .powerful .seperate .powerful-box .content-box .description{
        line-height: 24px;
    }
    .application {
        padding-top: 0;
        background: url(../images/bg-05.png) center bottom / contain no-repeat;
        margin-bottom: 0;
        padding-bottom: 90px;
    }
    .application .title-01 {
        width: initial;
        font-size: 32px;
        line-height: 35px;
        height: auto;
        margin-block: 48px 32px;
    }
    .application .container {
        margin-top: 0;
    }
    .application .fx {
        flex-direction: column;
        gap: 24px;
    }
    .application .fx .application-box {
        width: initial;
        height: auto;
        box-shadow: 0px 0px 43px -6px rgba(197, 210, 235, 0.4);
        display: flex;
        flex-direction: column;
        padding: 32px 24px 40px;
        pointer-events: none;
    }
    .application .fx .application-box:nth-child(2){
        border-bottom: 4px solid #229af4;
    }
    .application .fx .application-box img {
        align-self: center;
    }
    .application .fx .application-box .title{
        margin-bottom: 16px;
    }
    .application .fx .application-box .description{
        line-height: 24px;
    }
    .asked {
        margin-top: 48px;
    }
    .asked .title-01 {
        font-size: 32px;
        line-height: 35px;
    }
    .asked .asked-box {
        margin-top: 32px;
    }
    .asked .asked-ul {
        margin-right: 0;
        margin-bottom: 48px;
    }
    .asked .asked-ul li .li-item {
        padding: 16px;
    }
    .asked .asked-ul li .li-item .title-head {
        font-size: 18px;
    }
    .asked .asked-ul li .li-item .title-head p{
        width: calc(100% - 56px);
    }
    .asked .asked-ul li .li-item .title-box .text {
        width: initial;
        color: #888;
        line-height: 24px;
    }
    .asked .asked-ul li .li-item .title-box .text-01{
        margin-top: 15px;
    }

    .contact_us .txt1 {
        width: initial;
        font-size: 30px;
        line-height: 33px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .bg-05{
        background-image: none;
    }
}
