body{
    background: #f7f7f7;
}
pre, code {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    display: block;
    background-color: #ebeef0;
    color: #024682;
    padding: 10px;
}
/*内页banner*/
.bannerN{
    height:50rem;position:relative;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction: column;
    background: linear-gradient(15deg, #286090 50%, #31708f 50.1%);
}
.bannerN .imgFull{
    position:absolute;left:0;top:0;width:100%;height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bannerN .bg{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
}

.topnav {
    font-size: 14px;
}
.topnavbar{
    padding: 0 30px;
}
.navbar {
    height: 90px;
    padding: 20px 0;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    background-color: rgba(50, 50, 50, 0.45);
    border-color: transparent;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-collapse.collapse.in {
    max-height: none;
    height: 100vh;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #f1f1f1;
}

.scrolled-nav {
    background-color: rgba(2, 2, 2, 0.8);
    height: 50px !important;
    padding: 0px !important;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    border-bottom: none;
    z-index: 3;
}

.scrolled-nav .topnav .navbar-header .navbar-brand,
.scrolled-nav .topnav .navbar-nav li a {
    color: #fff;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
}

.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.scrolled-nav .topnav .navbar-nav li a:hover,
.scrolled-nav .topnav .navbar-nav li a:focus {
    background-color: #499bee;
    color: #fff;
    border-radius: 0;
}
h1.article-title{
    font-size: 48px;
    color: #fff;
    text-shadow: 0px 2px 10px rgba(21,19,74,0.27);
}
.breadcrumb {
    background-color: #fff;
    padding: 15px;
    margin: 20px 0;
    list-style: none;
    border-radius: 4px;
}
.breadcrumb a{
    text-decoration: none;
}
.main-content{
    padding-left: 0;
    padding-right: 0;
}
.main-content article img{
    max-width: 100%;
}

.main-content .post_meta {
    padding: 15px 10px 15px 40px;
    background-color: #ecf7ff;
    margin: 15px 0;
	border-radius: 2px;
    line-height: 40px;
}
.main-content .post_meta a{
	color: #8e8e8e;
}
.main-content .post_meta a:hover{
    text-decoration: none;
    color: #499bee;
}
.main-content .post_meta span{
	font-size: 14px;
	color: #8e8e8e;
    margin-right: 15px;
}
.main-content .post_meta .image-container{
	display: inline-block;
}
.main-content .post_meta .avatar{
	width: 40px;
    margin-right: 15px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-top: -5px;
    -webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
    cursor: pointer;
}
.main-content .post_meta .avatar:hover{
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.main-content .post_meta .post-view {
    float: right;
    margin-right: 30px;
}

article {
    background: #fff;
    padding: 40px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 4px;
    overflow-wrap: break-word;
}
article .h3, article h3 {
    font-size: 20px;
}
article p {
    margin: 1.4em 0;
}
.page-qrcode{
    border-top: 2px dashed #e2e2e2;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.recommends{
    font-size: 16px;
    background-color: #fff;
    margin: 20px 0;
    padding: 20px 40px;
    line-height: 28px;
    list-style: none;
    border-radius: 4px;
}
.recommends a{
    border-radius: 2px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding: 2px;
}
.recommends li{
    line-height: 32px;
}
.recommends a:hover{
    background-color: #499bee;
    color: #fff;
    text-decoration: none;
}
.recommends .fa, .recommends .fas{
    margin-right: 4px;
    color: #dbe5ec;
}
.recommends h5{
    font-size: 16px;
}
.recommends h5::before{
    content: "";
    margin-right: 12px;
    height: 12px;
    line-height: 12px;
    border-left: 4px solid #FFC43F;
}
.page{
    font-size: 16px;
    line-height: 40px;
    background-color: #fff;
    margin: 40px 0 80px 0;
    padding: 20px 40px;
    border-radius: 4px;
}
.page .fas{
    color: #999;
}
.page .prev{
    display: block;
}
.page .next{
    display: block;
}
/*网站底部*/
.footerBg{font-size:1.2rem;color:#777;line-height:2rem; background: url('https://xakulian.com/xian.jpg') center no-repeat;position: relative;background-size: cover}
.footTop{padding:4rem 0}
.footTopR{float:right}
#footer_link{border-bottom:1px solid #686868;padding:1rem 0 1rem 2rem;color: #fff;}
#footer_link ul li{display:inline-block;width:8.5rem}
#footer_link ul li a{color:#fff}
#footerbox{margin:0 auto;background: rgba(0,0,0,0.7);}
#footerbox #footertop{display:flex;flex-direction:row;justify-content:space-between;padding:2rem 2rem 1rem;color: #fff;}
#footerbox #footertop .qrcode{display:inline-block;text-align: center}
#footerbox #footertop .qrcode .qrcodeimg{padding: 0 40px 10px 40px;}
#footerbox #footertop #desctitle{font-weight:700;font-size:1.2rem;margin-bottom:1rem}
#footerbox #footertop #footer_left{width:32%}
#footerbox #footertop #footer_left #site {font-weight: 700;font-size:1.2rem;margin-bottom:1rem}
#footerbox #footertop #footer_left a{color:#939392}
#footerbox #footertop #footer_left .leftitembox{display:flex;flex-direction:row;flex-wrap:wrap}
#footerbox #footertop #footer_left .leftitembox .item{width:32%;padding:1rem 0.5rem;text-align:center}
#footerbox #footertop #footer_desc{width:50%}
#footerbox #footertop #footer_qrcode{width:18%;display: flex;flex-direction: row;justify-content: space-evenly}
.footBot{padding:0 2rem;color:#fff;background: rgba(0,0,0,0.9);}
.footBot a{color:#fff}

.noline{
    text-decoration: none;
}
.noline:hover{
    text-decoration: none;
}

.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
/**
* Modal
*/
.modal-pop {
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    width: 600px;
    max-width: 75rem;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-pop .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}

.modal-pop .close-modal svg {
    width: 1.75em;
    height: 1.75em;
}

.modal-pop .modal-pop-content {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}

.modal-pop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-pop.active .modal-content {
    opacity: 1;
}

.modal-pop.active .close-modal {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
    z-index: 99999999;
}

.modal-pop-content {
    font-size: 20px;
    border: none;
    box-shadow: none;
}

.online{position:fixed;right:14px;top:61%;transform:translateY(-50%);z-index:999}
.online li{margin:10px 0;width:30px;height:30px;position:relative}
.online li a{text-decoration:none;}
.onlineIco{float:right;display:block;text-align:center;width:38px;height:38px;border-radius:8px;background:#b5b5b5;color:#fff;overflow:hidden;transition:all .2s ease-in 0s}
.onlineIco i{width:38px;height:38px;line-height:38px;font-size:14px;text-align:center;margin-right:5px;}
.onlineCon{font-size:16px;font-weight:700;color:#fff;line-height:14px;display:inline}
.onlineIco:hover{color:#fff;background:#4096ee;width:120px}
.onlineIcoTel:hover{width:180px}
.onlineIco:focus{color:#fff}
.onlineIco:hover i{text-align:right;width:auto}
.online li.online_top .onlineIco{background:#4096ee}

/* CAT页 */
.singlePage{
    background-color: #f1f1f1;
    min-height: 680px;
    padding-top: 100px;
    font-size: 16px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .online {
        right: 8px;
        top: 60%;
    }
    .onlineIco {
        width: 28px;
        height: 28px;
    }
    .online li {
        margin: 4px 0;
        width: 28px;
        height: 28px;
    }
    .onlineIco:hover {
        width: 100px;
    }
    .onlineIco i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 10px;
        text-align: center;
        margin-right: 5px;
    }
    .onlineCon {
        font-size: 14px;
    }
    .main-content .post_meta .post-view {
        margin-right: 20px;
    }
    /* smartphones, iPhone, portrait 480x320 phones */
    .singlePage{
        min-height: 720px;
    }
    .navbar {
        height: 50px;
        padding: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d9edf7;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default a.navbar-brand {
        color: #f3f3f3;
        font-size: 14px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.85);
    }
    .scrolled-nav .topnav .navbar-nav li a {
        color: #fff;
    }
    .modal-pop.active {
        margin: 10px;
    }
    .modal-pop .close-modal {
        top: -5px;
        right: 10px;
    }
    .bannerN {
        max-height: 240px;
    }
    .bannerN .imgFull {
        max-height: 240px;
        background-position: center center;
        background-size: cover;
    }
    h1.article-title {
        font-size: 20px;
        line-height: 28px;
        padding: 0 30px;
    }
    article {
        background: #fff;
        padding: 20px;
    }
    .recommends {
        padding: 10px 20px;
    }
    .page {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
        padding: 10px 20px;
    }
    #footerbox #footertop #footer_left {
        width: 100%;
    }
    #footerbox #footertop #footer_desc {
        display: none;
    }
    #footerbox #footertop .qrcode .qrcodeimg{padding: 0;}
    #footerbox #footertop .qrcode img {
        width: 50px;
        height: 50px;
    }
    #footerbox #footertop {
        padding: 2rem;
    }
    #footerbox #footertop #footer_qrcode {
        width: 30%;
    }
    .main-content .post_meta {
        padding: 15px 10px 15px 20px;
    }
}
@media (min-width: 960px){
    h1.article-title {
        width: 960px;
        line-height: 60px;
    }
}