:root {
    --theme-color: 18, 80, 245;
    --theme-color-dark: 10, 53, 102;
    --theme-color2: 124, 250, 252;
    --white: 255, 255, 255;
    --text-black: 34, 34, 34;
    --text-gray: 102, 102, 102;
    --light-gray: 221, 221, 221;
    --bg-color: 247, 247, 247;
    --bg-color2: 242, 245, 255
}

@font-face {
    font-family: "SmileySans";
    src: url('../css/font/SmileySans-Oblique-3.otf');
}

@font-face {
    font-family: "Floane";
    src: url('../css/font/Floane-Regular-2.otf');
}

html {}

body {
    font-size: 14px;
    color: rgb(var(--text-black));
    background-color: rgba(var(--bg-color), 1);
    counter-reset: title 0;
    width: 100%;


}

@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }

    .container {
        width: 1160px;
        padding: 0 20 px;
    }

}







* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: rgb(var(--text-black));
}



.container {
    width: 1200px;
    margin: 0 auto;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
}

.icon-tel-theme {
    background-image: url(../asset/icon/theme-tel.svg);
}

.icon-tel {
    background-image: url(../asset/icon/tel.svg);
}

.icon-addr {
    background-image: url(../asset/icon/addr.svg);
}

.icon-server {
    background-image: url(../asset/icon/server.svg);
}

.icon-cate01 {
    background-image: url(../asset/icon/cate01.svg);
}

.icon-cate02 {
    background-image: url(../asset/icon/cate02.svg);
}

.icon-cate03 {
    background-image: url(../asset/icon/cate03.svg);
}

.icon-cate04 {
    background-image: url(../asset/icon/cate04.svg);
}

.icon-cate01-w {
    background-image: url(../asset/icon/cate01-w.png);
}

.icon-cate02-w {
    background-image: url(../asset/icon/cate02-w.png);
}

.icon-cate03-w {
    background-image: url(../asset/icon/cate03-w.png);
}

.icon-cate04-w {
    background-image: url(../asset/icon/cate04-w.png);
}

.icon-step-01 {
    background-image: url(../asset/icon/step01.svg);
}

.icon-step-02 {
    background-image: url(../asset/icon/step02.svg);
}

.icon-step-03 {
    background-image: url(../asset/icon/step03.svg);
}

.icon-step-04 {
    background-image: url(../asset/icon/step04.svg);
}

.icon-wx {
    background-image: url(../asset/icon/wx.png);

}

.icon-tel-b {
    background-image: url(../asset/icon/tel-b.png);

}

.icon-top {
    background-image: url(../asset/icon/top.png);
}



.header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s;
    background-color: rgba(var(--white), 0);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.header .container {
    height: 100px;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo-box {
    max-width: 200px;
    height: 40px;
    overflow: hidden;

}

.header .logo-box .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(0%);
    transition: all 0.3s;

}

.header .logo-fill .logo {
    transform: translateY(-100%);
    filter: drop-shadow(0px 40px #fff);
}

.header .nav {
    display: flex;
    align-items: center;

}

.header .nav li {
    margin-left: 20px;
    list-style: none;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    font-size: 16px;
}

.header .nav li:hover {
    color: rgb(var(--theme-color));
    background-color: rgba(var(--white), 0.8);
    font-weight: 700;
}

.header .nav li a {
    color: rgb(var(--white));
}

.header .nav li:hover a {
    color: rgb(var(--theme-color));
}

.header .tel {
    color: rgb(var(--theme-color2));
    font-weight: 700;
    font-size: 20px;
    font-weight: 700;
}

.header .tel .icon {
    margin-right: 8px;
}


.banner {
    position: relative;
    height: 1000px;
    margin-top: -100px;
    width: max(1200px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 180px;
    margin-bottom: -450px;
    z-index: -1;
}

.banner .banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    overflow: hidden;
    z-index: -1;
}

.banner .banner-bg::before {
    content: '';
    position: absolute;
    width: 2915px;
    height: 1076px;
    border-radius: 0 0 50% 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(var(--theme-color-dark), 0.6);
    z-index: -2;
}

.banner .banner-bg img {
    position: absolute;
    width: 2915px;
    height: 1076px;
    border-radius: 0 0 50% 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    object-fit: cover;
    z-index: -3;
}

.banner-prop {
    font-size: 24px;
    color: rgb(var(--theme-color2));
    position: relative;
    padding: 0 24px;
}

.banner-prop span+span {
    margin-left: 26px;
}

.banner-prop::before,
.banner-prop::after {
    content: '';
    height: 1px;
    width: 155px;
    background-color: rgb(var(--theme-color2));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-prop::before {
    left: 100%;
}

.banner-prop::after {
    right: 100%;
}

.banner-title {
    font-size: 80px;
    line-height: 96px;
    margin: 12px auto;
    color: rgb(var(--white));
    font-family: "SmileySans";
}

.banner-subtitle {
    color: rgb(var(--white));
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    padding: 6px 30px;
    background: linear-gradient(90deg, rgba(var(--theme-color), 0.5) 0%, rgba(var(--theme-color2), 0.5) 100%);

}

.theme-title {
    counter-increment: title;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-title>h2 {
    display: flex;
    flex-direction: column;
    color: transparent;
    background-image: linear-gradient(180deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 30px;
    font-weight: 700;
}

.theme-title>h2::after {
    content: attr(en);
    font-weight: 100;
    font-size: 16px;
    color: rgb(var(--theme-color));
    /* 大写 */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 2px;
}

.theme-title::before {
    content: '0' counter(title);
    font-size: 60px;
    font-family: "SmileySans";
    /* 渐变字体 */
    color: transparent;
    background-image: linear-gradient(180deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-right: 10px;

}

.theme-title.white,
.theme-title.white>h2::after,
.theme-title.white::before,
.theme-title.white h2 {
    color: rgb(var(--white));
}


#part01 {
    padding-bottom: 106px;
}

.cate-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.cate-box .cate-item {
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cate-box .cate-item .icon {
    font-size: 64px;
}

.cate-title {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 30px;
    color: rgb(var(--white));
    background: linear-gradient(90deg, rgba(18, 80, 245, 0.5) 0%, rgba(124, 250, 252, 0.5) 100%);

}

.cate-desc {
    color: rgb(var(--theme-color));
    background-color: rgba(var(--white), 0.72);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 45px;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    width: 100%;
}

.cate-content {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 26px 16px 46px;
    background-color: rgb(var(--white));
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    width: 100%;
}

.cate-content li+li {
    margin-top: 24px;
}

.cate-content li::marker {
    color: rgb(var(--theme-color));
}


#part02 {
    background: linear-gradient(180deg, rgba(var(--bg-color), 1) 0%, rgba(var(--bg-color2), 1) 88.19%);
    padding-bottom: 66px;
}

.fs-14 {
    font-size: 14px;
}

.fees-table {
    margin: 66px auto 20px;
    display: flex;
    justify-content: space-between;
    width: 919px;
    text-align: center;
}

.fees-table .fees-table-item:first-child {
    width: 116px;
    margin-right: -9px;
}

.fees-table-item {
    width: 194px;

}

.fees-table .table-title {
    box-sizing: border-box;
    height: 140px;
    width: 100%;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
    border-image-slice: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(var(--theme-color));

}

.fees-table .fees-table-item:first-child .table-title {
    border-bottom: none;
}

.fees-table .table-title .icon {
    font-size: 56px;
    margin-bottom: 10px;
}

.fees-table-info {
    font-size: 16px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(var(--white), 0) 0%, rgba(var(--white), 1) 100%);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);

}

.fees-table .fees-table-item:first-child .fees-table-info {

    background: rgb(var(--theme-color));
    color: rgb(var(--white));
    font-weight: 700;
    font-size: 18px;
    margin-right: -9px;
}

.fees-table-info>div {
    height: 73px;
    width: 100%;
    box-sizing: border-box;

}

.fees-table-info>div:nth-child(2) {
    height: 90px;

}

.fees-table-info>div+div {
    border-top: 1px solid rgb(var(--theme-color2));

}

.fees-table-info>div,
.table-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fees-table-box .tips {
    margin: auto;
    width: 919px;
    color: rgb(var(--text-gray));
}



#part03 {
    padding: 100px 0 60px;
    background: url(../asset/image/part03-bg.jpg);

}

.process-box {
    display: flex;
    align-items: end;
    justify-content: center;
}

.process-box-e {
    margin-top: 66px;
}

.process-box-s {
    align-items: start;
}

.process-box-e>.process-item {
    background-image: linear-gradient(180deg, rgba(var(--bg-color2), 1) 27.78%, rgba(var(--white), 1) 100%), linear-gradient(0deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
}

.process-box-s>.process-item {
    background-image: linear-gradient(0deg, rgba(var(--bg-color2), 1) 27.78%, rgba(var(--white), 1) 100%), linear-gradient(180deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
}

.process-box>.process-item {
    box-sizing: border-box;
    width: 468px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);


    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;

    padding: 26px 20px 20px 45px;
}

.process-box>.process-item:first-child {
    margin-right: 60px;
    border-right: 2px solid transparent;
}

.process-box>.process-item:last-child {
    border-left: 2px solid transparent;
}

.process-item-title {
    font-size: 16px;
    line-height: 20px;
    color: rgb(var(--theme-color));
    margin-bottom: 6px;
    position: relative;
}

.process-item-title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(var(--theme-color));
    border-radius: 50%;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.process-item-content {
    line-height: 24px;
    margin-bottom: 20px;
}

.process-item-content li {
    margin-left: 12px;
}

.process-item-content li+li {
    margin-top: 10px;
}

.process-title-box {
    width: 996px;
    margin: auto;
}

.process-title-box .icon {
    font-size: 50px;
}

.process-title-box>div {
    height: 84px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: rgb(var(--white));
    font-size: 20px;
    font-weight: 700;
}

.process-title-box>div>div {
    z-index: 1;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 33px;
}

.process-title-box>div>div .step {
    font-family: "Floane";
    z-index: 0;
    font-size: 18px;
    color: rgb(var(--theme-color2));
    font-weight: 400;
}

.process-title-box>div>div .step .num {
    font-size: 30px;
    margin-left: 4px;
}

.process-title-box>div:nth-child(1) {
    margin-bottom: 10px;
}

.process-title-box>div:nth-child(1):before {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 250px) 100%, 250px 100%);
}

.process-title-box>div:nth-child(2):before {
    clip-path: polygon(250px 0%, calc(100% - 250px) 0%, 100% 100%, 0% 100%);
}

.process-title-box>div::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgba(var(--theme-color2), 0.45) 0.345%,
            rgba(var(--theme-color), 0.9) 46.88%,
            rgba(var(--theme-color), 0.9) 53.12%, rgba(var(--theme-color2), 0.9) 99.655%);
    ;

}

#part04 {
    padding: 106px 0 60px;
    background: linear-gradient(0deg, rgba(var(--theme-color), 0.5) 0%, rgba(var(--bg-color2), 0.8) 56.51%, rgba(var(--bg-color2), 1) 86.81%);

}

#part04 .theme-title {
    margin-bottom: 66px;
}

.small-title {
    font-size: 26px;
    line-height: 54px;
    margin: auto;
    padding: 0 20px;
    color: rgb(var(--theme-color));
    border-radius: 50px;
    font-weight: 700;
    background-color: rgba(var(--theme-color2), .2);
    width: fit-content;
}

.company-box {
    background: url(../asset/image/company-banner.jpg);
    position: relative;
    z-index: 0;
    background-size: cover;
    padding: 30px 0 30px 50px;
    display: flex;
    margin-top: 30px;

}

.company-box::after {
    content: "";
    /* position: absolute; */
    width: 365px;
    height: 273px;
    /* right: 30px; */
    bottom: 0;
    margin-top: -128px;
    margin-bottom: -30px;
    background: url(../asset/image/company-pic.png);
}

.company-box>div:first-child {
    flex: 1;
}

.company-title-box {

    display: flex;
    align-items: center;
}

.company-title {
    color: rgb(var(--white));
    margin-right: 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
}

.theme-label {
    display: inline-block;
    color: rgb(var(--theme-color));
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    padding: 0 10px;
    margin-right: 10px;
    background-color: rgb(var(--white), 0.68);
}

.company-desc {
    margin-top: 20px;
    color: rgb(var(--white));
    line-height: 24px;
    max-width: 716px;
}

.company-info {
    margin-top: -20px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.company-info>div {
    position: relative;
    z-index: 1;
    background: rgba(var(--white), 0.8);
    width: 485px;
    height: 142px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);

}

.company-info>div:first-child {
    margin-right: 30px;

}

.company-info-title {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    color: rgb(var(--theme-color));
    align-items: center;
    margin-bottom: 12px;
}

.company-info-title::after {
    content: '';
    margin-left: 30px;
    background-color: rgb(var(--theme-color));
    flex: 1;
    display: block;
    height: 1px;
}

.company-info>p {
    line-height: 24px;
}

.advantage-box {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.advantage-box>div {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.advantage-box>div:nth-child(1) {
    width: 591px;
}

.advantage-box>div:nth-child(2) {
    width: 957px;
}

.advantage-box>div>.advantage-item {
    width: 188px;
}

.advantage-title {
    color: transparent;
    background-image: linear-gradient(90deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 4em);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
    border-image-slice: 1;

}

.advantage-box>div>.advantage-item:nth-child(2) .advantage-title {
    text-align: right;
    background-image: linear-gradient(-90deg, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 4em);

}

.note-text {
    font-weight: 700;
    color: rgb(var(--theme-color));
}

.lab-ellipse-box {
    position: relative;
    margin: auto;
    width: fit-content;
    z-index: 1;
}

.lab-ellipse-box img {
    position: relative;
    width: 373px;
    height: 305px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 3;
}

.lab-ellipse-box::before,
.lab-ellipse-box::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.lab-ellipse-box::before {
    width: 526px;
    height: 430px;
    background: linear-gradient(180deg, rgba(var(--theme-color2), 0.5) 0%, rgba(151, 177, 249, 0) 59.72%);
    z-index: 1;
}

.lab-ellipse-box::after {
    width: 1062px;
    height: 868px;
    background: linear-gradient(180deg, rgba(var(--white), 1) 0%, rgba(255, 255, 255, 0.3) 31.94%, rgba(151, 177, 249, 0) 76.39%);
    z-index: 0;
}

.lab-env {
    position: relative;
    z-index: 0;
    margin-top: 50px;
}

.lab-env::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 189px;
    background: linear-gradient(0deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 0) 100%);
    left: 0;
    bottom: 100%;
    z-index: -1;
    clip-path: polygon(390px 0, calc(100% - 390px) 0, 100% 100%, 0 100%);
}

.lab-env {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 36px 30px 36px;
    background: linear-gradient(180deg, rgba(var(--theme-color), 0.5) 0%, rgba(var(--theme-color2), 0.2) 100%);
}

.lab-pic-box {
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.small-title.white {
    color: rgb(var(--white))
}

.lab-pic-box .picbox img {
    display: block;
    border-radius: 2px;
    width: 100%;
    height: auto;
}

.lab-pic-box .picbox:nth-last-child(-n+3) {
    margin-top: 30px;
}

#part05 {
    padding-top: 100px;
}

.qa-box {
    margin-top: 66px;
}

.qa-box {
    display: flex;
    justify-content: space-between;

    counter-reset: qa;

}

.qa-item {
    counter-increment: qa;
    width: 570px;
    margin-bottom: 35px;
}

.qa-title {
    display: flex;
    position: relative;
    padding: 0 14px 0 86px;
    line-height: 53px;
    background: rgba(var(--white), 1);
    justify-content: space-between;
    border-radius: 53px 2px 2px 2px;
    transition: all 0.3s;
}

.qa-item.active .qa-title {
    background: rgba(var(--theme-color2), 0.2);
    color: rgba(var(--theme-color), 1);
    font-weight: 700;
}

.qa-title::before {
    content: "Q" counter(qa);
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(var(--white));
    width: 69px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-family: "Floane";
    font-size: 32px;
    font-weight: 700;
    border-radius: 10px 10px 10px 0;
    background: linear-gradient(90deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
}

.qa-title::after {
    content: '';
    position: absolute;
    top: 53px;
    left: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: rgba(var(--theme-color), 1);
    border-width: 6px 0 6px 12px;
}

.qa-title .qa-btn {
    color: rgb(var(--theme-color));
}

.qa-item.active .qa-content {
    display: block;
}

.qa-content {
    display: none;
    padding: 20px;
    margin-left: 10px;
    background: linear-gradient(180deg, rgba(var(--white), 1) 27.78%, rgba(var(--white), 0.1) 100%);
}

.qa-item-title {
    position: relative;
    font-weight: 16px;
    line-height: 26px;
    color: rgb(var(--theme-color));
    padding-left: 25px;
}

.qa-item-title::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 13px;
    transform: translateY(-50%);
    width: 6px;
    font-size: 16px;
    height: 6px;
    border-radius: 50%;
    background: rgb(var(--theme-color));
}

.qa-item-content {
    line-height: 24px;
    margin-bottom: 10px;
}

.qa-item-content ul {
    margin-left: 64px;
}

.qa-item-content ul li {
    margin-top: 12px;
}

.qa-item-content p {
    margin-left: 50px;
}



.footer {
    width: 100%;
    background: rgba(242, 245, 255, 0.8);
}

.footer .container {
    display: flex;
    justify-content: space-between;

    padding: 75px 0 40px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.info-row {
    display: flex;
    line-height: 34px;
}

.info-row>i {
    transform: translateY(4px);
}

.info-row>span {
    font-weight: 700;
    display: inline-block;
    width: 5em;
}

.info-row>p {
    flex: 1 0;
}


.footer-info .icon {
    font-size: 22px;

    margin-right: 12px;
}

.footer-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: rgb(var(--text-gray));
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(var(--light-gray));
    margin-bottom: 16px;
}

.concat-box {
    margin-left: 100px;
}

.wx-box {
    width: 128px;
    height: 128px;
    border: 16px solid rgba(var(--theme-color), 0.2);
}

.wx-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wx-box+div {
    text-align: center;
    margin-top: 10px;
    color: rgb(var(--text-gray));

}


.copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: rgb(68, 68, 68);
    background: rgba(var(--theme-color), 0.2);
    padding: 14px 0;
}

.side-tab-box {
    position: fixed;
    right: 30px;
    bottom: 48px;
    z-index: 999;
}

.side-item-box {
    display: block;
    position: relative;
    padding: 10px;
    background: rgba(var(--white), 1);
    color: rgba(var(--theme-color), 1);
    width: fit-content;
    margin-bottom: 20px;
}

.side-item-box img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.side-item {
    overflow: hidden;
}

.side-item-box:hover {
    background: rgba(var(--theme-color), 1);
}

.side-item-box:hover .side-item {
    color: rgba(var(--white), 1);
}

.side-item-box:hover .icon-img {
    transform: translateY(-100%);
    filter: drop-shadow(0px 46px #fff);
}

.side-tab-box .side-item-box:nth-last-child(1) {
    padding: 4px 10px 10px 10px;
    color: rgb(var(--text-gray));
}

.side-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.side-content-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    transition: all 0.3s;
    right: 100%;
    width: 0;
    box-sizing: border-box;
    padding-right: 0px;

}

.side-content-box>div {
    background-color: rgb(var(--white));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
    border-right: 2px solid transparent;
    border-image: linear-gradient(180deg, rgba(var(--theme-color), 1) 0%, rgba(var(--theme-color2), 1) 100%);
    border-image-slice: 1;
}

.side-content-box>div>.desc {
    width: fit-content;
    border-radius: 12px;
    font-size: 12px;
    background-color: rgba(var(--theme-color2), 0.2);
    line-height: 24px;
    padding: 0 10px;
    margin-top: 4px;
}

.side-content-box>div .tel {
    font-size: 18px;
    font-weight: 700;
}

.side-content-box.side-wx-box>div {
    width: 152px;
}

.side-content-box.side-wx-box>div img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.side-content-box.tel-box>div {
    width: 187px;
}

.side-item-box:hover .side-content-box {
    padding-right: 20px;
}

.side-item-box:hover .side-content-box.side-wx-box {
    width: 172px;
}

.side-item-box:hover .side-content-box.tel-box {
    width: 207px;
}