.d-flex {
    display: flex;
}


.flex-y {
    display: flex;
    flex-direction: column;
}

.flex-fw {
    flex-wrap: wrap;
}

.image-logo {
    width: 150px;
    height: 150px;
    border-radius: 120px;
}

.image-size-80 {
    width: 80px;
    height: 80px;
}

.image-size-60 {
    width: 60px;
    height: 60px;
}

.image-size-120 {
    width: 120px;
    height: 120px;
}

.image-size {
    width: 55px;
    height: 55px;
}

.image-size-40 {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.image-logo-50 {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.image-size-45 {
    width: 45px;
    height: 45px;
}

.image-size-30 {
    width: 30px;
    height: 30px;
}

.image-size-25 {
    width: 25px;
    height: 25px;
}

.image-size-20 {
    width: 20px;
    height: 20px;
}

.image-size-15 {
    width: 15px;
    height: 15px;
}

.image-size-10 {
    width: 10px;
    height: 10px;
}

.h100 {
    height: 100%;
}

.h70 {
    height: 70%;
}

.h98 {
    height: 98%;
}

.h96 {
    height: 96%;
}

.h85 {
    height: 85%;
}

.h80 {
    height: 80%;
}

.h7 {
    height: 7%;
}

.h5 {
    height: 5%;
}

.h95 {
    height: 95%;
}

.h90 {
    height: 90%;
}

.h93 {
    height: 93%;
}

.h10 {
    height: 10%;
}

.h50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.w15 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w23 {
    width: 23%;
}

.w24 {
    width: 24%;
}

.w25 {
    width: 25%;
}

.w28 {
    width: 28%;
}

.w30 {
    width: 30%;
}

.w32 {
    width: 32%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w46 {
    width: 46%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w96 {
    width: 96%;
}

.w98 {
    width: 98%;
}

.w99 {
    width: 99%;
}

.flex-gr {
    flex: 1;
}

.flex-ac {
    align-items: center;
}

.flex-jc {
    justify-content: center;
}

.flex-sb {
    justify-content: space-between;
}

.flex-start {
    justify-content: start
}

.flex-end {
    justify-content: flex-end
}

.flex-bottom-end {
    align-items: flex-end
}

.font__bold {
    font-weight: bold;
}

.bg_color_white {
    background-color: white;
}

.flex-shrink {
    flex-shrink: 0;
}

.font-size40 {
    font-size: 40px;
}


.font-size35 {
    font-size: 35px;
}


.font-size30 {
    font-size: 30px;
}

.font-size28 {
    font-size: 28px;
}

.font-size25 {
    font-size: 25px;
}

.font-size20 {
    font-size: 20px;
}

.font-size17 {
    font-size: 17px;
}

.font-size15 {
    font-size: 15px;
}

.font-size14 {
    font-size: 14px;
}

.font-size13 {
    font-size: 13px;
}

.font-size12 {
    font-size: 12px;
}

.font-size10 {
    font-size: 10px;
}

.font-color-blue {
    color: #409EFF;
}

.border-solid-color-blue {
    border: 1px solid #409EFF;
}

.font-color-white {
    color: white;
}

.font-color-red {
    color: #fa3534;
}

.font-color-Info {
    color: #909399;
}

.font-color-warning {
    color: #E6A23C;
}

.image-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.text-over-oneline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.text-over-twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-over-threeline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top__position {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 888;
}
.bottom__position {
    position: fixed;
    left: 0px;
    z-index: 888;
    bottom: 0px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-50 {
    border-radius: 50px;
}

.font-line-height-form {
    line-height: 20px;
    letter-spacing: 2px;
}

.bg-color-red {
    background-color: red;
}
.bg-color-bule {
    background-color: #2b85e4;
}
.bg-color-form-info {
    background-color: #e9e9eb;
}

.bg-color-form-bg {
    background-color: #F5F9FC;
}

.bg-color-theme-ruo {
    background-color: #FAFAFA;
}

.border-top-solid {
    border-top: 1px solid #e9e9eb;
}


.bg-color-zhenliao-bg {
    background-color: #FFFDEC;
}


.min-width-1200 {
    min-width: 1200px
}

.min-width-1400 {
    min-width: 1400px
}

.input-width {
    width: 200px;
}

.height-25 {
    height: 25px;
}

.pa-5 {
    padding: 5px;
}

.pa-10 {
    padding: 10px;
}

.pa-15 {
    padding: 15px;
}

.pa-20 {
    padding: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}


.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.full-screen-bg {
    /* 1. 设置背景图片路径 */
    /* 2. 关键属性：保持比例铺满，自动裁剪多余部分 */
    background-size: cover;

    /* 3. 背景位置：居中显示 (防止图片被裁剪到重要内容) */
    background-position: center center;

    /* 4. 背景不重复 */
    background-repeat: no-repeat;

    /* 5. 确保元素高度占满视口 (如果是 body/html) */
    width: 100%;
    height: 100vh; /* 100vh = 100% 视口高度 */

    /* 可选：固定背景，滚动内容时背景不动 (视差效果) */
    background-attachment: fixed;
}


/* 2. img 标签：核心样式 */
.img-container-img {
    width: 100%;           /* 宽度填满容器 */
    height: 100%;          /* 高度填满容器 */

    /* 【最关键属性】类似 background-size: cover */
    /* 保持比例缩放，自动裁剪多余部分，确保铺满且不变形 */
    object-fit: cover;

    /* 可选：居中显示，决定裁剪哪一部分 */
    object-position: center;
}