﻿/*--------------------------全--局-------------------------------*/
body{
    margin:0;
    padding:0;
    color:#444;
    font-size:14px;
    /*font-family: "微软雅黑","宋体","Trebuchet MS", Tahoma, Arial, sans-serif;*/
    /*background:url("default/bg-top.png") repeat-x 0 0;*/
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background:#F5F5F5;
}
@font-face {
    font-family:'iconfont';
    src:url('fonts/iconfont.eot');
    src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff2') format('woff2'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');
    font-weight:normal;
    font-style:normal
}
a{
    text-decoration: none;
}
a:link {
    color: #333;
}
a:visited {
    color: #333;
}
a:hover {
    /*color: red;*/
    text-decoration: none;
    color:#bc2bff;
}
a:active {
    color: red;
    text-decoration: none;
}

ol,ul,dl{
    list-style-type:none;
    list-style-position : outside;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
li{
    margin:0 0 0 0;
    padding:0 0 0 0;
}

img{
    border:0;
}

p{
    margin:0 0 0 0;
    padding:0 0 0 0;
}

dl{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
dd{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
dt{
    margin:0 0 0 0;
    padding:0 0 0 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
.clear{
    clear:both;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}


/*---------------------------各模块设定-------------------------------*/
#divAll{
    width:100%;
    margin:0 auto;
    padding:0 0 0 0;
    text-align:center;
    /*background:url("default/bg-nav.jpg") no-repeat center 84px;*/
}

#divPage{
    width:100%;
    margin:0 auto;
    padding:0 0 0 0;
    text-align:center;
    text-align:center;
    /*background:url("default/bg-bottom.png") repeat-x 0 bottom;*/
}

#divMiddle{
    width:100%;
    /*width:980px;*/
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:left;
}



#divTop{
    width:100%;
    /*min-width:1170px;*/
    /*width:980px;*/
    /*background:#fff;*/
    margin:0 auto;
    /*padding:16px 0;*/
    text-align:left;
    /*float:left;*/
    /*height:234px;*/
    /*clear:both;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-image: -webkit-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
}
#divTop #BlogTitle{
    /*width:1200px;*/
    /*margin:0 auto;*/
}

.divContent{
    width:calc(100% - 30px);
    max-width:1140px;
    /*width:100%;*/
    margin:0 auto;
    padding-top:120px;
    min-height:800px;
    padding-left:15px;
    padding-right:15px;
}
.divContent .BlogSubBg{
    width:1202px;
    height:182px;
    margin-left:-1px;
    background-image: url(default/bg1.png);
    background-repeat: no-repeat;
    background-size: 1202px 182px;
    position:relative;
}
.BlogSubBg #BlogSubTitle{
    color:#fff;
    font-size:38px;
    font-weight:bold;
    line-height:46px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    margin:0;
}
.divContent .divCon2{
    /*width:100%;*/
    width:100%;
    max-width:1170px;
    overflow:hidden;
    margin-top:16px;
}

.divContent .title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 32px;
}
.divContent .desc {
    color: #999;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top:16px;
}
.divContent .types {
    overflow: hidden;
    margin-top:16px;
}
.divContent .types a {
    display: inline-block;
    text-decoration: none;
}
.divContent .types p {
    display: inline-block;
    width: 98px;
    height: 46px;
    border: 1px solid rgba(151, 151, 151, 0.16);
    border-radius: 4px;
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
}
.divContent .types p.active {
    width: 100px;
    height: 48px;
    color: #fff;
    background: #912BFF;
    border: 0;
    line-height: 48px;
}
.divContent .types a:not(:first-child) {
    margin-left: 24px;
}

#divSidebar{
    width:230px;
    /*margin:10px 0 0 0;*/
    padding:0 0 0 0;
    text-align:left;
    float:right;

}

#divMain{
    /*width:954px;*/
    padding:0 0 30px 0;
    text-align:left;
    float:left;
    width:100%;
}


#divBottom{
    width:100%;
    min-width:1200px;
    margin:0 0 0 0;
    padding:45px 0 0 0;
    text-align:center;
    clear:both;
    height:75px;
    background:#28292B;
}

.footer-area {
    background: #222222;
    padding: 70px 0 80px;
}
.footer-area *{
    box-sizing: border-box;
}
.footer-area .container {
    max-width: 1170px;
}
.footer-area .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer-area .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.footer-area .list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-area .list li {
    display: inline-block;
    margin-right: 24px;
}
.tp_widgets .list li {
    margin-bottom: 12px;
}
.tp_widgets .list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
.footer-area .filing {
    color: rgba(255, 255, 255, 0.6);
    margin: 24px 0 0;
}
.footer-area .filing a {
    color: rgba(255, 255, 255, 0.6);
}
.footer-bottom {
    padding-top: 45px;
}
.footer-area .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.footer-area .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.footer-area .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.footer-bottom .footer-text {
    color: #fff;
    opacity: .6;
}
.m-0 {
    margin: 0 !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .footer-area {
        padding: 70px 0px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/*-------------------------------导航栏--------------------------------*/
#divNavBar{
    /*float:right;*/
    width:100%;
    /*height:35.6px;*/
    color:#fff;
    height:43px;
    background:#FFFFFF;
    box-shadow:0px 4px 4px 0px rgba(0,0,0,0.06);
    border-radius:8px;
    border:1px solid rgba(0, 0, 0, 0.05);
    margin-top:15px;
}


#divNavBar h3{
    display:none;
}

#divNavBar ul{
    margin:0;
    padding:0 0 0 0;
    float:left;
}

#divNavBar li{
    float:left;
    padding:0 0 0 0;
    margin:0 0 0 0;
    font-size:1em;
}

#divNavBar a{
    float:left;
    margin:0 0 0px 0px;
    padding:7px 25px 7px 25px;
    text-decoration: none;
    line-height:22px;
}

#divNavBar a:link {
    color: rgba(0,0,0,0.4);
}
#divNavBar a.on{
    color: white;
    /*background:#007AFF;*/
    border-radius:8px;
    font-weight:600;
    background:#bc2bff;
}

#divNavBar a:visited {
    color: rgba(0,0,0,0.4);
}
#divNavBar a.on:visited{
    color: white;
}
#divNavBar a:hover {
    color:white;
    /*background: #007AFF;*/
    border-radius:8px;
    background:#bc2bff;
}

#divNavBar a:active {
    color:white;
    background: #226bb8;
}

#divNavBar li {
  position: relative;
}

#divNavBar li ul {
  display: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  /* ↓↓ 一般设置为和#divNavBar高度相同 */
  top: 36px;
  /* ↓↓ 背景色同样以实际为准 */
  background-color: #297bc4;
}

#divNavBar li:hover ul {
  display: block;
}
#divNavBar .nav_search{
    /*float:right;*/
    margin:6px 8px 6px 8px;
    position:relative;
}
#divNavBar .nav_search .search_txt{
    width:372px;
    height:30px;
    background:rgba(216,216,216,0.2);
    border-radius:4px;
    border:1px solid rgba(151,151,151,0.2);
    outline:0;
    padding:0 23px 0 10px;
    color:#333;
    font-size:12px;
}
#divNavBar .nav_search .search_submit{
    width:23px;
    height:24px;
    background-color:transparent;
    border:0;
    outline:0;
    position:absolute;
    /*right:0;*/
    left:379px;
    top:3px;
    padding:0 5px;
    background-image:url(default/search.png);
    background-repeat:no-repeat;
    background-size:13px;
    background-position:5px;
}
@media (max-width: 600px) {
    #divNavBar .nav_search .search_txt{
        width:calc(100% - 36px);
    }
    #divNavBar .nav_search .search_submit{
        left:calc(100% - 28px);
    }
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.d-none {
    display: none !important;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}
.breadcrumb {
    background-color: rgba(248, 249, 250, 0.8) !important;
    border: 1px solid #dee2e6;
    box-shadow: 1px 1px 2px rgba(233, 236, 239, 0.25);
}
.breadcrumb {
    background: #fff !important;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .04);
}
.breadcrumb, .card {
    box-shadow: 0 0 31px #f2f4f9;
    transition: box-shadow .5s ease-in-out;
}
.breadcrumb .breadcrumb-item {
    display: inline-flex;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb .breadcrumb-item a {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subject a, .breadcrumb-item a {
    color: #1a1d20;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.icon-home:before {
    content: "\f015";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
:before {
    box-sizing: border-box;
}

/*------------------------------侧边栏定义---------------------------*/
.function {
    float:left;
    width:calc(100% - 48px);
    /*margin:0 0 10px 0;*/
    padding:24px;
    text-align:left;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.06);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.05);
}
.function:not(:first-child){
    margin-top:16px;
}
.function .function_t{
    font-size:1.15em;
    font-weight:600;
    line-height:22px;
    /*margin:0 0 2px 0;*/
    /*padding:5px 0 5px 1em;*/
    color:#333;
    /*background:#fbfbfb;*/
    /*border:1px solid #eeeeee;*/
}


.function ul{
    text-align:left;
    /*width:95%;*/
    margin:16px 0 0 0;
    /*padding:0 0 0 5%;*/
    /*border-top:1px solid #FFFFFF;*/
    list-style-position:outside;
    list-style-type:none;
}
.function li{
    font-size:1em;
    margin:0 0 0 0;
    padding:0.4em 0 0.4em 0;
    /*background:url("default/pointblue.gif") no-repeat 0 center;*/
    width:auto;
}
.function .function_c{
    padding:0em;
}
.function .function_c div{
    /*padding:0.8em 0 0.5em 1em;*/
    line-height:1.5em;
    margin-top:16px;
}
.function .function_c div .cp-hello{
    display:inline-block;
    margin-bottom:16px;
}
.function a{
    color:gray;
}
.function a:hover{
    color:gray;
}
.function .function_c div .cp-login a,.function .function_c div .cp-vrs a{
    /*color:#0091FF;*/
    color:#bc2bff;
}
.function .function_c div .cp-login a:hover,.function .function_c div .cp-vrs a:hover{
    /*color:#0091FF;*/
    color:#bc2bff;
}

/*------------------------------网站目录定义---------------------------*/

#divMisc li{
    padding-left:0em;
    background:none;
}


#divCatalog li span.feed-icon{
    display:none;
}

#divCatalog li.li-subcate{
    margin:0 0 0 1em;
}

#divSearchPanel input[type="text"]{
    border:1px solid #bfd0d7;
    height:24px;
    line-height:24px;
    width:150px;
}
#divSearchPanel input[type="submit"]{
    border:1px solid #bfd0d7;
    height:28px;
    line-height:24px;
    width:50px;
    margin-left:0px;
    background:#e5f0f6;
}
#divTags {
    padding:0 0 0 0;
}
#divTags .tag-count{
    display:none;
}
#divTags li{
    float:left;
    background:none;
    padding-left:0;
    padding-right:0.5em;
    padding: 5px 8px 5px 0;
    display: inline;
    clear : none;
}
#divComments li,divPrevious li{
    /*width:200px;*/
    /*white-space:nowrap;*/
    word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
}

/*-----------------------------日历-----------------------------*/
#divCalendar{
    width:100%;
    padding:0 0 0 0;
}


#divCalendar div{
    width:225px;
    margin:0 0 0 0;
    padding:5px 0 5px 5px;
    float:left;
}

#divCalendar table{
    width:96%;
    padding:0 2% 0 2%;
    text-align:center;
}

/*------------------------------文章模块---------------------------*/


div.post {
    /*width:98%;*/
    margin:0 0 0 0;
    padding:24px;
    text-align:left;
    /*clear:both; */
    word-break:break-all;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.05);
}
div.post:not(:first-child){
    margin-top:16px;
}

div.istop-post{
    padding-top:15px;
    padding-bottom:25px;
    position:relative;
}

div.pagebar{
    text-align: center;
    padding:30px 1% 5px 1%;
}

/*---------------------------文章上下翻条------------------------*/
div.post-nav {
    width:100%;
    height:20px;
    margin:0 0 10px 0;
    clear:both;
    font-size:1em;
}


/*---------------------------文章内容------------------------*/


div.post .post-title{
    margin:0 0 0 0;
    /*padding:0.3em 2% 0.3em 2%;*/
    font-size:1.4em;
    line-height:1.4em; 
    color: #333;
    text-align:left;
    /*background:#FFF;*/
    /*width:96%;*/
    /*float:left;*/
    /*background: #fbfbfb;*/
    /*border:1px solid #efefef;*/
    /*clear:both;*/

}

.post h2 .istop {
    color: #888;
    vertical-align: top;
    position:absolute;
    top:8px;
    left:0;
}
.post h2 .istop:before {
    content: "\e67a";
    font-size: 42px;
    color: #912BFF;
    font-family: iconfont;
    font-weight: normal;
    vertical-align: top;
}

div.istop-post .post-title{
    text-align:left;
    background:none;
    border:none;
}

div.post .post-date{
    height:1em;
    line-height:1em;
    margin:0 0 0 0;
    /*padding:8px 0 0 0;*/
    font-size:0.6em;
    font-weight: normal;
    text-align:right;
    float:right;
    color:#999;
}


div.post .post-footer{
    /*width:98%;*/
    margin:20px 0 0 0;
    padding:0 0 0 0;
    font-size:0.9em;
    font-weight: normal;
    color:#999;
    text-align:right;
}
div.post .post-footer small, div.post .post-tags small{
    color:#ccc;
}
div.post .post-footer span{
    margin-right:12px;
}

div.post .post-tags{
    width:98%;
    margin:0 0 0 0;
    padding:0 1% 0 1%;
    font-size:1em;
    font-weight: normal;
    color:gray;
    height:20px;
    text-align:left;
    text-indent:0em;
}

div.post div.post-body{
    /*width:98%;*/
    margin:12px 0 0 0;
    /*padding:1em 1% 1em 1%;*/
    color:#333;
    font-size:1em;
    text-align:justify;
    line-height:1.4em;
    word-break:break-all;
}

div.post-body a{
    text-decoration:none;         
}


div.post-body p{
    margin:10px 0 15px 0;
    padding:0;
    /*text-indent:2em;*/
}


/*----------文章中引用code------*/

div.post-body div.syntaxhighlighter{
    margin: .5em 1em .5em 2em!important;
    width:auto!important;
}

div.post-body li p{
    overflow:visible;
    text-indent: 0;
    margin: 3px 0;
}
div.post-body ul,div.post-body ol{
    margin-left:3.5em;
    list-style-position:outside;
}
div.post-body code{
    width: 93%;
    padding:5px;
    background:#f8f8f8;
    border:1px #F4F4F4 solid;
}

div.post-body blockquote {
    width: 93%;
    background:#F4F4F4;
    border-left:10px solid #ececec;
    margin:15px 5px;
    padding:5px;
}

div.post-body img{
    max-width:100%;height:auto;
}

div.post-body table {
    border-collapse: collapse;
    background:#ffffff;
    line-height:140%;
}
div.post-body td,th{
    margin:0;
    padding:3px;
    text-indent:0.25em;
}

div.post-body h1{
    color: #000000;
    margin:0;
    padding:0;
    font-size:1.2em;
}
div.post-body h2{
    color: #000000;
    margin:0;
    padding:0;
    font-size:1.1em;
}
div.post-body h3{
    color: #000000;
    margin:0;
    padding:0;
    font-size:1em;
}
div.post-body h4{
    color: #000000;
    margin:0;
    padding:0;
    font-size:1em;
}
div.post-body h5{
    color: #000000;
    margin:0;
    padding:0;
    font-size:0.9em;
}
div.post-body h6{
    color: #000000;
    margin:0;
    padding:0;
    font-size:0.8em;
}



/*----------------------隐藏最近文章前的日期---------------------------------*/
.article-date {
        display: none;
}


/*---------------------------blog标题-----------------------------*/

#BlogTitle{
    font-size:1.58em;
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-weight:500;
    /*float:left;*/
    /*line-height:1.6em;*/
    display:inline-block;
}
#BlogTitle a{
    color:#007AFF;
}
#BlogTitle a:hover {
    color: #007AFF;
    text-decoration: none;
}
#BlogTitle a:active {
    color: #007AFF;
    text-decoration: none;
}
#BlogSubTitle{
    color:gray; 
    font-size:1.2em;
    font-weight:normal;
    margin:18px 0 0 10px;
    padding:0;
    float:left;
    line-height:1.6em;
}

#divTop *{
    box-sizing: border-box;
}
#divTop #header2{
    width:100%;
    max-width:1170px;
    margin:0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
#divTop .navbar-collapse{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.collapse {
    display: none;
}
#divTop ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
#divTop .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#divTop .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#divTop .navbar .nav .nav-item{
    margin-right: 45px;
}
#divTop .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}
#divTop .navbar .nav .nav-item .nav-link {
    font: 600 12px / 100px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
    display: inline-block;
}
#divTop .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}
#divTop .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    #divTop .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
#divTop .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.collapse.show {
    display: block;
}

@media (max-width: 480px) {
    #divTop .navbar-collapse {
        max-height: 250px;
    }
}
@media (max-width: 991px) {
    .nav {
        padding: 0px 0px;
    }
    #divTop #header2{
        padding:0 15px;
    }
    #divNavBar{
        margin-top:0;
    }
    #divTop .navbar {
        background-image: -moz-linear-gradient(0deg, rgba(188, 43, 255, .8) 0%, rgba(114, 73, 251, .8) 100%);
        background-image: -webkit-linear-gradient(0deg, rgba(188, 43, 255, .8) 0%, rgba(114, 73, 251, .8) 100%);
        background-image: -ms-linear-gradient(0deg, rgba(188, 43, 255, .8) 0%, rgba(114, 73, 251, .8) 100%);
    }
    #divTop .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 27px;
        margin-bottom: 23px;
    }
    #divTop .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll;
    }
    #divTop .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px;
    }
    #divTop .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }
    #divTop .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }
    #divTop .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #fff;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
    #divTop .navbar .nav .nav-item {
        margin-right:0px;
    }
    #divTop .navbar .nav .nav-item .nav-link {
        line-height: 40px;
    }
    #divTop .navbar .nav .nav-item .nav-link {
        line-height: 40px;
        margin-right: 0px;
        display: block;
        border-bottom: 1px solid #ededed33;
        border-radius: 0px;
    }
    .divContent{
        min-height:auto;
    }
}
@media (min-width: 992px) {
    #divTop #header2{
        padding:0 15px;
    }
    #divTop .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #divTop .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    #divTop .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/*---------------------------版权-----------------------------*/

#BlogPowerBy{
    color:#999;
    font-size:0.9em;
    height:25px;
    margin:0;
    padding:0;
    /*text-align:left;*/
    font-weight:normal;
    clear: both;
}
#BlogCopyRight{
    color:#999;
    font-size:0.9em;
    height:20px;
    margin:0;
    padding:0;
    /*text-align:left;*/
    font-weight:normal;
    clear: both;
}
#BlogPowerBy a,#BlogCopyRight a{
    color:#666;
}
#BlogPowerBy a:hover,#BlogCopyRight a:hover{
    color:red;
}



/*---------------------------文章和评论翻页条------------------------*/
a.l{
    text-align:left;
    float:left;
}

a.r{
    text-align:right;
    float:right;
}


/*---------------------------引用\评论----------------------------------*/
ul.msg{
    width:98%;
    margin:10px 0 20px 0;
    padding:5px 1% 5px 1%;
    text-align:left;
    list-style-position : outside;
    table-layout: fixed;
    word-wrap:break-word;
}

li.msgname{
    padding:0 0 0.8em 0.5em;
    margin:0px;   
    font-weight: bold;
    font-size:1em;
    border-bottom:1px dotted #eaeaea;
}

li.msgname *{

}

li.msgurl{
    text-align:right;
    padding:2px 10px 2px 10px;
    margin:0;
    font-size:1em;
}


li.msggravatar{
    display:block;
    float:left;
    margin-right:5px;
}

li.msgarticle{
    list-style-position : outside;
    padding:10px;
    margin:0;
    line-height:160%; 
    background:#FFF;
    padding-left:55px;
    border-radius:6px;
}
li.msgtime{
    padding:5px 0 0 0;
    font-weight: normal; 
    font-size:0.8em;
}
img.avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    float:left;
    /*padding:0px 4px 4px 0px;*/
    border:0px solid #eaeaea;
    margin-right:6px;
}
ul.msg ul.msg{
    padding:10px 0 0 0;
    margin:20px 0 0 0;
    border-bottom:none;
}
ul.msg ul.msg li.msgarticle{
    padding-bottom:0px;
}

ul.msg ul.msg li.msgname{

}



/*---------------------------相关文章----------------------------------*/
ul.mutuality,ul.pagebar,ul.msghead{
    border:none;
}
ul.mutuality li.tbname,ul.msghead li.tbname{
    color:#3c6da7;
    padding:0.5em 1em 0.5em 1em;
    border:1px solid #eaeaea;
    background: #fbfbfb;
    font-size:1.15em;
    border-radius:6px;
}
ul.mutuality li.msgarticle{
    padding-left:0px;
    border:none;
}




/*-------------------留言回复------------------------------*/
li.msgarticle div.quote{
    margin:10px 0 0 0;
    padding:10px;
    background:#FFFFFF;
    border:1px #F4F4F4 solid;
}
li.msgarticle div.quote-title{
    margin:0;
    padding:0;
    font-size:1em;
    color: red;
}





/************评论发表用的样式*************/
#divCommentPost{
    width:96%;
    margin:0 0 0 0;
    padding:1em 2% 1.5em 2%;
}

#divCommentPost p{margin-top:10px;}
#divCommentPost label{margin-top:5px;}

#divCommentPost p.posttop{
/*color:#3c6da7;*/
    color:#bc2bff;
}

#divCommentPost img{margin-bottom:-0.5em;}
#cancel-reply{float:right;margin-right: 2em;}
div.reply-frm{
    background:#f0f0f0;
    box-shadow: 0 0 15px #333;
    margin:1em 1% !important;
    padding:.3em .8em !important;
    min-width:330px;
}

input.text{
border:1px solid #d7d7d7;
line-height:20px;
height:24px;
padding:2px 5px 2px 5px;
}
#txaArticle{padding:0.5em;width:98%;height:150px;border:1px solid #d7d7d7;outline:0;border-radius:6px;}
input.button {color:#FFFFFF; font-size:14px; width:100px; height:32px; background:#912BFF; border:0;cursor: pointer;}
#txaArticle:focus{border:1px solid #bc2bff;outline:1px solid #bc2bff;}


/*--------------------------分页条-------------------------------*/
span.page{
    color:#444;
    font-weight:normal;
    padding:2px 5px 2px 5px;
    margin:4px;
}

span.now-page{
    color:#444;
    font-weight:bolder;
    padding:2px 5px 2px 5px;
    margin:5px;
}

a:hover span.page{
    /*color:red;*/
    color:#bc2bff;
}

ul.ul-subcates{
    padding: 8px 0 0 0;
    margin-bottom:-8px;
}
span.sh{
    border:1px solid #CCC;
    padding:0 3px;
    margin-right:5px;
    font-size:.5em;
    font-family:monospace;
    cursor:pointer;
    color:#333;
}

