body,html {
    padding: 0;
    margin: 0;
}
*::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #fff;
}
*::-webkit-scrollbar-track {
    background-color: #fff;
}
.com {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    width: auto;
    min-width: auto;
    padding: 0;
    margin: 0;
}
.stop {
    background: url("/img/stop_bg.jpg") no-repeat 100%/100%;
    width: 100%;
    background-size: cover;
    height: 100%;
}
.stop .text {
    margin: 0 auto;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*实现垂直居中*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*实现水平居中*/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    text-align: justify;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
#app {
    height: 100%;
    width: 100%;
}
.swiper-slide-shadow-left {
    display: none;
}
.swiper-slide-shadow-right {
    display: none;
}
@media screen and (max-width: 760px) {
}




