@media (max-width: 1440px) {
    /* 添加适用于小屏幕的样式 */
    body {
        font-size: 12px !important;
    }
    html {
        font-size: 12px !important;
    }
}
 
.list-view {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 21px;
}

.list-item {
    width: calc(100% / 2);
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #5F5F5F;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px !important;
    margin: 0px 0px 15px 0px !important;
}

.list-item:before {
    content: "";
    width: 9px;
    height: 9px;
    background: linear-gradient(0deg, #943C79, #E04D4D);
    border-radius: 50%;
    margin-right: 10px;
}

.company-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* margin-left: -17px; */
}

/* .logo-item {
    width: calc(100% / 3 - 17px);
} */

.logo-image {
    width: 186px;
}

.container-fluid .container-fluid-boxs {
    width: 32% !important;
}


.footer-top .footer-top-address {
    display: flex;
    flex-direction: column;
}

.pricing_serve {
    background: rgba(19, 12, 54, 1) !important;
}

.pricing_serve_h1{
    color: #ffffff !important;
    font-size: 48px;
    font-family: zihun164hao-fangyuehei;
    font-weight: 400;
}
.pricing_serve_h2 {
    color: #ffffff !important;
    font-size: 22px;
    font-family: zihun164hao-fangyuehei;
    font-weight: bold;
}

.pricing_serve_title {
    color: rgba(169, 170, 171, 1) !important;
    /* font-size: 24px !important; */
    font-size: 16px;
    font-family: zihun164hao-fangyuehei;
    font-weight: 500;
}

.pricing_serve_h3 {
    color: #ffffff !important;
    font-size: 22px;
    font-family: zihun164hao-fangyuehei;
    font-weight: bold;
}

.pricing_serve_h3_title {
    color: rgba(169, 170, 171, 1) !important;
    font-size: 16px;
    font-family: zihun164hao-fangyuehei;
    font-weight: 500;
}

.pricing_serve_img {
    flex: 0 0 auto;
    width: 25% !important;
}

.pricing_serve_ul {
    padding: 15px 18px;
    background: rgba(48, 33, 124, 0.64);
    border-radius: 28px;
    display: flex !important;
    justify-content: space-around !important;
}

.pricing_serve_li a {
    clip-path: none !important;
    padding: 13px 32px !important;
    background: #FF564F !important;
    border-radius: 20px !important;
}

.pricing_serve_boxs {
    /* width: 318px; */
    width: 25%;
}

.pricing_serve_data {
    width: 70vw;
    margin: 0px auto;
    background: rgba(38, 25, 99, 1);
    padding: 34px 30px;
    border: 1px solid rgba(255, 86, 79, 0.43);
    border-radius: 25px;
}

.pricing_serve_data_boxs {
    background: rgba(49, 34, 119, 1);
    border-radius: 30px;
}

.pricing_serve_data_boxs_mass {
    padding: 18px 30px;
    display: flex;
    justify-content: flex-start;
}

.pricing_serve_data_boxs_mass_img {
    width: 83px !important;
    margin-right: 17px;
}

.pricing_serve_data_boxs_mass_view {
    display: flex;
    flex-direction: column;
    height: 83px;
    justify-content: space-between;
}

.software_serve_data {
    width: 70vw;
    margin: 0px auto;
    padding: 34px 30px;
    /* height: 460px; */
    overflow: hidden;
}

.pricing_serve_power {
    /* width: 400px; */
    width: 27.3%;
    /* 277px; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    padding: 30px 44px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    /* margin: 0px 40px 30px; */
    margin: 0px 0px 30px;
}

.pricing_serve_evaluate {
    width: 100%;
    margin: 20px 0px;
    padding: 12px 14px;
    border: 9px solid #2A2E34;
    border-radius: 12px;
    background: rgba(42, 46, 52, 1);
    display: flex;
    justify-content: space-between;
}

.pricing_serve_evaluate_solid {
    width: 1px;
    height: 134px;
    background: rgba(255, 255, 255, 0.43);
}

.pricing_serve_evaluate_title {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    width: 70%;
}

.flex_column_between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.blogdetsil-title {
    padding: 15px 15px 10px;
    color: rgba(4, 26, 55, 1);
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
}

.blogdetsil-time {
    text-align: right;
    color: rgba(182, 182, 182, 1);
    padding: 0px 15px 15px;
}

.detail_title {
    display: none;
}

.detail_text {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #130C36;
    line-height: 36px;
}

.detail_text span {
    display: block;
    margin-bottom: 20px;
}

.blogdetsil_image {
    box-shadow: 1px 0px 16px 0px rgba(0, 0, 0, 0.03);
    border-radius: 1px;
    margin-bottom: 15px;
}

.video_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0px;
    display: none;
}

.i_play{
    position: absolute; 
    top: 50%; left: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 0 rgba(255, 255, 255, 0.1), 0 0 0 15px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0.1);
    animation: ripple-wave1 1s linear infinite;
    animation-play-state: running;
    visibility: visible;
    transform: scale(1);
    -webkit-animation: ripple-wave1 1s linear infinite;
}

.pricing-li-a li a{
    clip-path: none !important;
    padding: 13px 19px !important;
    border-radius: 20px !important;
}

/* .vid-icon i{
    line-height: 55px;
    font-size: 20px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */