
html{
    /*background-color: #F0F0F0;*/
    /*background-color: #fff;*/
    /*font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;*/
}

a{
    color: #333;
}
a:hover{
        color: #FF9900;
}
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: #E0E4E7;

    /*background: #F6F6F6;*/
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

.v-code{
    height: 100%;
    cursor: pointer;
    border-radius: 3px;
    background: 0 0;
}
#captchaImg{
    /*border: 1px solid #C9C9C9;*/
    display: inline-block;
}

.verify-input{
    width: 200px!important;
    display: inline-block;
}
img.avatar{
    width: 44px;
    height: 44px;
    border: #999 1px solid;
    padding: 1px;
}
.span-light{
    font: 13px Georgia,Verdana,Microsoft YaHei,Helvetica,Arial,Sans-Serif;
    color: #002E8C;
}


/*head start*/
.nav-bar{
    background: #fff;
    text-align: left;
    margin-bottom: 10px;
    border-top: solid 1px #eee;
}
.nav-wapper{
    margin: 0 auto;
    width: 85%;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}
.layui-nav .layui-nav-item{
    line-height: 50px;
}
.layui-nav .layui-nav-bar{
    display: none;
}
.layui-nav .layui-this::after {
    background: none;
}


.layui-nav li a{
    color: #333!important;
}
.logo{
    padding: 0px!important;
    font-size: 24px;
    font-weight: bold;
    color: #333!important;
}
.notify{
    float: right;
}
.item-register{
    float: right;
}
.item-register a{
    padding: 0px 10px!important;
}
.item-login{
    float: right;
}
.item-login a{
    padding: 0px 10px!important;
}
.user-pop{
    float: right;
}
.user-pop dl dd:visited{
   background: #fff;
}


.search-box {
    padding: 10px 0;
    float: left;
    display: inline-block;
    margin-left: 16px;
}
.search-box input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    border: 1px solid #ddd;
    border-radius: 15px;
    outline: none;
    background: #ffffff;
    color: #9E9C9C;
    float: right;
}
.search-box input:focus {
    width: 350px;
}
.login-avatar{
    width: 32px;
    height: 32px;
}
.layui-nav-child-wapper a{
    margin: 3px 5px;
}

/*menu*/
.menu{
    padding: 22px 10px 0px;
}
.menu-item {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0px 6px;
}
.menu-item a{
    font-size: 14px;
    color: rgba(0,46,140,0.8)!important;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    padding: 3px;
}
.menu-item a:hover{
    color: #EEB422!important;
}
li {list-style: none;}


.recommend-title{
    height: 40px;
    display: block;
    padding-left: 15px!important;
    line-height: 40px;
    /*padding: 0 15px 0 5px;*/
    /*border-bottom: 1px dotted #E9E9E9;*/
    /*margin-bottom: 10px;*/
    border-radius: 2px 2px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    /*background-color: rgb(246,248,250);*/
    /*color: #0366d6;*/
}
.recommend-title a{
    font-size: 12px;
    font-weight: normal;
}

/*.tab-title{*/
    /*color: #444!important;*/
    /*padding: 5px 0px 0px 10px!important;*/
    /*background-color: rgba(174,192,209,0.25);*/
    /*height: 30px!important;*/
    /*border-bottom: none!important;*/
/*}*/
/*.tab-title li{*/
    /*!*padding-top: 5px;*!*/
    /*height: 30px!important;*/
    /*line-height: 30px!important;*/
/*}*/
/*.tab-title .layui-this{*/
    /*color: #000!important;*/
    /*background-color: #fff;*/
    /*height: 30px!important;*/
    /*line-height: 30px!important;*/
/*}*/
/*.tab-title .layui-this:after{*/
    /*height: 30px!important;*/
    /*line-height: 30px!important;*/
/*}*/

/*main start*/
.container-wapper{
    padding: 0px;
    width: 85%;
    text-align: left;
    margin: 0 auto;
}
.new-topic{
    /*color: #002E8C;*/
    padding: 5px 10px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #002E8C !important;
    display: inline-block;
    min-width: 45px;
}
.new-topic:hover{
    color: #EEB422!important;
    border: 1px solid #EEB422;
}

.breadcrumb{
    color: #333;
    margin: 0 15px;
    padding: 10px 0;
}
.breadcrumb span a{
    /*font-weight: bold;*/
    font-size: 14px!important;
    color: #002E8C!important;
}
.breadcrumb  span a:hover{
    color: #EEB422!important;
}






.tab{
    padding: 0 12px;
    margin: 16px auto 0;
}
.tab ul{
    background-color: rgba(174,192,209,0.25);
    height: 35px;
    padding:5px 10px 0px;
}
.tab ul li.current {
    background: #FFF;
}

.tab ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: all .2s;
    position: relative;
    min-width: 95px;
    text-align: center;
    cursor: pointer;
}
.tab ul li a {
    width: 100%;
    display: inline-block;
    color: #333;
}

.tab-content{
    padding: 0px;
    margin: 0px 12px 10px;
}

/*闂瓟start*/
.layui-tab-item > .layui-clear{
    margin-top: 10px!important;
}
.item{
    width: 100%;
}
.item li{
    border-bottom: 1px solid #C2D5E3;
    vertical-align: top;
    padding: 6px 3px;
}
.item-avatar{
    margin: 5px 0px;
    display:inline-block;
    vertical-align: top;
}
.item-title{
    width: 90%;
    display:inline-block;
    margin-left: 10px;
}
.item-title p{
    font-size: 12px;
    color: #586069 !important;
}
.item-title h3{
    line-height: 30px!important;
}
.item-title h3 a{
    color: #002E8C!important;
    text-decoration: none;
    font-size: 16px!important;
    text-shadow: 0 1px 0 #fff!important;
}
.item-title a:hover{
    color: #EEB422!important;
}
.item-meta{
    /*margin-left: 60px;*/
    color: #9199a1;
    font-size: 12px;
    height: 20px!important;
}
.item-meta a{
    color: #002E8C;
}
.item-meta a:hover{
    color: #EEB422;
}
.pages{
    text-align: center;
    margin: 0 auto;
}
.active{
    background: #07C;
    padding: 5px 5px 0px;
}
.active a{
    color: #fff!important;
    font-weight: bold;
}



/*foot start*/
.footer {
    text-align: left;
    padding: 15px 20px 5px 3px;
    color: #99979c;
    height: 40px;
    background-color: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 40px;
}
.footer .links > a:first-child {
    border-left: none;
}
.footer .links > a, .links > span {
    display: inline-block;
    padding: 0 12px;
    border-left: 1px solid #e8e8e8;
    line-height: 1;
    color: #8c8c8c;
}
.text-center {
    text-align: center;
}
.btn-wapper{
    display: block;
    /*height: 32px;*/
    width: 80px!important;
    /*margin: 10px 10px;*/
    border: solid 1px #ddd;
    text-align: center;
    color: #333;
    background-color: rgba(174,192,209,0.25);
}
.btn-wapper:hover{
    color: #333;
    cursor:pointer;
    border: solid 1px #aaa!important;
}

/*鍙宠竟鎺ㄨ崘*/
/*top-hot start*/
.recommend { margin-bottom: 10px;background: #fff;}

.recommend-body{
    padding: 0px 15px 10px 15px;
}
/*.top-hot-ul li:last-child{*/
    /*border-bottom:none;*/
/*}*/
.recommend-li {
    width: 100%;
    /*margin: 5px 0px;*/
    padding-top: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    text-align: left;
    border-bottom: solid 1px #eee;
}
.recommend-li h4{
    /*margin: 0 5px;*/
}
.recommend-li a{
    font-size: 12px;
    color: #002E8C;
    max-width: 100%;
    text-align: left;
    margin: 0px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.recommend-li a:hover{
    color: #EEB422!important;
}
.top-hot-time{
    font-size: 12px;
    color: #9199a1;
    /*margin-left: 5px;*/
}
.recommend-meta{
    margin-top: 9px;
    color: #9199a1;
    font-size: 12px;
}
.recommend-meta a{
    color: #002E8C;
}


.more{
    float: right;
    color: #002E8C!important;
    display: inline-block;
    font-size: 12px!important;
    text-rendering: auto;
    margin-right: 20px!important;
}
.more:hover{
    color: #EEB422!important;
}

.v-line{
    margin: 0px 5px 0px 5px!important;
}
.line{
    margin: 0px 2px;
}
.addtime{
    font-size: 11px;
    color: #333;
}
.author-avatar{
    float: left;
}

/*璇勮*/
.reply-count {
    border-bottom: #CCC 1px solid;
    padding: 10px 20px 10px 0px;
    margin: 0 10px;
}
.replys{
    margin: 0 10px;
}
.replylist{
    margin: 0;
    padding: 0;
    width: 100%;
}
.replylist li{
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.replylist .reply {
    border-bottom: 1px solid #CCC;
}
.reply-content{
    margin-left: 60px;
}
.reply-info {
    color: #999;
    height: 20px;
}
.reply-content a {
    color: #002E8C;
    font: 12px Verdana,Microsoft YaHei,Helvetica,Arial,Sans-Serif;
    text-decoration: none;
}
/*.description a{*/
    /**/
/*}*/
.reply-info span.floor {
     display: block;
     float: right;
     padding: 2px 5px;
 }
.reply .description p {
    font-size: 14px;
}
.reply .replylist-act {
    float: right;
    display: none;
}
.replylist-act span{
    font-size: 12px;
    cursor: pointer;
    color: #002E8C;
}
.replylist-act span:hover{
    color: #FF9900;
}
.reply-item-body{
    margin-top: 5px;
    padding: 5px 0px 5px;
}
.reply-area{
    /*margin: 15px 15px 0px 15px;*/
    margin-top: 15px;
}
.reply-area h3{
    font-weight: bold;
    font-size: 14px;
   padding-bottom: 15px;
    /*margin-left: 15px;*/
}
.reply-tip{
    margin:30px 0; text-align:right; font-size:14px
}
.reply-tip a{
    color: #002E8C;
}
.reply-tip a:hover{
    color: #FF9900;
}
.reply-btn{
    float: right;
    height: 30px;
    line-height: 30px;
    width: 60px!important;
}
.reply-panel{
    line-height: 30px;
    height: 30px;
}
.description img{
    max-width: 90% !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 0px 10px 0px;
}

/*download start*/
.download-title-avatar{
    margin: 5px 0px 5px;
    display:inline-block;
    vertical-align: top;
}
@font-face {font-family: "iconfont";
    src: url('/fonts/iconfont.eot?t=1554094520321'); /* IE9 */
    src: url('/fonts/iconfont.eot?t=1554094520321#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('/fonts/iconfont.woff?t=1554094520321') format('woff'),
    url('/fonts/iconfont.ttf?t=1554094520321') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('/fonts/iconfont.svg?t=1554094520321#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 50px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icontuichu:before {
    content: "\e631";
}

.iconattachment:before {
    content: "\e8a3";
}

.iconcsv:before {
    content: "\e8a5";
}

.iconexcel:before {
    content: "\e8a6";
}

.iconimage:before {
    content: "\e8aa";
}

.iconpdf:before {
    content: "\e8af";
}

.iconppt:before {
    content: "\e8b0";
}

.iconpsd:before {
    content: "\e8b1";
}

.iconrtf:before {
    content: "\e8b2";
}

.iconvideo:before {
    content: "\e8b4";
}

.iconvisio:before {
    content: "\e8b5";
}

.iconword:before {
    content: "\e8b6";
}

.iconzip:before {
    content: "\e8b7";
}

.iconbrush_fill:before {
    content: "\e6e5";
}

.iconremind_fill:before {
    content: "\e71f";
}









/*.menu-vertical-line{*/
    /*color: #586069!important;*/
    /*!*margin: 0px 5px 0px 5px;*!*/
/*}*/



/*.container-wapper{*/
    /*!*margin: -33.5px 46.667px 20px 46.667px;*!*/
    /*!*margin-top: -23.5px!important;*!*/
    /*width: 1033px!important;*/
    /*!*margin: 0 auto;*!*/
/*}*/

/*.nav-header-wapper{*/
    /*height: 48px;*/
    /*!*margin-left: 0px!important;*!*/
/*}*/
/*.search-wapper{*/
    /*height: 30px!important;*/
    /*!*padding-top: 9px;*!*/
    /*!*padding-bottom: 9px;*!*/
/*}*/
/*.layui-nav.nav-header-wapper li{*/
    /*height: 48px;*/
    /*line-height: 48px;*/
/*}*/
/*.layui-nav.nav-header-wapper li input{*/
    /*width: 320px;*/
    /*height: 30px;*/
    /*border-color: #bbc0c4;*/
    /*background-color: #FFF;*/
    /*box-shadow: none;*/
    /*color: #3b4045;*/
    /*vertical-align:middle;*/
/*}*/
/*.layui-nav.nav-header-wapper li input:focus{*/
    /*!*border-color: #66bfff;*!*/
    /*!*box-shadow: 0 0 0 4px rgba(0,149,255,0.15);*!*/
    /*width: 480px;*/
/*}*/
/*.layui-nav.nav-header-wapper li> a{*/
    /*font-size: 15px!important;font-weight: 400!important;*/
    /*!*color: #535a60;*!*/
    /*color: #6a737d;*/
/*}*/
/*.layui-nav.nav-header-wapper li> a:hover{*/
    /*color: #1a1a1a!important;*/
    /*!*background-color: #E1ECF4;*!*/
/*}*/
/*.layui-nav.nav-header-wapper .layui-this:after{*/
    /*background-color:transparent ;*/
    /*!*background-color: #E1ECF4;*!*/
/*}*/
/*.layui-nav.cwd-nav-user .layui-this:after{*/
    /*background-color:transparent;*/
/*}*/
/*.home-logo-wapper{*/
    /*font-family: FontAwesome;*/
    /*font-size: 32px!important;*/
    /*padding-left: 1px!important;*/
    /*color: #565D66 !important;*/
    /*font-weight: bold;*/
/*}*/
/*.home-logo-wapper:hover{*/
    /*color: #565D66 !important;*/
/*}*/
/*.web-log{*/
    /*height: 60px;*/
    /*width: 60px;*/
/*}*/

/*.head-wapper{*/
    /*!*background-color: #333;*!*/
    /*position: static !important;*/
    /*background-color: #fff;*/
    /*height: 48px!important;*/
    /*margin-bottom: 10px;*/
    /*font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;*/
    /*box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);*/

    /*border-top: 1px solid #E0E4E7;*/
/*}*/
/*.layui-container-wapper{*/
    /*width: 1033px!important;*/
/*}*/
/*.nav-header-wapper{*/
    /*margin-left: 0px!important;*/
/*}*/
/*.layui-nav.cwd-nav-user li{*/
    /*height: 48px;*/
    /*line-height: 48px;*/
    /*vertical-align: baseline!important;*/
/*}*/
/*.layui-nav.cwd-nav-user li a{*/
    /*font-size: 14px!important;font-weight: 400!important;*/
    /*padding: 0 13px;*/
    /*color: #000!important;*/
/*}*/
/*.layui-nav.cwd-nav-user li a:hover{*/
    /*color: #848d95!important;*/
    /*!*background-color: #E1ECF4;*!*/
/*}*/






/*.detail-body{margin: 20px 0 0; min-height: 306px; line-height: 26px; font-size: 16px; color: #333; word-wrap: break-word;}*/
/*.detail-body p{margin-bottom:15px;}*/
/*.detail-body a{color:#4f99cf;}*/
/*.detail-body img{max-width: 100%;}*/
/*.detail-body video{width: 100%;*/
    /*height: 100%;}*/
/*.fly-detail-user{white-space: nowrap; overflow: hidden;}*/
/*.fly-detail-user .staff{*/
    /*display: inline-block;*/
    /*border: 1px solid #563baa;*/
    /*font-weight: 400;*/
    /*font-size: 12px;*/
    /*border-radius: 2px;*/
    /*line-height: 14px;*/
    /*padding: 1px 2px;*/
    /*text-align: center;*/
    /*margin-left: 2px;*/
    /*vertical-align: middle;*/
    /*color: #755aa9;*/
    /*overflow: hidden;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
/*}*/
/*.fly-detail-user a{padding-right: 10px; font-size: 14px;}*/
/*.fly-detail-user .icon-renzheng{top: 1px;}*/
/*.detail-about{position: relative; line-height: 20px; padding: 15px 15px 15px 75px; font-size: 13px; color: #999;background-color:#ffffff;}*/
/*.detail-about .detail-hits{position: relative; top: 5px; line-height: 20px;}*/
/*.detail-hits span{height: 20px; line-height: 20px;}*/
/*.light-gray{*/
    /*color: #bfbfbf;*/
/*}*/
/*.fly-avatar {*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 15px;*/
/*}*/
/*.fly-avatar img {*/
    /*display: block;*/
    /*width: 45px;*/
    /*height: 45px;*/
    /*margin: 0;*/
    /*border-radius: 2px;*/
/*}*/
/*.fly-footer {*/
    /*margin: 50px 0 0;*/
    /*padding: 20px 0 30px;*/
    /*line-height: 30px;*/
    /*text-align: center;*/
    /*color: #737573;*/
    /*border-top: 1px solid #e2e2e2;*/
/*}*/
/*.c-nav{*/
    /*margin-left: 60px;*/
/*}*/
/*.cwd-nav-user a.iconfont{*/
    /*color: #A9B7B7;*/
/*}*/
/*.cwd-nav-user .layui-nav-item dl{*/
    /*left: auto;*/
    /*right: 0;*/
    /*width: 120px;*/
    /*min-width: 0;*/
/*}*/

/*.cwd-nav-user .layui-nav-item .c-nav-icon{*/
    /*padding-right: 0;*/
/*}*/
/*body .iconfont {*/
    /*-webkit-text-stroke-width: 0;*/
/*}*/
/*.cwd-nav-user {*/
    /*position: absolute !important;;*/
    /*top:0;*/
    /*right: 0;*/
/*}*/

/*.c-head {*/
    /*position: fixed;*/
    /*left: 0;*/
    /*top:0;*/
    /*z-index: 10000;*/
    /*width: 100%;*/
    /*!*border-bottom: 1px solid #b5806654;*!*/
    /*border-right: 1px solid #404553;*/
    /*border-radius: 0;*/
    /*height: 60px;*/
/*}*/
/*.c-head  .layui-nav {*/
    /*padding: 0;*/
    /*background: none;*/
    /*max-width: 80%;*/
/*}*/
/*.c-nav-icon img{*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*margin-left: 10px;*/
    /*border-radius: 100%;*/
/*}*/
/*.c-user-main>.c-panel{*/
    /*min-height: 575px;*/
    /*margin: 0 0 10px 215px;*/
/*}*/
/*.c-user-main>.layui-nav{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 1000;*/
    /*height: 100%;*/
    /*padding: 10px 0;*/
/*}*/
/*.c-user-main>.layui-nav .layui-icon{*/
    /*position: relative;*/
    /*top: 2px;*/
    /*font-size: 20px;*/
    /*margin-right: 10px;*/
/*}*/
/*.c-fly-link{*/
    /*color: #ECF5FF;*/
/*}*/

/*.c-relpy-meta-name{*/
    /*display: block;*/
    /*color: #F0F0F0;*/
    /*position: absolute;*/
    /*right: 0;*/
/*}*/


/*.c-reply {*/
    /*position: relative;*/
/*}*/
/*.c-reply span{*/
    /*padding-right: 20px;*/
    /*color: #999;*/
    /*cursor: pointer;*/
/*}*/
/*.c-reply span i{*/
    /*margin-right: 5px;*/
    /*font-size: 16px;*/
/*}*/
/*.c-reply span .icon-zan {*/
    /*font-size: 22px;*/
/*}*/
/*.c-panel {*/
    /*background-color: #fff;*/
    /*border-radius: 2px;*/
    /*ox-shadow: 0 1px 2px 0 rgba(0,0,0,.05);*/
    /*margin-bottom: 15px;*/
/*}*/
/*.c-panel-title{*/
    /*position: relative;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*padding: 0 15px;*/
    /*border-bottom: 1px dotted #E9E9E9;*/
    /*color: #333;*/
    /*border-radius: 2px 2px 0 0;*/
    /*font-size: 14px;*/
/*}*/
/*.c-panel-body{*/
    /*position: relative;*/
    /*padding: 10px 15px;*/
    /*color: #333;*/
    /*border-radius: 2px 2px 0 0;*/
    /*font-size: 15px;*/
    /*line-height: 1.7;*/
/*}*/
/*.c-panel-body img{max-width: 100%;}*/
/*.c-panel-body video{max-width: 100%;}*/
/*.c-list-info{position:relative;overflow:hidden;font-size:13px;line-height:2;padding: 0 0 16px;}*/
/*.c-list2{margin-bottom: 30px;}*/
/*.c-list2 li{position: relative; padding: 15px 20px; border-bottom: 1px dotted #DFDFDF;}*/
/*.c-list2 li:last-child{border-bottom: none;}*/
/*.c-list3 li{position: relative; padding: 0; border-bottom: 1px dotted #DFDFDF;margin-bottom: 16px;}*/
/*.c-list3 li:last-child{border-bottom: none;margin-bottom: 0px;}*/
/*.c-list li {*/
    /*position: relative;*/
    /*line-height: 22px;*/
    /*padding: 15px 15px 15px 75px;*/
    /*border-bottom: 1px dotted #e2e2e2;*/
/*}*/
/*.c-list-num{*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*padding-right: 0!important;*/
/*}*/
/*.c-position-rt{*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top:15px;*/
/*}*/
/*.c-position-lt{*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*top:15px;*/
/*}*/
/*.c-list-num i{*/
    /*position: relative;*/
    /*padding: 0 3px 0 15px;*/
/*}*/
/*.title-first{*/
    /*color: #5FB878;*/
/*}*/
/*.detail-box{padding: 20px;}*/
/*.detail-box img{*/
    /*max-width: 100%;*/
/*}*/
/*.detail-box-thin{padding: 15px;}*/
/*.detail h1{font-size: 24px; line-height: 36px;}*/
/*.c-mid{*/
    /*display: inline-block;*/
    /*height: 10px;*/
    /*width: 1px;*/
    /*margin: 0 10px;*/
    /*background-color: #e2e2e2;*/
/*}*/
/*.home-logo {*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 12px;*/
    /*color: #6e9bca;*/
/*}*/
/*.c-text-center{*/
    /*text-align: center;*/
/*}*/
/*.layui-nav-bar{*/
    /*height: 0!important;*/
/*}*/
/*.fly-edit {*/
    /*position: relative;*/
    /*display: block;*/
    /*top: 1px;*/
    /*left: 0;*/
    /*padding: 0 5px;*/
    /*border: 1px solid #e6e6e6;*/
    /*border-radius: 2px 2px 0 0;*/
    /*background-color: #FBFBFB;*/
/*}*/
/*.fly-edit span {*/
    /*cursor: pointer;*/
    /*padding: 0 5px;*/
    /*line-height: 38px;*/
    /*color: #009E94;*/
/*}*/
/*.fly-edit span i {*/
    /*position: relative;*/
    /*padding-right: 5px;*/
    /*font-size: 17px;*/
    /*top:2px;*/
/*}*/
/*.layui-edit-face ul {*/
    /*position: relative;*/
    /*width: 372px;*/
    /*padding: 10px;*/
    /*border: 1px solid #D9D9D9;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 0 20px rgba(0,0,0,.2);*/
/*}*/
/*.layui-edit-face ul li {*/
    /*cursor: pointer;*/
    /*float: left;*/
    /*border: 1px solid #e8e8e8;*/
    /*height: 22px;*/
    /*width: 26px;*/
    /*overflow: hidden;*/
    /*margin: -1px 0 0 -1px;*/
    /*padding: 4px 2px;*/
    /*text-align: center;*/
/*}*/
/*body .layui-edit-face .layui-layer-content {*/
    /*padding: 0;*/
    /*background-color: #fff;*/
    /*color: #666;*/
    /*box-shadow: none;*/
/*}*/
/*.layui-edit-face .layui-layer-TipsG {*/
    /*display: none;*/
/*}*/
/*.layer-names ul li:hover {*/
    /*background-color: #eee;*/
/*}*/
/*.layer-names ul {*/
    /*position: relative;*/
    /*width: 372px;*/
    /*padding: 10px;*/
    /*border: 1px solid #D9D9D9;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 0 20px rgba(0,0,0,.2);*/
/*}*/
/*.layer-names ul li {*/
    /*cursor: pointer;*/
    /*height: 22px;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*margin: -1px 0 0 -1px;*/
    /*padding: 4px 2px;*/
    /*text-align: left;*/
/*}*/
/*body .layer-names .layui-layer-content {*/
    /*padding: 0;*/
    /*background-color: #fff;*/
    /*color: #666;*/
    /*box-shadow: none;*/
/*}*/
/*.layer-names .layui-layer-TipsG {*/
    /*display: none;*/
/*}*/
/*.layui-nav .layui-nav-more{*/
    /*display: none !important;*/
/*}*/
/*.home-icon{*/
    /*font-size: 30px !important; color: #1E9FFF;*/
/*}*/
/*#pagesplit{*/
    /*padding: 0 15px;*/
/*}*/
/*pre{*/
    /*padding: 10px 15px;*/
    /*margin: 10px 0;*/
    /*font-size: 12px;*/
    /*border-left: 6px solid #009688;*/
    /*background-color: #F2F2F2;*/
    /*overflow: auto;*/
/*}*/
/*.reply_time{*/
    /*color: #999;*/
    /*box-sizing: content-box;*/
    /*font-size: 14px;*/
/*}*/
/*.word-deal{*/
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
/*}*/
/*#LAY-editface img{*/
    /*max-width: 22px;*/
/*}*/
/*.fq-left{*/
    /*float: left;*/
/*}*/
/*.fq-right{*/
    /*float: right;*/
/*}*/
/*.fq-text-center{*/
    /*text-align: center;*/
/*}*/
/*.fq-text-right{*/
    /*text-align: right;*/
/*}*/
/*.fq-text-left{*/
    /*text-align: left;*/
/*}*/
/*.icon-qq, .icon-weibo {*/
    /*font-size: 30px;*/
/*}*/
/*.c-list-info .icon-renzheng{*/
    /*color: #FFB800;*/
/*}*/
/*.fly-nav-msg{position:absolute; top: 50%; left: -25px; height: 20px; line-height: 20px; margin-top: -10px; padding:0 6px; background-color: #FF7200; color: #fff; border-radius: 2px;}*/
/*.fly-nav-msg:hover{color:#fff;}*/
/*.fly-filter a{*/
    /*padding: 0 8px;*/
    /*color: #666;*/
/*}*/
/*.icon-nan {*/
    /*color: #4EBBF9;*/
/*}*/
/*.icon-nv {*/
    /*color: #F581B1;*/
/*}*/
/*img.emoji {*/
    /*height: 1.5em;*/
    /*width: 1.5em;*/
    /*margin: 0 .05em 0 .1em;*/
    /*vertical-align: -0.1em;*/
/*}*/
/*.layui-container {*/
    /*padding: 0;*/
/*}*/
/*.fly-signin-main{position:relative;height:38px;padding:24px 15px;text-align:center}*/
/*.fly-signin-main span{padding-left:10px}*/
/*.fly-signin-days{color:#999}*/
/*.fly-signin-list img{width:30px;height:30px;margin-right:10px;border-radius:2px}*/
/*.fly-signin-list li{margin-top:5px;padding-bottom:5px;border-bottom:1px dotted #e2e2e2;white-space:nowrap}*/
/*.fly-signin-list span{padding-left:10px}*/
/*.fly-signin-list .layui-tab-item{padding:10px;height:320px;overflow-x:auto;overflow-y:auto}*/
/*.c-reply .zanok{*/
    /*color: #c00;*/
/*}*/
/*span cite{*/
    /*font-style: normal;*/
/*}*/
/*.fly-msg {*/
    /*background-color: #F8F8F8;*/
    /*color: #666;*/
/*}*/
/*.fly-panel-border {*/
    /*border: 1px solid #e6e6e6;*/
    /*box-shadow: none;*/
/*}*/
/*.sign-days-div {*/
    /*text-align: center;*/
    /*padding-top: 20px;*/
/*}*/
/*.fly-panel-main {*/
    /*padding: 10px 15px;*/
/*}*/
/*.fly-shortcut {*/
    /*margin: 5px 0;*/
/*}*/
/*.fly-shortcut li {*/
    /*text-align: center;*/
/*}*/
/*.fly-shortcut li .layui-icon {*/
    /*background-color: #2F9688;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*border-radius: 2px;*/
    /*font-size: 30px;*/
    /*transition: all .3s;*/
    /*-webkit-transition: all .3s;*/
/*}*/
/*.fly-shortcut li cite {*/
    /*position: relative;*/
    /*top: 2px;*/
    /*display: block;*/
    /*color: #666;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*font-size: 14px;*/
/*}*/
/*.abs-top-right{*/
    /*position: absolute;*/
    /*right:0;*/
    /*top:0;*/
/*}*/
/*.left-block{padding:10px}*/
/*.left-block a{font-size:14px;font-weight:bold;padding:0 0 0 15px;height:34px;line-height:34px}*/
/*.home-nav{position:absolute;left:0;top:7px;z-index:1000;height:100%;padding:10px 0;background-color:#82b9dc;width:200px;border-radius:2px}*/
/*.left-nav{border-color:rgba(255,255,255,0.2)}*/

/*.right-nav{*/
    /*line-height: 1.7;*/
/*}*/
/*.right-nav li{position: relative}*/
/*.right-nav li a{*/
    /*overflow: hidden;*/
    /*max-width: 80%;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*display: inline-block;*/
/*}*/
/*.right-nav li em {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*font-size: 12px;*/
    /*color: #999;*/
    /*font-style: normal;*/
/*}*/
/*.qudouImg{*/
    /*position: relative;*/
    /*left: 0;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*padding-right: 5px;*/
/*}*/
/*.t-area{padding-right:10px}*/
/*.reply-input span {*/
    /*position: absolute;*/
    /*right: 32px;*/
    /*cursor: pointer;*/
    /*padding: 0 10px;*/
    /*line-height: 38px;*/
    /*color: #009E94;*/
/*}*/
/*.c-poster{*/
    /*border-style: solid;*/
    /*border-width: 0 1px 1px;*/
    /*margin-bottom: 0;*/
    /*border-color: #e6e6e6;*/
    /*background-color: #fff;*/
    /*position: relative;*/
    /*height: 38px;*/
    /*z-index: 2;*/
/*}*/
/*.c-poster .c-poster-attach{*/
    /*position: absolute;*/
    /*top: 11px;*/
    /*left: 10px;*/
/*}*/
/*.c-poster .c-poster-attach a{*/
    /*display: inline-block;*/
    /*height: 16px;*/
    /*margin-right: 10px;*/
    /*cursor: pointer;*/
    /*position: relative;*/
/*}*/
/*.c-poster .op{*/
    /*position: absolute;*/
    /*top: 4px;*/
    /*right: 4px;*/
/*}*/
/*.reply-header span{*/
    /*padding-left: 10px;*/
    /*color: #eee;*/
/*}*/
/*.thought-pic{*/
    /*padding-top: 10px;*/
/*}*/
/*.thought-pic img{*/
    /*max-width: 31%;*/
    /*margin: 0 2px 2px 0;*/
/*}*/
/*.layui-laypage-custom a,.layui-laypage-custom button,.layui-laypage-custom input,.layui-laypage-custom select,.layui-laypage-custom span {*/
    /*border: 1px solid #009E94;*/
/*}*/
/*.layui-laypage-custom a,.layui-laypage-custom span {*/
    /*background-color: inherit;*/
/*}*/
/*.layui-laypage-custom  a:hover{*/
    /*color: #009E94;*/
/*}*/
/*.layui-laypage-custom .layui-laypage-curr .layui-laypage-em {*/
    /*background-color: #009E94*/
/*}*/
/*.c-answer {*/
    /*min-height: 500px;*/
    /*padding: 5px 20px;*/
/*}*/
/*.c-answer li {*/
    /*margin-bottom: 20px;*/
    /*line-height: 24px;*/
/*}*/
/*.c-answer li p {*/
    /*color: #999;*/
/*}*/
/*.c-answer li p span {*/
    /*padding-right: 5px;*/
/*}*/
/*.c-answer-content{*/
    /*margin-top: 10px;*/
    /*padding: 10px 15px;*/
    /*background-color: #F2F2F5;*/
    /*border-radius: 5px;*/
    /*word-wrap: break-word;*/
/*}*/
/*[data-cursor=big] {*/
    /*cursor: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cstyle%3E.st0%7Bfilter%3Aurl%28%23a%29%7D.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cfilter%20filterUnits%3D%22objectBoundingBox%22%20height%3D%22200%25%22%20id%3D%22a%22%20width%3D%22200%25%22%20x%3D%22-50%25%22%20y%3D%22-50%25%22%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22SourceAlpha%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%222%22%2F%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.904268569%200%22%2F%3E%3C%2Ffilter%3E%3Cg%20class%3D%22st0%22%20transform%3D%22translate%28-707%20-1844%29%22%3E%3Cpath%20id%3D%22b_2_%22%20d%3D%22M730.8%201865.8c-.3.2-.7.2-.9%200l-5.2-5.1c-1.5%201.2-3.4%201.9-5.3%201.8-4.6%200-8.4-3.7-8.4-8.3%200-4.6%203.8-8.3%208.4-8.3%204.6%200%208.4%203.7%208.4%208.3%200%202.1-.8%204-2.2%205.6l5.2%205.1c.2.3.2.7%200%20.9zm-4.3-11.5c0-3.9-3.2-7-7.1-7s-7.1%203.1-7.1%207%203.2%207%207.1%207%207.1-3.1%207.1-7zm-3.8.7h-6.3c-.3%200-.6-.3-.6-.6s.3-.6.6-.6h6.3c.3%200%20.6.3.6.6s-.3.6-.6.6zm-2.6-3.8v6.3c0%20.3-.3.6-.6.6s-.6-.3-.6-.6v-6.3c0-.3.3-.6.6-.6.4%200%20.6.3.6.6z%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate%28-707%20-1844%29%22%3E%3Cpath%20id%3D%22b_1_%22%20class%3D%22st1%22%20d%3D%22M730.8%201865.8c-.3.2-.7.2-.9%200l-5.2-5.1c-1.5%201.2-3.4%201.9-5.3%201.8-4.6%200-8.4-3.7-8.4-8.3%200-4.6%203.8-8.3%208.4-8.3%204.6%200%208.4%203.7%208.4%208.3%200%202.1-.8%204-2.2%205.6l5.2%205.1c.2.3.2.7%200%20.9zm-4.3-11.5c0-3.9-3.2-7-7.1-7s-7.1%203.1-7.1%207%203.2%207%207.1%207%207.1-3.1%207.1-7zm-3.8.7h-6.3c-.3%200-.6-.3-.6-.6s.3-.6.6-.6h6.3c.3%200%20.6.3.6.6s-.3.6-.6.6zm-2.6-3.8v6.3c0%20.3-.3.6-.6.6s-.6-.3-.6-.6v-6.3c0-.3.3-.6.6-.6.4%200%20.6.3.6.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') 0 0,auto;*/
/*}*/
/*.thought-pic li{display:inline-block}*/
/*.layer-pic-list{width: 420px;*/
    /*height: 246px;*/
    /*bottom: -263px;*/
    /*left: -1px;*/
    /*position:absolute;z-index:9999;*/
    /*box-shadow:0 0 8px #dcdcdc;border:1px solid #f6f6f6}*/
/*.layer-pic-list:before {*/
    /*content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 8px solid transparent;*/
    /*border-bottom-color: #e8e8e8;*/
    /*position: absolute;*/
    /*top: -16px;*/
    /*left: 88px;*/
/*}*/
/*.layer-pic-list:after {*/
    /*content: "";*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 6px solid transparent;*/
    /*border-bottom-color: #fff;*/
    /*position: absolute;*/
    /*top: -12px;*/
    /*left: 90px;*/
/*}*/
/*.func-area{position:relative}*/
/*.imgUploadBox {*/
    /*padding: 12px;*/
/*}*/

/*.uploader-title {*/
    /*margin-bottom: 5px;*/
    /*font-size: 14px;*/
    /*color: #222;*/
/*}*/

/*.imgUploadBox .close-popup {*/
    /*color: #cacaca;*/
    /*font-size: 20px;*/
/*}*/
/*.imgUploadBox .to-upload-pictures .upload-img-item {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 72px;*/
    /*height: 72px;*/
    /*margin: 0 8px 8px 0;*/
    /*background-color: #e8e8e8;*/
    /*background-size: 32px 32px;*/
    /*background-position: 50%;*/
    /*background-repeat: no-repeat;*/
    /*overflow: hidden;*/
    /*position: relative;*/
/*}*/
/*.imgUploadBox .to-upload-pictures .upload-img-item .img-wrap {*/
    /*width: 216px;*/
    /*height: 72px;*/
    /*margin-left: -72px;*/
    /*text-align: center;*/
/*}*/
/*.upload-img-item .remove-img{*/
    /*font-size: 17px;*/
    /*background-color: #ed4040;*/
    /*border-radius: 50%;*/
    /*text-align: center;*/
    /*position: absolute;*/
    /*top: 3px;*/
    /*right: 3px;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*line-height: 16px;*/
    /*color: #fff;*/
/*}*/
/*.imgUploadBox .to-upload-pictures{*/
    /*font-size: 0;*/
    /*margin-right: -8px;*/
/*}*/
/*.imgUploadBox .to-upload-pictures .upload-img-add {*/
    /*cursor: pointer;*/
    /*background-color: #fff;*/
    /*border: 2px dashed #ddd;*/
    /*line-height: 90px;*/
    /*text-align: center;*/
/*}*/
/*.imgUploadBox .to-upload-pictures .upload-img-item img {*/
    /*display: inline-block;*/
    /*height: 100%;*/
/*}*/
/*.img-wrap {*/
    /*position: relative;*/
    /*cursor: pointer;*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*border: 1px solid #e8e8e8;*/
    /*background: #e8e8e8;*/
    /*overflow: hidden;*/
    /*transform-style: preserve-3d;*/
/*}*/
/*.img-wrap>img {*/
    /*display: inline-block;*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*vertical-align: middle;*/
    /*transition: all .5s ease-out .1s;*/
/*}*/
/*.upload-img-add .layui-icon-add-1{*/
    /*line-height: 1;*/
/*}*/
/*.ctr-a-v1 a{*/
    /*color: #295c9d;*/
/*}*/
/*.rank-list li{*/
    /*position: relative;*/
/*}*/
/*.rank-list-item {*/
    /*text-align: left;*/
    /*padding: 15px 0;*/
    /*margin-right: 15px;*/
    /*height: 60px;*/
/*}*/
/*.rank-list-item .icon-wrap{*/
    /*position: relative;*/
    /*height: 60px;*/
    /*width: 60px;*/
    /*float: left;*/
    /*margin-left: 5px;*/
/*}*/
/*.rank-list-item .rank-data{*/
    /*margin-top: 0px;*/
/*}*/
/*.rank-list-item .icon-wrap .icon-container{*/
    /*vertical-align: -14px;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*line-height: 47px;*/
    /*border-radius: 100%;*/
    /*overflow: hidden;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*color: #fff;*/
/*}*/
/*.rank-red{*/
    /*width: 18px;*/
    /*height: 25px;*/
    /*background-color: #ff5400;*/
    /*text-align: center;*/
    /*color: #fff;*/
/*}*/
/*.rank-red:after{*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-right: 9px dashed transparent;*/
    /*border-bottom: 10px solid #fff;*/
    /*border-left: 9px dashed transparent;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
    /*.fly-main{width: 100%;}*/

    /*!* 椤惰竟璺� *!*/
    /*.fly-marginTop{margin-top: 0;}*/

    /*!* 澶撮儴 *!*/
    /*.fly-header .fly-nav-user li .fly-nav-avatar{padding-right: 15px;}*/
    /*.fly-header .fly-nav-user{margin-right: 5px;}*/

    /*!* 椤佃剼 *!*/
    /*.fly-footer{margin-top: 0; border-top: none;}*/

    /*!* 鍒嗛〉 *!*/
    /*.laypage-main a, .laypage-main span{display: none;}*/
    /*.laypage-main .laypage-prev,*/
    /*.laypage-main .laypage-curr,*/
    /*.laypage-main .laypage-next{display: inline-block;}*/

    /*!* 鍒楄〃 *!*/
    /*.fly-list li h2 a{max-width: 72%;}*/

    /*!* Detail 椤� *!*/
    /*.fly-admin-box{display: block; margin: 0; margin-top: 10px;}*/
    /*.fly-detail-info .fly-list-nums{top: -2px;}*/
    /*.fly-edit span{padding: 0 6px;}*/

    /*body .c-user-main{width: auto;}*/
    /*.c-user-main>.layui-nav{left: -300px;transition: all .3s;-webkit-transition: all .3s;}*/
    /*.c-user-main>.fly-panel-user{width: auto; margin-left: 0; transition: all .3s; -webkit-transition: all .3s;}*/
    /*.site-tree-mobile{display: block!important; position: fixed; z-index: 100000; bottom: 20px; left: 10px; width: 50px; height: 50px; line-height: 50px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;}*/
    /*.site-mobile .site-tree-mobile{display: none !important;}*/
    /*.site-mobile .c-user-main>.layui-nav{left: 0;}*/
    /*.site-mobile .site-mobile-shade{content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.9); z-index: 999;}*/

    /*.home-nav{left:-300px;transition:all .3s;-webkit-transition:all .3s}*/
    /*.site-mobile .home-nav{left:0}*/
    /*.home-all .home-main{margin-left:0}*/
/*}*/
