* {
    margin: 0;
    word-wrap: break-word;
    -moz-word-break: normal;
    -o-word-break: normal;
    word-break: normal;
}
body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family:
        Microsoft Yahei,
        arial;
    font-size: 12px;
}
a {
    color: #2b2b2b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.red {
    color: red;
}
.orange {
    color: #f60;
}
.grey {
    color: #aaa;
}
.highlight {
    color: red;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f24 {
    font-size: 24px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}

.fj0 {
    background: #34495e;
}
.fj1 {
    background: #1abc9c;
}
.fj2 {
    background: #3498db;
}
.fj3 {
    background: #e74c3c;
}
.fj4 {
    background: #2ecc71;
}
.fj5 {
    background: #f1c40f;
}
.fj6 {
    background: #bac4c5;
}
.fj7 {
    background: #27ae60;
}
.fj8 {
    background: #006009;
}
.fj9 {
    background: #428bca;
}
.fj10 {
    background: #5cb85c;
}
.fj11 {
    background: #5bc0de;
}
.fj12 {
    background: #f0ad4e;
}
.fj13 {
    background: #d9534f;
}
.fj14 {
    background: #8e44ad;
}
.text-center {
    text-align: center;
}
.icon {
    width: 24px;
    vertical-align: middle;
    padding-right: 3px;
    display: inline-block;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}
.mnav {
    height: 30px;
    background-color: #ffad1f;
    border-bottom: 1px solid #e4e4e4;
    color: #fff;
    font-size: 13px;
    color: #fff;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
}
.mnav select {
    margin: 5px 5px 0 0;
}
.mnav a {
    margin-right: 15px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
}
.mnav a:hover {
    background-color: #ffd03f;
}
.mnav a.selected {
    font-weight: 700;
    color: #fff;
}
.mnav .show-xs {
    display: none;
}
.bk {
    padding-top: 0%;
}
.p-wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 55px;
}
.logo {
    position: relative;
    font-size: 30px;
}
.logo img {
    width: 220px;
}
.sbox .search {
    background: #fff;
    height: 42px;
    line-height: 42px;
    border: 1px solid #38a5fd;
    display: block;
    overflow: hidden;
}
.sbox .search .wd {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-align: left;
    position: relative;
    right: 0;
    top: 0;
}
.sbox .search .wd input {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 100%;
    outline: 0 none;
    border: 0;
    font-size: 16px;
    padding-left: 7px;
}
.sbox .search .sbtn {
    height: 42px;
    width: 110px;
    line-height: 42px;
    border: 0;
    background: #ffad1f;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}
.sbox .search .sbtn button {
    width: 100%;
    height: 42px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: #3aaafe;
    font-size: 16px;
    border: none;
}
.msg {
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 15px;
    text-align: left;
    padding: 5px 15px 5px 15px;
    line-height: 28px;
}
.msg a img {
    height: 18px;
    vertical-align: middle;
    margin-top: -3px;
}
.sfh {
    float: right;
    text-align: right;
}
.pbox {
    margin: 8px 0 0 0;
    text-align: left;
}
.rs {
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #ddd;
}
.rs .title {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-color: #ddd;
    background-color: #fafafa;
    color: #444;
}
.rs .title h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 14px;
}
.rs .title h3 b {
    font-weight: 400;
    color: red;
}
.rs .title h3 a {
    color: #3d87cf;
    font-size: 13px;
    font-weight: 400;
}
.rs .title h3 a:hover {
    color: red;
    text-decoration: underline;
    transition:
        background-color 0.1s linear 0s,
        color 0.1s linear 0s;
}
.rs .title img {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
}
.rs .content {
    padding: 10px 10px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}
.rs .content .fh {
    line-height: 30px;
}
.rs .content .fh a {
    padding: 3px 8px 3px 8px;
    color: #2b2b2b;
}
.rs .content .fh a:hover {
    color: #ffffff;
    background-color: #ffad1f;
    text-decoration: none;
    border-radius: 5px;
}
.rs .content img {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 3px;
}
.rs .slist {
    padding: 5px 5px 5px;
}
.rs .slist ul {
    padding: 0;
    margin: 0;
    padding-left: 8px;
    list-style: none;
}
.rs .slist ul li {
    text-decoration: none;
    line-height: 20px;
}
.rs .slist ul li img {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 3px;
}
.rs .slist,
.rs .slist p {
    color: #222 !important;
    line-height: 1.4 !important;
    font-size: 13px;
    word-wrap: break-word;
}
.rs .slist2 {
    padding: 5px 5px 5px;
    font-weight: normal;
}
.rs .slist2 ul {
    padding: 0;
    margin: 0;
    padding-left: 8px;
    list-style: none;
}
.rs .slist2 ul li {
    text-decoration: none;
    line-height: 28px;
    border-bottom: 1px dashed #ddd;
}
.rs .slist2 ul li img {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 3px;
}
.rs .slist2 ul li a {
    text-decoration: none;
    line-height: 26px;
}
.rs .slist2 ul li a:hover {
    color: red;
}
.rs .slist2,
.rs .slist2 p {
    color: #222 !important;
    line-height: 1.4 !important;
    font-size: 13px;
    word-wrap: break-word;
}

.bkColor,
.bkColor:visited {
    margin-left: 5px;
    color: #666;
    padding: 2px 7px;
    border-radius: 15px;
    background-color: #f0f0f0;
}
.bktag,
.bktag:visited,
.bktag a:hover {
    margin-left: 5px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 15px;
}
.rs .slist2 ul li .bktag:hover {
    color: #fff;
    text-decoration: underline;
}

.rs .sbar {
    padding: 5px 5px 0px;
    color: #777;
    font-size: 13px;
    line-height: 26px;
}
.rs .sbar b {
    color: #00802a;
}
.rs .sbar span {
    margin-left: 3px;
    margin-right: 3px;
}
.rs .sbar span a {
    color: #00802a;
}
.rs .sbar img {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
    margin-right: 3px;
}
.rs .like {
    padding: 5px 5px 5px;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 26px;
}
.rs .like span {
    margin-right: 15px;
    font-size: 13px;
}
.rs .like span .like-word {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 7px 4px 7px;
    border-radius: 6px;
    color: #fff;
    background: #aaa;
    margin: 0 12px 2px 0;
    display: inline-block;
}
.rs .like a:hover {
    background: #ff4136;
    color: #fff;
    text-decoration: none;
    transition:
        background-color 0.1s linear 0s,
        color 0.1s linear 0s;
}
.rs .rms {
    padding: 10px 10px 10px;
    line-height: 26px;
}
.rs .rms a {
    padding: 2px 8px;
    border-radius: 14px;
    font-size: 14px;
    background: #aaa;
    color: #fff;
    margin: 4px;
    display: inline-block;
    text-decoration: none;
}
.rs .rms a:hover {
    background: #da1617;
    transition:
        background-color 0.1s linear 0s,
        color 0.1s linear 0s;
}

.rs .rm_hotwords {
    padding: 10px 10px 10px;
    line-height: 26px;
}
.rs .rm_hotwords a {
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 5px 3px;
    margin: 4px;
    color: #fff;
    border-radius: 15px;
    padding-right: 8px;
}
.rs .rm_hotwords a:hover {
    background: #e6162d;
    transition:
        background-color 0.1s linear 0s,
        color 0.1s linear 0s;
}
.rs .rm_hotwords a img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle;
}

.rs .djs {
    padding: 10px 10px 10px;
    line-height: 26px;
}
.rs .djs a {
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 14px;
}
.rs .djs a:hover {
    border-radius: 5px;
    background: #3385ff;
    color: #fff;
    text-decoration: none;
}
.sort-box {
    padding: 5px 5px 5px 5px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
}
.sort-bar {
    line-height: 26px;
    padding-left: 10px;
    float: none;
    font-size: 14px;
}
.sort-bar a,
.sort-bar b {
    line-height: 18px;
    height: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #666;
    font-size: 13px;
    padding: 2px 8px;
    background: #ebebed;
    border-radius: 5px;
}
.sort-bar a:hover {
    border-radius: 5px;
    color: #fff;
    background: #ffad1f;
    color: #fff;
    text-decoration: none;
    transition:
        background-color 0.1s linear 0s,
        color 0.1s linear 0s;
}
.sort-bar b {
    font-weight: 700;
    color: #323232;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
    background: #aaa;
}
.sort-bar .active {
    color: #323232;
    border-radius: 5px;
    color: #fff;
    background: #ffad1f;
}
.bt_title {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 24px;
    color: #444;
}
.bt_title h2 {
    font-size: 24px;
    color: #444;
    font-weight: 500;
}
.lightColor,
.lightColor:visited {
    margin-left: 10px;
    color: #888;
    float: right;
    padding-right: 5px;
}
.pill,
.pill:visited {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
.cpill {
    padding-right: 7px;
    padding-left: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    white-space: nowrap;
    vertical-align: baseline;
}
.blue-pill {
    background-color: #3a87ad;
}
.yellow-pill {
    background-color: #38a5fd;
}
.fileType5 {
    background-color: red;
}
.fileType0,
.fileType6 {
    background-color: #f89406;
}
.fileType1,
.fileType2,
.fileType7 {
    background-color: green;
}
.fileType8 {
    background-color: #f9be02;
}
.fileType3,
.fileType4 {
    background-color: #4788ee;
}
.pager {
    margin: 15px 0 15px 0;
    line-height: 40px;
}
.pager a,
.pager span {
    font:
        13px/1.22 arial,
        helvetica,
        clean,
        sans-serif;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 8px 12px;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
}
.pager span {
    background-color: #38a5fd;
    color: #fff;
    font-weight: 700;
}
.pager a:hover {
    background: #ffad1f;
    font-weight: 700;
    color: #fff;
}
.pager .active {
    color: #fff;
    border-radius: 5px;
    color: #fff;
    background: #ffad1f;
}
.footer {
    box-sizing: border-box;
    width: 100%;
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-align: center;
    overflow: hidden;
    padding: 8px 16px;
}
.footer a {
    color: #666 !important;
}
.footer .one {
    font-size: 12px;
    line-height: 20px;
}
@media screen and (max-width: 800px) {
    .p-wrapper {
        width: auto;
        margin: auto 3px;
    }
    .sfh {
        float: none;
        text-align: left;
    }
}
@media screen and (max-width: 660px) {
    .mnav {
        padding: 0px 5px 0px 5px;
    }
    .mnav a {
        margin-right: 0px;
        padding: 0 8px;
        margin-left: 0px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 12px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    text-decoration: none;
    border-width: 0 1px 4px 1px;
    text-transform: uppercase;
}
.btn:hover {
    color: #555;
    text-decoration: none;
    margin-top: 1px;
    border-bottom-width: 3px;
}
.btn-default {
    color: #555;
    background-color: #eee;
    border-color: #e2e2e2;
}
.btn-default:hover {
    color: #555;
    background-color: #d5d5d5;
    border-color: #c3c3c3;
}
.btn-primary {
    color: #fff;
    background-color: #38a5fd;
    border-color: #3498db;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0774e5;
    border-color: #0d65a7;
}
.btn-success {
    color: #fff;
    background-color: #28b62c;
    border-color: #23a127;
}
.btn-success:hover {
    color: #fff;
    background-color: #1f8c22;
    border-color: #186f1b;
}
.btn-info {
    color: #fff;
    background-color: #75caeb;
    border-color: #5fc1e8;
}
.btn-info:hover {
    color: #fff;
    background-color: #48b9e5;
    border-color: #29ade0;
}
.btn-warning {
    color: #fff;
    background-color: #ff851b;
    border-color: #ff7701;
}
.btn-warning:hover {
    color: #fff;
    background-color: #e76b00;
    border-color: #c35b00;
}
.btn-danger {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff291c;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ff1103;
    border-color: #de0c00;
}

.xgwd {
    display: inline;
}
.xgwd a {
    margin: 0 5px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.progress-bar-container {
    width: 100%;
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #3aaafe;
    transition: width 0.1s ease;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.mobile-none {
    display: block;
}
.mobile-show {
    display: none;
}

.autocomplete-suggestions {
    text-align: left;
    line-height: 23px;
    cursor: default;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 181px;
    left: 9px;
    display: none;
    z-index: 9999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3aaafe;
}
.autocomplete-suggestion {
    white-space: nowrap;
    overflow: hidden;
    padding: 3px 8px;
    font-size: 14px;
}
.autocomplete-selected {
    background: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .mobile-none {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .flex-row-bw {
        display: flex;
        justify-content: space-between;
    }
    .flex-row-vcenter {
        display: flex;
        align-items: center;
    }
    .pagination-wap {
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #f1f1f1;
        margin-top: 16px;
        margin-bottom: 10px;
        height: 48px;
        line-height: 48px;
    }
    .pagination-wap a {
        display: block;
        width: 35%;
        text-align: center;
        color: #333;
    }
    .pagination-wap span {
        flex: 1;
        display: block;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
        height: 16px;
        line-height: 16px;
    }
}
