﻿@charset "UTF-8";

html {
    font-size: 16px;
}

body {
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei, Arial, sans-serif;
    /*line-height: 180%;*/
    background: #f6f7f8;
}

@media (max-width: 767px) {
    body {
        font-size: 1rem;
    }
}

p {
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
}

/*ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}*/
ul, ol {
    padding-left: 1.75rem;
}

/*code {
  border: 1px solid #35b8e0;
  background: #eff9fc;
  color: #35b8e0;
  border-radius: 3px;
}*/
code {
    padding: 2px 0px;
    color: #000;
    background-color: #f9f2f4;
    border-radius: 4px;
}

small {
    font-size: 85%;
    font-weight: 400;
    color: #777777;
}

label {
    line-height: 1.5;
}

.ie10-flex-grow-wrap {
    -ms-flex: 1 1 auto;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-lg {
    height: 46px;
    padding: 10px 1rem;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

textarea.form-control {
    min-height: 100px;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-xs {
    font-size: 0.5rem !important;
}

.fs-sm {
    font-size: 12px !important;
}

.fs-md {
    font-size: 1rem !important;
}

.fs-lg {
    font-size: 24px !important;
}

.fs-xl {
    font-size: 2rem !important;
}

.inline-block {
    display: inline-block !important;
}

.circle,
.rounded {
    border-radius: 500px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-wrap {
    white-space: normal !important;
    word-break: break-all;
}

.lh-xs,
.lh-1 {
    line-height: 1;
}

.lh-sm {
    line-height: 1.5;
}

.lh-md {
    line-height: 1.8;
}

.lh-lg {
    line-height: 2;
}

.lh-xl {
    line-height: 2.5;
}

@media (max-width: 767px) {
    .hidden-float {
        display: none !important;
    }
}

.text-main {
    color: #188ae2;
}

.text-primary {
    color: #0a78cd !important;
}

.bg-blue,
.bg-indigo,
.bg-purple,
.bg-pink,
.bg-red,
.bg-orange,
.bg-yellow,
.bg-green,
.bg-teal,
.bg-cyan {
    color: #fff !important;
}

.bg-blue {
    background-color: #007bff !important;
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-pink {
    background-color: #e83e8c !important;
}

.bg-red {
    background-color: #dc3545 !important;
}

.bg-orange {
    background-color: #fd7e14 !important;
}

.bg-yellow {
    background-color: #ffc107 !important;
}

.bg-green {
    background-color: #28a745 !important;
}

.bg-teal {
    background-color: #20c997 !important;
}

.bg-cyan {
    background-color: #17a2b8 !important;
}

.text-color {
    color: #6a6c6f !important;
}

.text-scarlet {
    color: #980318;
}

.title-color {
    color: #333333 !important;
}

.watermark {
    color: #edf0f5;
}

.alert-custom {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-width: 1px;
    border-style: solid;
    border-left-width: 7px;
}

    .alert-custom.alert-dismissible {
        padding-right: 1.5rem;
    }

        .alert-custom.alert-dismissible .close {
            top: -15px;
            right: -15px;
        }

    .alert-custom.alert-success {
        border-color: #3c763d;
    }

    .alert-custom.alert-info {
        border-color: #31708f;
    }

    .alert-custom.alert-warning {
        border-color: #8a6d3b;
    }

    .alert-custom.alert-danger {
        border-color: #a94442;
    }

.alert-title {
    text-transform: uppercase;
}

hr {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.full-width {
    width: 100% !important;
}

.text-indent,
.text-indent p {
    text-indent: 2rem;
}

a.underline,
.underline a {
    text-decoration: underline;
}

.tags {
    zoom: 1;
    display: block;
}

    .tags:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .tags a {
        float: left;
        display: inline-block;
        margin: 0px 5px 5px 0;
        padding: 0 10px;
        background: #fff;
        color: #000;
        text-decoration: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 0px;
        border: 1px solid #EEE;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 12px;
        white-space: nowrap;
        word-break: keep-all;
    }

        .tags a:hover {
            /*border: 1px solid #0089e0;*/
            border: 1px solid #096;
            background: #FBFDFF;
            /*background:#fff;*/
            /*color:#0078da;*/
        }

        .tags a.active {
            border: 1px solid #096;
            background: #096;
            color: #ffffff;
        }

.footnote {
    color: #ccc;
    font-size: 0.75rem;
    line-height: 1.5;
}

    .footnote strong {
        font-weight: normal;
    }

.link-list a,
.nowrap-box a,
.nowrap-box span {
    white-space: nowrap;
    word-break: keep-all;
    display: inline-block;
}

.nowrap {
    white-space: nowrap;
    word-break: keep-all;
    display: inline-block;
}

.main-list-box {
    /*margin: 0 -10px 10px;*/
    overflow: hidden;
}

.main-list {
    padding-left: 0;
    list-style: none;
    line-height: 250%;
}

    .main-list li {
        float: left;
        width: 50%;
        /*font-size: 0.875rem;*/
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
    }

    .main-list a:hover {
        color: #096;
        text-decoration: none;
    }

.main-list-xs-12cols li {
    width: 8.33333333%;
}

.main-list-xs-11cols li {
    width: 9.09090909%;
}

.main-list-xs-10cols li {
    width: 10%;
}

.main-list-xs-9cols li {
    width: 11.11111111%;
}

.main-list-xs-8cols li {
    width: 12.5%;
}

.main-list-xs-7cols li {
    width: 14.2857143%;
}

.main-list-xs-6cols li {
    width: 16.66666666%;
}

.main-list-xs-5cols li {
    width: 20%;
}

.main-list-xs-4cols li {
    width: 25%;
}

.main-list-xs-3cols li {
    width: 33.33333333%;
}

.main-list-xs-2cols li {
    width: 50%;
}

.main-list-xs-1cols li {
    width: 100%;
}

@media (min-width: 768px) {

    .main-list-sm-12cols li {
        width: 8.33333333%;
    }

    .main-list-sm-11cols li {
        width: 9.09090909%;
    }

    .main-list-sm-10cols li {
        width: 10%;
    }

    .main-list-sm-9cols li {
        width: 11.11111111%;
    }

    .main-list-sm-8cols li {
        width: 12.5%;
    }

    .main-list-sm-7cols li {
        width: 14.2857143%;
    }

    .main-list-sm-6cols li {
        width: 16.66666666%;
    }

    .main-list-sm-5cols li {
        width: 20%;
    }

    .main-list-sm-4cols li {
        width: 25%;
    }

    .main-list-sm-3cols li {
        width: 33.33333333%;
    }

    .main-list-sm-2cols li {
        width: 50%;
    }

    .main-list-sm-1cols li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .main-list-md-12cols li {
        width: 8.33333333%;
    }

    .main-list-md-11cols li {
        width: 9.09090909%;
    }

    .main-list-md-10cols li {
        width: 10%;
    }

    .main-list-md-9cols li {
        width: 11.11111111%;
    }

    .main-list-md-8cols li {
        width: 12.5%;
    }

    .main-list-md-7cols li {
        width: 14.2857143%;
    }

    .main-list-md-6cols li {
        width: 16.66666666%;
    }

    .main-list-md-5cols li {
        width: 20%;
    }

    .main-list-md-4cols li {
        width: 25%;
    }

    .main-list-md-3cols li {
        width: 33.33333333%;
    }

    .main-list-md-2cols li {
        width: 50%;
    }

    .main-list-md-1cols li {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .main-list-lg-12cols li {
        width: 8.33333333%;
    }

    .main-list-lg-11cols li {
        width: 9.09090909%;
    }

    .main-list-lg-10cols li {
        width: 10%;
    }

    .main-list-lg-9cols li {
        width: 11.11111111%;
    }

    .main-list-lg-8cols li {
        width: 12.5%;
    }

    .main-list-lg-7cols li {
        width: 14.2857143%;
    }

    .main-list-lg-6cols li {
        width: 16.66666666%;
    }

    .main-list-lg-5cols li {
        width: 20%;
    }

    .main-list-lg-4cols li {
        width: 25%;
    }

    .main-list-lg-3cols li {
        width: 33.33333333%;
    }

    .main-list-lg-2cols li {
        width: 50%;
    }

    .main-list-lg-1cols li {
        width: 100%;
    }
}

.list-circle li {
    list-style-type: circle;
    vertical-align: center;
    font-size: 0.875rem;
    color: #CCCCCC;
    margin-left: 1.125rem;
}

    .list-circle li a {
        font-size: 1rem;
    }

.link-list-tags a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #EEE;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 12px;
    white-space: nowrap;
    word-break: keep-all;
    box-sizing: content-box;
}

    .link-list-tags a:hover {
        border: 1px solid #096;
        background: #fbfdff;
    }

.section-margin {
    margin-bottom: 10px;
}

.text-xs, .fs12 {
    font-size: 0.75rem !important;
}

.text-sm, .fs14 {
    font-size: 0.875rem !important;
}

.text-md, .fs16 {
    font-size: 1rem !important;
}

.text-lg, .fs18 {
    font-size: 18px !important;
}

.text-xl, .fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.text-xxl, .fs24 {
    font-size: 1.5rem !important;
}

.fs26 {
    font-size: 26px !important;
}

.text-xxxl, .fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs32 {
    font-size: 2rem !important;
}

.fs34 {
    font-size: 34px !important;
}

.fs36 {
    font-size: 36px !important;
}

.fs38 {
    font-size: 38px !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.lh100 {
    line-height: 100% !important;
}

.lh150 {
    line-height: 150% !important;
}

.lh200 {
    line-height: 200% !important;
}

.lh250 {
    line-height: 250% !important;
}

.lh300 {
    line-height: 300% !important;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 6px;
    margin-bottom: 1rem;
}

.hot-tools, .all-tools {
    font-size: 0.875rem;
}

a {
    color: #003366;
}

    a:hover {
        color: #188ae2;
    }

.capsule-link a {
    display: inline-block;
    padding: 0.25rem 1rem;
    margin: 0 0.5rem 0.5rem 0;
    border: 1px solid #eee;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    min-width: 3rem;
    line-height: 1.5;
}

.capsule-link-sm a {
    display: inline-block;
    border: 1px solid #eee;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    min-width: 3rem;
    line-height: 1.5;
    padding: 0.25rem 0.5rem !important;
    margin: 0 0.25rem 0.25rem 0 !important;
}

    .capsule-link a:hover,
    .capsule-link-sm a:hover {
        color: #188ae2;
        border: 1px solid #188ae2;
        text-decoration: none;
    }

.navbar {
    margin-bottom: 15px;
}

.navbar-brand {
    font-size: 18px;
    font-weight: 700;
}

.site-name {
    padding-right: 2rem;
    vertical-align: middle;
}

    .site-name a {
        white-space: nowrap;
        font-size: 28px;
        font-weight: bold;
        color: #555;
        text-decoration: none;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
    }

        .site-name a:hover {
            color: #1576c2;
            text-decoration: none;
        }

.search-box {
    margin: 10px 0;
}

.search-input {
    border: none;
    padding-right: 0;
    vertical-align: middle;
}

    .search-input:hover,
    .search-input:focus {
        border-color: #188ae2;
    }

.header-wrap {
    /*border-bottom: 2px solid #0089e0;*/
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
    /*margin-bottom: 20px;*/
    background-color: #fff;
    padding: 20px 0;
}

    .header-wrap:after {
        /*content: " ";*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
        /*width: 100%;*/
        /*height: 2px;*/
        /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAACCAIAAAA2H1bMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2ODc2OGFmMy1iYzQ2LWQ5NDMtOWRiNy0wZTlhOGMwZDdmN2YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mzc3NDQxNTY4NkUyMTFFNzhGNzRCM0ZDNUEwNzNDMDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mzc3NDQxNTU4NkUyMTFFNzhGNzRCM0ZDNUEwNzNDMDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTI1MTM1ZTAtMDczZC03MTRiLTg0ZGMtNmU1NmUyN2I5YzUzIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTRlZTNkMzYtODBiYi0xMWU3LWFkYjQtY2I4MDYzMzA2NTE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TFzIowAABdFJREFUeNrsmQuS5CYMhvnp5BK5/xH2WnuCrFEM4qGXaffMJFtTaVftDm1jJISQ5A/89eNnel/v6ztdlBJG4+XrATPUB68/L3W7dWXumYPXsxkKwcgPK4jEI/nW+bdY2aDVbbz+h9WvaNUoLyldVgaJ6fRhW0+pG0l9ujKQY/YXMy9rbRNYCkZjKg7+Sd4CwNINY3xwHyzNoaWXbm1SxpdDBQsx101NE5dLXcy7+Jzn6Fknols35X3ZgW0l+5unZqjZH7izQ/3soNvyKbQRwp/Qna/iQCjlJYVfiUfLGvQZcW2c8BG5idwRpPr4JeM78//7DvaSN8Y9Px7zv+xCLKZOYrcCtHyPA2Ch5YSPyNFFY82iGx7W86F+Y8YW4wEIEorKLOVUz0TIaH+grlo523SGcxSijPWwwG18FjTC5hxzhsruUGOygZ6ogbeKzHo6ZoF1W+707mVIPn/Op/X/8x+Ujy8vwjAp7vkklCa7V6B9lVsIlOz7byoz3c+HNohn82XlXdTyJvU8l0c2qtoSpGN39x4ZEcvrMJx+xQm5lNRGFZMmudY+g5F+aq1NWFZIS7A2Y06rdKlt6llXboogXEq70bRQk2acs3C2F515y8xVKO3Huc2vpmkzadtHQpNC2kOxto6oDbr0PI2Q0SXvw9fK5jtvLEPrzFawWkmfGBUaVXPnB4rolY3ORtDZ/wwgcKk3TO3hel3E/YxIohzf95l3uNF0W7M7f2YUOa/q31jdpDfy/ZRUHGEbPi29aC3OreRonHOE0BXEOKqbzUU6QFECOdtSfzGJHS3jylU9Y+/LGcnX/bBt05aDHmeOo7rf14uzzapm0Q6F6mI6YxT2pS7BzKEtDEZ5u8jAc1GYzljRdFsbBCIgTE0o8uej7ZeDsjdOcjVrEQqz/tw+UpZZ+yBolx5fMdXQVVU5QiH4innuil8Ev0F4mhySaPgJz7r0kbsOD9DZOHUrzm2om8x+pp5zeTT5h45jZTXqgIf40CT74WQD4OE8VixKtcoxHs3kUchHsOSGBX9RcqNE2rKFZclX3MaRRdd8+ivhaKM8cjrK8+1vJrtXNW2C8u2nT6+/6Ytr780qvK//1YU3gH5f35lEf0sAvYqMICdSDgeEocy0Ef3Q1b2t4CG48DWA1tqRRq6UdblouG32uNwAcXgAnWYRiLCdJOZj/WkLoCWDVugc8KYmvTQ0Da4KbkSLaCnMRfbHTQxH2++1W7zvJW74KluUDNqTayDd4KdpC4jDD9gNxabbxPkLOKaZ8p7wOmRP7ZPpg0I/9qI/UVBMjtJ/fCH6Pv9dOkR4LkQmnlj6CGBmF6Nn5zz2QCWP1Q4TCrb0mV8v6zNsIVczlykPzGKof6TlFbUWAQSUlBD5Gbp3wZHr3xyFSkRWNq+bHe7pc44hBhtNPxLkwgslh5In+3UMeq6zRa5RSYBkDjUb/PUA3Rp2EOVOB7omnRQE4IFTX6XSKRkK3DnpigejtlCEKNcvdxgsbrYtNGHJYrYa2S7+NYJSTvp4gFN0uVj6BQMH+GtO2/CT2EFk1xpk8weMc1IHuRmRBftJRroE66GbTXYjoyscG2XQlazj9U2HXWWw4BHaKVFJufNTnQVzPVIKgohImVVcvsisnljtDyzZtTzD1X2GfUabG0TrLEEiOVPgTeJGF0zkKsHLV+iiaAitJGldHnQ+KPIE1GaQLQ/7Q7s9Pf1NUZIarLbu0LJUAgIwjX1xuTnwL9vDj7AckptrHO0IZUa8lczU3OcRmOKVEXMgoacuXYYjMXP3GF1JlI5xuDxexFEWRfl8MuiNe5OOD8Uy37V8ZXvuQu7U8NBFI5H8Jux9SNHqemx2CCQ9xXkSnfR5JwmFx5EVj69Ia3huYZg7xAGAcc4SfCa1bgXGLDPQnU51jM/bQ0BhE2mPXkR1KWXsXnlMZWD0U6o7WHYbOWLQsujyAFrJKpVEz/aGQR/XiPZK1XyNmz/DoN8A+n39S9c/AgwAdnPIpqG9RiYAAAAASUVORK5CYII=) top no-repeat #1ab4ed;*/
    }

.header {
    display: block;
    /*margin: 20px 0;*/
    /*width: 100%;*/
}

/* 小于 768px */
@media (max-width: 767px) {
    .header {
        /*margin: 15px 0;*/
    }
}

.main-navbar-wrap {
    /*background-color: #188ae2;*/
    background-color: #F5F5F5;
    border-bottom: 1px solid #eee;
}

.main-navbar {
    color: #fff;
    white-space: nowrap;
    word-break: keep-all;
}

    .main-navbar .navbar-item {
        /*float: left;*/
        display: inline-block;
        padding: 0 1rem;
        font-size: 1rem;
        text-align: center;
        color: #fff;
        height: 2.5rem;
        line-height: 2.5rem;
    }

        .main-navbar .navbar-item.active,
        .main-navbar .navbar-item:hover {
            text-decoration: none;
            background-color: #2b71c2;
        }

.site-name-wrap {
    /*display: none;*/
    white-space: nowrap;
    vertical-align: middle;
}

.site-search-wrap {
    display: block;
    vertical-align: middle;
}

.search-extra-wrap {
    display: block;
    white-space: nowrap;
    vertical-align: middle;
}

.search-extra {
    padding: 0 0.5rem;
    font-size: 0.875rem;
}

.search-tips {
    margin-top: 10px;
}

@media (max-width: 576px) {
    .main-col, .side-col, .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.site-search {
    /*border: 2px solid #cccccc;*/
    /*border-radius: 0.5rem;*/
    /*overflow: hidden;*/
}

    .site-search:hover {
        /*border-color: #188ae2;*/
    }

/* 大于 1200px */
@media (min-width: 1200px) {
    .header {
        /*display: table;*/
    }

    .site-name-wrap {
        display: table-cell;
        padding-right: 1rem;
    }

    .site-search-wrap {
        display: table-cell;
        padding-left: 1rem;
    }

    .search-extra-wrap {
        display: table-cell;
        padding-left: 1rem;
    }

    .panel {
        border-radius: 0.25rem;
    }
}

/* 992px 到 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        /*display: table;*/
    }

    .site-name-wrap {
        display: table-cell;
        padding-right: 1rem;
    }

    .site-search-wrap {
        display: table-cell;
        padding-left: 1rem;
    }

    .search-extra-wrap {
        display: table-cell;
        padding-left: 1rem;
    }

    .panel {
        border-radius: 0.25rem;
    }
}

/* 768px 到 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .header {
        /*display: table;*/
    }

    .site-name-wrap {
        display: table-cell;
        padding-right: 1rem;
    }

    .site-search-wrap {
        display: table-cell;
        padding-left: 1rem;
    }

    .search-extra-wrap {
        display: table-cell;
        padding-left: 1rem;
    }

    .panel {
        border-radius: 0.25rem;
    }
}

/* 小于 768px */
@media (max-width: 767px) {
    .site-name-wrap {
        margin-bottom: 10px;
    }

    .search-extra-wrap {
        margin-top: 10px;
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
  }*/
}

.hot-tools {
    font-size: 0.875rem;
}

.hot-tool-list {
    margin-top: -1px;
}

    .hot-tool-list li {
        float: left;
        display: inline-block;
        width: 50%;
        line-height: 2.25rem;
        height: 2.25rem;
        font-size: 0.875rem;
        overflow: hidden;
        list-style: none;
        border-top: 1px solid #eeeeee;
    }

        .hot-tool-list li a {
            display: block;
            padding: 0 1rem;
            white-space: nowrap;
        }

            .hot-tool-list li a:hover {
                text-decoration: none;
            }

        .hot-tool-list li.full-width {
            float: none;
            display: block;
            clear: both;
            width: 100%;
        }

.all-tools {
    font-size: 0.875rem;
    line-height: 200%;
}

    .all-tools a {
        text-decoration: underline;
    }

.breadcrumb-wrap {
    margin: 10px 0;
}

.scroll-wrap,
.breadcrumb-scroll,
.sub-nav-scroll {
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    /*word-break: keep-all;*/
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

    .scroll-wrap::-webkit-scrollbar,
    .breadcrumb-scroll::-webkit-scrollbar,
    .sub-nav-scroll::-webkit-scrollbar {
        display: none;
    }

.breadcrumb {
    background: transparent none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
    flex-wrap: nowrap;
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "»";
        font-family: "Courier New", Courier, monospace;
        vertical-align: middle;
    }

    .breadcrumb li {
        list-style: none;
        display: inline-block;
        white-space: nowrap;
        word-break: keep-all;
    }

    .breadcrumb:before,
    .breadcrumb:after {
        display: table;
        content: " ";
    }

    .breadcrumb:after {
        clear: both;
    }

.top-nav {
    font-size: 0.875rem;
}

/* Nav links */
.top-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #fff;
}

    .top-nav-item:hover,
    .top-nav-item:focus {
        color: #ffff00;
        text-decoration: none;
    }

/* Active state gets a caret at the bottom */
.top-nav .active {
    color: #fff;
}

    .top-nav .active:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -5px;
        vertical-align: middle;
        content: " ";
        border-right: 5px solid transparent;
        border-bottom: 5px solid;
        border-left: 5px solid transparent;
    }

.sub-nav-wrap {
    background-color: #ffffff;
    background: linear-gradient(#ffffff, #fafafa);
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #E3E3E3;
}

.sub-nav {
    /*margin-bottom: 0.5rem;*/
    /*padding: 10px 0;*/
}

.sub-nav-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

    .sub-nav-wrap ul li {
        display: inline-block;
    }
        /*
.sub-nav ul li li {
  display: block;
}*/

        .sub-nav-wrap ul li a {
            display: block;
            font-size: 0.875rem;
            /*padding: 0.5rem 0.5rem;*/
            /*margin-right: 1rem;*/
        }

            .sub-nav-wrap ul li a:hover,
            .sub-nav-wrap ul li a:active {
                text-decoration: none;
            }

.sub-nav-item {
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    white-space: normal;
    word-break: keep-all;
    height: 44px;
    line-height: 44px;
    margin-right: 15px;
    width: auto !important;
}

    .sub-nav-item a:hover {
        text-decoration: none;
    }

.m-icon-nav {
    display: none;
}

/* 移动端菜单 */
/* 小于 768px */
@media (max-width: 767px) {
    .top-nav {
        display: none;
    }

    .m-nav-show { /* -webkit-transform:translate3d(70%,0px,0px); */
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%
    }

        /*.m-nav-show .header{position: absolute;}*/
        .m-nav-show .m-mask {
            display: block;
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 99998;
            overflow: hidden;
        }
}

.m-top-nav {
    position: relative;
    /*background-color:#fcfcfc;*/
    /*background: linear-gradient(#ffffff, #f0f0f0);*/
    /*background:-moz-linear-gradient(top,#ffffff,#f0f0f0);*/
    /*background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));*/
    /*background-color: #0a78cd;*/
    /*border-bottom: 0.0625rem solid #ddd;*/
    /*width: 100%;*/
    height: 2.75rem;
    font-size: 1rem;
    background-color: #fafafa;
    background: linear-gradient(#fff, #fafafa);
    /*border-top: 2px solid #0089e0;*/
    border-bottom: 1px solid #eee;
    /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/
}

@media (min-width: 768px) {
    /* 大于768px隐藏移动端顶栏 */
    .m-top-nav {
        display: none;
    }
}

.m-nav-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    /*background-color: #eeeeee;*/
    text-align: center;
    color: #333;
}

.m-nav-title {
    height: 2.75rem;
    line-height: 2.75rem;
    margin-left: 2.75rem; /*大于等于#left的宽度,或者给#parent添加同样大小的padding-left*/
    margin-right: 2.75rem; /*大于等于#right的宽度,或者给#parent添加同样大小的padding-right*/
    /*background-color: #ddd;*/
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
}

    .m-nav-title a {
        /*color: #333;*/
    }

        .m-nav-title a:hover,
        .m-nav-title a:active {
            text-decoration: none;
        }

.m-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    /*background-color: #eeeeee;*/
    text-align: center;
}

.m-nav-icon {
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0;
    margin: 0;
    color: #333;
}

.m-nav-back .m-nav-icon {
    display: none;
}

.sm {
    box-sizing: border-box;
    position: relative;
    /*z-index: 9999;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .sm, .sm ul, .sm li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        direction: ltr;
        text-align: left;
    }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm ul,
.sm li {
    white-space: normal !important;
}

.sm li, .sm a {
    position: relative;
}

.sm a {
    display: block;
}

    .sm a.disabled {
        cursor: default;
    }

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
}

.sm-hwcha {
    background: transparent;
    border-radius: 0;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
}

    .sm-hwcha a,
    .sm-hwcha a:hover,
    .sm-hwcha a:focus,
    .sm-hwcha a:active {
        padding: 0.5rem 1rem;
        /* make room for the toggle button (sub indicator) */
        /*padding-right: 58px;*/
        /*background: #4d4c76;*/
        /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
        color: #333;
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        /*font-size: 17px;*/
        font-size: 0.875rem;
        font-weight: normal;
        line-height: 1.5rem;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    }

        .sm-hwcha a.current {
            /*background: #2f2e47;*/
            /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
            color: #000;
        }

        .sm-hwcha a.disabled {
            color: #9d9cbf;
        }

        .sm-hwcha a .sub-arrow {
            position: absolute;
            top: 50%;
            margin-top: -17px;
            left: auto;
            right: 4px;
            width: 34px;
            height: 34px;
            overflow: hidden;
            font: bold 1rem/34px monospace !important;
            text-align: center;
            text-shadow: none;
            /*background: rgba(0, 0, 0, 0.1);*/
            background-color: #f5f5f5;
            border-radius: 3px;
        }

            .sm-hwcha a .sub-arrow::before {
                content: '+';
            }

        .sm-hwcha a.highlighted .sub-arrow::before {
            content: '-';
        }

    .sm-hwcha > li:first-child > a, .sm-hwcha > li:first-child > :not(ul) a {
        border-radius: 0px 0px 0 0;
    }

    .sm-hwcha > li:last-child > a, .sm-hwcha > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
        border-radius: 0 0 0px 0px;
    }

        .sm-hwcha > li:last-child > a.highlighted, .sm-hwcha > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-hwcha > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
            border-radius: 0;
        }

    .sm-hwcha ul {
        background: #fff;
    }

        .sm-hwcha ul ul {
            background: rgba(102, 102, 102, 0.1);
        }

        .sm-hwcha ul a,
        .sm-hwcha ul a:hover,
        .sm-hwcha ul a:focus,
        .sm-hwcha ul a:active {
            background: transparent;
            color: #353451;
            font-size: 0.875rem;
            text-shadow: none;
            border-left: 1rem solid transparent;
        }

            .sm-hwcha ul a.current {
                /*background: #2f2e47;*/
                /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
                color: #333;
            }

            .sm-hwcha ul a.disabled {
                color: #b3b3b3;
            }

        .sm-hwcha ul ul a,
        .sm-hwcha ul ul a:hover,
        .sm-hwcha ul ul a:focus,
        .sm-hwcha ul ul a:active {
            border-left: 1rem solid transparent;
        }

        .sm-hwcha ul ul ul a,
        .sm-hwcha ul ul ul a:hover,
        .sm-hwcha ul ul ul a:focus,
        .sm-hwcha ul ul ul a:active {
            border-left: 1.5rem solid transparent;
        }

        .sm-hwcha ul ul ul ul a,
        .sm-hwcha ul ul ul ul a:hover,
        .sm-hwcha ul ul ul ul a:focus,
        .sm-hwcha ul ul ul ul a:active {
            border-left: 2rem solid transparent;
        }

        .sm-hwcha ul ul ul ul ul a,
        .sm-hwcha ul ul ul ul ul a:hover,
        .sm-hwcha ul ul ul ul ul a:focus,
        .sm-hwcha ul ul ul ul ul a:active {
            border-left: 2.5rem solid transparent;
        }

        .sm-hwcha ul li {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

            .sm-hwcha ul li:first-child {
                /*border-top: 0;*/
            }

    .sm-hwcha li {
        /*border-top: 1px solid rgba(0, 0, 0, 0.05);*/
    }

/*.sm-hwcha > li:first-child {
  border-top: 0;
}*/

.top-navbar-wrap {
    font-size: 0.75rem;
    background-color: #fafafa;
    background: linear-gradient(#fff, #fafafa);
    /*border-top: 2px solid #0089e0;*/
    border-bottom: 1px solid #eee;
    /*box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/
}

@media (max-width: 767px) {
    .top-navbar-wrap {
        position: fixed;
        margin: 0;
        top: 0;
        left: -100%;
        bottom: 0;
        height: 100%;
        background-color: #fff;
        text-align: left;
        /*padding: 15px 0 0;*/
        padding: 0;
        line-height: 1;
        font-size: 0.875rem;
        width: 75%;
        min-width: 180px;
        max-width: 500px;
        /*z-index: 99999;*/
        overflow-y: auto;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        -o-transition: left 0.3s;
        transition: left 0.3s;
    }

    .m-nav-show .top-navbar-wrap {
        left: 0;
    }
}

.main-site-name {
    display: block;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    margin-right: 0;
    line-height: 1.5rem;
    font-weight: 700;
}

    .main-site-name a {
        color: #666;
    }

        .main-site-name a:hover {
            text-decoration: none;
        }

@media (min-width: 768px) {
    .main-site-name {
        float: left;
        display: inline-block;
        padding: 0.5rem 0;
        margin-right: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }

    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-hwcha ul {
        position: absolute;
        width: 100%;
    }

    .sm-hwcha li {
        float: left;
    }

    .sm-hwcha.sm-rtl li {
        float: right;
    }

    .sm-hwcha ul li, .sm-hwcha.sm-rtl ul li, .sm-hwcha.sm-vertical li {
        float: none;
    }

    .sm-hwcha a {
        white-space: nowrap;
    }

    .sm-hwcha ul a, .sm-hwcha.sm-vertical a {
        white-space: normal;
    }

    .sm-hwcha .sm-nowrap > li > a, .sm-hwcha .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    /* ...end */
    .sm-hwcha {
        float: left;
        /*background: #4d4c76;*/
        /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
        border-radius: 0;
        /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
    }

        .sm-hwcha a,
        .sm-hwcha a:hover,
        .sm-hwcha a:focus,
        .sm-hwcha a:active,
        .sm-hwcha a.highlighted {
            padding: 0.5rem 1rem;
            /*background: #4d4c76;*/
            /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
            color: #333;
        }

            /* 高亮颜色 */
            .sm-hwcha a:hover,
            .sm-hwcha a:focus,
            .sm-hwcha a:active,
            .sm-hwcha a.highlighted {
                /*background: #434266;*/
                /*background-image: linear-gradient(to bottom, #45446a, #414063);*/
                color: #188ae2;
            }

            .sm-hwcha a.current {
                /*background: #2f2e47;*/
                /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
                color: #fff;
            }

            .sm-hwcha a.disabled {
                /*background: #4d4c76;*/
                /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
                color: #9d9cbf;
            }

            .sm-hwcha a .sub-arrow {
                /*top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #dadae7 transparent transparent transparent;
    background: transparent;
    border-radius: 0;*/
                top: 50%;
                margin-top: -2px;
                right: 0.25rem;
                width: 0;
                height: 0;
                border-width: 4px;
                border-style: solid dashed dashed dashed;
                border-color: #666666 transparent transparent transparent;
                background: transparent;
                border-radius: 0;
            }

                .sm-hwcha a .sub-arrow::before {
                    display: none;
                }

        .sm-hwcha > li:first-child > a, .sm-hwcha > li:first-child > :not(ul) a {
            border-radius: 0;
        }

        .sm-hwcha > li:last-child > a, .sm-hwcha > li:last-child > :not(ul) a {
            border-radius: 0 !important;
        }

        .sm-hwcha > li {
            border-left: 0px solid #434266;
        }

            .sm-hwcha > li:first-child {
                border-left: 0;
            }

        .sm-hwcha ul {
            border: 0px solid #a8a8a8;
            padding: 5px 0;
            background: #fff;
            border-radius: 0 !important;
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
        }

            .sm-hwcha ul ul {
                border-radius: 0px !important;
                background: #fff;
            }

            .sm-hwcha ul a, .sm-hwcha ul a:hover, .sm-hwcha ul a:focus, .sm-hwcha ul a:active, .sm-hwcha ul a.highlighted {
                border: 0 !important;
                padding: 0.5rem 1.25rem;
                background: transparent;
                color: #353451;
                border-radius: 0 !important;
            }

                .sm-hwcha ul a:hover,
                .sm-hwcha ul a:focus,
                .sm-hwcha ul a:active,
                .sm-hwcha ul a.highlighted {
                    /*background: #4d4c76;*/
                    /*background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);*/
                    color: #188ae2;
                }

                .sm-hwcha ul a.current {
                    /*background: #2f2e47;*/
                    /*background-image: linear-gradient(to bottom, #2d2c44, #31304b);*/
                    color: #333;
                }

                .sm-hwcha ul a.disabled {
                    background: #fff;
                    color: #b3b3b3;
                }

                .sm-hwcha ul a .sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #dadae7;
                }

            .sm-hwcha ul li {
                border: 0;
            }

        .sm-hwcha .scroll-up,
        .sm-hwcha .scroll-down {
            position: absolute;
            display: none;
            visibility: hidden;
            overflow: hidden;
            background: #fff;
            height: 20px;
        }

        .sm-hwcha .scroll-up-arrow,
        .sm-hwcha .scroll-down-arrow {
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -0.5rem;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 0.5rem;
            border-style: dashed dashed solid dashed;
            border-color: transparent transparent #353451 transparent;
        }

        .sm-hwcha .scroll-down-arrow {
            top: 6px;
            border-style: solid dashed dashed dashed;
            border-color: #353451 transparent transparent transparent;
        }

        .sm-hwcha.sm-rtl.sm-vertical a .sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #dadae7 transparent transparent;
        }

        .sm-hwcha.sm-rtl > li:first-child > a, .sm-hwcha.sm-rtl > li:first-child > :not(ul) a {
            border-radius: 0;
        }

        .sm-hwcha.sm-rtl > li:last-child > a, .sm-hwcha.sm-rtl > li:last-child > :not(ul) a {
            border-radius: 0 !important;
        }

        .sm-hwcha.sm-rtl > li:first-child {
            border-left: 0px solid #434266;
        }

        .sm-hwcha.sm-rtl > li:last-child {
            border-left: 0;
        }

        .sm-hwcha.sm-rtl ul a .sub-arrow {
            right: auto;
            left: 10px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #dadae7 transparent transparent;
        }

        .sm-hwcha.sm-vertical {
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        }

            .sm-hwcha.sm-vertical a {
                padding: 9px 23px;
            }

                .sm-hwcha.sm-vertical a .sub-arrow {
                    top: 50%;
                    margin-top: -5px;
                    bottom: auto;
                    left: auto;
                    margin-left: 0;
                    right: 10px;
                    border-style: dashed dashed dashed solid;
                    border-color: transparent transparent transparent #dadae7;
                }

            .sm-hwcha.sm-vertical > li:first-child > a, .sm-hwcha.sm-vertical > li:first-child > :not(ul) a {
                border-radius: 0;
            }

            .sm-hwcha.sm-vertical > li:last-child > a,
            .sm-hwcha.sm-vertical > li:last-child > :not(ul) a {
                border-radius: 0 !important;
            }

            .sm-hwcha.sm-vertical > li {
                border-left: 0 !important;
            }

            .sm-hwcha.sm-vertical ul {
                border-radius: 0 !important;
            }

                .sm-hwcha.sm-vertical ul a {
                    padding: 10px 23px;
                }
}

.footer {
    font-size: 0.875rem;
}

.navbar-nav-more[aria-hidden="true"] {
    position: absolute;
    top: -9999em;
    right: 0;
    visibility: hidden;
}

.navbar-nav-more > a[aria-expanded="true"] + ul {
    display: block;
}

/*

.select2-selection {
  height: 38px !important;
}

.select2-selection.select2-selection--single {
  height: 38px !important;
}

.select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection .select2-selection__choice {
  margin-top: 8px !important;
}

.select2-selection .select2-selection__arrow {
  height: 38px !important;
}*/
.popover {
    max-width: 100%;
}

.index-tool-item {
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #F5F5F5;
    box-shadow: 0 5px 15px rgba(36, 37, 38, 0.1);
    padding: 10px;
    line-height: 1;
}

    .index-tool-item:hover {
        box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.15);
        text-decoration: none;
    }

    .index-tool-item .tool-icon {
        width: 64px;
        height: 64px;
        overflow: hidden;
    }

        .index-tool-item .tool-icon img {
            width: 64px;
        }

    .index-tool-item .tool-meta {
        padding-left: 10px;
        white-space: nowrap;
        word-break: keep-all;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index-tool-item .tool-name {
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        margin: 0;
        color: #333333;
        font-weight: 400;
        overflow: hidden;
    }

    .index-tool-item .tool-intro {
        color: #999999;
        font-size: 14px;
        padding: 0;
        margin: 0;
        height: 32px;
        line-height: 32px;
    }

.mod-header {
    vertical-align: middle;
}

    .mod-header .mod-title {
        font-size: 1.125rem;
        font-weight: bold;
        padding: 0;
        margin: 0;
        height: 1.5rem;
        line-height: 1.5rem;
    }

.mod-title:before {
    content: " ";
    font-size: 1rem;
    border-left: 0.25rem solid #188ae2;
    margin-right: 0.5rem;
    height: 1rem;
    line-height: 1rem;
}

.mod-header .more {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}

.title-bar {
    margin-bottom: 15px;
    vertical-align: middle;
}

    .title-bar h1,
    .title-bar h2,
    .title-bar h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        padding: 0;
        margin: 0;
        height: 24px;
        line-height: 24px;
    }

        .title-bar h1:before,
        .title-bar h2:before,
        .title-bar h3:before {
            content: " ";
            font-size: 16px;
            border-left: 0.25rem solid #188ae2;
            margin-right: 10px;
            height: 16px;
            line-height: 16px;
        }

    .title-bar .more {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    font-size: 0.875rem;
    margin: 0;
}

.card-body {
    padding: 0.625rem 0.9375rem;
}

.panel {
    border: none;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(27, 95, 160, 0.1);
}

.panel-header {
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
}

.panel-title {
    font-size: 0.875rem;
    /*border-left: 0.25rem solid #0a78cd;*/
    /*padding-left: 0.75rem;*/
    padding-left: 0;
    font-weight: bold;
    color: #212530;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

    .panel-title strong {
        font-weight: normal
    }

.panel-body {
    line-height: 2;
    padding: 10px 15px;
}

    .panel-body .nav-item {
        line-height: 1.5;
    }

.panel-footer {
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 10px 15px;
}

    .panel-footer strong {
        font-weight: normal
    }

.side-ad {
    margin-bottom: 1rem;
}

.main-ad {
    margin-bottom: 1rem;
}

.mega-menu li a {
    display: inline-block;
}

#qrcode-wrap {
    position: fixed;
    right: 70px;
    bottom: 150px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #ffffff;
    padding: 10px;
    display: none;
    z-index: 999;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

#show-qrcode {
    position: fixed;
    background-color: #888;
    color: #eee;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    bottom: 150px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    opacity: 0.8;
    border-radius: 5px;
}

#fab-feedback {
    position: fixed;
    background-color: #888;
    color: #eee;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    bottom: 100px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    opacity: 0.8;
    border-radius: 5px;
}

    #fab-feedback a {
        color: #eee;
        font-size: 24px;
    }

        #fab-feedback a:hover {
            color: #eee;
            text-decoration: none;
        }

#scrollUp {
    background-color: #888;
    color: #eee;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    bottom: 50px;
    right: 20px;
    overflow: hidden;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border: none;
    opacity: 0.8;
    border-radius: 5px;
    cursor: pointer;
}


a {
    color: #222222;
}

    a:hover {
        color: #990033;
    }

.mod-title:before {
    border-left: 0.25rem solid #990033 !important;
}

.panel {
    /*border: 1px solid #8E8080;*/
    /*border: 1px solid #f2d2b5!important;*/
    /*border-radius: 3px;*/
}

.panel-header {
    /*background-color: #fff7e8!important;*/
    /*border-bottom: 1px solid #f2d2b5!important;*/
}

.panel-title {
    /*color: #980318;*/
    color: #990033;
    font-weight: bold;
    /*border-left: 0.25rem solid #990033 !important;*/
}

.capsule-link a:hover,
.capsule-link-sm a:hover {
    color: #990033;
    border: 1px solid #990033 !important;
    text-decoration: none;
}



.float-xl-right {
    float: right !important;
}

.float-lg-right {
    float: right !important;
}

.text-nowrap {
    white-space: nowrap !important;
    margin-right: 5px;
}




.jyccontent {
    width: 100%;
    padding: 20px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .jyccontent li {
        width: 16.6%;
        float: left;
        height: 26px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .jyccontent li a {
            display: inline-block;
            max-width: 114px;
            height: 16px;
            color: #222222;
            overflow: hidden;
            font-size: 14px;
            line-height: 16px;
        }

            .jyccontent li a:hover {
                color: #0085ff;
            }

.jyccontent_p {
    color: #999999 !important;
    font-size: 14px;
    float: right;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
}

.main_conter_left_nav_a {
    width: 100%;
    display: flex;
    margin: 0 15px;
    padding-bottom: 10px;
}

    .main_conter_left_nav_a p {
        float: left;
        font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei, Arial, sans-serif;
        font-size: 16px;
        color: #333;
        line-height: 45px;
    }

    .main_conter_left_nav_a ul li {
        float: left;
        list-style: none;
    }

        .main_conter_left_nav_a ul li a {
            float: left;
            padding: 0 10px;
            color: #666;
            font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei, Arial, sans-serif;
            line-height: 45px;
            font-size: 14px;
        }

            .main_conter_left_nav_a ul li a:hover {
                color: #0c8afd;
            }



.jinyicishow {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

    .jinyicishow .jinyicishow-1 {
        border-bottom: 1px dashed #e9e9e9;
        padding-bottom: 12px;
    }

        .jinyicishow .jinyicishow-1:last-of-type {
            border-bottom: none;
            padding-bottom: 0;
        }

.jinyicishow-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

    .jinyicishow-1 p {
        color: #8A8A8D;
        font-size: 14px;
        overflow: hidden;
        display: inline-block;
        margin-right: 24px;
        margin-top: 20px;
    }


    .jinyicishow-1 ul {
        flex: 1;
        overflow: hidden;
        display: inline-block;
    }

        .jinyicishow-1 ul li {
            float: left;
            width: 14.2%;
            overflow: hidden;
            margin-top: 20px;
            font-size: 14px;
        }

            .jinyicishow-1 ul li span {
                display: inline-block;
                height: 16px;
                line-height: 16px;
                overflow: hidden;
                max-width: 90%;
                color: #222222;
                font-size: 14px;
            }

            .jinyicishow-1 ul li a {
                display: inline-block;
                height: 16px;
                line-height: 16px;
                overflow: hidden;
                max-width: 90%;
                color: #222222;
                font-size: 14px;
            }

                .jinyicishow-1 ul li a:hover {
                    color: #0085ff;
                }

.border_none {
    border-bottom: none;
}

.zaojujiben1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 10px 20px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #e9e9e9;
}
    .zaojujiben1 p {
        line-height: 2em;
        color: #222222;
        font-size: 14px;
    }

.add_jfansss {
    margin-top: 8px;
}
.nr_new_jinfan {
    color: #222222;
    font-size: 14px;
    line-height: 2em;
    width: 100%;
    overflow: hidden;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xiangguan {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 4px 20px;
    overflow: hidden;
}

.xiangguan1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 4px 20px;
    overflow: hidden;
}

    .xiangguan1 li {
        width: 16.6%;
        float: left;
        height: 24px;
        overflow: hidden;
        margin-bottom: 12px;
        color: #222222;
        font-size: 14px;
    }

        .xiangguan1 li a {
            display: inline-block;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            max-width: 90%;
            color: #222222;
            font-size: 14px;
        }

            .xiangguan1 li a:hover {
                color: #0085ff;
            }

.add_jfansss {
    margin-top: 8px;
}

.xiangguan li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 12px;
    color: #222222;
    font-size: 14px;
}

    .xiangguan li a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        max-width: 90%;
        color: #222222;
        font-size: 16px;
    }

        .xiangguan li a:hover {
            color: #0085ff;
        }


.pinyinlist2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 20px 0 20px;
    overflow: hidden;
}

.pinyinlist2-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eeeeee;
}

.zaojuyumu {
    width: 60px;
    overflow: hidden;
    color: #0085ff;
    font-size: 14px;
}

    .zaojuyumu:hover {
        text-decoration: underline;
    }

.pinyinlist2-1 ul {
    display: inline-block;
    flex: 1;
    overflow: hidden;
}

.pinyinlist .pinyinlist2:last-of-type .pinyinlist2-1 {
    border-bottom: none;
}

.pinyinlist2-1 ul li {
    float: left;
    margin-bottom: 14px;
    width: 20%;
    overflow: hidden;
    height: 20px;
}

    .pinyinlist2-1 ul li a {
        display: inline-block;
        max-width: 95%;
        color: #222222;
        font-size: 14px;
        overflow: hidden;
        height: 20px;
        line-height: 20px;
    }

        .pinyinlist2-1 ul li a:hover {
            color: #0085ff;
        }

.pinyinlist2 .pinyinlist2-1:nth-last-child(1) {
    margin-bottom: 0;
}

    .pinyinlist2 .pinyinlist2-1:nth-last-child(1) ul {
        border-bottom: none;
    }
.updatezaojua {
    color: #0085ff !important;
}

    .updatezaojua:hover {
        text-decoration: underline;
    }


.fix {
    position: fixed;
    overflow: hidden;
    left: 18%;
    top: 230px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    padding: 20px;
}

    .fix .side-bar {
        position: absolute;
        top: 10px;
        width: 0;
        height: 100%;
        background-color: #C6C6C8;
        border: 1px solid #C6C6C8;
        border-top: 0;
        border-bottom: 0;
        left: 6px;
    }

        .fix .side-bar .circle.start {
            top: 0;
        }

        .fix .side-bar .circle.end {
            margin: 0;
            bottom: 0;
        }

    .fix ul li.current em {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: rgba(255, 255, 255, 1);
        border: 2px solid rgba(0, 133, 255, 1);
        border-radius: 50%;
        position: absolute;
        right: 0px;
        padding: 4px;
        margin-top: 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari */
    }

    .fix li a {
        color: #8A8A8D;
        font-size: 14px;
        text-decoration: none;
        cursor:pointer;
    }

    .fix li {
        text-align: center;
        list-style-type:none;
        line-height:30px;
        border:1px solid #222222;
        width:25px;
    }


    .fix .current a {
        color: #0085ff;
    }

    .fix li em {
        left: 0px;
        margin-top: 3px;
        position: absolute;
        display: inline-block;
        width: 10px;
        float: right;
        height: 10px;
        background: rgba(255, 255, 255, 1);
        border: 2px solid rgba(198, 198, 200, 1);
        border-radius: 50%;
    }

    .fix ul li.current em b {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: rgba(0, 133, 255, 1);
        border-radius: 50%;
        position: absolute;
        top: 2px;
        right: 2px;
    }

.posts-nav {
    font-size: 14px;
    color: rgba(0,0,0,.44);
    padding: 10px 0;
    text-align: center
}

    .posts-nav .page-numbers {
        position: relative;
        min-width: 35px;
        height: 35px;
        padding: 0 5px;
        line-height: 35px;
        display: inline-block;
        background-color: rgba(150,150,150,.16);
        margin: 0 2px;
        border-radius: .2rem;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out
    }

        .posts-nav .page-numbers.current, .posts-nav .page-numbers:not(.dots):hover {
            color: #fff !important;
            background-color: #f1404b;
            box-shadow: 0px 5px 20px -3px rgba(249,100,90,.6)
        }

        .posts-nav .page-numbers.dots {
            border-color: rgba(0,0,0,0)
        }


.yemian-right1-2 {
    overflow: hidden;
    padding: 14px 0 2px 0;
    width: 100%;
}

    .yemian-right1-2 li {
        float: left;
        width: 50%;
        height: 20px;
        overflow: hidden;
        margin-bottom: 12px;
    }

        .yemian-right1-2 li a {
            display: inline-block;
            overflow: hidden;
            max-width: 80%;
            color: #222222;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
        }

            .yemian-right1-2 li a:hover {
                color: #0085FF;
            }

.index-tab {
    overflow: hidden;
    margin: 20px 0 0 0;
}

    .index-tab .tab-head {
        overflow: hidden;
        margin: auto;
    }

        .index-tab .tab-head .content {
            overflow: hidden;
            white-space: nowrap;
            width: 980px;
            margin: auto;
            padding: 0 80px;
            position: relative;
        }

            .index-tab .tab-head .content::before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                z-index: 10;
                left: 0;
                width: 80px;
                background-image: linear-gradient(to left, rgba(255,255,255,.2),rgba(255,255,255,.95));
                background-image: -webkit-linear-gradient(to left, rgba(255,255,255,.2),rgba(255,255,255,.95));
                background-image: -ms-linear-gradient(to left, rgba(255,255,255,.2), rgba(255,255,255,.95));
            }

            .index-tab .tab-head .content::after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                z-index: 10;
                right: 0;
                width: 80px;
                background-image: linear-gradient(to right, rgba(255,255,255,.2),rgba(255,255,255,.95));
                background-image: -webkit-linear-gradient(to right, rgba(255,255,255,.2),rgba(255,255,255,.95));
                background-image: -ms-linear-gradient(to right, rgba(255,255,255,.2), rgba(255,255,255,.95));
            }

        .index-tab .tab-head a {
            display: inline-block;
            padding: 15px 0;
            margin: 0 20px 0 0;
            font-size: 18px;
            font-weight: 600;
            color: #333333;
            width: auto !important;
        }

            .index-tab .tab-head a:last-child {
                margin: 0;
            }

            .index-tab .tab-head a:hover {
                color: #1896e6;
            }

            .index-tab .tab-head a.current {
                color: #1896e6;
                position: relative;
            }

                .index-tab .tab-head a.current::after {
                    content: '';
                    height: 3px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    position: absolute;
                    background: #1896e6;
                }

    .index-tab .tab-content {
        width: 980px;
        margin: auto;
        border-top: 1px dashed #EFEFEF;
    }

    .index-tab .line {
        border-bottom: 1px dashed #EFEFEF;
    }

    .index-tab dl {
        overflow: hidden;
        position: relative;
        padding: 15px 0 15px 60px;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
    }

        .index-tab dl dt {
            position: absolute;
            top: 15px;
            left: 0;
            color: #999999;
        }

            .index-tab dl dt a {
                color: #999999;
            }

                .index-tab dl dt a:hover {
                    color: #666666;
                }

        .index-tab dl dd {
            overflow: hidden;
        }

            .index-tab dl dd a {
                color: #666666;
            }

                .index-tab dl dd a:hover {
                    color: #333333;
                }

    .index-tab .letter-list {
        overflow: hidden;
    }

        .index-tab .letter-list .item {
            float: left;
            margin: 0 20px 0 0;
        }

            .index-tab .letter-list .item:last-child {
                margin: 0;
            }

    .index-tab .list {
        overflow: hidden;
    }

        .index-tab .list .item {
            float: left;
            width: 8.25%;
        }

            .index-tab .list .item a {
                margin: 0 5px 0 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;
            }

    .index-tab .dl-columns {
        overflow: hidden;
        margin: -15px 0 0 0;
    }

        .index-tab .dl-columns .columns-item {
            float: left;
        }

        .index-tab .dl-columns.columns2 .columns-item {
            width: 50%;
        }

            .index-tab .dl-columns.columns2 .columns-item .list .item {
                width: 13.3%;
            }

.index-draw-wrap {
    overflow: hidden;
    margin: 0 300px;
    padding: 30px 0 50px 0;
}

    .index-draw-wrap .head {
        padding: 20px 0 20px 15px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }
    /* .index-draw-wrap .head::before{content:'';width:4px;height:16px;left:0;top:50%;margin-top:-8px;background:#1896e6;position: absolute;} */
    .index-draw-wrap .content {
        overflow: hidden;
    }

    .index-draw-wrap .img {
        overflow: hidden;
    }

        .index-draw-wrap .img img {
            width: 100%;
            height: auto;
        }

    .index-draw-wrap .wrap-content {
        text-align: left;
        margin: 10px 0 0 0;
        line-height: 28px;
        font-size: 16px;
        padding: 0 15px;
    }


.xiangguan .special {
    color: #0085ff;
}



.chengyu-top {
    width: 100%;
    overflow: hidden;
    background-color: #f4f6f8;
}

.chengyu-asd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff;
    padding-bottom: 12px;
}

.ada {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: 10px;
}

.ada-top p {
    color: #222222;
    margin-bottom: 4px;
    font-size: 24px;
    text-align: center;
}

.ada-bottom {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/chengyu/tianzi.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

    .ada-bottom p {
        color: #222222;
        font-family: KaiTi;
        display: inline-block;
        height: 66px;
        line-height: 72px;
        font-size: 60px;
        text-align: center;
    }


.model-warpper {
    width: 100%;
    background-color: #ffffff;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
}


.model-za {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    line-height: 2em;
    width: 800px;
    height: 48px;
}

    .model-za span {
        color: #222222;
        font-weight: bold;
    }

.marl12 {
    margin-left: 12px;
}

.icon_ad {
    width: 20px;
    height: 20px;
    display: block;
    background: url(/static/chengyu/img/mp3.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

i {
    font-style: normal;
}
ul {
    list-style: none;
}

.model-warpper .title {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
}

    .model-warpper .title a {
        font-weight: 700 !important;
        color: #222
    }

    .model-warpper .title span {
        font-weight: 600;
    }

    .model-warpper .title::after {
        content: '';
        width: 76.8px;
        height: 2px;
        border-radius: 5px;
        position: absolute;
        left: 0;
        bottom: -2px;
    }

.model-warpper .content {
    /* margin-top: 25px; */
}

.model-warpper .content-info {
    display: flex;
    flex-wrap: wrap;
}

.model-warpper .content .item {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.model-warpper .content .item-info {
    width: 50%;
    margin-left: -8px;
}

.model-warpper .content .item > span {
    font-size: 16px;
    max-width: 116px;
    min-width: 60px;
}

.model-warpper .content .item > p {
    font-size: 16px;
    width: 0;
    flex: 1;
}

.model-warpper .content .item-expain {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
}

    .model-warpper .content .item-expain p {
        text-indent: 2em;
        font-size: 16px;
    }

.model-warpper .content .item h3 {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

.model-warpper .content .item .expain-p, .model-warpper .content .item .expain-p span {
    font-size: 16px;
    color: #666;
    padding-right: 5px;
}

    .model-warpper .content .item .expain-p a {
        /*color: #0085FF;*/
        text-decoration: underline;
    }

        .model-warpper .content .item .expain-p a:hover {
            color: #0085FF;
            text-decoration: none;
        }

.model-warpper .concat {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
    padding-bottom:10px;
}

    .model-warpper .concat .cy {
        font-size: 16px;
        padding: 5px 0;
        color: #3399ff;
        cursor: pointer;
    }

        .model-warpper .concat .cy:first-child {
            color: #000000;
        }

    .model-warpper .concat img {
        height: 16px;
        margin: 0 13px;
    }

    .model-warpper .concat .about {
        padding: 0 7px;
    }

        .model-warpper .concat .about a {
            font-size: 14px;
        }

.model-warpper .content .item .word {
    display: flex;
    flex-direction: column;
    padding: 0;
    /*width: 100px;*/
    border: none;
}

    .model-warpper .content .item .word span {
        font-size: 16px;
        line-height: 40px;
    }

    .model-warpper .content .item .word a {
        font-size: 50px;
        width: 60px;
        height: 60px;
        background: url(../img/tianzi.png) no-repeat center center;
        background-size: 60px 60px;
        text-align: center;
        line-height: 60px;
        color: #000000;
    }

.model-warpper .content .hr {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
}

    .model-warpper .content .hr:last-child {
        padding-bottom: 0;
    }

    .model-warpper .content .hr .zi-content {
        width: 100%;
        /* cursor: pointer; */
    }

    .model-warpper .content .hr .zi-about {
        display: flex;
        width: 100%;
        margin-top: 20px;
    }

        .model-warpper .content .hr .zi-about li a {
            width: 100%;
            height: 35px;
            line-height: 35px;
            background-color: #f5f5f5;
            font-size: 14px;
            text-align: center;
            border-radius: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 8px;
            cursor: pointer;
            display: inline-block;
        }

        .model-warpper .content .hr .zi-about li {
            margin-right: 30px;
            width: 21.6%;
        }

            .model-warpper .content .hr .zi-about li:nth-child(4) {
                margin-right: 0;
            }

            .model-warpper .content .hr .zi-about li a:hover {
                background-color: #0c8afd;
                color: #fff;
            }

.hr-expain {
    font-size: 14px;
}

.model-warpper .content .hr .briefinfo {
    /*max-height: 150px;*/
  /*  box-sizing: border-box;
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;*/
}

    .model-warpper .content .hr .briefinfo p {
        font-size: 16px;
        line-height: 30px;
    }

    .model-warpper .content .hr .briefinfo .pinyin {
        font-weight: bold;
        font-size: 16px;
    }

.main_conter_right_one_1 p {
    background: none;
    border-left: 4px solid #0085FF;
    padding-left: 15px;
}

.comm-content-right .top20 {
    padding-top: 15px !important;
}

.related a {
    font-size: 16px;
    margin-right: 10px;
    text-decoration: underline;
}

    .related a:hover {
        color: #0085FF;
        text-decoration: none;
    }

.tab_wrap, .section, .yemian-right1 {
    background-color: #ffffff;
}

.tab_wrap {
    margin-bottom: 20px !important;

}


.pycc {
    float: left;
    padding: 15px;
}

    .pycc li {
        float: left;
        margin-right: 8px;
        display: block;
        margin-bottom: 8px;
    }

    .pycc a {
        border-radius: 4px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ebebeb;
        display: block;
        font-size: 15px;
    }

        .pycc a:hover {
            background-color: #0c8afd;
            color: #fff;
            border: 1px solid #0c8afd;
        }

    .pycc li:nth-child(8n) {
        margin-right: 0 !important;
    }

.main_one_1_qie_2 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pages a, .section-tit > strong {
    color: #000000;
}

.main_one_1_qie_2 a {
    line-height: 40px;
    background: none;
}

.main_one_1_qie_2 a {
    color: #666;
    font-size: 16px;
    width: 30%;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei, Arial, sans-serif;
    overflow: hidden;
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    _margin-left: 2px;
    padding-right: 1px;
    height: 40px;
    display: block;
}

.main_one_1_qie_2 p {

    float: left;
    border-left: 4px solid #0c8afd;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-indent: 10px;
    height: 30px
}

.qie_2_a {
    background-position: 104px -568px;
    overflow: hidden
}

.main_one_1_qie_2 a:hover {
    color: #0c8afd;
}

.main_one_1_qie_2_1 {
    display: block;
    width: 330px;
    margin: 0 auto;
    line-height: 40px;
}

.main_one_1_qie_2_1 {
    color: #d8d5d5;
}

.bottom_b {
    border-bottom: 1px dotted #d9d9d9;
}

.main_one_1_qie_2 {
    float: left;
    width:100%;
}

.main_conter_right_one_1_qie2 {
    float: right;
    border-top: 0;
    margin-top: 10px
}

.main_yiq {
    width: 336px;
    float: left;
}

.font-s {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #ebebeb;
}

    .font-s i {
        font-weight: 700;
        color: #0c8afd;
        margin-right: 10px;
    }

    .font-s a {
        margin-right: 10px;
        text-decoration: underline;
        display: inline-block;
    }



.ci ul {
    display: inline-block;
    width: 100%;
}

    .ci ul li a {
        padding: 15px;
        display: block;
    }

        .ci ul li a, .ci ul li a p {
            font-size: 14px
        }

            .ci ul li a p, .ci ul li a p em.red {
                font-weight: 700;
            }

            .ci ul li a:hover p {
                color: #0085FF;
            }

            .ci ul li a .em {
                color: #999
            }

    .ci ul li {
        border-bottom: 1px solid #ebebeb;
    }

        .ci ul li a:hover {
            background-color: #f4f6f8;
            text-decoration:none;
        }

.main_conter_Article {
    width: 100%;
    background-color: #fff;
}
.chengyudaodu {
    font-size: 16px;
    color: #788D9A;
    margin: 15px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    border-color: #d6e9c6;
}

    .chengyudaodu a {
        display: inline-block !important;
        padding: 5px !important;
    }