@charset "utf-8";

[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #f7f7f7;
}

#mainBox {
    margin-bottom: 100px;
}

#mainBox .pageBanner {
    display: block;
    width: 100%;
    cursor: pointer;
}

#mainBox .isCenter {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

#mainBox .isCenter .twobgBox {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainBox .isCenter .twobgBox .txtBox {
    width: 585px;
    height: 180px;
    border-radius: 10px;
    padding: 30px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 24px;
    color: #0099AD;
    line-height: 24px;
}

#mainBox .isCenter .twobgBox .leftBg {
    background: url(/static/v2/img/newCustomer/newCustomer1.webp) no-repeat;
    background-size: 100% 100%;
}

#mainBox .isCenter .twobgBox .rightBg {
    background: url(/static/v2/img/newCustomer/newCustomer2.webp) no-repeat;
    background-size: 100% 100%;
}

#mainBox .isCenter .twobgBox .txtBox>p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 16px;
}

#mainBox .isCenter .twobgBox .txtBox>span {
    display: block;
    height: 17px;
    margin-top: 12px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}

#mainBox .isCenter .twobgBox .txtBox>a {
    margin-top: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #0099AD;
    line-height: 20px;

}

#mainBox .isCenter .twobgBox .txtBox>a::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(/static/v2/img/newCustomer/newCustomer3.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#mainBox .isCenter .itemOut {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#mainBox .isCenter .itemOut .leftNav {
    position: sticky;
    top: 84px;
    width: 184px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F1F1F8;
    padding: 4px;
}

#mainBox .isCenter .itemOut .leftNav .aNav {
    width: 100%;
    height: 40px;
    padding: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: PingFang SC Regular, PingFang SC Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    cursor: pointer;
}

#mainBox .isCenter .itemOut .leftNav .aNav>img {
    display: block;
    width: 12px;
    height: 14px;
    border-radius: 2px 2px 2px 2px;
    margin-right: 6px;
}

#mainBox .isCenter .itemOut .leftNav .aNav>.img1 {
    display: block;
}

#mainBox .isCenter .itemOut .leftNav .active>.img1 {
    display: none;

}

#mainBox .isCenter .itemOut .leftNav .aNav>.img2 {
    display: none;
}

#mainBox .isCenter .itemOut .leftNav .active>.img2 {
    display: block;
}

#mainBox .isCenter .itemOut .leftNav .active {
    color: #FFFFFF;
    position: relative;
    background: #5DC1CF;
    border-radius: 4px 4px 4px 4px;
}

#mainBox .isCenter .itemOut .leftNav .active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid white;
}

#mainBox .isCenter .itemOut .rightItem {
    width: 990px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#mainBox .isCenter .itemOut .rightItem .xItem {
    padding: 12px;
    width: 310px;
    height: 364px;
    background: linear-gradient(180deg, #EAFBFD 0%, #FFFFFF 26%);
    border-radius: 10px 10px 10px 10px;
    position: relative;
}

#mainBox .isCenter .itemOut .rightItem .xItem>img {
    width: 286px;
    height: 212px;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

#mainBox .isCenter .itemOut .rightItem .xItem>p {
    margin-top: 16px;
    height: 48px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




#mainBox .isCenter .itemOut .rightItem .xItem .aBtn {
    margin: 16px auto 0;
    display: flex;
    justify-content: center;
    width: 218px;
    height: 40px;
    background: linear-gradient(270deg, #5DC1CF 0%, #7DDFED 100%);
    border-radius: 6px 6px 6px 6px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

#mainBox .isCenter .itemOut .rightItem .xItem::before {
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    content: "";
    width: 93px;
    height: 34px;
    background: url(/static/v2/img/newCustomer/newCustomer4.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}