.wrapper {
    background-color: #011736;
    background-image: none;
    background-size: 100% 100%;
    min-height: 100vh;
    height: auto;
}

.hide {
    display: none;
}

.hearder-img-box {
    position: relative;
    height: 100vh;
}

.hearder-img {
    width: 100%;
    max-height: 100vh;
}

.hearder-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1.55rem;
}

.bg-img {
    width: 100%;
    height: auto;
}

.goTouareg {
    position: absolute;
    right: .5rem;
    top: 26.45rem;
    background-color: transparent;
    width: 2.5rem;
    height: 3rem;
}

.goNormal {
    position: absolute;
    right: .5rem;
    top: 29.7rem;
    background-color: transparent;
    width: 2.5rem;
    height: 3rem;
}

.erweima-img {
    position: absolute;
    left: 50%;
    top: 34.25rem;
    transform: translateX(-50%);
    background-color: transparent;
    width: 1.98rem;
    height: auto;
}

.query-results {
    position: absolute;
    left: 50%;
    top: 44.35rem;
    transform: translateX(-50%);
    background-color: transparent;
    width: 3.76rem;
    height: .64rem;
}

.mask-search {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.mask-search-no,
.mask-search-success {
    width: 6.2rem;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.flex-ac-jc-dc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mask-search-no .content,
.mask-search-success .content {
    width: 6.2rem;
    height: 4.05rem;
    background: #FFF;
    overflow: hidden;
    border-radius: 0.1rem;
    text-align: center;
    font-family: HYQiHei-80J,sans-serif;
    line-height: 0.52rem;
    font-size: .28rem;
    color: #2f2f30;
}

.mask-search-no .title,
.mask-search-success .title {
    font-size: .36rem;
    margin-bottom: .15rem;
    font-weight: 500;
}

.mask-search .content,
.mask-search-result .content,
.mask-search-no .content,
.mask-search-success .content {
    padding-top: 0!important;
}


/* 悬浮层 */

.icon-box {
    bottom: 6.5rem;
}


/* 悬浮层 end */


/* toast提示框开始 */

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


.toast {
    position: fixed;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    font-size: 0.36rem;
    line-height: 1;
    padding: .2rem 0.3rem;
    border-radius: 0.03rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    white-space: nowrap;
}

.fadeOut {
    animation: fadeOut .5s;
}

.fadeIn {
    animation: fadeIn .5s;
}


/* 预约试驾 */

#form {
    width: 6.31rem;
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    background: #fff;
    margin: 0 0.59rem;
    padding: 0.8rem 0 0;
    z-index: 99;
}

.close {
    width: .4rem;
    position: absolute;
    top: .3rem;
    right: .3rem;
}

.drive-form {
    padding: 0;
}

.drive-form h3 {
    font-size: .48rem;
    color: #000;
    text-align: center;
}

.drive-form-push {
    width: 100%;
    padding: .28rem .32rem;
}

.drive-form-pushs {
    width: 100%;
    padding: .28rem 0;
}

.voteFrom {
    padding: 0;
    position: absolute;
    top: 6.21rem;
    left: 0.59rem;
}

.btVote {
    position: absolute;
    top: 8.05rem;
    width: 6.31rem;
    left: 0.59rem;
    height: 1.03rem;
}

.form-btn {
    height: .88rem;
    line-height: .88rem;
    border-radius: 1rem;
    background: #001e50;
}

.voteBtn {
    background: #01b0f1;
}

.noVote {
    background: #999;
}


/* 预约试驾end */