*:not(.class-richtext *) {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    max-width: 100%;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

.swiper-button-next,.swiper-button-prev {
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2) !important;
}

body {
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: Arial, sans-serif !important;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.42857143;
    color: #333333;
    background: #F4F4F4;
}

/*富文本里面的字体大小和颜色，有富文本决定*/
.class-richtext * {
    /*font-size: unset;*/
    /*color: unset;*/
    font-size: none;
    color: none;
}
header {
    width: 100vw;
    border-top: 2px solid blue;
    border-bottom: 1px solid #eeeeee;
    position: fixed;
    z-index: 10000000;
    top: 0;
    bottom: 0;
    background: white;
}
#toast-container {
    z-index: 10000001 !important;
}
main {
    display: block;
    width: 100vw;
}
footer {
    width: 100vw;
    height: 280px;
    background: #333333;
    padding: 40px;
    box-shadow: 0 0 2px 0 rgba(88,118,138,.1);
}
.auto1920 {
    max-width: none;
    display: block;
    width: 1920px !important;
    position: relative;
    left: -960px;
    margin-left: 50% !important;
}
video {
    background-color: black;
    max-width: 100%;
}

img{
    max-width: 100%;
}

.container-jump {
    display: none;
}

.content {
    /*min-width: 1200px;*/
}

.container {
    margin: 0 auto;
}

.middle-content {
    margin: auto;
}