.blue_color {
    color: #002fa7
}

.blue_border {
    border-bottom: 1px solid #002fa7
}

.red_color {
    color: #f9007b
}

.red_bg {
    background: #f9007b
}

.aq-card {
    background: #fff;
    border-radius: 6px;
    padding: 2rem;
    margin-bottom: 3rem
}

.aq-card>.header .title {
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 400
}

.aq-card>.header .more {
    text-align: right
}

.aq-card>.header .more a {
    color: #999
}

.aq-card>.content {
    padding-top: 2rem
}

.aq-card-main {
    background: #fff;
    border-radius: 6px;
    padding: 2rem;
    margin-bottom: 3rem
}

.aq-card-main>.header .title {
    line-height: 2rem;
    font-size: 1.8rem;
    font-weight: 400
}

.aq-card-main>.header .more {
    text-align: right
}

.aq-card-main>.header .more a {
    color: #999
}

.aq-card-main>.content {
    padding-top: 2rem
}

.explain-page .el-tabs__nav {
    padding: 0!important
}

.explain-page .explain-body {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.explain-page .explain-body .explain-body-left {
    width: 220px;
    margin-right: 40px
}

.explain-page .explain-body .explain-body-left li {
    width: 220px;
    text-align: center;
    border-bottom: 1px solid #e1ece8;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    overflow: hidden
}

.explain-page .explain-body .explain-body-left li:first-child {
    border-radius: 5px 5px 0 0
}

.explain-page .explain-body .explain-body-left li:last-child {
    border-radius: 0 0 5px 5px
}

.explain-page .explain-body .explain-body-right {
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.explain-page .explain-body .explain-body-right header {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid #e1ece8;
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #f9007b;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px
}

.explain-page .explain-body .tag_active {
    background-color: #fff;
    border-left: 3px solid #f9007b;
    color: #f9007b
}

.explain-page .explain-body .tagContent table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.explain-page .explain-body .tagContent table td,.explain-page .explain-body .tagContent table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px
}

.explain-page .explain-body .tagContent table th {
    border-bottom: 2px solid #ccc;
    text-align: center
}

.explain-page .explain-body .tagContent blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1
}

.explain-page .explain-body .tagContent code {
    display: inline-block;
    *display: inline;
    *zoom:1;background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px
}

.explain-page .explain-body .tagContent pre code {
    display: block
}

.explain-page .explain-body .tagContent ol,.explain-page .explain-body .tagContent ul {
    margin: 10px 0 10px 20px
}

.explain-page .explain-body .tagContent img {
    max-width: 100%!important;
    margin: 0 auto;
    display: table-cell;
    6vertical-align: middle;
    7text-align: center
}