/*公共样式*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;font-family: '微软雅黑';font-size: 14px;line-height: 30px;}
ul{list-style-type:none;}
a{color:#333;}
a:hover{text-decoration:none;}

/*表格样式*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table tbody tr:nth-child(odd) {
    background: #f7f9fa;
}
table td, table th {
    padding: 10px;
    border: 1px solid #f5f6f7;
    font-size: 13px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
code{
    background: #343434;
    padding: 6px;
    border-radius: 6px;
}
@media screen and (max-width: 768px){
    .mobile-show{display:block!important;}
    .mobile-hidden{display:none!important;}
}

* ------------------------------------------------------------------------------
* 全局样式
* ------------------------------------------------------------------------------
*/
.box-btn{margin: 30px 0 20px;}
.btn-buy {background-color: #003399;border: 1px solid #003298;color: #fff;font-size: 12px;-webkit-box-shadow: 0 3px 7px rgb(0 51 153 / 80%);box-shadow: 0 3px 7px rgb(0 51 153 / 80%);margin-right: 20px;}
.btn-ask {background-color: #fc6c15;border: 1px solid #fe6106;color: #fff;font-size: 12px;-webkit-box-shadow: 0 3px 7px rgb(0 51 153 / 80%);box-shadow: 0 3px 7px rgb(252 108 21 / 80%);}
.btn-buy:hover,.btn-ask:hover{background: #fff;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}

/*标准模块 标题与描述*/
.section-top h2 {font-size: 28px;color: #242D4E;line-height: 60px;font-weight: 700;margin: 0;letter-spacing: 2px;}
.section-top p{font-size: 16px;color: #8B9DB6;line-height: 30px;margin-bottom: 30px;letter-spacing: 2px;}
@media(max-width:767px){
    .section-top h2 {font-size: 24px;}
    .section-top p{font-size: 14px;}
}

/*
* ------------------------------------------------------------------------------
* header
* ------------------------------------------------------------------------------
*/
#topnav .topbar-main{background-color: #fff;border-bottom: 1px solid #eee;}
#topnav .topbar-main::after {content: '';position: absolute;top: -20px;right: 0;bottom: 0;left: 0;z-index: 9;pointer-events: none;background: url(https://www.mfisp.com/wp-content/themes/b2child/img/site-header.png) no-repeat top center / 100%;}
#topnav .topbar-main .logo{width: 120px;}
#topnav .topbar-main .logo img{margin-top: 20px;}
.app-search button{top: 0;}
.app-search .form-control,.app-search .form-control:focus{color: #333;background: rgb(50 49 49 / 20%);}
/*#topnav .navigation-menu > li.menu-item-has-children > a:after{content: "\F140";display: inline-block;font: normal normal normal 24px/1 "Material Design Icons";font-size: inherit;text-rendering: auto;line-height: inherit;-webkit-font-smoothing: antialiased;}*/
#topnav .navigation-menu > li .sub-menu li a i{display: none;}
#topnav .navbar-toggle .lines{padding-top: 25px;}
#topnav .navbar-toggle span{background-color: #333;}

/*
* ------------------------------------------------------------------------------
* index site
* ------------------------------------------------------------------------------
*/
.site {background-color: #eef4fb;margin-top: 120px;}
@media screen and (max-width: 768px){
    .site{margin-top: 70px;}
}


/*
* ------------------------------------------------------------------------------
* index-server tab
* ------------------------------------------------------------------------------
*/
.tabs {
    background-image: #f4f4f8;background-position: center;
    background-size: 1920px 610px;
    border-bottom: 2px solid rgba(53, 69, 88, 0.1);
    background-image: url(https://www.hopeidc.com/templates/HopeIDC/assets/img/joker/index-tabs.jpg);
}
.tabs .nav-tabs>li>a {
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 0;
    background-image: none;
    border-radius: initial;
}
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li > a.active, 
.tabs .nav-tabs > li > a.active:focus, 
.tabs .nav-tabs > li > a.active:hover {
    color: #f38002;
    border: 0 none;
    background-image-color: transparent;
    border-bottom: 3px solid #f38002;
    
}
.tabs .tab-content .tabpanel-left{
    min-height: 410px;
    cursor: pointer;
    width: 100%;
    background-size: cover;
    padding: 20px;
    color: #fff;
}
 @media screen and (max-width: 768px){
    .tabs .nav-tabs>li>a{
        padding: 15px 5px;
    }
}

/*
* ------------------------------------------------------------------------------
* index-ydlcc
* ------------------------------------------------------------------------------
*/
.index-ydlcc .yd-thumb{border-radius: 15px;}
.index-ydlcc .yd-thumb:hover {box-shadow: 0px 1px 12px 0px rgb(49 165 225 / 50%);}
.index-ydlcc .caption h4{font-size: 24px;margin: 15px 0;font-weight: 700;}
.index-ydlcc .caption p{font-size: 15px;margin: 0 20px;}

/*
* ------------------------------------------------------------------------------
* index-about
* ------------------------------------------------------------------------------
*/
.index-about{overflow: hidden;position: relative;background-attachment: fixed;background-repeat: no-repeat;background-position: center top;background-size: cover;}
.index-about .about-main {min-height: 260px;border-radius: 5px;opacity: .8;}
.index-about .about-icon {display: flex;align-items: center;justify-content: center;height: 100px;}
.index-about .about-icon img {max-width: 60px;}


/* 
------------------------------------------------------------------------------
* index-news
------------------------------------------------------------------------------
*/
.index-news .news-title {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #dddddd;}
.index-news .news-title h4 {font-size: 18px;color: #333;margin: 0;position: relative;}
.index-news .news-title h4::after{content:'';position: absolute;bottom: -5px;left:0;width: 100%; border-bottom: 2px solid #0a3ea0;}
.index-news .news-list > a{display: flex;align-items: center;justify-content: space-between;line-height: 30px;background: #eef4fb;box-sizing: border-box;padding: 15px;margin-top: 10px;}
.index-news .news-list .news-day{margin-left: 15px;text-align: center;min-width: 90px;border-left: 1px solid #dedede;box-sizing: border-box;}
.index-news .news-list p:nth-child(1){font-size: 30px;color: #093e9e;}
.index-news .news-list p:nth-child(2){   font-size: 14px;color: #999;margin: 6px 0 0;}
.index-news .news-list .news-content h6{margin: 0 0 10px 0;font-size: 16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.index-news .news-list .news-content p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 24px;}


/* 
------------------------------------------------------------------------------
* archive
------------------------------------------------------------------------------
*/
.card .card-title{overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1;font-weight: 500;}
.card .card-img-top{height: 144px;max-width: 100%;display: block;margin: 0 auto;}
.card .card-text{line-height: 22px;color: #666;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;}  
@media(max-width:767px){
    .card .card-title{min-height: 32px;font-size: 14px;margin-bottom: 4px;}
    .card .card-img-top{height: 65px;}
    .card .card-meta span{font-size: 12px;}
}


/* 
------------------------------------------------------------------------------
* single
------------------------------------------------------------------------------
*/
.entry-content p,.content-show-roles > p, .entry-content > pre,.content-show-roles > pre, .entry-content > ul,.content-show-roles > ul, .entry-content > ol,.content-show-roles > ol, .entry-content > dl,.content-show-roles > dl, .entry-content > form,.content-show-roles > form, .entry-content > table,.content-show-roles > table,.entry-content > blockquote,.content-show-roles > blockquote,.entry-content > div,.content-show-roles > div {
    margin-bottom: 1.2em;
}
.entry-content blockquote:after,.entry-content blockquote:before,q:after,q:before {
    content: ""
}
.entry-content blockquote,q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

.entry-content blockquote {
    margin:0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding:1em!important
}
.entry-content blockquote p{
    margin:0
}
.entry-content blockquote p + p{
    margin-top:1.2em;
}
.entry-content blockquote small {
    float: right;
    margin-top: 25px;
    color: rgba(0,0,0,.44);
    font-style: italic
}
.entry-content .aligncenter {
    text-align: center;
}
.entry-content > ol,.content-show-roles > ol,.entry-content > ul,.content-show-roles > ul{
    padding:0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}
.entry-content pre{
    white-space: revert;
    /* overflow-x: scroll; */
    overflow-y: hidden;
}
.entry-content pre code,.content-show-roles pre code{
    background:none;
    white-space: pre;
}
.entry-content p > code{
    color: #d63200;
    background-color: #f8f8f8;
}
.has-text-align-center{
    text-align: center;
}
.entry-content > pre ol li,.content-show-roles > pre ol li{
    margin:0!important
}
.entry-content > ol,.content-show-roles > ol{
    list-style: decimal;
}
.entry-content > ol li + li,.content-show-roles > ol li + li,.entry-content > ul li + li,.content-show-roles > ul li + li{
    margin-top:5px
}
.entry-content > ol li::marker,.entry-content > ul li::marker{
    color:#999;
    font-family: 'DIN-Medium';
}
 .entry-content > ul,.content-show-roles > ul{
    list-style: disc;
}
.entry-content .download-rights ul{
    margin-left:0
}
.entry-content > li ul,.content-show-roles > li ul {
    list-style: circle;
    margin-bottom: 0.8em;
    margin-left: 2em;
}
.entry-content > p,.content-show-roles > p{
    word-wrap:break-word; 
    word-break:normal;
    line-height: 1.5;
}
.entry-content img{
    max-width: 100%;
    height:auto
}
.entry-content > p a,.content-show-roles > p a{
    text-decoration: none;
    cursor: pointer;
    color:#003299
}
.entry-content > h2,.entry-content > h3,.entry-content > h4,.entry-content > h5,.entry-content > h6{
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    font-weight: 400;
}
.entry-content > h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content > h2,.content-show-roles > h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content h2::before{
    display: none;
}
.entry-content > h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content > h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}
.entry-content > h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}
.entry-content > h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
}
.entry-content > h1{
    font-size: 1.6em;
}
.entry-content p > a:hover{
    text-decoration: underline;
}
.entry-tag a{
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    background-color: #d0d5d9;
    color: #333333;
    align-items: center;
    transition: all .5s;
    line-height: 1;
    border-radius: 20px;
    border: 1px solid #F5F6F7;
    padding: 4px 8px;
}
.entry-footer .prev,.entry-footer .next{
    position: relative;
    padding: 50px 15px 15px;
    color: #414141;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
}
.entry-footer .prev a,.entry-footer .next a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #3a3a3a;
    font-size: 15px;
}
.entry-footer .prev a span, .entry-footer .next a span {
    padding: 15px 15px 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}


.index-notice-search{
    position: absolute;
    bottom: -65px;
    z-index: 999;
    left: 20%;
}
.notice-search{
    background: #fff;
    /* box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%); */
    box-sizing: border-box;
    padding: 30px;
    border-radius: 5px;
}
.search-form {
    position: relative;
    font-size: 0;
    text-align: center;
}
.search-input {
    display: inline-block;
    min-width: 50%;
    height: 42px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-align: left;
    border: 0;
    vertical-align: top;
    background: #fff;
    outline: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
    -webkit-appearance: none;
}
.search-button {
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    border: 0;
    vertical-align: top;
    background: #ff6c1a;
    outline: 0;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 3px 1px rgb(200 200 200 / 3%);
    box-shadow: 0 0 3px 1px rgb(200 200 200 / 3%);
}

/*
* ------------------------------------------------------------------------------
* page-solution 解决方案
* ------------------------------------------------------------------------------
*/
.page-solution{background-attachment: fixed;background-position: center top;}
.page-solution .solution-content p {line-height: 25px;margin-bottom: 10px;}
.page-solution .sol-con-box:hover{-webkit-box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);-webkit-transition: all .2s;transition: all .2s;background: #fff;}
.page-solution .post-info{display: flex;justify-content: space-between;align-items: center;padding: 5px;}
.page-solution .post-info h2{font-size: 15px;height: auto;display: flex;align-items: center;margin: 0;font-weight: 400;overflow: hidden;}
.page-solution .post-info h2:before {content: '';width: 4px;height: 4px;border-radius: 100%;display: inline-block;margin-right: 10px;min-width: 4px;background-color: #093e9e;}
.page-solution .post-info h2 a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;margin-right: 10px;max-width: 100%}
.page-solution .post-info span{font-size: 13px;}
.page-solution .post-info span time{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}




.pages-company-main {
    display: flex;
}
.company-main-item {
    flex: 1;
    text-align: center;
}
.company-main-item-icon {
    width: 100px;
    margin: 0 auto 20px;
}
.company-main-item-icon img {
    max-width: 100%;
}
.company-main-item h4 {
    font-size: 14px;
    margin: 0;
}


.index-service .c-grid {
    display: table;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}
.index-service .item {
    color: #EEE;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.index-service .item .item-image i {
    margin-right: 15px;
    font-size: 60px;
    color: #4685f6;
}
.index-service .item .item-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 5px 0 5px;
    color: #242D4E;
}
.index-service .item .item-text {
    line-height: 1.6;
    color: #8B9DB6;
    margin: 0;
}

/*侧边栏*/
.widget-area .widget{
    padding: 0;
}
.widget-area .widget-title{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
}
.widget-title h2, .widget>h2 {
    font-size: 18px;
    padding: 10px 15px 5px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
.archive_widget, .html-widget {
    padding: 15px;
}



.index-post .post-title > h2{margin: 0;font-size: 22px;text-align: left;border-bottom: 1px solid #ffffff;padding: 16px 20px;font-weight: 600;}



/*.single .content-area, .page .content-area {max-width: calc(100% - 316px);margin: 0px auto;width: 100%;}*/

/*栏目头图*/
.banner{
    padding: 5rem 0;
    background-image: url(/uploads/191015/1-19101515592IL.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.banner:after {
    background-color: #1b2e61;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.banner h1{font-size: 34px;font-weight: 700;margin-bottom: 10px;color: #fff;letter-spacing: 1px;}
.banner p{font-size: 16px;color: #fff;line-height: 30px;margin-bottom: 15px;}
.banner p.typestory{font-size: 18px;line-height: 30px;letter-spacing: 2px;max-width: 600px;margin: auto;color: rgba(255,255,255,.5);}
.banner .kebtn .btn{padding: 8px 20px;outline: 0;text-decoration: none;font-size: 14px;letter-spacing: .5px;-webkit-transition: all .3s;transition: all .3s;font-weight: 600;border-radius: 5px;}
.banner .kebtn .btn-primary {background-color: #5368f1;border: 1px solid #5368f1;color: #fff;-webkit-box-shadow: 0 3px 7px rgb(83 104 241 / 50%);box-shadow: 0 3px 7px rgb(83 104 241 / 50%);}
.banner .kebtn .btn-light{background-color: #f6f7fa;border: 1px solid #f6f7fa;color: #1c9cc3;-webkit-box-shadow: 0 3px 7px rgb(246 247 250 / 50%);box-shadow: 0 3px 7px rgb(246 247 250 / 50%);}
.banner p.tax_activity{color: #01339a;}
.banner p.tax_activity span{color: #ffffff;}


/*文章详情页*/
.entry-meta li{
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    font-size: 13px;
}

/*商品页*/
.product-table {
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-collapse: unset;
    border-spacing: 0 10px;
}
.product-table > thead {
    background-color: transparent;
}
.product-table > thead > tr > th {
    border: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.product-table > tbody > tr > td {
    padding: 20px 10px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
}
.product-table .rate {
    font-size: 20px;
    font-weight: 700;
    color: #fc6c15;
}
.product-table .rate span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    opacity: 0.8;
    color: #757575;
}
.product-list {
    text-align: left;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
    border: solid 1px #ebebeb;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product-table > tbody > tr.product-list:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.product-table tbody tr:nth-child(odd){
    background: #ffffff;
}
.product-list > td:before {
    content: attr(data-value);
    display: none;
}
@media (max-width: 991px){
    .product-table > thead {
        display: none;
    }
    .product-table > tbody > tr {
        padding: 15px;
    }
    .product-table > tbody > tr > td {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }
    .product-table > tbody > tr > td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-list > td:before {
        display: block;
        width: 30%;
    }
    .product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 4px;
        width: 45%;
        float: left;
        margin: 0 15px 28px 15px;
    }
}
@media (max-width: 768px){
    .product-list {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-bottom: 15px;
    }
}
.tax_explain, .tax_explain .section-title{color: #ffffff;}

.tax_buy .text-content {
    padding: 25px;
    box-shadow: rgb(255 255 255 / 6%) 0px 0px 0px;
    border-radius: 10px;
    margin: 12px;
    transition: all 0.1s linear 0s;
    background: #0f4c95;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}
.tax_buy i {
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    color: #fc6c15;
    box-shadow: rgb(255 255 255 / 10%) 0px 0px 40px;
    width: 55px;
    height: 60px;
    border-radius: 5px;
    font-size: 25px;
    text-align: center;
    line-height: 60px;
    margin: 5px 15px 0px 0px;
}
.tax_buy h4 {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.tax_buy p {
    color: rgb(197, 190, 219);
    font-size: 13px;
    line-height: 20px;
}

.shop-single-title {border-bottom: 1px solid rgb(245, 245, 245);font-weight: 600;}
.shop-entry-content{padding:10px 15px;font-size:14px;}
.shop-single-data{padding:0 10px 10px}
.shop-single-data ul {display: flex;flex-flow: wrap;padding: 0 14px;}
.shop-single-data li {font-size: 14px;margin-top: 10px;width: 50%;display: flex;padding: 6px 0;}
.shop-single-data li span {color: #aaaeb3;}
.shop-single-data li b.price{color:red}
.shop-single-data li b small{font-size: 12px;color:#333}

/*分页*/
.mf-pagenav{font-size: 13px;}
.mf-pagenav{padding:10px}
.ajax-pager .button.bordernone{
    border:0;
    color:#b2bac2;
    cursor: default;
    font-weight: 300;
    padding:6px;
    background: none;
}
.ajax-pager .button{
    margin-right:5px;
    font-weight: 600;
    padding:10px 16px;
    border:0;
    background: #f4f5f6;
    font-size:12px;
}
.ajax-pager > div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ask-answer-list .ajax-pager > div{
    border-top: 1px solid rgb(69 96 201/9%);
    padding:10px
}
.ajax-pager .button[disabled],.ajax-pager .button.selected{
    border-color:#ccc0;
    color:#ccc;
    cursor: default
}
.mf-pagenav .btn-pager{
    justify-content: flex-end;
    display: flex;
    flex: 1 0 auto;
}

.jump-page input{
    width:100%;
    border-radius: 3px
}
.pager-center{
    border:1px solid #ccc;
    display: flex;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1) inset;
    color:#b2bac2;
    cursor: pointer;
    font-size: 12px;
    background-color: #fff;
    padding: 0 8px 0 5px;
    margin: 0;
}
.pager-center input{
    width: 40px;
    border: 0;
    padding: 0;
    padding: 9px 5px;
    background: #F5F6F7;
    border-radius: 3px;
    margin-right:2px;
    background: none;
}
.ajax-pager .button.b2-loading:after{
    background-color: #f4f4f5;
}
.ajax-pager .btn-pager .button{
    margin-right:0;
    margin-left:5px
}
.btn-group{
    display: flex
}
.ajax-more{
    justify-content: space-between;
}
.ajax-more .pager-center{
    padding-right:0
}
.pager-center button{
    padding:0 10px
}
.ajax-pager .ajax-more button{
    margin-right:0;
    margin-left: 10px;
}


/*页脚*/

.site-footer {
    padding-top: 60px;
    padding-bottom: 20px;
    color: #8895a6;
    background-color: #061027;
}
@media screen and (max-width: 768px){
    .site-footer{padding-top: 0}
}
.site-footer a {
    color: #8895a6;
    margin-bottom: 4px;
    transition: color .25s;
}
.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.site-footer .footer-center .footer-widget{
    width: 100%;
    padding: 0 16px;
}
.site-footer .footer-center .footer-widget h2{
    font-size: 16px;
    border-bottom: 1px solid #1e2540;
    padding: 16px 0;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
}
.site-footer .footer-widget ul li{
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    width: 24%;
}
.site-footer .links-widget .links-icon {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: block;
    margin-right: 10px;
    opacity: .8;
}
.site-footer .links-widget h4{
    margin: 5px 0;
    font-weight: 600;
    font-size: 14px;
}
.site-footer .links-widget p {
    font-size: 12px;
    margin: 0;
}
.footer-links {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    background: rgb(0 0 0 / 50%);
    margin: 20px 0;
}
.footer-links ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-links ul li {
    padding: 5px 8px;
}
.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid #1e2540;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (max-width: 768px){
.footer-bottom{
    justify-content: center;
}
.footer-bottom-left .beian{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom .beian a{display: block;text-align: center;margin-right: 10px;}
.footer-bottom .beian .dot{display: none;}
}

/*
* ------------------------------------------------------------------------------
* 全局侧边栏 二维码、客服、返回顶部
* ------------------------------------------------------------------------------
*/
.aside-container {position: fixed;right: 0;top: 0;bottom: 0;height: 100%;z-index: 3;display: flex;flex-flow: wrap;}
.aside-bar {width: 36px;height: 100%;position: relative;}
.aside-bar > div > div {position: relative;cursor: pointer;text-align: center;}
.aside-bar > div > div + div {border-top: 1px solid #F5F6F7;}
.aside-bar .bar-item-desc {position: absolute;right: 0;top: 5px;padding-right: 35px;text-align: right;color: #fff;padding: 9px 45px 9px 5px;font-size: 14px;border-radius: 15px 0 0 15px;display: none;line-height: 1;box-sizing: border-box;width: 120px;}
.bar-item i {font-size: 20px;color: #5f6575;position: relative;z-index: 2;}
.bar-item:hover i{color: #fff;}
.bar-footer {position: absolute;bottom: 180px;right: 0;z-index: 100;background-color: #fff;box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.bar-footer > div {position: relative;padding: 7px 10px;text-align: center;}
.bar-item-desc.bar-qrcode-box {bottom: -115px;top: inherit;background: none;padding-right: 0;right: 43px;}
.aside-bar .bar-qrcode .bar-item-desc {width: 400px;}
.bar-qrcode-box ul {display: flex;flex-flow: wrap-reverse;justify-content: flex-end;}
.bar-qrcode-box li {width: 120px;margin-right: 10px;}
.bar-item-desc.bar-qrcode-box li {background: #fff;padding: 10px;margin-bottom: 10px;border: 1px solid #ccc;padding: 0 10px 10px;box-sizing: border-box;}
.bar-item-desc.bar-qrcode-box img {display: block;width: 120px;height: 120px;object-fit: contain;}
.bar-item-desc.bar-qrcode-box p {font-size: 12px;color: initial;text-align: center;line-height: 0;padding-bottom: 10px;}
.bar-item:hover .bar-item-desc {display: block;border: 0;background: #003299;}
.bar-item:hover .bar-item-desc.bar-qrcode-box{background: inherit;}
.bar-item.bar-qrcode:hover i {color: #0061a8;}

/*
* ------------------------------------------------------------------------------
* 客户经理 弹窗
* ------------------------------------------------------------------------------
*/
.modal {position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;background-color: rgba(0, 0, 0, 0.5);z-index: 9999999;display: flex;align-items: center;}
.modal-content {background-color: white;width: 980px;padding: 40px 24px 24px 24px;margin: 0 auto;position: relative;background-repeat: no-repeat;background-size: 100%;box-sizing: border-box;overflow: hidden;}
.modal-content .logo > img{width: 20%;}
.close-button {position: absolute;right: 0;top: 0;line-height: 1;font-size: 30px;height: 43px;display: block;line-height: 34px;width: 43px;text-align: center;cursor: pointer;color: #b2bac2;z-index: 6;}
.close-button:hover{color:initial}
.show-modal {opacity: 1;visibility: visible;transform: perspective(1px) scale(1.0);transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;backdrop-filter: saturate(97%) blur(41px);}
.members img{max-width: 150px;}

@media screen and (max-width: 425px){
    .modal{
        width: 60%;
        margin: 80px;
        height: auto;
    }
    .modal-content .logo > img{
        width: 50%;
    }
}
/*
* ------------------------------------------------------------------------------
* page-host 虚拟主机购买保障 
* ------------------------------------------------------------------------------
*/
#hosts-row-safe{padding: 100px 0}
#hosts-row-safe .img-content {text-align: center;}
#hosts-row-safe h4 {font-weight: 600;font-size: 17px;margin-bottom: 15px;color: #5f5aac;}
#hosts-row-safe p{font-size: 14px;color: #9aa6ca;}
#hosts-row-safe .text i {
    color: #ffffff;
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #093fa0;
    text-align: center;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 0 4px 10px rgba(54, 46, 97, 0.07);
}
#hosts-row-safe .text {margin-top: -65px;}
#hosts-row-safe .text-container {border-radius: 5px;padding: 30px 15px;text-align: center;margin: 0 10px;background: #F7F9FF;border: 1px solid #f5f1ff;border-top: 5px solid #dee9dc;}
#hosts-row-safe .row+.row {padding-top: 50px;}
#hosts-row-safe .buttons {margin: 0 auto;text-align: center;margin-top: 60px;}

/*
* ------------------------------------------------------------------------------
* 页面 BAT单页样式
* ------------------------------------------------------------------------------
*/
.bat p{line-height: initial;}
.bat .bat-left-bgimg{background-position: center;background-repeat: no-repeat;background-size: cover;padding: 30px 30px 300px;}
.bat .bat-left-title{font-size: 24px;font-weight: 700;text-align: center;margin-bottom: 16px;color: #ffffff;}
.bat .bat-left-des{color: #fff;font-size: 15px;line-height: 30px;}
.bat .bat-right-title{font-size: 18px;font-weight: 700;}
.bat .bat-right-link{display: flex;padding: 15px;color: #666;background: #fff;-webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);box-shadow: 0 0 0 1px rgb(0 0 0 / 4%);margin-bottom: 5px;}
.bat .bat-right-link i{font-size: 50px;line-height: 1;margin-right: 10px;align-items: center;display: flex;}
.bat .bat-right-link h3{font-size: 15px;color: #111;}
.bat .bat-ecs-top{background-image: linear-gradient( -57deg, #459DF7 0, #2164ED 45%);background-size: cover;position: relative;color: #fff;padding: 20px;}
.bat .bat-ecs-center{position: relative;padding: 10px 20px;background: #eef4fb;}
.bat .bat-ecs-center ul{display: flex;position: relative;align-items: center;}
.bat .bat-ecs-center ul li{margin-right: 15px;width: 33.3%;}
.bat .bat-ecs-center ul li span{display: block;border-radius: 2px;cursor: pointer;background: #FCFDFF;border: 1px solid #E7ECF7;height: 30px;text-align: center;font-size: 13px;}
.bat .bat-ecs-center .bat-ecs-pirce{padding: 15px 0;margin: 15px 0;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.bat .bat-ecs-center .bat-ecs-pirce span{color: #ff6a18; font-size: 36px;margin-right: 5px;}
.bat .bat-ecs-center .bat-ecs-pirce span small{font-size: 40%;}
.bat#aliyun .bat-right-link i{color: #ff6a01;}
.bat#qqcloud .bat-right-link i{color: #003299;}
.bat#aliyun .bat-ecs-top{background-image:linear-gradient(45deg,#ea1a00,#ff7841 32%,#ffd32e);}
.bat#aliyun .bat-ces-buy .btn-buy{background-color: #fd6c18;border: 1px solid #ff6a16;}
.bat#qqcloud .bat-ecs-top{background-image: linear-gradient( -57deg, #459DF7 0, #2164ED 45%);}
@media screen and (max-width: 768px){
    .bat .bat-right-content{width:50%;}
    .bat .bat-right-link i {font-size: 30px;line-height: 30px;float: inherit;justify-content: center;display: flex;margin-bottom: 5px;}
    .bat .bat-right-link h3{text-align:center}
    .bat .bat-right-title small{font-size: 65%;}
}

/*产品 shop列表页详情页*/
.shop-archive .shop-item{background-color: #fff;box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);position: relative;}
.shop-archive img{width: 100%;}
.shop-archive .shop-info h2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 10px;font-size: 15px;font-weight: 600;height: 40px;}
.shop-archive .shop-info p{font-size: 12px;color: #797c80;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;text-justify: inter-ideograph;word-break: break-all;margin: 0 16px 13px;margin-top: -6px;}
.shop-archive .shop-info p b{color: #fc6c15;}
.shop-archive .shop-info p span{float: right;}
.shop-single .tab-content{box-shadow: none;}



/*面包屑导航*/
.breadcrumb {padding: 5px;background-color: #f8f8f8;border-radius: 0;color: #aaaeb3;font-size: 12px;}
.breadcrumb a{color: #fc6c15;font-size: 12px;}
.breadcrumb span {margin: 0 5px;}

/*爱番番强制左侧显示*/
#nbWebImLightContainer{left: 20px!important}


/*网站首页变灰色*/
/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/



/* city文章样式 */
.city table td, .city table th{
    padding: 10px 6px;
}

.city-body{
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    margin-bottom: 30px;
}
.city-body .city-single-title{
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}
.city-body .city-single-data{
    padding: 16px 10px;
    font-size: 15px;
}
.vstitle th{
    padding: 10px;
    border: 1px solid #f5f6f7;
    font-size: 13px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.TheBoxer{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-left: 1rem;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}
.ListPic{
    float: left;
    width: 200px;
}
.ListContent{
    margin-left: 15px;
    flex: 1;
}


.citys-name{
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
}


/* 默认隐藏列表 */
.citys-posts.toggle-content {
    display: none;
    margin-left: 1rem;
    width: 100%;
}
/* 显示列表时的样式 */
.citys-posts.toggle-content.active {
    display: block;
}
/* 展开/折叠图标样式 */
.toggle-icon {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}
/* 展开时图标旋转 */
.toggle-trigger.active .toggle-icon {
    transform: rotate(45deg);
}
/*ul.citys-posts li {
    background: #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
}*/

ul.citys-posts li p, 
ul.citys-posts li a{
    font-size: 13px;
    font-weight: 400;
    background: #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
    display: block;
    padding: 10px;
    line-height: 1.2;
}

@media(max-width:767px){
    .ListPic{
        width: 150px
    }
    .city-body .btn-buy{
        padding: 0.5rem;
    }
}