a,
audio,
b,
body,
dd,
del,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
li,
nav,
p,
q,
s,
span,
tbody,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

body {
    font-family: Open Sans, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Arial, sans-serif
}

html {
    height: 100%
}

::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px
}

::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(255, 255, 255, .1);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .2)
}

::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2)
}

::-webkit-scrollbar-track:active {
    background-color: rgba(255, 255, 255, .1);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .25), inset -1px 0 0 rgba(255, 255, 255, .15)
}

::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), inset 0 -1px 0 rgba(255, 255, 255, .15)
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .07)
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, .5);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-corner {
    background: 0 0
}

body::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 0 0 0 3px;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07)
}

body::-webkit-scrollbar-track-piece:horizontal {
    border-width: 3px 0 0;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px
}

body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
}

body::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .14)
}

body,
button,
input,
li,
p,
ul {
    font-family: Open Sans, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0
}

li,
ul {
    list-style: none
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a:hover {
    color: #dd5862;
    text-decoration: none
}

.fl {
    float: left
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

h1,
h2,
h3,
h4 {
    font: 13px/1.5 'Open Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Verdana,Arial,sans-serif';
    font-weight: 400
}

.main-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, .1)
}

.fa-link-del,
.fa-tool-del {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: none !important;
    background-color: #c00 !important;
    color: #fff !important;
    padding: 0 !important;
    width: 14px;
    text-align: center;
    line-height: 12px !important;
    left: 0;
    height: 14px;
    font-size: 12px;
    border-radius: 100% !important
}

.fa-link-action,
.fa-tool-action {
    padding: 10px 0 3px;
    width: 4em;
    display: inline-block;
    float: left;
    padding-left: .4em
}

.custom {
    height: 50px;
    border-top: 1px dashed #eee;
    float: left;
    width: 100%
}

.search {
    max-width: 480px;
    padding-left: 120px
}

.search input {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 4px
}

.nav_list {
    max-width: 1000px;
    margin: 0 auto
}

.list1 {
    margin-top: 10px
}

.title_bar {
    margin: 0 0 10px 0
}

.title {
    font-size: 16px;
    font-weight: 800;
    color: #e417179e
}

.title2 {
    color: #428bca;
    width: 36%
}

.line_hr {
    width: 886px;
    height: 10px;
    margin: 0 0 0 10px;
    border-bottom: 1px dashed #eee
}

ul.icon_list,
ul.icon_list2 {
    margin: 10px 0 0 2px
}

ul.icon_list li,
ul.icon_list2 li {
    position: relative;
    float: left;
    width: 56px;
    height: 80px;
    margin-right: 39px
}

ul.icon_list li {
    margin-bottom: -2px
}

ul.icon_list li a,
ul.icon_list2 li a {
    display: block;
    width: 56px;
    height: 85px;
    margin-bottom: 5px
}

ul.icon_list li span {
    position: absolute;
    bottom: 12px;
    left: 0;
    display: block;
    width: 86px;
    margin-left: -15px;
    text-align: center;
    color: #428bca
}

ul.icon_list li span:hover {
    color: #ee4d50
}

ul.icon_list2 li span {
    position: absolute;
    left: 0;
    display: block;
    width: 86px;
    margin-left: -15px;
    text-align: center;
    color: #428bca
}

ul.icon_list2 li span:hover {
    color: #dd5862
}

#google ul li {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 12.5%;
    text-align: left
}

#google ul li a {
    font-size: 13px;
    color: #428bca;
    padding: 1px 4px 2px;
    border-radius: 4px
}

#google ul li a:hover {
    background: #c1e8f9;
    color: #085d9b
}

.list1 li {
    margin-bottom: 4px
}

.category {
    max-width: 1000px;
    line-height: 28px;
    margin: 0 auto
}

.category li {
    float: left;
    width: 10%
}

.category li a {
    display: inline-block;
    padding: 0 4px 1px;
    border-radius: 4px;
    color: #428bca;
    line-height: 22px
}

.category li a:hover {
    background-color: #c1e8f9;
    color: #085d9b
}

.category-toptool {
    max-width: 1000px;
    line-height: 28px;
    margin: 0 auto;
    float: left;
    padding-bottom: 5px
}

.category-toptool li {
    float: left;
    width: 11.11%;
    max-width: 11.11%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.category-toptool li a {
    color: #428bca;
    padding: 6px 8px 8px 6px;
    border-radius: 13px;
    white-space: nowrap;
    margin: 2px 2px 2px 2px;
    line-height: 30px;
    background-color: #f0ffff8a;
    background-blend-mode: luminosity;
    background: #f0f8ff
}

.category-toptool li a:hover {
    background: #c1e8f9;
    text-decoration: none;
    color: #085d9b
}

.category-b2b,
.category-b2c {
    max-width: 1000px;
    line-height: 28px;
    margin: 0 auto
}

.category-b2b li,
.category-b2c li {
    float: left;
    width: 12.5%;
    margin: 3px 0
}

.category-b2b li a,
.category-b2c li a {
    color: #428bca;
    padding: 0 4px 1px;
    line-height: 22px;
    height: 22px;
    float: left;
    display: inline-block;
    border-radius: 4px
}

.category-b2b li a:hover,
.category-b2c li a:hover {
    background: #c1e8f9;
    color: #085d9b
}

.category2 li {
    float: left;
    margin-right: 24px;
    width: 86px;
    margin-left: -15px;
    margin-bottom: 8px
}

.category2 li a {
    display: inline-block;
    padding: 0 4px 1px;
    border-radius: 4px;
    color: #428bca;
    font-size: 13px
}

.category2 li a:hover {
    background-color: #c1e8f9;
    color: #085d9b
}

.category-search {
    max-width: 1000px;
    line-height: 28px;
    margin: 0 auto
}

.category-search li {
    float: left;
    width: 10%
}

.category-search li a {
    color: #428bca;
    padding: 0 4px 1px;
    line-height: 22px;
    height: 22px;
    float: left;
    display: inline-block;
    border-radius: 4px
}

.category-search li a:hover {
    color: #fff;
    background: #45b6f7;
    background: #c1e8f9;
    color: #085d9b
}

.category-tool {
    max-width: 1000px;
    line-height: 28px;
    margin: 0 auto
}

.category-tool li {
    float: left;
    display: block;
    margin-right: 6px
}

.category-tool li a {
    color: #428bca;
    padding: 0 4px 1px;
    line-height: 22px;
    height: 22px;
    float: left;
    display: inline-block;
    border: 1px solid #e2e2e2;
    font-size: 13px;
    margin-top: 5px;
    border-radius: 3px
}

/* .category-tool li a:hover {
    color: #fff;
    background: #45b6f7
} */

.go_list a {
    float: left;
    display: block;
    margin-right: 1.6%;
    padding: 2px 2px 3px;
    border-radius: 3px;
    color: #428bca;
    font-size: 14px
}

.title_bar i {
    margin-right: 5px;
    vertical-align: baseline
}

.red {
    color: #e53333 !important
}

.container {
    margin: 0 auto;
    padding: 0;
    max-width: 1020px;
    width: 100%
}

.form1 {
    margin-top: 0
}

.bdsousuo {
    width: 100%;
    border-radius: 3px
}

.widget-search .box-search_c {
    float: left;
    width: 440px
}

.widget-search .box-search_tabs a {
    float: left;
    color: #8f8f8f;
    text-align: center;
    line-height: 25px;
    padding: 0 5px;
    height: 25px;
    margin-right: 4px;
    transition: none;
    -webkit-transition: none
}

.widget-search .box-search_tabs a.cur {
    background: #dc5656;
    color: #fff !important;
    cursor: default;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.widget-search .box-search_btn {
    overflow: hidden;
    float: left;
    width: 96px;
    margin-left: 5px;
    background: #dbdbdb url(http://s0.hao123img.com/index/images/search2.png) repeat-x 0 -104px
}

.widget-search .m {
    border: 0;
    background: 0;
    float: left;
    width: 90px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    cursor: pointer;
    font-family: SimSun;
    font-size: 100%
}

.widget-search .sug-wrap {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    top: 30px;
    left: -1px;
    border: 1px solid #817f82;
    background: #fff;
    width: 360px;
    color: #1c1c1c;
    z-index: 999
}

.widget-search .sug-wrap li {
    padding: 1px 6px;
    padding-left: 8px
}

.baidu1 {
    float: left;
    width: 49%
}

.baidu1:first-child {
    margin-right: 2%
}

.layout-search-hotword {
    margin-left: 5px;
    margin-top: 7px
}

.js_word {
    width: 360px;
    height: 30px;
    line-height: 23px;
    float: left;
    font-size: 13px;
    padding: 0 4px
}

.mjs_btn {
    height: 33px;
    float: left;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #333;
    font-size: 12px;
    background-color: #f2f2f2
}

.mjs_btn:hover {
    background-color: #fff
}

.google {
    margin-left: 7px;
    float: left;
    width: 560px
}

.google1 {
    float: left
}

.google2 {
    float: left;
    margin-top: 10px
}

.google3 {
    float: left;
    margin-top: 10px
}

.js_tab {
    float: left
}

.box-search_tabs {
    margin-bottom: 8px
}

.bodyMark {
    height: 1px;
    overflow: hidden;
    width: 100%
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed
}

@media (max-width:460px) {
    .main-wrapper ul li a {
        font-size: 14px
    }

    .login,
    .wrap {
        display: none
    }

    .main-wrapper {
        padding: 10px 20px
    }

    .category li,
    .category-b2b li,
    .category-b2c li,
    .category-search li,
    .category-toptool li {
        width: inherit
    }

    .category-toptool li a {
        padding: 3px 8px
    }

    .go_list a,
    .title2 {
        line-height: 1.8
    }
}