/* 禁用滚动 */
.no-scroll {
    overflow: hidden;
}

.nl_item_box_1 {
    position: fixed;
    top: calc(1.25rem + .2375rem);
    width: 19rem;
    background: #FFFFFF;
    border-radius: .375rem;
    padding: .5rem .75rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 11;
    /* display: none; */
}

.nav {
    z-index: 11;
    position: relative;
    background: #fff;
}

.nl_item>a {
    cursor: pointer;
}

.nl_item_box_1>h2 {
    font-weight: 600;
    font-size: .375rem;
    color: #333333;
    line-height: normal;
    margin-bottom: .45rem;
}


.nl_item_box_flex>a {
    font-weight: 600;
    font-size: .2rem;
    margin-right: 1.8rem;
    color: #666666;
    line-height: normal;
}

.hides {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: hidden;
    background: rgb(0, 0, 0, 0.6);
    /* display: none; */
}


.nl_item_box_img>img {
    cursor: pointer;
    width: .35rem;
    height: .35rem;
    position: absolute;
    top: .25rem;
    right: .3125rem;
}

.nl_item_box_1_right {
    background: #E60012;
    width: 4.25rem;
    box-sizing: border-box;
    border-radius: 0px .375rem .375rem 0px;
    overflow: hidden;
}

.nl_item_box_1_center {
    box-sizing: border-box;
    padding: .55rem .5rem;
    width: calc(100% - 4.25rem - 5rem);
}

.nl_item_box_1_center_item {
    display: none;
}

.nl_item_box_1_center_item>h3 {
    font-weight: 600;
    font-size: .375rem;
    color: #333333;
    line-height: normal;
    margin-bottom: .35rem;
}

.nl_item_box_1_left {
    width: 5rem;
    background: #F2F2F2;
    border-radius: .375rem 0px 0px .375rem;
    box-sizing: border-box;
    padding: .5375rem .4375rem;
}

.nl_item_box_1_center_list {
    flex-wrap: wrap;
}

.nl_item_box_1_center_list>a {
    width: 30%;
    display: inline-block;
    font-size: .175rem;
    font-weight: 550;
    color: #666666;
    line-height: .45rem;
}

.nl_item_box_cp {
    padding: 0;
}

.nl_item_box_1_left a {
    font-weight: 600;
    font-size: .2rem;
    color: #333333;
    display: inline-block;
    line-height: normal;
    margin-bottom: .125rem;
    text-decoration: dashed;
    padding-bottom: .0625rem;
    position: relative;
}

.nl_item_box_1_left a::after {
    content: "";
    width: 0;
    height: .0375rem;
    background: #E60012;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.3s;
}

.nl_item_box_1_left a:hover::after {
    width: 100%;
    transition: all 0.3s;
}

.swiper1 {
    display: none;
    height: 100%;
    padding: .7125rem 0 0;
}

.lu_box>img {
    display: block;
    margin: 0 auto;
    max-width: 1.575rem;
    max-height: 2.25rem;
}

.lu_box>p {
    font-weight: 400;
    font-size: .175rem;
    text-align: center;
    color: #FFFFFF;
    margin: .4875rem 0 .2375rem;

}

.lu_box>h3 {
    font-weight: bold;
    font-size: .225rem;
    color: #FFFFFF;
    text-align: center;
}

.lu_box>div {
    width: 1.5125rem;
    height: .4625rem;
    line-height: .4625rem;
    text-align: center;
    border-radius: .225rem;
    border: .0125rem solid #fff;
    margin: .375rem auto .775rem;
    font-weight: 400;
    font-size: .175rem;
    color: #fff;
}