/* 辅助工具频道页 */
.mb-30 {
    margin-bottom: 30px;
}
.auxiliary_header {
    height: 56px;
    background-color: #32495F;
    text-align: center;
}

.auxiliary_header a {
    font-size: 16px;
    color: #F7F8FA;
    font-weight: 500;
    line-height: 56px;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    text-decoration: none;
}

.auxiliary_header a:hover {
    text-decoration: none;
}

.auxiliary_header .current::after,
.auxiliary_header a:hover::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;;
}

.auxiliary_search_wrap {
    margin-top: 78px;
    height: 242px;
    margin-bottom: 80px;
}

.auxiliary_logo {
    width: 97px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.auxiliary_logo img {
    width: 100%;
}

.auxiliary_search {
    width: 641px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.auxiliary_search input {
    width: 533px;
    height: 50px;
    outline: none;
    border: 1px solid #008ECE;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 20px;
    padding-right: 128px;
    font-size: 16px;
}

.auxiliary_search input::placeholder {
    color: #ddd;
    font-weight: 400;
}

.auxiliary_search_submit {
    /* position: absolute; */
    float: right;
    right: -108px;
    width: 108px;
    height: 50px;
    background-color: #008ECE;
    border: 1px solid transparent;
    outline: none !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 50px;
}

.auxiliary_search_submit i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/static/wmzhe/images/index_search.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 12px;
}

.auxiliary_search_text {
    width: 641px;
    margin: 0 auto;
    margin-top: 22px;
}

.auxiliary_search_text span,
.auxiliary_search_text a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
}

.auxiliary_search_text span:last-child {
    margin-right: 0;
}

.auxiliary_content {
    height: 690px;
    padding: 30px;

}

.auxiliary_content .sidebar_header {
    border-bottom: none;
}

.related_search {
    margin-bottom: 50px;
}

.related_search_list {
    margin-top: 10px;
}

.related_search_list li {
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
    margin-right: 30px;
    width: 280px;
}

.related_search_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #ddd;
    border-radius: 50%;
}

.related_search_list li:nth-child(4n) {
    margin-right: 0;
}

.related_search_list a {
    color: #333;
    font-size: 14px;
}

.auxiliary_table > div {
    width: 600px;
    height: 436px;
    border: 1px solid #eee;
}

.auxiliary_table span {
    display: inline-block;
    text-align: center;
}

.auxiliary_table span:first-child {
    width: 400px;
    text-align: left;
}

.auxiliary_table span:nth-child(2) {
    width: 80px;
}

.auxiliary_table span:nth-child(3) {
    width: 50px;
    float: right;
}

.auxiliary_table_header {
    background-color: #eee;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.auxiliary_table_header span:first-child {
    font-size: 18px;
}

.auxiliary_list {
    padding: 20px;
    counter-reset: section;
}

.auxiliary_list li {
    margin-bottom: 17px;
}

.auxiliary_list span:first-child {
    position: relative;
    padding-left: 30px;
}

.auxiliary_list span:first-child::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    background-color: #ddd;
    text-align: center;
    line-height: 20px;
}

.auxiliary_list li:first-child span:first-child::before {
    background-color: #FC193E;
}

.auxiliary_list li:nth-child(2) span:first-child::before {
    background-color: #FE7704;
}

.auxiliary_list li:nth-child(3) span:first-child::before {
    background-color: #FABA01;
}

.auxiliary_list li:last-child {
    margin-bottom: 0;
}

.auxiliary_list a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.auxiliary_list i {
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(/static/wmzhe/images/jiantou.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width:576px) {
    .auxiliary_search_wrap {
        height: auto;
        margin-top: 74px;
        margin-bottom: 74px;
    }

    .auxiliary_logo {
        width: 70px;
        margin-bottom: 30px;
    }

    .auxiliary_search {
        width: 80%;
        height: 40px;
        position: relative;
    }

    .auxiliary_search input {
        width: 96%;
        height: 40px;
        padding-right: 70px;
        font-size: 12px;
        padding-left: 12px;
    }

    .auxiliary_search input::placeholder {
        font-size: 12px;
    }

    .auxiliary_search_submit {
        width: 60px;
        height: 40px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .auxiliary_search_submit i {
        margin-top: 7px;
        width: 20px;
        height: 20px;
    }

    .auxiliary_search_text {
        width: 80%;
    }

    .auxiliary_search_text span,
    .auxiliary_search_text a {
        margin-right: 8px;
        font-size: 12px;
    }

    .auxiliary_content {
        height: auto;
        width: 94%;
        margin: 0 auto 30px;
        padding: 15px;
    }

    .related_search {
        padding-top: 7px;
        margin-bottom: 30px;
    }

    .auxiliary_content .sidebar_header {
        border-bottom: 1px solid #ddd;
    }

    .related_search_list {
        margin-top: 15px;
    }

    .related_search_list li {
        width: 100%;
        margin-right: 0;
    }

    .related_search_list li:last-child {
        margin-bottom: 0;
    }

    .related_search_list a {
        color: #666;
    }

    .auxiliary_table > div {
        width: 100%;
        margin-bottom: 30px;
        border: none;
        height: auto;
    }

    .auxiliary_table > div:last-child {
        margin-bottom: 0;
    }

    .auxiliary_table_header {
        font-size: 14px;
        padding: 0;
        height: 35px;
        line-height: 35px;
    }

    .auxiliary_table span:first-child {
        width: calc(100% - 120px);
        font-size: 15px;
        padding-left: 10px;
    }

    .auxiliary_table span:nth-child(2) {
        width: 65px;
    }
    .auxiliary_table span:nth-child(3) {
        width: 50px;
        text-align: center;
    }

    .auxiliary_list {
        padding: 20px 0 0;
        font-size: 12px;
        line-height: 17px;

    }
    .auxiliary_list a {
        font-size: 12px;
        width: 100%;
        display: inline-block;
    }

    .auxiliary_list span:first-child {
        padding-left: 24px;
    }

    .auxiliary_list span:nth-child(2) {
        vertical-align: top;
    }

    .auxiliary_list span:first-child::before {
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 12px;
    }
}