.nav_box {
    max-width: 1200px;
    margin: auto;
    padding: 5px 30px;
}

.dropdown-menu {
    min-width: 6rem;
}

.dropdown-item {
    padding: .25rem 1rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.loginhide {
    display: none;
}

.login_li {
    position: relative;
}

.login_li a {
    cursor: pointer;
}

.loginUrl {
    position: absolute;
    top: 45px;
    width: 180px;
    right: 0;
    z-index: 99;
    background: #fff;
}

.loginUrl p {
    font-size: .8rem;
    color: #333;
    text-align: center;
    line-height: 1.6rem;
}

#pills-home {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* 弹窗 */

.toast_win {
    min-height: 200px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000033;
    z-index: 99;
    display: none;
    transition: 1s;
}

.toast {
    opacity: 1;
}

.toast-header {
    justify-content: flex-end;
}

.parent_infor {
    display: none;
    margin-top: 2rem;
}

.record_group {
    position: relative;
}

.menu_none {
    display: none;
}


/* @media screen and(max-width:) */


/* 轮播 */

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* 底部信息 */

.footer_box {
    padding: 1.5rem 0;
    background: #f5f5f5;
    margin-top: 3rem;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer p {
    font-size: 1rem;
    color: #333;
    line-height: 2rem;
    text-align: center;
}

.footer_miit p a {
    display: inline;
}

.footer_miit p a:hover {
    color: #333;
}

@media screen and (max-width:576px) {
    .footer p,
    .footer_tel {
        font-size: .8rem;
        line-height: 1.2rem;
    }
}

.tips {
    font-size: 14px;
    color: rgb(230, 25, 25);
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
}