.h-search {
    position: relative;
    z-index: 8;
    display: block;
    cursor: pointer;
    width: 1em;
    height: 1rem;
    background-image: url(../images/a3-b.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
header:hover .h-search,header.bg-white .h-search{
    background-image: url(../images/a3.png);
}
.hs-a {
    display: none;
    z-index: 108;
    white-space: nowrap;
    position: fixed;
    top: 8.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.hs-form {
    font-size: 0;
    display: inline-block;
}
.hs-text {
    border: none;
    padding: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
    width: 20rem;
    height: 45px;
    background-color: #fff;
    color: #333;
}
.hs-submit {
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #2449a4;
    background-image: url(../images/a3-b.png);
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    cursor: pointer;
}
body.search-state .hs-a {
    display: block;
}
body.search-state .h-opa {
    display: block;
}
button, input[type=submit], input[type=text], input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;
}
.More_more__uYmD6 {
    width: 20px;
    height: 20px;
    padding: 0;
    position: relative;
}
.More_more__uYmD6>em {
    position: relative;
    display: block;
    height: 2px;
    background: transparent;
    width: 100%;
    margin-top: 4px;
}
.More_more__uYmD6>em:last-of-type {
    margin-top: 8px;
}
.More_more__uYmD6:after {
    transition: background-color .3s cubic-bezier(.55,0,.1,1);
    content: "";
    height: 2px;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: none;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.More_more__uYmD6>em:before {
    left: 0;
}
.More_more__uYmD6>em:after {
    right: 0;
}
.More_more__uYmD6>em:after, .More_more__uYmD6>em:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0;
    background-color: #000;
    transition: transform .3s cubic-bezier(.55,0,.1,1);
}
.More_more__uYmD6.More_active__d7BN_ em:first-of-type:before {
    transform: translate(1px, 1px) rotate(45deg);
}
.More_more__uYmD6.More_active__d7BN_ em:first-of-type:after {
    transform: translate(-1px, 1px) rotate(-45deg);
}
.More_more__uYmD6.More_active__d7BN_ em:last-of-type:before {
    transform: translate(1px, -1px) rotate(-45deg);
}
.More_more__uYmD6.More_active__d7BN_ em:last-of-type:after {
    transform: translate(-1px, -1px) rotate(45deg);
}
.investment_con li{
    display: none;
}
.bg-plus {
    background-image: url(../fonts/plus.svg);
}
.group\/link-plus:hover .group-hover\/link-plus\:bg-plus-white {
    background-image: url(../fonts/plus-white.svg);
}

#scrollContainer {
    /* height: 400px;  */
    /* overflow: auto;  */
  }
   
  #content {
    /* height: 1000px;  */
    transition: transform 0.3s; /* 平滑的变换效果 */
    transform-origin: top center; /* 变换的基点 */
  }

  .bg-conic-blue {
    background-image: conic-gradient(from 180deg at 50% 50%, #206cad -27.58deg, #5abfff 34.35deg, #206cad 332.42deg, #5abfff 394.35deg);
}
.text-transparent {
    color: transparent;
}
.swiper_pro .swiper-slide-active .relative .absolute{
    display: none;
}
.srds .on{
    opacity: 1!important;
}
.srds .on span{
    opacity: 1!important;
    --tw-text-opacity: 1;
    font-weight: 600;
    color: rgb(29 29 31 / var(--tw-text-opacity));
}
.srds1 .on{
    opacity: 1!important;
}
.srds1 .on span{
    opacity: 1!important;
    --tw-text-opacity: 1;
    font-weight: 600;
    color: #fff;
}
.pop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 800px;
    width: 100%;
    z-index: 10;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 9;
}

.pop .close {
    text-align: right;
    margin-bottom: 15px;
    cursor: pointer;
}

.pop .close img {
    display: inline-block;
    transition: 0.5s;
    width: 40px;
}

.pop .close:hover img {
    transform: rotate(90deg);
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
@media (max-width: 1200px) {
    .srds{
        display: none;
    }
    .srds1{
        display: none;
    }
}
@media (min-width: 1200px) {
    .More_more__uYmD6 {
        display: none;
    }
}