@media (max-width: 1280px) {
    .list .item {
        width: 100%;
        margin: 0 0 15px 0!important;
    }
    .list .item:last-child {
        margin-bottom: 0!important;
    }
    .list .item .bottom, .list2 .item .bottom, .list3 .item .bottom, .list4 .item .bottom {
        padding: 15px;
    }
    .list .item .image, .list4 .item .image {
        width: 100px;
        padding-top: 15px;
    }
    .list .item .content, .list4 .item .content {
        padding: 15px 15px 0 0;
    }
    .list .item .image img, .list4 .item .image img {
        width: 90%;
    }
    .hero-search .search-form-container, .hero-search .search-input, .hero-search button {
        width: 100%;
    }
    .list2 .item {
        width: calc(50% - 7.5px);
        margin: 0 0 15px 0!important;
    }
    .list2 .item:nth-child(2n) {
        margin-left: 15px!important;
    }
    .list2 .item:nth-last-child(-n+2) {
        margin-bottom: 0!important;
    }
    .list .item .bottom, .list2 .item .bottom, .list3 .item .bottom, .list4 .item .bottom {
        line-height: 1;
    }
    .list4 .item {
        padding-bottom: 15px;
    }
    .features .feature .img-container img {
        width: 100%;
    }
    .features > .col-12:not(:last-child) .feature, .posts > .col-12:not(:last-child) .post {
        margin-bottom: 15px;
    }
    .hero-search .search-input {
        margin-right: 0;
    }
    .menu-container:not(.fixed) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .pagination {
        width: 100%;
        padding: 0;
    }
    .header-menu .menu {
        display: none;
    }
    .header-menu .mob-menu {
        display: table-cell;
    }
    .header-menu > .logo img {
        /*max-height: 50%;*/
    }
    .menu-container.active {
        height: 80%;
    }
    .menu-container.active .mobile-overlay {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .m-mt-30 {
        margin-top: 30px;
    }
    .m-mb-30 {
        margin-bottom: 30px;
    }
    .list .item .bottom .rating, .list2 .item .bottom .rating {
        display: none;
    }
    .pagination li:first-child, .pagination li:last-child {
        /*display: none;*/
    }
    button span, .button span {
        /*display: none;*/
    }
}
@media screen and (max-width: 500px) {
    .form-box {
        width: 100%;
    }
}
.mobile-get-top, .wpa-container {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-family:"PingFang SC", "Droid Sans Fallback", "microsoft yahei";
    margin: 0;
    padding: 0;
}
.wpa-container a,.contact-fixed a{
    color: #fff !important;
}
.wpa-container {
    width: 60px;
    height: 120px;
    position: relative;
    text-align: center;
    font-size: revert;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    right: 0px;
    bottom: 160px;
    position: fixed;
    z-index: 2000000000;
}
.theme-2 {
    background: #12b7f5;
}
.theme-3 {
    background: #0067ed;
}
.theme-4 {
    background: #ff9232;
}
.theme-5 {
    background: #ee685d;
}
.theme-6 {
    background: #25cd98;
}
.spliter {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.icon-qq {
    display: inline-block;
    width: 22px;
    height: 26px;
    background: url(https://bqq.gtimg.com/qidian/src/wpa/dist/4.1.0/images/icon-qq-white-small.png) no-repeat;
}
.icon-im {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://bqq.gtimg.com/qidian/src/wpa/dist/4.1.0/images/im-bubble-pc-white.png) no-repeat;
}
.mobile-get-top {
    display: none;
    width: 60px;
    height: 60px;
    background: url(/assets/img/jh-pc-top.png) center no-repeat rgba(108, 108, 108, 0.3);
    position: fixed;
    bottom: 60px;
    right: 0;
    cursor: pointer;
    z-index: 999;
    border-radius: 3px 0px 0px 3px;
}
.mobile-get-top:hover {
    background: url(/assets/img/jh-pc-top-hover.png) center no-repeat rgba(108, 108, 108, 0.3);
}
.btn-qq,.weixin-a{
    top: -5px;
}
.mobilebtn {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 55px;
    cursor: pointer;
    font-size: 14px;
}
.mobilebtn i{
    font-size: 18px;
}
.contact-fixed {
    position: fixed;
    right: 0;
    bottom: 300px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
    z-index: 2000000000;
}
.contact-fixed-span {
    position: absolute;
    right: 100px;
    top: 16px;
    width: 200px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.06);
    color: #12B7F5;
    font-size: 16px;
    text-align: center;
    display: none;
    border-radius: 2px;
    z-index: 9;
}
.contact-fixed-span:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: -6px;
    top: 20px;
    border-left: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    transform: rotate(-135deg);
    background: #fff;
}
.weixin-a:hover+.contact-fixed-span{
    display: block;
}
.weixin{
    width: 200px;
    height: 200px;
}
.a-hover:hover{
    background: #12b7f5 !important;
    color: #fff !important;
}
.a-hover{
    background: none;
    color: #12b7f5;
    padding: 6px 15px;
    border: 1px solid #12b7f5;
    border-radius: 0px;
    cursor: pointer;
}
.pagination a {
    min-width: 20px;
    line-height: 20px;
    border-radius: 3px;
}
.page-item.active .page-link {
    background-color: #12b7f5;
    border-color: #12b7f5;
}
.badge-warning {
    color: #ffffff!important;
    background-color: #ff6f00!important;
}
.btn-primary {
    color: #fff;
    background-color: #48b0f7;
    border-color: #48b0f7;
}
.btn-primary:hover {
    color: #fff;
    background-color: #14a0dc;
    border-color: #14a0dc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #14a0dc;
    border-color: #244ec9;
}
.badge-primary {
    color: #fff;
    background-color: #48b0f7;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #12b7f5;
}
.fa.fa-clock-o:before {
    content: "\f017";
}
.excerpt .fa{
    font-weight: 400;
}
.excerpt .cat {
    background-color: #12b7f5;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.excerpt h2 {
    display: inline;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
    font-weight: 700;
}
.excerpt .meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.excerpt .meta .fa {
    margin-right: 4px;
}
.excerpt header {
    margin-bottom: 10px;
}
.excerpt .note {
    text-align: justify;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 0;
}
.excerpt{
    height:auto!important;
    cursor: pointer;
}
.excerpt .cat i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #45bcf9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-color: #12b7f5;
}
@media (max-width: 640px){
.excerpt .author {
    display: none;
}}
.typemenu{
    background-color: #12b7f5;
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #12b7f5;
    border-radius: 0px;
    cursor: pointer;
    position: relative;
}
.typemenu i {
    position: absolute;
    bottom: -6px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-top: 6px solid #45bcf9;
    border-right: 6px solid transparent;
    left: 40%;
}
.typemenu:hover{
    color: #fff;
}
.wrap-no a,.meta a{
    color: #12b7f5;
}
.wrap-no a:hover,.meta a:hover{
    color: #2196F3;
}
.breadcrumb-item.active {
    color: #6c757d!important;
}
.wrap-no{
    flex-wrap: initial!important;
}
.article-title{
    height: 32px;
    line-height: 32px;
    font-size: 22px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-family: inherit;
    font-weight: 500;
}
.article-content {
    font-size: 15px;
    line-height: 25px;
    word-wrap: break-word;
}
.article-content h1 {
    font-size: 20px;
}
.article-content h1, .article-content h2 {
    font-weight: 700;
    margin: 20px 0;
    border-bottom: 1px solid #16c0f8;
    padding-bottom: 10px;
}
.article-content h2 {
    font-size: 18px;
    border-left: 5px solid #16c0f8;
    padding: 0 10px 10px;
}
.article-content h3 {
    font-size: 16px;
}
.article-content h3, .article-content h4, .article-content h5 {
    padding: 0;
    margin: 20px 0;
    color: #555;
    font-weight: 700;
}
.article-content b, .article-content strong {
    font-weight: 700;
}
.article-content h6, .h6 {
    font-size: 12px;
}
.article-content li {
    margin-bottom: 6px;
}
.article-content ul {
    list-style: disc;
}
.article-content ul, .article-content ol {
    margin: 0 0 20px 50px;
}
.article-content blockquote {
    width: auto !important;
    margin: 30px;
    padding: 15px 20px;
    font-size: 16px;
    color: #999;
    border-left: 5px solid #eee;
    background-color: #f8f9fa;
    font-style: initial;
    line-height: 1.1;
}
blockquote:before, blockquote:after {
    content: "";
}
.article-content blockquote p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.article-content a {
    text-decoration: underline;
    color: #45b6f7;
}
.article-content a:hover {
    color: #ff5e52;
}
.article-header{
    border-bottom: 1px solid #eee!important;
}
.search-input input{
    padding:0.5rem 1rem !important;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 800px;
}}
@media (min-width: 1200px){
.modal-xl {
    max-width: 1140px;
}}
::-webkit-scrollbar-thumb {
    background-color: #12b7f5;
}
::-webkit-scrollbar {
    width: 8px;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.modal-content{
    border: none!important;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%) !important;
}
.modal{
    background-color: rgb(0, 0, 0,.3);
}
#pc_so_body{
    max-height: 450px;
    overflow-y: auto;
}
#pc_so_body::-webkit-scrollbar {
    width: 3px;
}#pc_so_body::-webkit-scrollbar-thumb {
    background-color: #dee2e6 !important;
}
.links a:hover{
    color: #12b7f5 !important;
}