a:hover {
    text-decoration: none;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

input[type=checkbox] {
    display: none;
}

.input:checked+i:before {
    border-color: #5FB878!important;
    background-color: #5FB878;
    color: #fff;
    content: "\e605";
}

.search_container {
    width: 1280px;
    margin: auto;
    padding-top: 60px;
}

.search_container .topSearchKey {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topSearchKey>.keyword {
    height: 32px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(26, 39, 54, 1);
    line-height: 32px;
}

.topSearchKey>.keyword span {
    color: rgba(0, 127, 223, 1)
}

.search_container .tabContent {
    margin-top: 30px;
}

.tabContent.guideTab {
    min-height: 600px;
}

.bkmTab>.filter {
    display: flex;
    justify-content: space-between;
}

.bkmTab>.filter .filter_content {
    display: flex;
    position: relative;
}

.filter_content .label {
    width: 80px;
    font-size: 16px;
    color: #37475A;
    line-height: 30px;
    margin-right: 20px;
}

#bkmModules {
    width: 240px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DAE0E6;
    padding: 5px 12px;
    color: #97A4B6;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/assets/images/selection/icon_arrow_upward.svg") no-repeat scroll 97% center #fff;
}

#bkmModules>option {
    height: 32px;
    font-size: 16px;
    color: #97A4B6;
    line-height: 32px;
    outline: 0;
}

#bkmModules:focus {
    border-color: #007FDF;
    outline: 0;
}

.foot_page {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.foot_page ul {
    display: flex;
    justify-content: center;
}

.foot_page li {
    color: #000;
    padding: 5px;
    cursor: pointer;
    height: 30px;
    font-size: 16px;
    color: rgba(94, 105, 120, 1);
    line-height: 30px;
    margin: 0 8px;
}

.foot_page li:hover {
    color: #007FDF;
}

.foot_page .active {
    color: #007FDF;
}

.bkmTab>.search_result {
    margin-top: 50px;
}

.result_item .item_title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(26, 39, 54, 1);
    line-height: 32px;
}

.result_item .item_question {
    max-height: 90px;
    font-size: 16px;
    color: rgba(26, 39, 54, 1);
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.result_item .item_attr {
    display: flex;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 14px;
    color: rgba(151, 164, 182, 1);
    line-height: 20px;
}

.result_item .item_attr a {
    color: rgba(151, 164, 182, 1);
}

.result_item .item_attr a:hover,
.result_item .item_title a:hover {
    color: rgba(0, 127, 223, 1);
}

.item_attr .attr_time,
.item_attr .attr_tags {
    margin-left: 20px;
}

.item_attr .attr_tags .tag {
    display: inline-block;
    height: 20px;
    background: rgba(241, 246, 250, 1);
    border-radius: 2px;
    padding: 0 8px;
    margin-right: 8px;
    border-radius: 2px;
    line-height: 20px;
    font-size: 12px;
}

.attr_tags .tag {
    color: rgba(94, 105, 120, 1);
}

.attr_tags .lue {
    height: 14px !important;
    cursor: inherit !important;
    background: url(/assets/images/icon_more.svg) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.result_item {
    border-bottom: 1px solid #DAE0E6;
    margin-top: 32px;
}

.result_item:first-child {
    margin-top: 0;
}

/* ++++++++++++++++列表页面的搜索css ++++++++++++++++++++*/

.top_sear {
    height: 520px;
    width: 100%;
    position: relative;
    background-image: url(/assets/images/doc/doc_banner.svg);
}

.search {
    padding-top: 170px;
}

.search .title {
    margin: auto;
    text-align: center;
}

.search .input {
    width: 500px;
    margin: auto;
    margin-top: 32px;
}

.search .input span {
    /*  font-size: 0.5rem;
    width: 20px;
    color: white;*/
    display: inline-block;
}

.search .input input {
    color: #CBEDFF;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    width: 84%;
    font-size: 20px;
    line-height: 34px;
    /*text-align: right;*/
    width: 100%;
    border: 0;
    outline: 0;
}

.search>.title {
    font-size: 64px;
    color: #FFFFFF;
    line-height: 90px;
}

.input-container {
    width: 280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.input-container>span {
    margin-right: 6px;
    padding-top: 1px;
}

.foot_page i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background-image: url(/assets/images/icon_page_jump.svg);
}

.foot_page .first_jump {
    background-position: 0;
}

.foot_page .first_jump:hover {
    background-position: -16px 0;
}

.foot_page .prev_jump {
    background-position: -32px 0;
}

.foot_page .prev_jump:hover {
    background-position: -48px 0;
}

.foot_page .next_jump {
    background-position: -32px -2px;
    transform: rotate(180deg);
}

.foot_page .next_jump:hover {
    background-position: -48px -2px;
}

.foot_page .end_jump {
    background-position: 0 -2px;
    transform: rotate(180deg);
}

.foot_page .end_jump:hover {
    background-position: -16px -2px;
}

.empty {
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 160px;
}

.empty .empty_con {
    margin: 0 auto;
    width: 140px;
    height: 110px;
    background: url(/assets/images/empty_state.svg);
}

.empty .empty_title {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin-top: 16px;
    color: #97a4b6;
}

@media screen and (max-width: 1408px) {
    .search_container {
        width: 1040px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1216px) {
    .search_container {
        width: 88%;
    }
    .result_item .item_attr {
        flex-direction: column;
        justify-content: flex-start;
    }
    .item_attr .attr_time {
        margin-left: 0;
        margin-top: 5px;
    }
    .item_attr .attr_tags {
        margin-left: 0;
    }
    .item_attr .attr_tags .tag {
        margin-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .search .title span {
        font-size: 48px;
    }
    .search .input input {
        font-size: 16px;
    }
    .input-container span img {
        padding-top: 4px;
    }
    .input-container {
        width: 90%;
        margin: auto;
        text-align: center;
        padding-left: 15px;
    }
    .filter_content .clear_result {
        margin-left: 0;
    }
    .search>.intl.title {
        font-size: 48px;
        line-height: 64px;
    }
}

@media screen and (max-width: 375px) {
    .search .input {
        width: 70%;
        margin-top: 10px;
    }
    .input-container {
        width: 100%;
    }
    .search .input input {
        font-size: 12px;
    }
    .search {
        padding-top: 140px;
    }
    .search .title span {
        font-size: 24px;
    }
    #bkmModules {
        width: 220px;
    }
}

/*搜索*/

.topbar .input {
    display: flex;
    flex-wrap: nowrap;
}

.topbar .input .input-container {
    position: relative;
    display: flex;
    background: #ffffff;
    border-radius: 2px;
    flex-wrap: nowrap;
    height: 44px;
    padding: 12px 20px;
    justify-content: space-between;
    width: 720px;
}

.topbar .input .form .search-keyword {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #97a4b6;
    line-height: 20px;
}

.topbar .i_bigicon {
    top: 14px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    right: 17px;
    cursor: pointer;
    background: url(/assets/images/icon_search_n.svg);
}

.topbar .i_action {
    top: 14px;
    width: 16px;
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    right: 17px;
    cursor: pointer;
    background: url(/assets/images/icon_search_s.svg);
}

.pageTabs {
    width: 100%;
    height: 80px;
    background: #0062ff1a;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageTabs .tabItem {
    height: 100%;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 80px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.pageTabs .tabItem .swtich {
    right: 50%;
    width: 0;
    height: 0;
    border-left: 0px solid #0000;
    border-right: 0px solid #0000;
    bottom: 0;
    transition: all .25s ease-out;
    position: absolute;
    display: block;
    border-bottom: 14px solid #fff;
}

.pageTabs .tabItem:hover .swtich,
.pageTabs .active.tabItem .swtich {
    margin-right: -15px;
    border-left: 15px solid #0000;
    border-right: 15px solid #0000;
    position: absolute;
    bottom: 0;
}

.pageTabs .tabItem:first-child {
    /*技术支持中心剔除掉排障指南的目录*/
    /*margin-right: 120px;*/

}

/* 故障诊断指南 */

.guideTab {
    display: flex;
    flex-flow: column nowrap;
}

.guideTab>div {
    display: flex;
}

.guideTab .guideTop {
    justify-content: space-between;
    align-items: center;
}

.guideTop .topTitle {
    font-size: 24px;
    font-weight: 500;
    color: #1A2736;
    line-height: 32px;
}

/* radio筛选 */

.guideTab>div>.label {
    width: 100px;
    min-width: 100px;
    font-size: 16px;
    color: #37475A;
    line-height: 30px;
}

.radioFilter .radioList {
    display: flex;
    flex-wrap: wrap;
}

.radioFilter .radioList .radioItem {
    margin-right: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radioFilter .radioList .radioItem:last-child {
    margin-right: 0;
}

.radioList .radioItem .radioIcon {
    width: 16px;
    height: 16px;
    background-image: url(/assets/images/alertWindow/icon_radio.svg);
}

.active.radioItem .radioIcon {
    background-position-x: -16px;
}

.radioList .radioItem .radioValue {
    margin-left: 10px;
    font-size: 16px;
    color: #1A2736;
    line-height: 30px;
}

/* select筛选 */

.guideTab .selectFilter {
    margin-top: 12px;
    margin-bottom: 40px;
}

.selectFilter .label {
    margin-top: 10px;
}

.selectFilter .selectList {
    display: flex;
    flex-wrap: wrap;
}

.selectList>* {
    margin-top: 10px;
}

.selectList select {
    width: 240px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    color: #97A4B6;
    border: 1px solid #DAE0E6;
    transition: border 0.2s ease-in-out;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 12px;
    background: url("/assets/images/selection/icon_arrow_upward.svg") no-repeat scroll 97% center #fff;
    margin-right: 10px;
}

.selectList select>option {
    height: 32px;
    font-size: 16px;
    color: #97A4B6;
    line-height: 32px;
    outline: 0;
}

.selectList select>option.defaultValue {
    height: 32px;
    outline: 0;
}

.selectList>*:focus {
    border-color: #007FDF;
    outline: 0;
}

.selectList input {
    margin-right: 0;
    width: 240px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DAE0E6;
    background-image: url("/assets/images/help/bkm/icon_filter.svg");
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding-left: 32px;
}

.selectList input::-webkit-input-placeholder {
    font-size: 16px;
    color: #97A4B6;
    line-height: 22px;
}

.selectList input::-moz-placeholder {
    font-size: 16px;
    color: #97A4B6;
    line-height: 22px;
    padding-left: 32px;
}

.guideTab .guideList {
    width: auto;
}

.guideTab .guideList>table {
    min-width: 600px;
    border-collapse: collapse;
}

/* 指南列表 */

.guideList table {
    width: 100%;
}

.guideList tbody tr {
    cursor: pointer;
}

.guideList tbody tr:hover .guideTitle {
    color: #007FDF;
}

.guideList tbody>tr:nth-child(even):hover {
    background-color: #EBF6FE;
}

.guideList tbody>tr:nth-child(odd):hover {
    background-color: #F7FBFE;
}

.guideList thead tr {
    background: #EAF8FF;
}

.guideList thead th {
    font-size: 14px;
    font-weight: 500;
    color: #5E6978;
    line-height: 20px;
    padding: 12px 24px;
    text-align: left;
}

.guideList thead tr th:first-child,
.guideList tbody tr td:first-child {
    width: 31.25%;
    word-wrap: break-word;
    white-space: break-spaces;
    word-break: break-all;
}

.guideList thead tr th:nth-child(2),
.guideList tbody tr td:nth-child(2) {
    width: calc(68.75% - 2px);
    border-left: 2px solid #fff;
}

.guideList tbody tr:nth-child(even) {
    background: #EAF8FF;
}

.guideList tbody td {
    padding: 16px 24px;
    font-size: 14px;
    color: #1A2736;
    line-height: 28px;
}

.guideList table tbody td>div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.guideList .guideTitle {
    font-weight: 500;
}

.guideList .guideTitle:hover {
    color: #007FDF;
}

.tabContent.tabNone {
    display: none;
}

#guideListBody {
    position: relative;
}

#guideListBody>.empty {
    position: absolute;
    top: 100px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

@media screen and (min-width: 890px) {
    .topbar .input {
        width: 720px;
    }
}

@media screen and (max-width: 750px) {
    .guideTab .guideList {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 599px) {
    .backToTop {
        display: none;
    }
}

@media screen and (max-width: 520px) {
    .foot_page li {
        margin: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .search .title span {
        font-size: 48px;
    }
    .search .input {
        width: 90%;
    }
    .search .input input {
        font-size: 16px;
    }
    .input-container span img {
        padding-top: 4px;
    }
    .input-container {
        width: 90%;
        margin: auto;
        text-align: center;
        padding-left: 15px;
    }
    .selectList>* {
        width: 180px !important;
    }
    .search_container .topSearchKey {
        flex-direction: column;
        align-items: flex-start;
    }
    .topSearchKey .searchResultNum {
        align-self: flex-end;
    }
}

@media screen and (max-width: 425px) {
    .intl.filter_content {
        flex-direction: column;
    }
    .intl #bkmModules {
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .search .input {
        width: 70%;
        margin-top: 10px;
    }
    .input-container {
        width: 100%;
    }
    .search .input input {
        font-size: 12px;
    }
    .search {
        padding-top: 140px;
    }
    .search .title span {
        font-size: 24px;
    }
}