.wiki_bj {
    background: url(../imgs/wiki_banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    height: 308px;
    box-sizing: border-box;
    margin-bottom: 120px;
}

.wiki {
    position: relative;
}

.wiki h1 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.wiki h1 a {
    color: #ff6900;
}

.wiki_box {
    position: absolute;
    left: 50%;
    top: 110px;
    transform: translateX(-50%);
    background: url(../imgs/wiki_navbj.png) no-repeat;
    background-size: 100% 100%;
    width: 840px;
    height: 223px;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.wiki_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wiki_box ul li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.wiki_box ul li:nth-child(2),
.wiki_box ul li:nth-child(4),
.wiki_box ul li:nth-child(6) {
    border-left: 2px solid #999999;
    border-right: 2px solid #999999;
    padding: 0 32px;
    display: block;
}

.wiki_cont {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.wiki_cont p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    margin-left: 36px;
}

.wiki_xz {
    color: #6C6EFF !important;
}

.flow {
    margin-top: 120px;
    padding-bottom: 20px;
}

.flow_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flow_ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 550px;
    margin-bottom: 40px;
}

.flow_box {
    margin-left: 20px;
}

.flow_box h2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
}

.flow_box span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.flow_time {
    display: flex;
    align-items: center;
}

.flow_time p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 6px;
}

.flow_botm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flow_botm button {
    width: 86px;
    height: 28px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6666;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
}

.flow_botm button:hover {
    background-color: #fb4a4a;
    color: #fff !important;
}

.flow_fy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 560px;
}

.flow_fy ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flow_fy ul a {
    padding: 5px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.flow_fy ul b {
    padding: 5px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: #6C6EFF;
    border-radius: 2px;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.flow_fy ul a:nth-child(1) b {
    padding: 0;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    background: transparent;
    color: #999999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.flow_fy p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}