* {
    background-size: 100% 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent!important
}

body::-webkit-scrollbar {
    width: 10px
}

html {
    height: 100%!important;
    overflow-y: auto;
    overflow-x: hidden
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 6px
}

.comp-content[data-v-2dcaa316] {
    position: relative;
    background-repeat: no-repeat
}
.common_box[data-v-09942139] {
    position: relative;
    margin: 0 auto
}

.common_box .common_box_before[data-v-09942139] {
    width: 100%;
    height: var(--top_image_height);
    background: var(--top_image) top no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    position: relative;
    z-index: 0
}

.common_box .common_box_after[data-v-09942139] {
    width: 100%;
    height: var(--bottom_image_height);
    background: var(--bottom_image) bottom no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    position: relative;
    z-index: 0
}

.common_box .common_box_center[data-v-09942139] {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--middle_image) 50% repeat-y;
    background-size: 100% auto
}

.common_box .common_box_center_content[data-v-09942139] {
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 100px
}
#logo1 {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(/img/logo1.png) no-repeat center/100%;
    top: -86px;
}
#logo2 {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(/img/logo2.png) no-repeat center/100%;
    top: -81px;
}
#logo3 {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(/img/logo3.png) no-repeat center/100%;
    top: -76px;
}