li {
    list-style: none;
}

.display-flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

.flex {
    flex: 1;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-end {
    justify-content: flex-end;
}

.flex-column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-shrink {
    flex-shrink: 0;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    /*1. 先强制一行内显示文本*/
    white-space: nowrap;
    /*2. 超出的部分隐藏*/
    overflow: hidden;
    /*3. 文字用省略号替代超出的部分*/
    text-overflow: ellipsis;
}

.header {
    height: 1rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header .logo {
    width: 1.32rem;
    height: 0.42rem;
}

.header .tel {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.52rem;
}

.header .menu {
    width: 0.38rem;
    height: 0.3rem;
}

.banner img {
    width: 100%;
}

.nav {
    height: 1.42rem;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
}

.nav-item {
    text-align: center;
}

.nav-item img {
    height: 0.48rem;
    display: block;
    margin: 0 auto;
}

.nav-text {
    color: #343E49;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}

.active .nav-text {
    color: #0046B4;
}

.menu-box {
    width: 100%;
    height: 8.58rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
}

.menu-box a {
    color: #ffffff;
    font-size: 0.28rem;
}

.menu-bg {
    position: absolute;
    left: 0;
    top: 1.2rem;
    width: 100%;
    z-index: 1000;
}

.menu-bg img {
    width: 100%;

}

.menu-item-box {
    padding: 0.9rem 0 0 0.5rem;
}

.menu-item-box a {
    display: flex;
}

.menu-item {
    margin-top: 0.32rem;
}

.menu-item-box a span:nth-child(1) {
    width: 2rem;
    display: block;
    margin-right: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
}

.menu-item-box a span:nth-child(2) {
    display: block;
    font-size: 0.28rem;
    line-height: 0.32rem;
    flex: 1;
}

.close {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;

    z-index: 2100;
}

.close img {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
}

.tel-box {
    position: fixed;
    background: rgba(27, 31, 35, 0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2500;
}

.tel-img {
    width: 6.52rem;
    height: 3.22rem;
    padding-top: 0.28rem;
}

.tel-title, .tel-number {
    color: #06131F;
    font-size: 0.32rem;
    text-align: center;
}

.tel-number {
    margin-top: 0.72rem;
}

.bun-cal, .bun-conf {
    width: 1.6rem;
    height: 0.72rem;
    border-radius: 2px 2px 2px 2px;
    line-height: 0.72rem;
    font-size: 0.28rem;
    text-align: center;
}

.bun-cal {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #333333;

    margin-right: 0.2rem;

}

.bun-conf {
    background: #165DFF;
    color: #FFFFFF;
    border: 1px solid #165DFF;

}

.foot {
    background: #181535;
    padding: 0.28rem 0.3rem 0.24rem 0.4rem;
    box-sizing: border-box;
}

.foot_logo_1 {
    width: 2.6rem;
    height: 0.88rem;
    display: block;
}

.foot_logo_text {
    font-size: 0.12rem;
    color: #8B8A9A;
}

.foot_logo_2 {
    width: 1.98rem;
    height: 0.8rem;
    display: block;
}

.kf-box img {
    width: 0.46rem;
    height: 0.42rem;
}

.kf-box {
    margin-top: 0.2rem;
}

.kf-box-right div:nth-child(1) {
    font-size: 0.16rem;
    color: #8B8A9A;
}

.kf-box-right div:nth-child(2) {
    font-size: 0.2rem;
    color: #ffffff;
}

.foot {
    padding-bottom: 1.5rem;
}

.info {
    margin-top: 0.12rem;
}

.info div:nth-child(1) {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.info div:nth-child(2) {
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 0.24rem;
}


