:root {
    /* --hover-bgc: #18DCA7; */
    /* --main-blue: #3982F7; */
    --main-blue: #2D4FB4;

    --hover-bgc: #4261BB;
    --title_a: #262D43;
    --text-color: #5d6070;
    --explain-text: #8e929a;

    --hoverWindow: #0451bf;
    --iconColor: #c1d9d7;
    /* --mask: #0f0101; */
    --bigBackground: #f3f5f7;
    --white: #fff;

    --assist-blue: #2D4FB4;
}

@keyframes wave {
    0% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(0px, 14px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }
}
@media screen and (min-width:1920px) {
    .module-image .image-wrapper .customer_2{
        left: -130px !important;
    }

    .module-image .image-wrapper .customer_1{
        right: -130px !important;
    }

    .module-image .image-wrapper .customer_3{
        right: -130px !important;

    }

}
@media screen and (min-width:1280px) and (max-width:1919px) {
    .max-width {
        max-width: 1130px !important;
    }

    .card-body {
        margin: 0 20px 30px 20px !important;
    }

    .official-search .tabs-body .right-image .module-image .image-wrapper {
        right: -40px !important;
    }
    .official-search .search-banner .content-right .bannerVideo {
        width: 1920px !important;
    }
}
@media screen and (max-width:1280px) {
    .max-width {
        max-width: 900px !important;
        min-width: 900px !important;
    }

    .official-search .search-banner .banner-primary {
        font-size: 28px !important;
    }

    .module-image .image-wrapper .pic4_right2 {
        top: 130px !important;
    }

    .card-body {
        width: 255px !important;
    }

    .module-image .image-wrapper .pic4_right3 {
        left: -13px !important;
        bottom: 127px !important;
    }

    .official-search .tabs-body .right-image .module-image .image-wrapper {
        right: -22px !important;
    }
    .official-search .search-banner .content-right .bannerVideo {
        width: 1920px !important;
    }
}

.max-width {
    max-width: 1380px;
    margin: auto;
}

.hide {
    opacity: 0;
}

.img-wave1 {
    animation: wave 3s infinite;
    animation-delay: .6s;
}

.img-wave2 {
    animation: wave 3s infinite;
    animation-delay: .3s;
}

.img-wave3 {
    animation: wave 3s infinite;
}

.head .opacity {
    display: flex;
    align-items: center;
}

.head.fixed-head .fixed-opacity {
    display: flex;
    align-items: center;
}

.official-search .search-banner .banner-primary2.banner-show {
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px;
}

.official-search .search-banner .banner-searchBox.banner-searchBox-show {
    margin: 20px 0 0 0;
}

.official-search .search-banner.height-show {
    height: 230px;
}

.official-search .search-banner .banner-content.height-show {
    height: 230px;
}

.official-search .search-banner .banner-content .content-right.mt {
    margin-top: 78px;
    height: 100%;
}

.official-search .search-banner .banner-content .content-right-img.changeWidth {
    width: 293px;
    height: 200px;
}

/* header */
.official-search {
    height: auto;
    position: relative;
}

.official-search .mobile-icon {
    display: inline-block;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
}

.official-search .button-group {
    display: flex;
    justify-content: flex-start;
}

.btn-go {
    transition: all 0.3s ease;
}

.btn-go:hover {
    background-color: var(--hover-bgc) !important;
    border: 1px solid var(--hover-bgc) !important;
    color: #fff !important;
}

.official-search .search-banner {
    position: relative;
    height: 600px;
    /* background-color: #3982F7; */
    transition: all 0.2s cubic-bezier(0.87, 0.06, 0.43, 1.08);
}

.official-search .search-banner .banner-content {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.official-search .search-banner .banner-content .content-left {
    flex: 1 1 auto;
    width: 40%;
}

.official-search .search-banner .banner-content {
    flex: 0 0 513px;
    height: 513px;
    position: relative;
}

.official-search .search-banner .banner-content .content-right {
    height: 76%;
    width: 60%;
    margin-top: 60px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: flex-end;
}

.official-search .search-banner .banner-content .content-right-img {
    max-width: 100%;
    max-height: 100%;
    width: 551px;
    transition: all 0.5s ease;
}


.official-search .search-banner .banner-primary {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 33px;
    line-height: 46px;
    color: #FFFFFF;
}

.official-search .search-banner .banner-secondary {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.official-search .search-banner .banner-searchBox {
    max-width: 100%;
    width: 500px;
    height: 40px;
    background: #F5F6FA;
    border-radius: 62px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 28px 0 48px 0;
}

.official-search .search-banner .banner-searchBox .searchIcon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.official-search .search-banner .banner-searchBox input {
    flex: 1 1 auto;
    background: #F5F6FA;
    overflow: hidden;
    border-radius: 62px;
    border: 0;
    color: #2E364E;
}
.official-search .search-banner .content-right .bannerImg {
    width: 1920px;
    /* max-width: 1920px; */
    /* height: 309px; */
    position: absolute;
    left: 50%;
    transform: translate(-55%);
    display: none;
    
}
.official-search .search-banner .content-right .bannerVideo {
    /* width: 1920px; */
    /* 解决视频出现黑线框 */
    width: 100%;
    /* max-width: 1920px;
    min-width: 1380px; */
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /* left: 0; */
    /* z-index: 2; */
    /* margin-left: 50%; */
}
.button-experience {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 40px;
    /* background: var(--main-blue); */
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.button-experience.btn-left {
    background: #FFFFFF;
    color: var(--main-blue);
}

.button-experience.btn-right {
    margin-left: 20px;
    border: transparent;
    border: 1px solid #fff;
}

/* header */

/* tab-nav */
.official-search .tabs-head {
    position: relative;
    top: -135px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 328px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(22, 39, 107, 0.078);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.official-search .tabs-head .tab-nav {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 52px;
}

.official-search .platform-tabs {
    display: flex;
    width: 100%;
    height: 130px;
    justify-content: space-around;
    margin-top: 40px;
}

.official-search .platform-tabs .tab {
    height: auto !important;
    flex-basis: 20%;
    max-width: 20%;
    height: 48px;
    color: #2e364e;
    text-align: center;
    flex: 1;
    padding: 0 10px;
}

.official-search .platform-tabs .tab .tab-content {
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
    height: 100%;
    border-bottom: 1px solid transparent;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.official-search .platform-tabs .tab .tab-content-img {
    width: 48px;
    height: 48px;
}

.official-search .platform-tabs .tab .tab-title {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 14px 0;
}

.official-search .platform-tabs .tab .tab-paragraph {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #A1A7B1;
}

/* body */
.official-search .tabs-body {
    position: relative;
    margin-bottom: 138px;
}

.official-search .tabs-body .tabs-bg {
    position: absolute;
    top: -100px;
    z-index: -1;
    width: 100%;
}

.official-search .tabs-body .module-bg {
    background-size: 100% 100%;
}

.official-search .tabs-body .module-bg.bg-first {
    height: 680px;
    background-image: url('../image/search/body_bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.official-search .tabs-body .module-bg.bg-second {
    height: 600px;
    background-image: url('../image/search/body_bg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* pic */

.official-search .tabs-body .module-wrapper {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
}

.official-search .tabs-body .module-wrapper .module-image {
    width: 50%;
    display: flex;
    align-items: center;
}

.official-search .tabs-body .module-wrapper .module-image .image-wrapper {
    max-width: 100%;
    position: relative;
    display: inline-block;
    Width: 405px;
    Height: 420px;
    border-radius: 16px;
    background-color: #EEF0F4;
    ;
}

.official-search .tabs-body .module-wrapper.module-bg-fourth .module-image .image-wrapper {
    Height: 450px;
    background-color: #D2E4FF;
}

.official-search .tabs-body .module-wrapper.module-bg-fourth .module-image .image-wrapper .triangle {
    position: absolute;
    right: 0;
    bottom: -36px;
    border: 50px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: #D2E4FF;
}

.official-search .tabs-body .module-wrapper .module-image .image-wrapper img {
    position: absolute;
}

.official-search .tabs-body .left-image .module-image .image-wrapper {
    left: -25px;
}

.official-search .tabs-body .right-image .module-image .image-wrapper {
    right: -100px;
}

.official-search .search-banner .bannerBg {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100vw; */
    width: 100%;
    height: 660px;
    z-index: -1;
}

.module-image .image-wrapper .pic1 {
    width: 420px;
    top: 45px;
}

.module-image .image-wrapper .customer_1 {
    right: -80px;
    bottom: -141px;
    position: absolute;
    width: 377px;
    height: 295px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(22, 39, 107, 0.17);
    border-radius: 21px;
}

.pic-bgimg {
    width: 37.7px;
    height: 31.05px;
}

.pic-bgimg-left {
    top: 98px;
    left: 28px;
}

.pic-bgimg-right {
    bottom: 32px;
    right: 15px;
}

.pic-content {
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.pic-content .pic-header {
    display: flex;
    height: 55px;
    align-items: center;
}

.pic-content .pic-header img {
    width: 55px;
    height: 55px;
    position: unset !important;
}

.pic-content .pic-header .pic-msg {
    margin-left: 11px;
}

.pic-content .pic-header .pic-msg p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.pic-content .pic-header .pic-msg p.pic-msg-bottom {
    color: #A1A7B1;
    margin-top: 12px;
}

.pic-content .pic-footer {
    width: 100%;
    margin-top: 30px;
}

.pic-content .pic-footer span {
    font-size: 12px;
    line-height: 17px;
    color: #8A929E;
    display: inline-block;
    width: 100%;
    /* white-space: pre-wrap; */
    overflow: hidden;
}

.module-image .image-wrapper .pic1_left {
    width:74px;
    bottom: -16px;
    left: 20px;
}

.module-image .image-wrapper .pic1_right {
    width: 207px;
    right: 17px;
    top: 37px;
}

.module-image .image-wrapper .pic2 {
    width: 391px;
    top: 67px;
    right: -6px;
}

.module-image .image-wrapper .customer_2 {
    width: 377px;
    height: 295px;
    bottom: -78px;
    left: -60px;
    position: absolute;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(22, 39, 107, 0.17);
    border-radius: 21px;
}

.module-image .image-wrapper .pic3 {
    /* max-width: 90%; */
    width: 379px;
    top: 67px;
    left: -6px;
}

.module-image .image-wrapper .pic3_right {
    width: 223px;
    right: -12px;
    top: 90px;
}

.module-image .image-wrapper .customer_3 {
    width: 377px;
    height: 295px;
    bottom: -83px;
    right: -77px;
    position: absolute;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(22, 39, 107, 0.17);
    border-radius: 21px;
}

.module-image .image-wrapper .pic4 {
    width: 295px;
    top: -30px;
    right: 77px;
}

.module-image .image-wrapper .pic4_left {
    max-width: 10%;
    width: 59px;
    top: 45px;
    left: 0px;
}

.module-image .image-wrapper .pic4_right {
    max-width: 10%;
    width: 59px;
    right: 28px;
    top: -38px;
}

.module-image .image-wrapper .pic4_right2 {
    max-width: 10%;
    width: 59px;
    right: 28px;
    top: 147px;
}

.module-image .image-wrapper .pic4_right3 {
    max-width: 11%;
    width: 59px;
    left: -8px;
    bottom: 149px;
}

.module-image .image-wrapper .pic5 {
    /* max-width: 90%; */
    width: 394px;
    top: 36px;
    left: 0px;
}

.official-search .tabs-body .module-bg-second .module-image,
.official-search .tabs-body .module-bg-fourth .module-image {
    display: flex;
    justify-content: center;
}


/* pic */

.official-search .tabs-body .module-wrapper .module-image .image-wrapper .associate-image {
    width: 258px;
    top: 160px;
    z-index: 1;
    transition: left 1s ease-out, opacity 200ms ease-in 0.2s;
}

.official-search .tabs-body .module-wrapper .module-image .image-wrapper.active .master-image {
    top: 80px;
    opacity: 1;
}

.official-search .tabs-body .module-wrapper .module-image .image-wrapper.active .associate-image {
    opacity: 1;
}

.official-search .tabs-body .module-wrapper .module-district {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.official-search .tabs-body .module-wrapper.left-image .module-content {
    box-sizing: border-box;
    padding-left: 20px;
}

.official-search .tabs-body .module-wrapper .module-content {
    display: flex;
    flex-direction: column;
    width: auto;
}

.official-search .tabs-body .module-wrapper .module-content .module-icon .mobile-icon {
    color: #3982f7;
    font-size: 40px;
}

.official-search .tabs-body .module-wrapper .module-content .module-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 40px;
}

.official-search .tabs-body .module-wrapper .module-content .module-intro {
    font-size: 12px;
    line-height: 17px;
    color: #A1A7B1;
    margin: 7px 0 28px 0;
}

.official-search .tabs-body .module-wrapper .module-content .module-divider {
    width: 28px;
    border: 4px solid var(--main-blue);
}

.official-search .tabs-body .module-wrapper .module-content .module-comment {
    max-width: 100%;
    /* width: 603px; */
    height: 351px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.official-search .tabs-body .module-wrapper .module-content .module-comment .commentList {
    width: 50%;
    box-sizing: border-box;
    float: left;
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 24px;
}

.official-search .tabs-body .module-wrapper .module-content .module-comment .commentList div img {
    width: 20px;
    height: 20px;
    display: block;
    float: left
}

.official-search .tabs-body .module-wrapper .module-content .module-comment .commentList div span {
    font-size: 16px;
    line-height: 22px;
    margin-left: 8px;
    color: #000000;
}

.official-search .tabs-body .module-wrapper .module-content .module-comment .commentList span {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
    color: #A1A7B1;
}

.official-search .tabs-body .module-wrapper .module-content .button-experience {
    margin-top: 24px;
}

.official-search .tabs-body .module-wrapper.left-image .associate-image {
    left: 300px;
}

.official-search .tabs-body .module-wrapper.left-image .image-wrapper.active .associate-image {
    left: 140px;
}

.official-search .tabs-body .module-wrapper.left-image.overlap-image .module-image {
    padding-left: 15%;
}

.official-search .tabs-body .module-wrapper.module-bg-second {
    padding-top: 180px;
}

.official-search .tabs-body .module-wrapper.module-bg-second.overlap-image {
    padding-top: 160px;
    padding-bottom: 100px;
}

.official-search .tabs-body .module-wrapper.module-bg-third {
    padding-top: 180px;
}

.official-search .tabs-body .module-wrapper.module-bg-third.overlap-image {
    padding-top: 40px;
    padding-bottom: 100px;
}

.official-search .tabs-body .module-wrapper.module-bg-fourth {
    padding-top: 180px;
}

.official-search .tabs-body .module-wrapper.module-bg-fifth {
    padding-top: 180px;
}

.official-search .tabs-body .nav .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--main-blue);
    border-radius: 10px;
    height: 167px;
    box-shadow: 13px 15px #0E3387;
    margin-top: 200px;
}

.official-search .tabs-body .nav .nav-content .nav-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    padding-left: 70px;
}

.button-group {
    display: flex;
    padding-right: 70px;
}

.page-footer {
    width: 100%;
    background-color: #262D43;
    padding-top: 50px;
}

.foot ul {
    padding-bottom: 30px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}

.foot li h3 {
    width: 90px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 30px;
    position: relative;
    margin-top: 0;
    font-weight: 400;
}
.foot li p a {
    font-size: 12px;
}

.foot .foot-scan>img {
    width: 143px;
}

.foot .foot-scan p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 2;
    margin-bottom: 0;
    opacity: 60%;
}

.foot .foot-scan>div {
    position: absolute;
    top: 0;
    left: 105%;
    width: 200px;
    text-align: left;
}

.foot .foot-scan>div p {
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.foot .foot-scan>div span {
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
}
.foot .foot-tel>div p {
    font-size: 16px;
    color: #fff;
}

.foot .foot-tel>div span {
    font-size: 18px;
    text-align: left;
    color: #fff !important;
}

.foot .foot-tel>div span {
    font-size: 24px;
    font-weight: bolder;
    color: #3f4f7c;
}

.copyright {
    text-align: center;
    border-top: 1px solid rgb(255, 255, 255, 0.1);
}

.copyright p,
.copyright p a {
    font-size: 12px;
    color: #585858;
    line-height: 1.8;
    text-align: center;
}

.copyright p a:hover {
    color: #999;
}

.copyright p img {
    vertical-align: -5px;
}

.copyright p,
.copyright p a {
    font-size: 12px;
    color: #8a929e;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 0;
}

.mr20 {
    margin-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt20 {
    padding-top: 20px;
}

/* no-content */
.tabs-body .no-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabs-body .no-content img {
    margin-top: 105px;
    height: 221px;
    width: 314px;
}

.tabs-body .no-content span {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.tabs-body .no-content .button-group {
    margin-top: 40px;
    padding: 0;
}

.tabs-body .no-content .button-group .btn-left {
    background-color: var(--main-blue);
    color: #fff;
}

.tabs-body .no-content .button-group .btn-right {
    color: #4E8AF9;
    background-color: #fff;
    border: 1px solid #4E8AF9;
    box-sizing: border-box;
}

.tabs-body .cards {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.card-body {
    width: 300px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(22, 39, 107, 0.078);
    border-radius: 6px;
    padding: 15px;
    margin: 0 0 30px 10px;
    position: relative;
    transition: all 300ms cubic-bezier(0.02, 0.01, 0.47, 1);
    float: left;
}

.card-body .card-check {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
}

.tabs-body .cards:after {
    content: '';
    clear: both;
    display: block;
}

.card-body:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 110px -20px rgba(132, 148, 181, .6);
}

.card-head {
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #E8EEF1;
    display: flex;
    align-items: center;
}

.card-head .card-img-box {
    flex: 0 0 103px;
    width: 103px;
    height: 103px;
    border-radius: 5px;
    margin-right: 12px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.card-head img {
    max-height: 100%;
    width: 100%;
}

.card-head .card-message {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin-top: 30px;
}

.card-head .card-message .project-name {
    max-width: 187px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #2E364E;
    margin-bottom: 4px;
}

.card-head .card-message .project-type {
    background: rgba(57, 130, 247, .1);
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #8A929E;
    width: fit-content;
    height: auto;
}

.card-head .card-message .flow-group {
    display: flex;
    align-items: center;
}

.card-head .card-message .flow-group .count {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.card-head .card-message .flow-group .count span {
    font-size: 12px;
    line-height: 17px;
    color: #8A929E;
}

.card-head .card-message .flow-group .count span:first-child {
    font-size: 18px;
    line-height: 25px;
    color: #2E364E;
}

.card-head .card-message .flow-group span.center {
    margin: 0 25px;
    height: 22px;
    border: 1px solid #E8EEF1;
}

.card-foot {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.card-foot .use-logo {
    height: 26px;
    width: 26px;
    border-radius: 50%;
}

.card-foot .user-name {
    font-size: 12px;
    line-height: 17px;
    padding: 0 10px;
    color: #2E364E;
}

.card-foot .creat-time {
    font-size: 12px;
    line-height: 17px;
    color: #8A929E;
}

.fixed-right {
    position: fixed;
    right: 40px;
    height: 320px;
    bottom: 100px;
    z-index: 10002;
    cursor: pointer;
}

.fixed-right ul {
    padding-left:0px;
}

.fixed-right ul li {
    position: relative;
    width: 50px;
    height: 50px;
    background-position: 100% 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    margin: 0 auto 20px;
    box-shadow: -0.209px 5.996px 10.79px 2.21px rgba(155, 184, 213, 0.61);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    line-height: 18px;
    color: rgba(243, 247, 248, 1);

}
.fixed-right ul li span {
    display: inline-flex;
    font-size: 40px;
}

.fixed-right ul li:not(.customer-service):hover {
    background-color: rgb(66,97,187);
    border-radius: 50%;
    background-image: none;
    overflow: hidden;
    transform: scale(1.14);
    transition: transform .3s linear;
}

.fixed-right ul li:hover {
    background-color: rgb(66,97,187);
}

.fixed-right ul li a:hover {
    color: #fff !important;
}

.fixed-right ul .service a {
    display: none;
}

.fixed-right ul .service span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("../image/search/expert.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fixed-right ul .service:hover a {
    display: inline-flex;
}

.fixed-right ul .service:hover span {
    display: none;
}

.fixed-right ul .consult {
    width: 90px;
    height: 90px;
    background-color: rgb(45,79,180);
}

.fixed-right ul .consult a {
    display: inline-flex;
    letter-spacing: 5px;
    margin-left: 4px;
    font-weight: 400;
    line-height: 25px;
    font-size: 20px;
    font-family: PingFang SC;
    text-align: center;
}


.fixed-right ul .customer-service a {
    display: none;
}

.fixed-right ul .customer-service .content {
    border: 2px solid #C4C4C4;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    width: 300px;
    height: 150px;
    padding: 16px 20px 8px;
    box-sizing: border-box;
    text-align: center;
    right: 65px;
    opacity: 0;
    display: none;
    transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;
}
.fixed-right ul .customer-service .serviceImg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("../image/search/consult.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fixed-right ul .customer-service:hover {
    transform: scale(1.14);
    transition: transform .3s linear;
}

.fixed-right ul .customer-service:hover .serviceImg {
    display: none;
}

.fixed-right ul .customer-service:hover a {
    display: inline-flex;
}
.fixed-right ul .customer-service:hover .content {
    width: 300px;
    height: 150px;
    margin-right: 15px;
    top: -60px;
    opacity: 1;
    display: block;
    border: none;
    box-shadow: 0px 2px 18px rgba(178, 201, 224, 0.7);
    transition: display 0.1s ease 0, opacity 0.9s ease 0.1s;
}
.fixed-right .customer-service .content .phoneNumberBox > img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 19px;
    vertical-align: sub;
    margin-left: -10px;
}

.fixed-right .customer-service .content .phoneNumberBox {
    width: 100%;
    height: 33px;
}
.fixed-right .customer-service .content .phoneNumberBox #content-phone {
    display: inline-block;
    text-align: right;
    font-size: 24px;
    line-height: 40px;
    color: var(--main-blue);
    letter-spacing: 2px;
    vertical-align: super;
}

.fixed-right .customer-service .content .divide {
    width: 100%;
    height: 1px;
    background-color: #e8eef1;
    margin: 16px 0;
}

.fixed-right ul .customer-service:hover .content:after {
    content: "";
    position: absolute;
    z-index: 4;
    border: 10px solid transparent;
    border-left: 13px solid #fff;
    right: -22px;
    top: 70px;
}

.fixed-right ul .customer-service .content .description {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(161, 167, 177, 1);
}

.fixed-right .customer-service .content .description p {
    width: 100%;
    margin-bottom: 8px;
}

.fixed-right .customer-service .content .description p span.circle {
    width: 5px;
    height: 5px;
    background-color: rgba(161, 167, 177, 1);
    border-radius: 50%;
    margin-right: 10px;
}

.fixed-right .customer-service .content .description p span {
    display: inline-block;
    font-size: 14px;
    color: rgba(161, 167, 177, 1);
    vertical-align: middle;
}

.fixed-right.show {
    display: block;
}

.fixed-right .return-top {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: none;
    border-radius: 50%;
    background-image: url("../image/search/return_to_top.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.fixed-right .return-top a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    /* opacity: 0; */
    display: none;
}

.fixed-right .return-top:hover a {
    /* opacity: 1; */
    display: flex;
    color: #fff !important;
    background-color: rgb(45,79,180);
}

.fixed-right .return-top:hover {
    border-radius: 50%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    transform: scale(1.14);
    transition: transform 0.3s linear;
}
.fixed-right.show .return-top {
    display: block;
}