@charset"utf-8";

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

body {
    margin: 0;
    padding: 0;
    background: #EAEEFF;
    font-size: 0.15rem;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #1b1b1b;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

dd {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

:focus {
    outline: none !important;
}

.header-flex {
    width: 100%;
    padding: 0.02rem 0.15rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    border: 0.01rem solid #f1f1f1;
    border-radius: 1000rem;
    padding: 0.05rem 0.1rem;
    box-sizing: border-box;
}

.header-a {
    margin-right: 0.1rem;
    padding: 0.08rem 0.2rem;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    border-radius: 1000rem;
    color: #000000;
    font-size: 0.14rem;
    border: 0.01rem solid #EAEAEA;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
}

.header-a:hover {
    background: linear-gradient(to bottom, #355BFA, #1F3694);
    color: #ffffff;
}

.header-cur {
    background: linear-gradient(to bottom, #355BFA, #1F3694);
    color: #ffffff;
}

.header-cent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #ffffff;
    border-radius: 0 0 0.6rem 0.6rem;
    padding: 0 0.8rem 0.05rem;
    box-sizing: border-box;
}

.header-cent::after {
    position: absolute;
    left: 0.3rem;
    bottom: 0;
    width: 0.5rem;
    height: 0.2rem;
    background: url(../images/arr-left.png) no-repeat;
    background-size: 100%;
    content: "";
}

.header-cent::before {
    position: absolute;
    right: 0.3rem;
    bottom: 0;
    width: 0.5rem;
    height: 0.2rem;
    background: url(../images/arr-right.png) no-repeat;
    background-size: 100%;
    content: "";
}

.header-h1 {
    font-size: 0.24rem;
    text-align: center;
    font-weight: bolder;
    background: linear-gradient(to bottom, #355BFA, #1F3694);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    line-height: 1.2;
}

.header-sub {
    text-align: center;
    width: 100%;
}

.header-sub {
    text-align: center;
    font-size: 0.12rem;
    color: #797979;
}

.header-statistics {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.16rem 0 0.1rem;
}

.statistic-li {
    margin: 0 0.1rem;
    background: rgba(255, 255, 255, 0.5);
    border: 0.01rem solid #ffffff;
    border-radius: 0.1rem;
    padding: 0.05rem 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistic-icon {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.1rem;
}

.statistic-icon img {
    width: 0.2rem;
    vertical-align: middle;
}

.stat-01 {
    background: linear-gradient(to bottom, #355BFA, #2D55FB);
}

.stat-02 {
    background: linear-gradient(to bottom, #0EC4F6, #06B6D4);
}

.stat-03 {
    background: linear-gradient(to bottom, #F97316, #FF6E2C);
}

.stat-04 {
    background: linear-gradient(to bottom, #FF4A4A, #FF0101);
}

.stat-05 {
    background: linear-gradient(to bottom, #7F77FF, #4F46E5);
}

.statistic-num01 {
    font-size: 0.32rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #355BFA, #1F3694);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: left;
    line-height: 1;
}

.statistic-num02 {
    font-size: 0.32rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #0EC4F6, #06B6D4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: left;
    line-height: 1;
}

.statistic-num03 {
    font-size: 0.32rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #F97316, #FF6E2C);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: left;
    line-height: 1;
}

.statistic-num04 {
    font-size: 0.32rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #FF4A4A, #FF0101);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: left;
    line-height: 1;
}

.statistic-num05 {
    font-size: 0.32rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #7F77FF, #4F46E5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: left;
    line-height: 1;
}

.statistic-mac {
    display: flex;
}

.statistic-title {
    line-height: 1;
    padding: 0.1rem 0 0 0.1rem;
    color: #333333;
    font-size: 0.14rem;
}

.people-li {
    position: relative;
    display: flex;
    background: linear-gradient(to bottom, #FFFFFF, #F1F4FF);
    border: 0.02rem solid #ffffff;
    padding: 0.01rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    width: calc(14.285% - 0.16rem);
    margin: 0.08rem;
}

.people-sup {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.01rem 0.05rem;
    border-radius: 0.2rem 0.2rem 0 0.2rem;
}

.sup-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.01rem;
}

.sup-img img {
    width: 0.14rem;
    vertical-align: middle;
}

.sup-name {
    color: #ffffff;
    font-size: 0.1rem;
}

.people-sup-h2 {
    font-size: 0.12rem;
    line-height: 1.1;
}

.people-name-h1 {
    font-size: 0.13rem;
    line-height: 1.1;
}

.people-name-h2 {
    font-size: 0.13rem;
}

.people-name {
    flex: 1;
    padding: 0.09rem 0 0 0;
    box-sizing: border-box;
}

.people-img {
    position: relative;
    margin-right: 0.05rem;
    width: 0.6rem;
    height: 0.8rem;
    vertical-align: middle;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ffffff;
    border: 0.01rem solid #e9ecef;
}

.people-img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
}

.people-flex {
    width: 100%;
    padding: 0.05rem 0rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.search-int {
    display: flex;
}

.search-int input {
    height: 0.22rem;
    border: 0;
}

.sup01 {
    background: #0DC2F2;
}

.sup02 {
    background: #FF0101;
}

.sup03 {
    background: #FF6E2C;
}

.sup04 {
    background: #4F46E5;
}

.chat-bubble {
    position: relative;
    border-radius: 8px;
    background-color: #f8f9fa;
    padding: 0.08rem 0 0;
    width: 100%;
    box-sizing: border-box;
    background-size: 100%;
}

.triangle {
    position: relative;
    width: 0;
    height: 0;
}

.triangle::after {
    content: "";
    position: absolute;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.1rem solid #fff;
    left: 0.1rem;
    top: -0.068rem;
    z-index: 5;
}

.triangle::before {
    content: "";
    position: absolute;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.1rem solid #fc6b6c;
    left: 0.1rem;
    top: -0.08rem;
    z-index: 1;
}

.people-middle {
    flex: 1;
}

.chat-bubble-box {
    width: 100%;
    min-height: 0.3rem;
    border: 0.01rem solid #fc6b6c;
    border-radius: 0.08rem;
    background: #ffffff;
    position: relative;
    z-index: 3;
    padding: 0.03rem 0.05rem 0;
    box-sizing: border-box;
}

.triangle-line-l {
    width: 0.1rem;
    height: 0.01rem;
    background: #fc6b6c;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
}

.triangle-line-r {
    width: 0.1rem;
    height: 0.01rem;
    background: #fc6b6c;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 0;
}

.bubble-title {
    font-size: 0.12rem;
    color: #FF4848;
    font-weight: bolder;
    line-height: 1;
}

.bubble-name {
    font-size: 0.12rem;
    color: #333333;
}

.search-icon {
    width: 0.18rem;
    height: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon img {
    width: 100%;
    vertical-align: middle;
}

.mobile-web {
    width: 0.26rem;
    margin-right: 0.1rem;
}

.mobile-web img {
    width: 100%;
    vertical-align: middle;
}

.mobile-tip {
    display: flex;
    align-items: center;
}

.no-data {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
}