﻿.comTop {
    height: 1.07rem;
}

.comTop .nav {
    width: 100%;
    height: 1.07rem;
    padding:0 0.22rem;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comTop .nav .logo{
    width:auto;
    max-height:1.07rem

}

.comTop .nav .img1 {
    width: 0.39rem;
    height: 0.31rem;
}
.comTop .nav .img2 {
    width: 0.45rem;
    height: 0.45rem;
}

.comTop .van-overlay{
    display:none;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.3);
    position:fixed;
    top:0;
    z-index:10;
}

.comTop .wrapper {
    height: 100%;
    width: 4.24rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(40,61,93,0.35);
    border-radius: 0px 0.5rem 0.5rem 0px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.35rem;
}

.comTop  .wrapper-box {
    height: 1.07rem;
    width: 3.29rem;
    padding: 0 0.1rem;
    border-bottom: 0.01rem solid #E5E5E5;
    font-size: 0.3rem;
    line-height: 1.07rem;
}

.comTop  .van-picker__columns {
    width: 5rem
}

.comTop .btn {
    width: 1.54rem;
    height: 0.54rem;
    background: #1788E8;
    border: 0.01rem solid #448ACA;
    border-radius: 0.1rem;
    color: #FFFFFF;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.54rem;
    margin-right: 0.3rem
}

.footer {
    width: 100%;
    height: 2.87rem;
    background: #383945;
    color: #6F7174;
    padding: 0 0.33rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.footer-class {
    width: 1.2rem;
    height: 0.6rem;
    margin-bottom: 5px;
    background: rgba(111,113,116,0.14);
    border-radius: 0.05rem;
    line-height: 0.6rem;
    text-align: center;
    color: #6F7174;
}

a {
    color: #505158;
}

.hotline-box {
    width: 6.46rem;
    height: 0.52rem;
    border: 1px solid #E6E6E7;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.25rem;
}
.tabBar {
    height: 1.3rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.tabBar img {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
}

.tabBar .active-img {
    width: 0.4rem;
    height: 0.4rem;
}

.comTop-popup{
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.6);
    position:fixed;
    z-index:30;
    top:0;
    display:none;
}
.comTop-popup-main{
    width:50%;
    padding:10px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.comTop-popup-btn{
    width:100%;
    margin-bottom:10px;
    font-size:0.3rem;
}
.comTop-popup-list-select{
    background:#118AEA;
    color:#fff;
}
.comTop-popup-list {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 0.3rem;
}
.bg-box-1{
    margin:0 auto;
}