#app {
    height: 100%;
    width: 100%
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-Bold.BgXb8VVL.otf)
}

@font-face {
    font-family: SourceHanSansCN-ExtraLight;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-ExtraLight.BPuO1fJk.otf)
}

@font-face {
    font-family: SourceHanSansCN-Heavy;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-Heavy.CPzR2y1b.otf)
}

@font-face {
    font-family: SourceHanSansCN-Light;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-Light.D8WZwVKB.otf)
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-Medium.Cy0FBqzI.otf)
}

@font-face {
    font-family: SourceHanSansCN-Normal;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-Normal.D2GRXXZJ.otf)
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(./SourceHanSansCN-Regular.DDvDncSQ.otf)
}

.main-model-title {
    color: #000;
    font-family: SourceHanSansCN-Bold;
    font-size: 28px
}

.space-mark-black {
    background-color: #000;
    height: 6px;
    width: 54px
}

.main-model-explain {
    color: #666;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    letter-spacing: .64px;
    line-height: 24px
}

.content-padding {
    padding-left: 17%;
    padding-right: 17%
}

.main-top-padding {
    padding-top: 80px
}

.v-html-content h1,
.v-html-content h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    line-height: 40px;
    margin: 52px 0 80px;
    text-align: center
}

.v-html-content code,
.v-html-content h3,
.v-html-content p {
    color: #666;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 24px;
    margin: 18px 0 20px;
    white-space: pre-wrap
}

.v-html-content img {
    padding: 10px 0;
    width: 100%
}

@media screen and (max-width:1600px) {
    .content-padding {
        padding-left: 10%;
        padding-right: 10%
    }
}

@media screen and (max-width:1200px) {
    .content-padding {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width:992px) {
    .content-padding {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media screen and (max-width:768px) {
    .content-padding {
        padding-left: 40px;
        padding-right: 40px
    }

    .main-top-padding {
        padding-top: 58px
    }

    .main-model-title {
        font-size: 22px
    }
}

@media screen and (max-width:390px) {
    .content-padding {
        padding-left: 20px;
        padding-right: 20px
    }
}

.el-message,
.flex {
    display: flex
}

.el-message {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #0000001a;
    height: auto;
    left: 50%;
    padding: 13px 20px 16px;
    position: fixed;
    top: 20px;
    transform: translate(-50%);
    transition: opacity .3s, transform .4s, top .4s;
    width: -moz-fit-content;
    width: fit-content
}

.el-message__icon {
    margin-right: 10px
}

.el-message .el-message-icon--success,
.el-message--success {
    color: #67c23a
}

.el-message--error {
    color: #f56c6c
}

.el-message__content {
    padding-right: 31px
}

.el-message .el-message__closeBtn {
    color: #909399
}

.el-message-fade-enter-active,
.el-message-fade-leave-active {
    opacity: 0;
    top: -48px !important
}

.el-input-group--prepend .el-input-group__prepend .el-select .el-select__wrapper {
    box-shadow: none !important
}

.content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center
}

.content .text {
    font-size: 40px;
    font-weight: 700
}