* {
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

ul,
ol {
    list-style: none outside none;
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.6rem;
    background-color: #fff;
    display: flex;
    padding: 0 2.6rem;
    align-items: center;
    box-sizing: border-box;
    z-index: 9;
    overflow: hidden;
}

.logo {
    margin-right: 3.2rem;
    width: 0.55rem;
    height: 0.55rem;
    cursor: pointer;
}

.foot-logo {
    width: 1rem;
    height: 1rem;
}

.nav_list {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
}

.nav_list li {
    position: relative;
    cursor: pointer;
}

.foot {
    display: flex;
    justify-content: space-between;
    padding: 0.32rem 2.6rem;
    /* height: 2.88rem; */
    background: rgba(0, 0, 0, 0.8);
}

.foot-text {
    padding: .2rem 0;
    background: rgba(0, 0, 0, 0.8);
    border-top: 1px solid #666;
    font-size: .16rem;
    text-align: center;
    line-height: 2;

}

.foot-text div {
    color: #fff;
    opacity: 0.5;
}

.company_name {
    margin: 0 0 0.22rem;
    font-size: 0.2rem;
    color: #fff;
    opacity: 0.5;
    font-weight: bold;
}

.tel {
    margin-bottom: 10px;
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.5;
}

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

.number {
    font-size: 0.14rem;
    color: #fff;
    opacity: 0.5;
    line-height: 0.24rem;
}

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

.foot_center a {
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.5;
}

.foot_center a:nth-child(n+2) {
    margin: .2rem 0 0;
}

.foot_right img {
    width: 150px;
    height: 150px;
    vertical-align: middle;
}

a {
    color: #fff;
    text-decoration: none;
}

.ss {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 2px;
    background: #308EFF;
}

.swiper-pagination-bullet-active {
    background: #308EFF;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: .4rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}