/* * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    -webkit-tap-highlight-color: transparent;
}
.z-con{
    width: 1200px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
input, button, textarea, select, option{
    outline: none;
    border: none;
} */

/* 遮罩层 */
/* #vmask {
    width: 100vw;
    height: 100vh;
    background: #efefef;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vmask img {
    width: 80px;
    animation: loadingRotate 3s linear infinite;
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);

    }

    100% {
        transform: rotate(360deg);

    }
} */

/* 隐藏螳螂探头图标 */
/* #minimizeBox {
    display: none !important;
} */

/* .mt10 {
    margin-top: 1rem;
}

.mt20 {
    margin-top: 2rem;
}

.mt30 {
    margin-top: 3rem;
}

.mt40 {
    margin-top: 4rem;
}

.mt50 {
    margin-top: 5rem;
}

.mt60 {
    margin-top: 6rem;
}

.mt70 {
    margin-top: 7rem;
}

.mt80 {
    margin-top: 8rem;
}

.mt90 {
    margin-top: 9rem;
} */