<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DIYCSS
   ========================================================================== */
/**
 * 1. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 * 2. 如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 *    如果要修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 */
/* common */
.clearfix{clear: both;}

.fl-left {float: left;}
.fl-right {float: right;}
.text-right {text-align: right}
.font-14{font-size: 14px!important;}

.font-18{font-size: 18px!important;}
.font-30{font-size: 30px!important;}

.padding-0{padding: 0!important;}
.padding-b20{padding-bottom:20px!important;}
.padding-t20{padding-top:20px!important;}
.padding-t10{padding-top:10px!important;}
.padding-b0{padding-bottom: 0!important;}

.margin-b0{margin-bottom: 0px!important;}
.margin-b5{margin-bottom: 5px!important;}
.margin-b10{margin-bottom: 10px!important;}
.margin-b15{margin-bottom: 15px!important;}
.margin-b20{margin-bottom: 20px!important;}
.margin-b25{margin-bottom: 25px!important;}
.margin-b30{margin-bottom: 30px!important;}

.margin-t0{margin-top: 0!important;}
.margin-t5{margin-top: 5px!important;}
.margin-t10{margin-top: 10px!important;}
.margin-t15{margin-top: 15px!important;}
.margin-t20{margin-top: 20px!important;}
.margin-t25{margin-top: 25px!important;}
.margin-t30{margin-top: 50px!important;}
.margin-t44{margin-top: 44px!important;}

.margin-l5{margin-left: 5px!important;}
.margin-l10{margin-left: 10px!important;}
.margin-l15{margin-left: 15px!important;}
.margin-l0{margin-left: 0px!important;}
.margin-r10{margin-right: 10px!important;}
.margin-r15{margin-right: 15px!important;}
.margin-r20{margin-right: 20px!important;}


.font-red{color: red;}
.font-scheng{color: #fd721e; }
.font-qcheng{color: #fb8f02; }
.font-hui{color: #888;}
.font-qhui{color: #bdbdbd;}
.font-lv,.font-lv a{color: #29ae5f;}


.display-flex{display: flex;}

.index-btn-lag{
    padding: 12px 50px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
}
.index-btn-lag a{
    color: #fff;
}
.btn-lag{
    padding: 5px 50px;
    font-size: 16px;
    border-radius: 6px;
}
.btn-center{
    padding: 2px 40px;
    font-size: 14px;
    border-radius: 5px;
}

.change-color {
    background-color: #268df7;
    background-image: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    box-shadow: 0 5px 10px 0 rgba(73, 178, 249, 0);
    color: #fff !important;
}
.change-color-sc {
    background-color: #ff5000;
    background-image: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
    box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0);
    color: #fff !important;
}
.change-color-lv {
    background-color: #29ae5f;
    background-image: linear-gradient(135deg, #3ada7d 10%, #29ae5f 100%);
    box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0);
    color: #fff !important;
}
.change-color-huang {
    background-color: #f59f54;
    background-image: linear-gradient(135deg, #ffc107 10%, #f59f54 100%);
    box-shadow: 0 5px 10px 0 rgba(255, 87, 0, 0);
    color: #fff !important;
}
.btn-color-blue{
    background-color: #268df7;
    color: #fff !important;
}
.btn-color-red{
    background-color: red;
    color: #fff !important;
}
.btn-color-green{
    background-color: #29ae5f;
    color: #fff !important;
}


.txt-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-box[data-ratio="75"] {
    padding-top: 75%;
}

/* 侧边广告彩色背景 */
.widget-adss .adsbg .asr{
    background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
}
/* 侧边广告彩色背景 */
/* 广告tui */
[id*="dr_poster_"],[id*="dr_poster_"] img { 
    border-radius: 6px;
} 
.bbs-index-tui{width: 100%;margin-top: 20px;}
.bbs-index-tui img{width: 100%;border-radius: 4px;}

/* contetn-show 广告 */
.content-show .entry-wrapper img{
    margin: 10px 0;

}
/* 广告tui */
/* 头部搜索 */
.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
    transition: opacity 0.15s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .omnisearch {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.omnisearch.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.omnisearch .container {
    position: relative;
    height: 100%;
}

.omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 700;
    background: #FFF;
    border-radius: 0.375rem;
    width: 680px;
    margin: auto;
    font-size: 1.25rem;
}

.omnisearch .omnisearch-form .input-group-text {
    background: transparent;
    color: #C0CCDA;
    border: 1px solid transparent;
    padding: 0 20px;
}

.omnisearch .omnisearch-form .form-control {
    position: relative;
    height: 60px;
    padding:10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    color: #6c757d;
}
.omnisearch .omnisearch-form .form-control .headbutton{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 16px;
    border: 0 solid #fff;
    background: #fff;
    outline: 0;

}
.omnisearch .omnisearch-form .form-control .headbutton i{
    color: #555;
    font-size: 22px;
    font-weight: bold;
}
.omnisearch .omnisearch-form .form-control input{
    border: none;
    color: #6c757d;
    font-size: 16px;
}
.omnisearch .omnisearch-form .form-control .input-group-text{
    position: relative;
    right: 0;
}
.omnisearch .omnisearch-form .form-control::-webkit-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control:-ms-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-ms-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-moz-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-suggestions {
    width: 680px;
    min-height: 150px;
    padding: 1.5rem;
    background: white;
    margin: auto;
    border-radius: 0.375rem;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

@media (prefers-reduced-motion: reduce) {
    .omnisearch .omnisearch-suggestions {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.omnisearch .omnisearch-suggestions:before {
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 20px;
    position: absolute;
    bottom: 100%;
    -webkit-transform: rotate(-45deg) translateY(1rem);
    -ms-transform: rotate(-45deg) translateY(1rem);
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
}

.omnisearch .omnisearch-suggestions .heading {
    color: #8492A6;
}

.omnisearch .omnisearch-suggestions .search-keywords {
    font-size: 13px;
    margin-bottom: 20px;
}

.omnisearch .omnisearch-suggestions .search-keywords a {
    display: inline-block;
    color: #6c757d;
    margin-right: 10px;
    background: #f4f5ff;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.omnisearch .omnisearch-suggestions .search-keywords a:hover {
    color: #29ae5f;
}

.omnisearch .omnisearch-suggestions #search-ajax-res li {
    padding: 3px 0;
}

.omnisearch .omnisearch-suggestions .list-link {
    color: #6c757d;
}

.omnisearch .omnisearch-suggestions .list-link:hover {
    color: #29ae5f;
}

.omnisearch .omnisearch-suggestions .list-link i {
    padding: 5px 0px;
    padding-right: 5px;
    color: #29ae5f;
}

.omnisearch .omnisearch-suggestions .list-link span {
    padding-left: 5px;
    font-size: 13px !important;
    color: #a7a7a7;
}

.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.omnisearch.show .omnisearch-suggestions {
    opacity: 1;
}

@media (max-width: 992px) {
    .omnisearch .omnisearch-form {
        width: 100%;
    }

    .omnisearch .omnisearch-suggestions {
        width: 100%;
    }

    .omnisearch.show {
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }

    .omnisearch .omnisearch-form .form-control {
        font-size: 0.875rem;
    }

    .omnisearch .omnisearch-suggestions .list-link {
        font-size: 14px;
    }
}

.omnisearch-open {
    overflow: hidden;
}

.mask-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.mask-body-dark {
    background: rgb(0 0 0 / 0.5);
    background-color: rgb(0 0 0 / 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select&gt;select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
/* 头部搜索 */
/*首页内容*/
.section-title span{font-size: 20px; font-weight:bold; }
/*查看更多btn*/
.btn-lookmore{padding:1rem 3.5rem!important;background:#29ae5f;box-shadow:0 8px 10px rgba(1,205,184,.3);color:#fff}
.btn-search{background-color: #29ae5f;}
/*首页四栏*/
@media (min-width:1024px) {
    .ripro-dark .home-first {
        background: #232425
    }
}

@media (min-width:768px) {
    .home-first .h-images:after {
        display: none
    }
}

@media (min-width:768px) {
    .home-first .h-images {
        display: box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        justify-content: space-between
    }
}

@media (min-width:1024px) {
    .home-first .h-images {
        width: 25%
    }
}

.home-first .h-images .item-tuwen {
    float: left;
    padding: 0 6.5px;
    width: 50%
}

@media (min-width:1024px) {
    .home-first .h-images .item-tuwen {
        float: none
    }
}

@media (min-width:1024px) {
    .home-first .h-images {
        display: block;
        box-sizing: border-box;
        padding: 0 7.3333px
    }

    .home-first .h-images .item-tuwen {
        padding: 0;
        width: auto
    }
}

.home-first .item-tuwen {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .home-first .item-tuwen {
        margin-bottom: 13px
    }
}

.home-first .item-tuwen a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px
}

.home-first .item-tuwen a .thumb {
    padding-top: 57%;
    transition: all .2s;
    transform-origin: center
}

.home-first .item-tuwen a strong {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: .4em .8em .6em;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);
    background-repeat: repeat-x;
    box-shadow: 0 -7px 15px rgba(0,0,0,.2);
    color: #fff;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 9pt;
    line-height: 1.3
}

@media (min-width:768px) {
    .home-first .item-tuwen a strong {
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 1.4
    }
}

.home-first .hf-widget {
    box-sizing: border-box;
    padding: 14px 17px 0;
    border: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0 34px 20px -24px rgba(220,220,220,.18);
    border-radius: 3px
}

.ripro-dark .home-first .hf-widget {
    border: 1px solid #2b2b2b;
    background: #232425;
    box-shadow: 8px 8px 9pt #212121
}

@media (min-width:768px) {
    .home-first .hf-widget {
        overflow: hidden;
        height: 135px
    }
}

@media (min-width:1024px) {
    .home-first .hf-widget {
        margin-bottom: 0
    }
}

.home-first .hf-widget [class*=" icon-"]:before,.home-first .hf-widget [class^=icon-]:before {
    margin: 0
}

.home-first .hf-widget .hf-widget-title {
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #555;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px
}

.hf-widget-content .row {
    margin-top: -10px;
    margin-left: -10px;
}
.hf-widget-content .row .xerhu-gengxin{
    position: relative;
}
.hf-widget-content .row .xerhu-gengxin .title {
    position: absolute;
    right: 10px;
    font-size: 9pt;
    color: #888;
}

.home-first .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 66.7%;
    width: 100%;
    height: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s
}

.home-first i {
    font-weight: 300
}
.ripro-dark .home-first .hf-widget .hf-widget-title {
    border-bottom: 1px solid #696969
}

.ripro-dark .home-first .hf-widget .hf-widget-title a {
    color: #ccc
}

.home-first .hf-widget .hf-widget-title&gt;i {
    margin-right: 2px;
    color: #ff5c00
}

.ripro-dark .home-first .hf-widget .hf-widget-title&gt;i {
    margin-right: 2px;
    color: #ffa363
}

.home-first .hf-widget .hf-widget-title span {
    margin-left: 10px;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 9pt;
    line-height: 20px
}

@media (min-width:1024px) {
    .home-first .hf-widget .hf-widget-title span {
        display: none
    }
}

@media (min-width:1330px) {
    .home-first .hf-widget .hf-widget-title span {
        display: inline
    }
}

.home-first .hf-widget .hf-widget-title .pages {
    float: right;
    padding-top: 2px
}

.home-first .hf-widget .hf-widget-title .pages .next,.home-first .hf-widget .hf-widget-title .pages .prev {
    float: left;
    margin: 0;
    padding: 0 2px;
    height: 1pc;
    border: 1px solid #eee;
    color: #ccc;
    font-size: 9px;
    line-height: 15px;
    cursor: pointer
}

.home-first .hf-widget .hf-widget-title .pages .next:hover,.home-first .hf-widget .hf-widget-title .pages .prev:hover {
    color: #ff5c00
}

.home-first .hf-widget .hf-widget-title .pages .prev {
    border-right: none
}

.home-first .hf-widget .hf-tags {
    margin-bottom: -10px
}

@media (min-width:768px) {
    .home-first .hf-widget .hf-tags {
        overflow: hidden;
        height: 4pc
    }
}

.home-first .hf-widget .hf-tags a {
    display: inline-block;
    margin: 0 5px 10px;
    padding: 0 5px;
    height: 22px;
    border-radius: 2px;
    background: #f9f9f9;
    color: #888;
    white-space: nowrap;
    font-size: 9pt;
    line-height: 22px;
    word-break: break-all
}

.home-first .hf-widget .hf-tags a:first-child {
    background: #29ae5f;
    color: #fff;
}

.home-first .hf-widget .hf-tags a.style_orange,.home-first .hf-widget .hf-tags a:hover {
    background: #29ae5f;
    color: #fff
}

.ripro-dark .home-first .hf-widget .hf-tags a {
    background: #2c2e2f
}

.home-first .hf-widget-4 .hf-widget-content {
    color: #888;
    font-size: 14px
}

.home-first .hf-widget-4 .hf-widget-content a {
    color: #888
}

.home-first .hf-widget-4 .hf-widget-content a:hover {
    color: #29ae5f
}

.home-first .hf-widget-4 .hf-widget-content h3 {
    overflow: hidden;
    height: 22px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px
}

.home-first .hf-widget-4 .hf-widget-content em {
    float: right;
    padding: 0 5px;
    height: 22px;
    border-radius: 2px;
    background: #fff5ef;
    color: #ff5c00;
    font-style: normal;
    font-size: 9pt;
    line-height: 22px
}

.home-first .hf-widget-4 .hf-widget-content ul li {
    margin-bottom: 5px
}

.home-first .hf-widget-4 .hf-widget-content ul li:last-child {
    margin-bottom: 0
}

.home-first .hf-widget-1 .hf-widget-content a {
    color: #888
}

.ripro-dark .home-first .hf-widget-1 .hf-widget-content a {
    color: #ccc
}

.home-first .hf-widget-1 .hf-widget-content a:hover {
    color: #29ae5f;
}

.home-first .hf-widget-1 .hf-widget-content li {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    width: 25%;
    text-align: center;
    font-size: 9pt
}

.home-first .hf-widget-1 .hf-widget-content li .thumb {
    margin: 0 auto 4px;
    padding-top: 36px;
    width: 36px
}

.home-first .hf-widget-1 .hf-widget-content li span {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden
}

.home-first .hf-widget-1 .hf-widget-content .scroll-h {
    margin: 0 -10px
}

.home-first .scroll-h {
    position: relative;
    overflow: hidden;
    height: 56px
}

.home-first .scroll-h ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .2s;
    margin: 0;
    padding-left: 0
}

.home-first .scroll-h ul:after,.home-first .scroll-h ul:before {
    clear: both;
    display: block;
    visibility: none;
    height: 0;
    content: "";
    line-height: 0
}

.home-first .scroll-h .holdon {
    position: absolute;
    top: 0;
    left: 100%
}

.home-first .scroll-h .holdon-prev {
    left: -100%
}

.home-first .hf-widget-hot-cats .hhicon {
    display: inline-block;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fff5f0;
    color: #29ae5f;
    text-align: center;
    font-size: 25px;
    line-height: 36px
}

.ripro-dark .home-first .hf-widget-hot-cats .hhicon {
    background: #2c2e2f;
    color: #ffa363
}

.home-first .hf-widget-hot-cats .scroll-h li a {
    display: block
}

.home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon {
    background: #29ae5f;
    color: #fff
}



@media screen and (max-width:720px) {
    .home-first .hf-widget-1 .hf-widget-content .scroll-h,.home-first .hf-widget-content {
        margin: 1pc -10px
    }
}

@media (max-width:768px) {
    .sxweb {
        display: none
    }
}
.home-first .col-md-3,
.home-first .col-md-6,
.home-first .col-xs-6 {
padding: 5px;
} 
.home-first .part-first {
    margin-left: 0px;
}
@media (min-width:992px) {
.home-first {
padding: 0 0 15px 0;
}
.home-first .parts .col-md-3 {
width: 24.998814%;
}
.home-first .parts .col-md-3.part-first {
width: 24.893559%;
}
.home-first .images .item1 {
width: 52.54237288%
}
.home-first .images .item2 {
width: 47.45762711%
}
}
/* 首页滚动 */
.seanggwrap{width: 100%; float: left; margin: 15px 0; }
.seangg{width: 65%;float: left;margin-right: 20px;/*height:30px;*/line-height: 30px;background: #fff;padding: 10px 0;border-radius: 30px;}
.seanggspan{float: left; width: 105px; margin: 0 auto; color: #333; font-size: 14px;}
.seanggspan i{display: block;float: left;font-size: 18px;color: #ff5c00;margin-top: 7px;margin-left: 15px;margin-right: 6px;}
.seanggspan span{display: block;float: left;color: #ff5c00;}
.seangg b{height: 12px; margin-top: 9px; width: 1px; display: block; float: left; background: #a8a8a8;}
.seanggc{float: left;width: 75%;margin-left: 20px;}
.announce-wrap{height: 30px; overflow: hidden;}
.seanggc ul li a{font-weight: 400;}
.seanggc ul li a:hover{color:#ff5c00;text-decoration: blink;}
.seanggc ul li{font-size: 14px;display: block;clear: both;height: 30px;/* line-height:30px; */}
.seanggc ul li span{float: right; color: #999; font-size: 12px; width: 120px}
.mfr {float:right}
.mfl {float: left; display: inline;}
.tip-prompt dl{font-size:12px;margin:10px 20px 0 0!important}
.tip-prompt dl dt{line-height:24px;width:24px;height:24px;display:inline-block;margin:0 10px 0 15px;border:1px #7d7d7d solid;border-radius:50%;text-align:center;color:#7d7d7d;font-weight:400!important}
.tip-prompt dl dd{color:#7f7f7f;margin-top: 4px;}
.tip-prompt dl:nth-child(4n+0){margin-right:0!important}
/* 首页网站公告、优惠活动 */
 .pleft-6 {
    padding-left: 6px;
 }
 .row .home-notice,.row .home-activity {
    width: 100%;
    height:50%;
    margin-bottom: 10px;
    padding: 12px;
    background-color:#fff;
    border-radius: 5px;;
 }
 .row .index-gg {
    width: 100%;
    margin-bottom: 13px;
 }
 .row .index-gg img {
    border-radius: 5px;
 }
 .home-right .hf-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    position: relative;
 }
 .home-right .hf-title i {
    font-size: 20px;
    color: #ff5c00;
 }
 .home-right .col-sm-6,.home-right .col-md-12 {
    padding-left: 5px!important;
    padding-right: 0px!important;
 }
 .home-right h2 {
    font-size: 15px;
 }
 .home-right .hf-title .more {
    display: block;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px 0;
    border-radius: 3px;
    border: 1px solid #b1afaf;
    color: #b1afaf;
    font-weight: 400;
 }
 .home-right .hf-title .more:hover {
    color: #fff;
    background:#00c250;
    border-color: #00c250
 }
 .home-right .list li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    color: #606060;
    font-size: 14px;
    margin: 6px 0;
    padding-right: 40px;
    
 }
 .home-right .list li .post-num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
    background: #fbedd8;
    border-radius: 3px;
    color: #e2b46d;
 }
/* 首页网站公告、优惠活动 */

/* 首页横排6广告 */
.xerhu-cg{
    margin-bottom: 10px!important;
}
.xerhu-cg ul{
    display: flex;
    margin: 0 -20px;
}
.xerhu-cg li{
    height: 100%;
    overflow: hidden;
}
.xerhu-cg img{
    width: 100%;
    border-radius: 6px;
}
/* 首页横排6广告 */

/* 首页最新资源 */
	.ceshi {
		position: absolute;
		background-image: none;
		bottom: 115px;
		right: 10px;
		z-index: 10;
		
		padding: 1px 10px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		border-radius: 3px;
	}
	.wei-xerhu {
		color: #aaa;
		border: 2px dashed #aaa;
	}
	.yi-xerhu {
		color: #fb8f02;
		border: 2px dashed #fb8f02;
	}
	.ke-xerhu {
		color: #77cf77;
		border: 2px dashed #77cf77;
	}

	.entry-footer {
		display: block;
	}

	.entry-footer .post-meta-box {
		width: 100%;
		float:left;
		padding: 10px 5px;
		font-size: 12px;
		align-items: center;
		justify-content: flex-end;
		border-top: 1px solid #ebeef5;
		color: #b4b4b4;
		margin-top: 10px;
		list-style: none;
	}

	.entry-footer .post-meta-box li:nth-child(1) {
		float: left;
		padding: 0;
	}

	.entry-footer .post-meta-box .meta-date {
		background: #f6f6f6;
		color: #b4b4b4;
	}

	.entry-footer .post-meta-box .meta-like {
		padding-left: 8px;
	}

	.entry-footer .post-meta-box .meta-comment {
		padding-left: 8px;
	}

	.entry-footer .post-meta-box .meta-views {
		float: left;
		padding-left: 8px;
	}

	.entry-footer .post-meta-box .meta-price {
		float: right;	
		margin-left: 8px;
		padding: 3px 6px 2px 6px;
		text-align: center;
		background-color: #ff5c00;
		color: #fff;
		font-weight: bold;
		border-radius: 2px;
		line-height: initial;
	}
	.entry-footer .post-meta-box .meta-free {
		float: right;	
		margin-left: 8px;
		padding: 3px 6px;
		text-align: center;
		background-color: #00c250;
		color: #fff;
		font-weight: bold;
		border-radius: 2px;
		line-height: initial;
	}
	.post-grid .entry-header .entry-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 15px;
		color: rgba(0, 0, 0, .8);
		height: 55px;
		line-height: 26px;
		white-space: unset;
		text-overflow: unset;
	}

	.entry-excerpt {
		color: #888;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin: 5px 0;
		line-height: 22px;
		font-size: 13px;
	}
/* 首页最新资源 */

/* 首页横排2广告 */
   .top-dver-item img {width: 100%;border-radius: 5px;}
   .img-info{position:absolute;right:15px;top:4px;padding:0;text-align:right;color:#fff}
	.img-info i{position:relative;display:inline-block;color:rgba(251,251,251,.55);font-size:18px;line-height:19px;text-align:center;z-index:9;font-style:inherit;animation:fade 1s infinite;-webkit-animation:fade 1s infinite}
	.img-info .info{position:absolute;right:0;top:0;width:0;padding:5px 0 5px;overflow:hidden;background:#ed1c24;border-radius:10px;line-height:10px;text-align:center;font-size:10px;color:#fff;white-space:nowrap}
	.img-info .info a{color:#fff}
	.top-dver-item:hover .info{width:auto;padding:5px 23px 5px 12px;-webkit-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-moz-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-ms-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-o-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;font-size:12px;z-index:1}
/* 首页横排2广告 */

/* 建站小助手 */
.cat-posts-wrapper {
   margin: 0 -20px 0 -20px;
}
.xerhu-soft-list {
   float: left;
   width: 100%;
   background: #fff;
   padding: 10px 15px;
   margin: 0 10px 20px 0;
   border-radius: 5px;
   transition: all .3s;
}
.xerhu-soft-list:hover {
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
   box-shadow:0 34px 20px -24px rgba(136,161,206,.3);
   -webkit-transform: translateY(-1px);
   -ms-transform: translateY(-1px);
   transform: translateY(-1px);
}
.xerhu-soft-list .xerhu-soft-icon {
   float: left;
   width: 48px;
   height: 48px;
}
.xerhu-soft-list .xerhu-soft-icon a {
   display: block;
   width: 48px;
   height: 48px;
}
.xerhu-soft-list .xerhu-soft-icon a img {
   width: 100%;
   height: 100%;
}
.xerhu-soft-list .xerhu-soft-mid {
   float: left;
   margin-left: 15px;
}
.xerhu-soft-list .xerhu-soft-mid .xerhu-star,.xerhu-helper-soft .xerhu-star{
   height: 20px;
   margin-bottom: 8px;
   margin-top: 0px;
   color: #ffa400;
   position: relative;
   overflow: hidden;
}
.xerhu-soft-list .xerhu-soft-mid p {
   height: 20px;
   line-height: 20px;
   font-size: 12px;
   color: #999;
   overflow: hidden;
}
.xerhu-soft-list .xerhu-soft-mid p em {
   padding: 0 5px;
   font-size: 12px;
   color: #ccc;
}
.xerhu-soft-list .xerhu-soft-dl {
   float: right;
   margin-top:15px;
}
.xerhu-soft-list .xerhu-soft-dl a{
   padding: 5px 15px;
   color: #00c250;
   border: 1px solid #00c250;
   border-radius: 5px;
}
.xerhu-soft-list .xerhu-soft-dl a:hover{
   background-color: #00c250;
   color: #fff;
}
.xerhu-jzzs-jiaocheng{
	padding: 30px;
	margin-right: -5px;
	background-color: #fff;
	border-radius: 5px;
}
.xerhu-jzzs-zhuji {
	padding: 15px 0 0 15px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 5px;
}
.xerhu-jzzs-zhuji ul {
	display: flex;
}
.xerhu-jzzs-zhuji ul li {
	padding: 0 15px 0 0;
}
.xerhu-jzzs-zhuji ul li a img{
	width: 100%;
}
.xerhu-jzzs-zhuji ul li a p{
	padding: 8px 5px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
	color: #7c808a;
}
.xerhu-jzzs-jiaocheng ul li a {
	color: #7c808a;
	padding: 10px 0;
}
.xerhu-jzzs-jiaocheng ul li a:hover {
	color: #29ae5f;
	padding-left: 3px;
}
.xerhu-jzzs {
	position: relative;
}
.xerhu-jzzs .xerhu-jzzs-list .xerhu-jzzs-jc-list{
	padding-right: 150px;
}
.xerhu-jzzs .xerhu-jzzs-list h3 {
	color: #555;
	font-weight: bold;
}
.xerhu-jzzs .xerhu-jzzs-list li {
	list-style-type: disc;
    list-style-position: inside;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    color: #606060;
    font-size: 14px;
    margin: 6px 0;
    padding-right: 40px;
}
.xerhu-jzzs-img {
	position: absolute;
	top: -60px;
	right: -10px;
}
.xerhu-jzzs .topic-item-cover {
    height: 260px;
    max-width: 200px;
}
.xerhu-jzzs .topic-item-cover img {
	border-radius: 5px;
}
.home_title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}
.home_title .title {
    position: relative;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 48px);
}
.home_title .title .pricing-title {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin: 0 0 15px 10px;
    display: inline-block;
    vertical-align: bottom;
}
.index_fenlei {
    float: right;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #878787;
    margin-top: 4px;
    display: block;
    padding: 3px 0;
    border-radius: 5px;
    line-height: 16px;
}
.fwq_fenlei_title {
    float: right;
    display: block;
    padding: 3px 0;
    width: 18px;
    height: 30px;
    line-height:30px;
}
.fwq_fenlei_title:before {
    display: inline-block;
    padding: 0 .5rem;
    content: '/';
    color: #ff5c00;
    vertical-align: middle;
    position: relative;
    top: -.3rem;
    font-weight: 600;
}
.fwq_fenlei_title:after {
    display: inline-block;
    padding: 0 .8rem;
    content: '/';
    color: #00c250;
    vertical-align: middle;
    position: relative;
    top: -.3rem;
    left: -17px;
    font-weight: 600;
}
/* 建站小助手 */

/* 淘资源 */
.xerhu-rank-menu {
	padding-top: 30px;
	background-color: #feae18;
	width: 268px;
	margin: 0 0 0 5px;
	border-radius: 5px 0 0 5px;
	background-image: url(../images/rank-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xerhu-rank-menu li {
	display: block;
	font-size: 16px;
	padding: 20px 25px;
	color: #fff;
	border-radius: 4px 0 0 4px;
	text-align: left;
	cursor: pointer;
}

.xerhu-rank-menu .xerhu-active {
	background: #fff;
	color: #feae18;
}

.posts-wrapper .xerhu-taozy .post-list {
    background: #fff;
}

.xerhu-taozy .post-list {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    padding: 10px;
    background: #f4f5f8;
    border-radius: 4px;
	transition: all .3s;
}
.xerhu-taozy .post-list:hover {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
		box-shadow:0 34px 20px -24px rgba(136,161,206,.3);
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		transform: translateY(-3px);
	}


.xerhu-taozy .entry-wrapper{
	position: relative;
    width: 100%;
}
.xerhu-taozy .post-list .entry-media{flex-shrink:0;margin-bottom:0;margin-right:20px;width:100px}
.xerhu-taozy .entry-header .entry-title {
    font-size: 14px;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xerhu-taozy .entry-excerpt{font-size:12px;margin-top:5px;color:#aaa;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;margin-bottom:5px;line-height:1.5}
.xerhu-taozy .entry-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	word-break:break-word;
	}
.xerhu-taozy .entry-footer .entry-meta{align-items:center;color:#aaa;display:flex;flex-wrap:wrap;font-size:11px;letter-spacing:.2px;margin-top:5px;text-transform:uppercase;text-align:center}
.xerhu-taozy .entry-footer .meta-author{
	background: #fff;
	color: #aaa;
	border-radius: 4px;
	padding:3px 5px;
	margin-right: 10px;
	line-height:1;align-items:center;display:flex;}
/* .xerhu-taozy .entry-footer .meta-author:nth-child(2){
	padding: 5px;
} */
.xerhu-taozy .entry-footer .entry-meta .avatar{border-radius:50%;height:15px;margin-right:5px;width:15px}


[class*='xerhu-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}


.xerhu-grid &gt; * {
    padding-left: 15px;
}

.xerhu-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.xerhu-grid .xerhu-width-expand {
	background-color: #fff;
	flex: 1;
    min-width: 1px;
	padding: 15px 20px 0 20px;
	border-radius: 0 5px 5px 0;
}
/* 切换动画 */
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.xerhu-width-expand &gt; :not(.active) {
    display: none;
}

.xerhu-slide-left{
	animation-name: fade-left;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
.xerhu-slide-left .active{
  opacity: 1;
  transform: scale(1.1, 1.1);
}
/* 淘资源 */
/* 首页搜索 */
.home .home-filter--content{
    margin: 0;
    padding: 40px;
}
.home .home-filter--content .form-box{
    background-color: rgba(255,255,255,0);
}

.home .home-filter--content input[type=text],.home .home-filter--content input[type=submit]  {
    line-height: 50px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
}
/* 首页搜索 */
/* 首页VIP */

.xerhuyw-mall {
	height: 100%;
    background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.xerhuyw-mall .xerhuyw-app {
	height: 470px;
}
.xerhuyw-title {
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
}
.xerhuyw-title h1 {
	position: relative;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 4px;
	color: #252b3a;
}
.xerhuyw-title h2 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #666a75;
}
.xerhuyw-app&gt;ul {
	margin-left: -20px;
}
.xerhuyw-app&gt;ul:before,
.xerhuyw-app&gt;ul:after {
	content: " ";
	display: table;
	box-sizing: inherit;
}
.xerhuyw-app&gt;ul&gt;li {
	float: left;
	width: 20%;
	padding-left: 20px;
	box-sizing: border-box;
}
.xerhuyw-app-card {
	position: relative;
	height: 470px;
	overflow: hidden;
	background-color: grey;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	
}
.xerhuyw-app-card-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}
.xerhuyw-app-card-top {
	position: relative;
	height: 50%;
}
.xerhuyw-app-card-top i {
	display: block;
	position: absolute;
	top: 68px;
	font-size: 56px;
	color:#fff;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}
.xerhuyw-app-card-top .icon {
	position: absolute;
	top: 98px;
	transition: 0.2s;
}
.xerhuyw-app-card-top h2 {
	position: absolute;
	top: 175px;
	right: 0;
	left: 0;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	transition: 0.2s;
}
.xerhuyw-app-card-top h2:before {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 0;
	height: 4px;
	margin: 15px auto;
	background-color: #f66f6a;
	transition: 0.2s 0.2s;
}
.xerhuyw-app-card-top .price {
	position: absolute;
	top: 173px;
	right: 0;
	left: 0;
	padding-left: 40px;
	padding-right: 40px;
	margin: 10px auto 0;
	font-size: 35px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	transition: 0.2s;
}
.xerhuyw-app-card-bottom {
	position: relative;
	height: 50%;
	padding-top: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.xerhuyw-app-card-bottom li {
	margin-bottom: 10px;
}
.xerhuyw-app-card-bottom li a:hover {
	color: rgb(246, 111, 106);
}
.xerhuyw-app-card-bottom a{
    color:#fff;
}
.xerhuyw-bottom {
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.xerhuyw-more-wrap {
	text-align: center;
}
.xerhuyw-more-wrap a {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #666a75;
	cursor: pointer;
	user-select: none;
	transition: 0.2s;
}
.xerhuyw-more-wrap a:hover {
	color: rgb(246, 111, 106);
}
.xerhuyw-more-wrap a:hover i {
	transform: translate3d(5px, 0px, 0px);
}
.xerhuyw-more-wrap a .cui-icon {
	margin-top: -2px;
	margin-left: 10px;
	transition: transform 0.2s;
}
.cui-icon {
	font-family: 'cui-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.xerhuyw-app-card:hover .xerhuyw-app-card-bg {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top i {
	opacity: 0;
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top h2 {
	top: 85px;
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top .icon {
	top: 10px;
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top h2:before {
	width: 68px;
}
.xerhuyw-app-card:hover .xerhuyw-app-card-top .price {
	margin-top: 0;
	opacity: 1;
}
@media only screen and (max-width: 800px) {
    .xerhuyw-mall{
        display: none!important;
    }
}
/* 首页VIP */

/*foot+侧边*/
.footer{clear:both;background-color:#202935}
.footer,.footer a{color:#bbb}
.footer a:hover{color:#29ae5f}
.footer h2.logos{margin:1rem auto;max-width:10pc;color:#ccc;text-align:center}
.footer-head{color:#00bdf7;font-size:14px;font-weight:700;margin-top:0;margin-bottom:10px}
.cs-footer-links{margin:10px 0}
.cs-footer-links li{display:block;padding-bottom:10px;transition:all .15s ease}
.cs-footer-logo img{max-width:180px}
.cs-footer-logo .footlogoimg{margin-right:20px}
.footer .footer-qrimg{width:75pt;height:75pt;padding:0}
.cs-footer-text p{font-size:9pt}
.cs-footer-right p{text-align:right}
.cs-moble-false,.cs-moble-true{padding-top:30px;display:block}
.footer-copyright{padding:10px 0;border-top:1px solid hsla(0,0%,67%,.1);font-size:13px;text-align:center;color:#acacac}
@media(min-width:544px){.copyright-links{text-align:right}
.copy-text{text-align:left}
}
.copyright-links&gt;li{display:inline-block}
.copyright-links&gt;li+li{margin-left:9pt}
.copyright-links&gt;li&gt;a{color:#acacac;letter-spacing:.14px;font-size:.8rem}
.float-radius{border-radius:4px}
.float-hover,.float-icon,.float-text,.ripro-dark a.float-text{color:#555}
.flost-hover-bg{background-color:#0056ff}
.float-border{border-color:#ececec!important}
.float-box{width:68px;padding:5px;font-size:14px;position:fixed;right:0;top:80%;z-index:9997;margin-top:-303px}
.float-ul .vip {
    border-radius: 5px;
    background-image: linear-gradient(
120deg
, #ed1c24 0, #fb8f02 100%) !important;
}
.float-ul .vip a {
    color:#fff;
}
.float-ul .vip a:hover {
    background-image: linear-gradient(
120deg
, #ed1c24 0, #fb8f02 100%) !important;
    color:#fff;
    box-shadow:none;
}
.float-ul .vip .float-alert-box{
    display: none;
    width: 300px;
	height: auto;
    background-color: #fff;
    border: 1px solid #ececec;
    position: absolute;
    right: 60px;
    top: 0;
    padding: 0;
    z-index: 9998;
}
.float-ul li a.vip{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;position:relative}
.float-ul,.float-ul li{margin:0;padding:0}
.float-ul{margin-top:5px;text-align:center;line-height:1.2;list-style:none;background-color:#fff;box-shadow:0 2px 5px #e6e6e6}
.float-ul i{font-size:18px;line-height:22px}
.float-ul li a{display:block;width:100%;padding:10px 0;line-height:18px}
.float-ul li a:hover{background:#29ae5f;box-shadow:0 8px 10px rgba(1,205,184,.3);color:#fff}
.float-ul li a.qq{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;position:relative}
.float-ul li a.weixin{position:relative}
.float-ul li a.jq{-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.float-ul li a.fankui{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px}
.float-ul li a.top{border-radius:4px;}
.float-alert-box{width:180px;height:185px;background-color:#fff;border:1px solid #ececec;position:absolute;right:60px;top:0;z-index:9998;display:none}
.float-qq-box{padding:20px 15px}
.float-weixin-box{padding:15px}
.float-weixin-box img{margin:0 auto}
.float-weixin-box p{font-weight:600;color:#29ae5f;margin-bottom:5px}
.float-alert-box h6{font-size:20px;color:#29ae5f}
.float-alert-box p{line-height:24px}
.float-ul li .float-qq-box{color:#666}
.float-ul li .float-weixin-box{color:#666;top:-61px}
.float-qq-btn{padding:10px;background:#29ae5f;color:#fff}
/*foot+侧边*/

/*最下面波浪*/
.gradient, .widget_nav_menu {
    background-color: #29ae5f;
    background: -moz-linear-gradient(0deg,#00c250 35%,#29ae5f 100%);
    background: -webkit-linear-gradient(0deg,#00c250 35%,#29ae5f 100%);
    background: linear-gradient(0deg,#00c250 35%,#29ae5f 100%);
}
.section-statistics:before {
    right: 0;
    bottom: -35%;
    background-color: rgba(0,0,0,.025);
    animation: wawes 6s infinite linear;
}

.section-statistics:before, .section-statistics:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: 0;
}

.section-statistics .iconfont {
    padding: 15px;
    width: 80px;
    height: 80px;
    font-size: 44px;
    border: 1px solid rgba(255,255,255,.45);
    display: inline-block;
}
.section-statistics .number {
    margin: 25px auto 10px;
    font-size: 32px;
    position: relative;
    display: block;
}
sup {
    top: -.5em;
}
.inner:after, .full-inner:after, .section-content:after, .foot-widgets:after {
    content: " ";
    display: table;
    clear: both;
}
.section-statistics:after {
    left: 0;
    top: -25%;
    background-color: rgba(0,0,0,.035);
    animation: wawes 10s infinite;
}

.section-statistics:before, .section-statistics:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: 0;
}
.section-content h3{
    color:#fff;
        opacity: 0.65;
    
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes wawes {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
@keyframes slide {
    0% {
        transform: translateX(-25%)
    }

    100% {
        transform: translateX(25%)
    }
}
.radius50, .toggle-userbar img, .button-primary, .section-statistics .iconfont, .browser-frame span, .comment-list li .avatar, .user-form .fieldset .input-text {
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.regbutton{    border-radius: 100px;font-size: 14px; font-weight: bold;}    
/*最下面波浪*/

/* 广告推广 */
.xerhu-list-tui{margin: 0 -5px;}
.xerhu-list-tui img{border-radius: 5px;}
/* 广告推广 */

/* 下面是分类页 */

/* 分类页波浪动画 */
.lang{overflow:hidden;width:100%;position:absolute;left:0;margin-top:-55px}
.lang__1{background:url(../images/sch_b.png) repeat-x;width:4500px;height:60px;animation:langs 18s infinite linear;position:absolute;top:8px}
.lang__2{height:60px}
.lang__3{background:url(../images/sch_c.png) repeat-x;width:4500px;height:60px;animation:langs 18s infinite linear;position:absolute;top:0}
.lang__4{background:url(../images/sch_d.png) repeat-x;width:4500px;height:60px;animation:langs 12s infinite linear;position:relative;top:0}
@keyframes langs{0%{margin-left:0}
100%{margin-left:-1938px}
}
@-webkit-keyframes langs{0%{margin-left:0}
100%{margin-left:-1938px}
}
/* 分类页波浪动画 */

/* 分类页头部搜索 */
.xerhu_type_bj{background:url(../images/listsbg.jpg) no-repeat;height:60px;margin: -21px -21px 20px -21px;border-radius: 5px 5px 0 0;}
@media (max-width:576px){
    .xerhu_type_bj{margin: -21px -10px 20px -10px;}
}
.xerhu_type_bj .header_search{float:left;height: 38px;line-height: 28;text-align: left; margin-top: 10px;border-radius: 4px;width: 360px;position: inherit; margin-left:10px;}
.openVip-Btn{float:right;height:28px;line-height:28px;color:#fbfafa;text-align:center;margin-top:16px;border-radius:4px;margin-right:15px;padding:0 8px;background:#ed1c24;background-image:none;background-image:-webkit-gradient(linear,left top,right top,from(#e74118),to(#fc8321));background-image:-webkit-linear-gradient(left,#e74017,#fc8120);background-image:linear-gradient(to right,#e63d17,#fd8621)}
.openVip-Btn:hover{color: #fff;}
.header_search{width:620px;height:42px;float:left;left:34%;position:absolute}
.header_search input{background:0 0;border-radius:0;outline:0;resize:none;appearance:none}
.header_search .search_form .search_input{float:left;width:268px;height:38px;background: #fff;border:1px solid #ddd;border-right:none;border-radius:3px 0 0 3px;position:relative}
.header_search .search_form .search_input input{border:none;color:#999;font:normal 14px tahoma,PingFangSC,"microsoft yahei ui","microsoft yahei",sans-serif;font-size-adjust:none;overflow:hidden;position:absolute;top:10px}
.header_search .search_btn{width:80px;height:38px;line-height:38px;display:block;float:left;border-radius:0 3px 3px 0;border:none;cursor:pointer;background:linear-gradient(125deg,#e74017,#fc8120 100%); text-align:center;z-index: 1;}
.header_search .search_btn:hover{opacity:.8;color:#fff;}
.header_search .search_btn .fa-search{color:#fff;}
/* 分类页头部搜索 */

/* 分类页分类 */
.filter--content{position:relative;margin:-90px -15px 30px -10px;padding:20px;width:101%;-webkit-border-radius:5px;border-radius:5px;background-color:#fff;z-index:1;box-shadow:0 34px 20px -24px rgba(0,36,100,.06);border:1px solid #f3f3f3}
.filter--content .form-box{padding:0;padding-bottom:0}
.filters .filter-item{padding:5px 0}
.filter--content .filter-item span{margin-right:10px;background-color:#eee;padding:2px 6px;border-radius:4px;color:#7b8695;border:1px solid transparent}
.filter--content .filter-item a{display:inline-block;margin-top:0;margin-right:10px;border-bottom:1px solid transparent;color:grey;border-radius:0;padding:0 10px;position:relative;border:1px solid transparent;border-radius:4px}
.filter--content .filter-item a.on{border:1px dashed #a5a5a5;background-color:#eee}
.filter--content .filter-item a:hover{border:1px dashed #cecece;background-color:#eee}
.filter--content .filter-item&gt;.on{color:#1890ff}
.filter--content .filter-item{margin-top:10px}
.filter--content .filter-tag{position:relative;display:inline-block;list-style:none;margin:0;padding:0}
.filter--content .filter-tag li{display:inline-block;margin:0;padding:0;list-style:none;margin-bottom:5px}
.filter--content .filter-tab{border-top:1px solid #e9e9e9;padding-top:13px;margin-top:10px;margin-bottom:-10px}
.filter--content .filter-tab span{margin-right:10px;background-color:#eee;padding:2px 6px;border-radius:4px;color:#7b8695;border:1px solid transparent}
.filter--content .filter-tab li{display:inline-block;margin:0;padding:0;list-style:none;margin-bottom:5px}
.filter--content .filter-tab a{display:inline-block;margin-top:0;margin-right:20px;color:grey;position:relative}
.filter--content .filter-tab a i{width:18px;height:18px;border:1px solid #aeaeae;border-radius:4px;margin-right:6px;display:inline-block;vertical-align:-4px;border-radius:100%}
.filter--content .filter-tab .tab.on i{background:#fff}
.filter--content .filter-tab .tab.on i:before{display:inline-block;margin-top:1px;color:#ff9800;content:"\f111";font:normal normal normal 14px/1 FontAwesome;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:5px;margin-left:2px}
.filter--content .filter-tab a.on{color:#29ae5f}
.filter--content .filter-tab a em{font-style:normal}
.filter--content .filter-tab li.rightss{float:right}
@media (max-width:768px){.filter--content{margin-top:-10px;display:block;padding:10px}
.filter--content .filter-item span,.filter--content .filter-tab span{width:100%;display:inline-block;margin-bottom:10px}
.filter--content .filter-item a{margin-right:5px;line-height:20px;font-size:13px;padding:0 5px}
.filter--content .filter-tab a{margin-right:5px;font-size:13px}
.filter--content .filter-tab li.rightss{float:none;margin-bottom:10px;margin-top:10px;margin-right:5px}
}
/* 分类页分类 */

/* 详情页 */

.container .u-text-format h3 {
    position: relative;
	margin: 20px 0;
    border-left: 5px solid #29ae5f;
    padding: 12px;
    line-height: 20px;
    background: #f1f5f8;
}
.container .u-text-format h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .3;
    background-image: -webkit-linear-gradient(46deg,#9febbe 48%,#f6fdfc 91%);
    background-image: -o-linear-gradient(46deg,#9febbe 48%,#f6fdfc 91%);
    background-image: linear-gradient(44deg,#9febbe 48%,#f6fdfc 91%);
    width: 30px;
    height: 36px;
    -webkit-border-radius:  100% 0  0 0;
    border-radius:  100% 0 0 0;
  }
.u-text-format{font-size:.88rem;line-height:1.7rem}
.u-text-format a{color:#29ae5f}

/* 问答 */
.xerhu-qa .xerhu-qa-problems{
    margin-top: 15px;
}
.xerhu-qa .xerhu-qa-clearfix{
    min-width: 100%;
}
.xerhu-qa .xerhu-qa-problems_each {
    width: 100%;
    background: #f5f6f8;
    border-radius: 4px;
    margin: 10px;
    float: left;
    box-sizing: border-box;
}
.xerhu-qa-fl {
    /*display: inline;
    float: left;*/
}
.xerhu-qa .xerhu-qa-problems_each_t {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px dashed #dbdde0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}
.xerhu-qa .xerhu-qa-problems_each_t p {
    position: relative;
    height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 45px;
}
.xerhu-qa .xerhu-qa-problems_each_t p:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 18px;
    height: 17px;
    margin-top: -8.5px;
    background: url(../images/xerhu-q.png) no-repeat center;
}
.xerhu-qa .xerhu-qa-problems_each_detail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 15px 45px;
}
.xerhu-qa .problems_each_detail_con {
    font-size: 13px;
    color: #a5a4a4;
    line-height: 25px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 0;
}
.xerhu-qa .problems_each_detail_con li{
    list-style: none;
    overflow: hidden;
    word-break: break-all;
}
.xerhu-qa .problems_each_detail_con:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -25px;
    width: 18px;
    height: 17px;
    background: url(../images/xerhu-a.png) no-repeat center;
}



/* 淘资源、教程详情页 */
.trbbs-list-info{position:relative;color:#969494;font-size:10pt}
.trbbs-list-kiss{color:#00c250}
.trbbs-list-info&gt;*{padding-right:20px}
.table {word-break:unset}
/* 淘资源、教程详情页 */
/* 淘资源详情页侧边 */
.xerhu-sidebar-shop-sz{
    width: 100%;
    height: 45px!important;
    line-height: 45px!important;
}
.xerhu-sidebar-shop-good a,.pay-box a{
    display: block!important;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 5px;
    border-radius: 6px;
}
.xerhu-sidebar-shop-good{
    width: 50%!important;
    float: left;
    height: 45px!important;
    line-height: 45px!important;
}


/* 淘资源详情页侧边 */


.content_huifu{border:1px dashed #00c250;padding:15px 20px;margin:1em 0;background:#f6fdfc}
.content_vip{border:1px dashed rgba(189,54,15,.84);padding:15px 20px;margin:1em 0;background:#fcf4f4}
.entry-navigation{margin-top:20px}
.entry-navigation .entry-title{    font-size: 18px;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;}
/* @media (min-width:992px){.main-column{margin-left:-15px;padding:15px 25px 15px 5px;border-radius:0 4px 4px 0;background-color:#fff}
.main-img{padding:20px;border-radius:4px 0 0 4px;background-color:#fff;word-wrap:break-word}
.pad-r{margin-right:0;padding-right:0}
.show_ie .show-gun{float:right;overflow:hidden;margin-top:-25px;height:25px}
}
@media (max-width:992px){.main-column{padding:20px;border-radius:0 0 4px 4px;background:#fff}
.main-img{padding:20px;border-radius:4px 4px 0 0;background-color:#fff;word-wrap:break-word}
.pad-r{margin-right:0}
.show_ie .show-gun{float:right;overflow:hidden;margin-top:5px;height:25px}
} */
.shares a.add-favorite:hover{border-color:#1a1a1a}
h4{margin-bottom:5px}
.portlet-title{border-bottom:1px solid #eceff1}
.portlet-body{padding-top:15px}
.wbbs_list{margin-bottom:15px}
.wbbs_list_info a{color:#999;font-size:9pt}
.wbbs_list_count{color:#555;font-size:9pt}
/* .article-list .entry-media{width:90px;height:90px} */
@media (min-width:168px){.col-md-3{max-width:25%;flex:0 0 25%}
.col-md-9{max-width:75%;flex:0 0 75%}
}
.trbbs-list .trbbs-avatar img{margin-left:0}
.trbbs-avatar img{display:block;margin-left:10px;width:45px;height:45px;border-radius:100%}
img{display:inline;border-style:none;vertical-align:middle}
*,:after,:before{box-sizing:border-box}
.trbbs-avatar{position:absolute;top:15px;left:5px}
ul{margin:0;padding:0;list-style:none}
li{display:list-item;text-align:-webkit-match-parent}
label{margin-bottom:0}
.trbbs-type-1{background-color:#ff6f3d}
.trbbs-type-2{background-color:#00c250}
.trbbs-type-3{background-color:#40af3a}
.trbbs-type-4{background-color:#f1c40f}
.trbbs-type-5{background-color:#8775a7}
.trbbs-type-6{background-color:#2196f3}
.trbbs-list-kiss{color:#b16ece}
.trbbs-list-kiss2 img{margin-top:-3px;margin-left:5px}

.trbbs-list li{position:relative;padding:15px 5px 15px 65px;border-bottom:1px dotted #e2e2e2;line-height:22px}
.trbbs-list li:last-child{border-bottom:none}
.trbbs-list li h2,.trbbs-list li h2 a,.trbbs-list-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.trbbs-list li h2{margin-bottom:0;height:26px;font-size:0}
.trbbs-list li h2 a{display:inline-block;padding-right:10px;max-width:80%;font-weight:400;font-size:1pc}
.trbbs-list li h2 .layui-badge{top: 0;
    margin-right: 10px;
    padding: 0 5px;
    height: 18px;
    border: 1px solid #00c250;
    background: 0 0;
    color: #00c250;
    font-size: 9pt;
    line-height: 1pc;}
.trbbs-list-badge{position:absolute;top:15px;right:15px;font-size:0}
.trbbs-list-badge .layui-badge{margin-left:5px;border-radius:2px;font-size:9pt}
.layui-bg-red{background-color:#ff5722!important}
.trbbs-list-info{position: relative;
    color: #aaa;
    font-size: 13px;}
.trbbs-list-nums{}
.trbbs-list-info a[link],.trbbs-list-info cite{color:#969494;font-style:normal;font-size:9pt}
.trbbs-badge-accept{padding: 3px 5px!important;
    height: 18px;
    border-radius: 2px;
    line-height: 18px;
    color: #fff;
    font-size: 9pt;}

.btn-adbbs{border-radius:1px;background:#00c250;color:#fff;font-size:14px;line-height:50px}
.btn-scbbs{border:none;border-radius:0;background:none}
.btn-scbbs:hover{color: #555;}
.bbs-detail{position: absolute; bottom:0;right: 0;padding-right:0px;}
.bbs-detail a ,.comt-ctrl a{
    padding: 0 20px;
}
.article-footer .shares{
    position:absolute;
    right: 0;
    padding-bottom: 20px;
}
/* BBS回复列表 */
.trbbs-list-zxwt .trbbs-list-info span{
    font-size: 14px;
}
.trbbs-list-zxwt .trbbs-list-reply {
    color: #222;
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
    padding-right: 0px;
}
.trbbs-list-zxwt .trbbs-list-reply img {
    margin: -3px 5px 0 8px;
}
.trbbs-list-zxwt .trbbs-reply-content{
    position: relative;
    padding-top: 12px;
    font-size: 16px;
    line-height: 23px;
    color: #222;
}
.trbbs-list-zxwt .trbbs-reply-content p{
    margin: 0;
}


.trbbs-badge-accept{padding:3px 5px!important;height:18px;border-radius:2px;line-height:18px;

    color: #fff;
    font-size: 9pt;


}


h3{margin-bottom:10px}
.portlet-title h3{margin:10px 0;padding:5px 10px;
    font-size:18px;border-left: 5px solid #29ae5f;color:#000}
.bbs-show {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;padding-bottom: 3px;
}
.bbs-show .trbbs-list-info,.content-show  .trbbs-list-info{padding:20px 0 10px 0}
/* 魅族toolbar */
.xerhu-comments-toolbar {
    margin-top: 17px;
    position: relative;
    height: 24px;
    line-height: 24px;
}
.xerhu-comments-toolbar&gt;span {
    float: left;
    margin-right: 24px;
    font-size: 14px;
    color: #bdbdbd;
    cursor: pointer;
}

.xerhu-comments-toolbar&gt;a {
    float: right;
    margin-left: 30px;
    font-size: 14px;
    color: #bdbdbd;
    cursor: pointer;
}
.xerhu-comments-toolbar&gt;a:hover {
    color: #00c250;
}
.xerhu-comments-toolbar .support-icon:hover {
	color: #fbc106
}
.xerhu-comments-toolbar .against-icon:hover {
	color: #00c4c1
}

/* 魅族toolbar */
/* 评论回复 */
.reply-comments-wrap {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
}
.bbs-reply-children{
    margin-left: 60px;
    background-color: #f5f6f8;
}
.bbs-reply-children li {
    padding: 10px 5px 10px 45px;
    border-bottom: 1px dotted #e2e2e2;
    line-height: 22px;
}
.bbs-reply-children li .trbbs-avatar img {
    width: 30px;
    height: 30px;
}
.bbs-reply-children li .trbbs-list-info span{
    font-size: 12px;
}
.bbs-reply-children li .trbbs-reply-content {
    font-size: 14px;
}
.bbs-reply-children li .xerhu-comments-toolbar{
    margin-top: 8px;
}
.bbs-reply-children li .trbbs-reply-content{
    padding-top: 6px;
}
.bbs-reply-children li:last-child {
    border-bottom: 1px dotted #e2e2e2;
}
/* 评论回复 */
.comt-ctrl{
    margin-bottom: 30px;
}
/* 商城-index */
.mall-index .entry-excerpt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    color: #aaa;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 40px;
    margin-bottom: 8px;
}
.mall-index .entry-footer{
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #ebeef5;
}
.mall-index .entry-footer a {
    font-size: 12px;
    margin-right: 5px;
    color: #aaa;
    padding: 4px 6px;
    border-radius: 3px;
    font-weight: 500;
    background: #f6f6f6;
    line-height: 1;
}
.mall-index .grid_author_avt {
    position: relative;
    z-index: 9;
    display: block;
    width: 100px;
    height: 36px;
    margin-top: 0px;
    margin-left: 0px;
    transform: translateZ(0);
}
.mall-index .price,.tougao-show .price{
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.mall-index .price a,.tougao-show .price a{
    font-size: 24px;
    font-weight: bold;
    background: none;
    color: #fd721e;
}
.mall-index .price b,.tougao-show .price b{
    display: inline-block;
    color: #9a9a9a;
    border-top: 1px solid #9a9a9a;
    margin-left: 0;
    line-height: 0;
    height: 0;
    font-size: 12px;
    font-weight: 400;
}
.mall-index .section{
    padding: 20px 0;
}
.mall-index .section-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .2px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.mall-index .section-title:before {
    background-color: #e6e6e6;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.mall-index .section-title span {
    background-color: #f6f6f6;
    padding: 4px 15px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
}
/* 商城-index */

/* show右边投稿头像 */
.user_ming{
    padding: 10px;
    margin: 10px -10px -10px -10px;
    background-color: #f6fdfc;
    /* background-image: linear-gradient( 120deg , #ed1c24 0, #fb8f02 100%) !important; */
    /* border: 1px solid rgb(202, 202, 202); */
    border-radius: 15px;
    /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow:0px 10px 20px -10px rgba(0,0,0,.3); */
}
.user_ming p{
    font-size: 14px;
    color: #555;
    line-height: 25px;
    margin-bottom: 0;
    /* 5行多余省略 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.mall-show .user_ming p{
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
/* show右边投稿头像 */

/* order-&gt;order&amp;buy-online&amp;order-cart */
.order .portlet {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}  
.order .portlet .portlet-title{
    padding-bottom: 5px;
}
.order #dr_address_list {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding:0 30px;
}
.order #dr_address_list  li{
    padding: 10px 0;
    border-bottom:1px dashed #eee
}
.order #dr_address_list  li:last-child{
    border: none;
}
.order .list-item-content{
    padding-left: 30px;
}
.order .list-datetime{
    width: auto !important;margin: -50px 0px 0 0;
}
.order .btn-xs{
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
    line-height: 1.4;
    font-size: 12px;}
.order .list-icon-container{
    position: absolute;
    left: 20px;
    font-size: 20px;
}
.order .list-item-content span{
    display:block;
    margin-bottom: 8px;
}
.order .form-control-static{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.order textarea.form-control {
    background-color: #f8f8f8;
    border: 1px solid #aaa;
    color: #555;

}
.order .portlet-body,.order .portlet-foot{
    font-size: 15px;
}
.order textarea.form-control:focus{border-color:#29ae5f;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}

.order .btn{
    padding: 6px 20px;
    border-radius:4px;line-height:1.6;font-size: 14px;}
.order .portlet-body .btn{
    padding: 10px 20px;
}
.order .portlet-title h3 {
    margin: 0 10px 0 0;
    padding-left:10px;
    border-left:none;
    font-size: 20px;
}
.order .form-group a{
color: #29ae5f;
font-weight: bold;
}
.order .row{
    margin: 0;
}
.order-cart .row a:hover{
    color: #00c250;
}
.order-cart .jumbotron{
    background-color: #fff;
    padding: 20px;
}
/* order-&gt;order&amp;buy-online */


/* mall-show 最上模块 */
.mall-show .show-title .title{margin:0 0 10px;font-size:18px;line-height:30px;font-weight:700;padding-bottom:0;border:0}
.mall-show .show-title .desc{margin-bottom:15px;font-weight:700;color:red}
.font-red,.text-red{color:red}
.mall-show .main-column{font-size:14px}
.mall-show .main-column .price{padding:10px 0;line-height:40px;border-top:1px dashed #eee;border-bottom:1px dashed #eee}
.mall-show .main-column .price .money{font-size:28px;font-weight:700;font-family:arial;color:#00c250}
.mall-show .main-column .price .sale{position:relative;display:inline-block;margin-left:10px;vertical-align:5px;background-color:#00c250;padding:2px 5px;line-height:14px;font-size:9pt;font-weight:400;color:#fff}
.mall-show .main-column .price .sale:before{content:"";position:absolute;width:0;display:block;font-size:0;left:-4px;bottom:0;height:0;border:3px solid red;border-color:transparent #00c250 #00c250 transparent}
.mall-show .main-column .price .vipsale{position:relative;display:inline-block;margin-left:10px;vertical-align:5px;background-color:#fd721e;padding:2px 5px;line-height:14px;font-size:9pt;font-weight:400;color:#fff}
.mall-show .main-column .price .vipsale:before{content:"";position:absolute;width:0;display:block;font-size:0;left:-4px;bottom:0;height:0;border:3px solid red;border-color:transparent #fd721e #fd721e transparent}

.mall-show .main-column .text-muted{color:#999}
.mall-show .main-column .other{margin:10px 0;border-bottom:1px dashed #eee}
.mall-show .main-column .youti{margin:10px 0;border-bottom:1px dashed #eee}
.mall-show .main-column .youti dt{font-weight:500}
.mall-show .main-column dl.operate{margin:10px 0;padding-top:50px}
.mall-show .main-column dl.operate dd{text-align:right}
.mall-show .main-column .operate a{display:inline-block;}


.mall-show .split-line{display:inline-block;margin-left:9pt;margin-right:9pt;width:1px;height:14px;vertical-align:-2px;background-color:#eee}
.mall-show .related-posts .entry-media{flex-shrink:0;margin-bottom:0;margin-right:20px;width:10pc}


.mall-show .row{padding-bottom: 20px;}
@media (min-width:992px){
.mall-show .main-column{background-color:#fff;padding:15px 25px 0 5px;margin-left:-15px;border-radius:0 4px 4px 0}
.mall-show .main-img{background-color:#fff;word-wrap:break-word;padding:20px;border-radius:4px 0 0 4px}
.mall-show .pad-r{padding-right:0;margin-right:0}
}
@media (max-width:992px){
.mall-show .main-column{background:#fff;padding:20px;border-radius:0 0 4px 4px}
.mall-show .main-img{background-color:#fff;word-wrap:break-word;padding:20px;border-radius:4px 4px 0 0}
.mall-show .pad-r{margin-right:0}
}
/* .mall-show .btn,.tougao-show .btn{padding:6px 30px;border-radius:4px;font-size: 15px;} */
.mall-show .x-btn,.detail-page .x-btn{padding:3px 30px;border-radius:4px;font-size: 14px;}
.mall-show .main-column dl dt{float:left;color:#999;font-weight:500;padding-right: 5px;}
.mall-show .widget-area .widget-qrcode{margin-top: 0;}
.mall-show .mall-show-buy{padding: 0;margin-bottom: 20px;}
/* mall-show 最上模块 */
    /* 销售排行 */
    .xerhu-xsph .left{
        position: relative;
    }
    .xerhu-xsph .left span{
        display: block;
    }
    .xerhu-xsph .left .ys{
        position: absolute;
        right: 0;
        bottom: 5px;
        background: #fb8f02;
        padding: 3px 5px;
        font-size: 12px;
        color: #fff;
        border-radius: 3px;
    }
    /* 销售排行 */
    /* mall-show 最下面四推荐 */
    .mall-show .entry-navigation{
        padding: 20px;
        padding-bottom: 0;
    }
    .mall-show .entry-navigation .cat-posts-wrapper{
        margin: 0;
    }
    .mall-show .cat-posts-wrapper .entry-title{
        font-size: 16px;
        line-height: 26px;
    }
    .mall-show  .entry-footer {
        float: left;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #ebeef5;
    }
    .mall-show .entry-footer a {
        font-size: 12px;
        margin-right: 5px;
        color: #aaa;
        padding: 4px 6px;
        border-radius: 3px;
        font-weight: 500;
        background: #f6f6f6;
        line-height: 1;
    }
    .mall-show .entry-footer .ys{
        background: #fb8f02;
        color: #fff;
    }
    /* mall-show 最下面四推荐 */
    /*mall-show 购买数量*/
	.mall-show .qty strong{
        line-height: 36px;
        display: inline-block;
        font-weight: 400;
        color: #999;
    }
    .mall-show .qty span{
        display: inline-block;
        width: 36px;
        line-height: 35px;
        border: 1px solid #f1f1f1;
        text-align: center;
        padding-bottom: 1px;
    }
    #dr_sku_num{
        margin-bottom: 0;
    }
    .mall-show .qty .sku_num{
        margin: 0 -5px;
        width: 50px;
        border:none;
    }
    /*mall-show 购买数量*/
/* 文章列表css */
.item-box {
       padding: 15px 25px;
       margin: 0;
       border: 1px solid #fff;
       background: #fff;
       border-bottom: 1px solid rgba(0, 0, 0, .05);
       position: relative;
       transition: All .3s ease-in-out;
       -webkit-transition: All .3s ease-in-out;
       -moz-transition: All .3s ease-in-out;
       -o-transition: All .3s ease-in-out;
   }
   /* .item-box:hover{ border: 1px solid #29ae5f;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        position: relative;
        z-index: 2;
    } */
  
   .item-box .item-news-img {
       width: 160px;
       
   }
   .item-box .img-box[data-ratio="60"] {
        padding-top: 60%;
    }
    .clearfix::after {
        display: table;
        content: " ";
        clear: both;
    }
    .item-box .img-box {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
        border: 2px solid rgba(0, 0, 0, .1);
        border-radius: 4px;
    }
    .item-box .img-box {
        overflow: hidden;
        display: block;
        position: relative;
        width: 100%;
        height: 0;
    }
    .item-box .img-box img {
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform .2s;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        z-index: 1;
        background-color: rgba(255,255,255,.05);
    }
   .item-box section {
       overflow: hidden;
   }
   .item-box .entry-excerpt{
       margin-top: 0;
   }
   .item-box .entry-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
   .item-box .entry-wrapper .entry-footer {
       display: flex;
       font-size: 11px;
       font-weight: 700;
       letter-spacing: .2px;
       margin-top: 10px;
       text-transform: uppercase;
   }
   .item-box .entry-wrapper .entry-footer a {
       position: relative;
       margin-right: 5px;
       color: #aaa;
       padding: 4px 6px;
       border-radius: 4px;
       font-weight: 500;
       background: #f6f6f6;
       line-height: 1;
   }
   .item-box .entry-footer .entry-meta .meta-category {
       display: flex;
       flex-wrap: wrap;
   }
   
   .item-box .entry-footer .entry-meta .meta-category .dot{display: inline-block;background-color:var(--accent-color);border-radius:50%;height:6px;margin-right:5px;width:6px;background-color:#fd721f}
   .item-box .entry-footer .entry-meta .meta-category a:nth-child(2) .dot{background-color:#29ae5f}
   .item-box .entry-footer .entry-meta .meta-category a:nth-child(3) .dot{background-color:#2196f3}
/* 文章列表css */

/* vip页面 */
.schbg-white {
	background-color: #fff!important;
	overflow: hidden;
	padding-bottom: 30px;
}.module-line {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}.module-line .text {
    font-size: 26px;
    color: #4c4c4c;
    margin: 0 10px;
}
.module-line span {
    display: inline-block;
}.vip-slogan {
	border-radius: 5px;
	height: 280px;
	width: 1300px;
	background: #fff;
	box-sizing: border-box;
	font-size: 0;
	margin: 40px auto auto auto
}

.vip-slogan-box:nth-of-type(-n+3) {
	border-bottom: 0
}

.vip-slogan-box:nth-child(1) {
	border: 0
}

.vip-slogan-box {
	padding-top: 20px;
	display: inline-block;
	height: 50%;
	width: 410.2px;
	box-sizing: border-box;
	vertical-align: middle
}

.vip-slogan-box:nth-child(3) {
	border: 0
}

.vip-slogan-box:nth-child(4) {
	border: 0
}

.vip-slogan-box:nth-child(6) {
	border: 0
}

.vip-slogan-box i {
	width: 100px;
	line-height: 100px;
	display: inline-block;
	background-image: linear-gradient(90deg,#ed1c24 0,#fb8f02 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	text-align: center;
	vertical-align: middle
}

.vip-slogan-text {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	color: #898989
}

.vip-slogan-text p:first-child {
	font-size: 18px;
	color: #575959
}
.g-footer ol, ul {
    list-style-type: none;
    list-style-image: none;
}
.vipinfo-page {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 3rem!important;
}
.vipinfo-page:before {
    background-color: #29ae5f;
    opacity: .88;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s cubic-bezier(.77,0,.175,1);
}
.tongue {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 50%;
	z-index: 1;
	-webkit-transform: rotate(180deg) translateX(50%);
	-ms-transform: rotate(180deg) translateX(50%);
	transform: rotate(180deg) translateX(50%);
	width: 138px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #8492a6;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138' height='35' viewBox='0 0 138 35'%3E%3Cpath fill='%23FFF' d='M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z'/%3E%3C/svg%3E")
}

.tongue i {
	-webkit-animation: floating-sm 2s ease infinite;
	animation: floating-sm 2s ease infinite
}

.tongue:hover i {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}
.badge-light {
	display: inline-block;
	padding: .45em .6em .25em .6em;
	border-radius: 10rem;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #212529;
	background-color: #f8f9fa
}

.schbg-white {
	background-color: #fff!important;
	overflow: hidden;
	padding-bottom: 30px;
}

.schtext-center {
	padding-top: 3rem!important;
	text-align: center!important
}

.text-uppercase {
	text-transform: uppercase!important;
	color: #fff!important;
	font-size: 1rem
}.schtext-white {
    color: #fff!important;
    font-size: 1.75rem;
}


.page-vip .container .row .card {
	width: 23.5%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 6px
}

.page-vip .container .row .card.active {
	box-shadow: 4px 8px 40px 0 rgba(0,0,0,.1)
}

.page-vip .container .row .card {
	margin: 10px
}

.page-vip .container .row .card.ent-base:hover {
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	box-shadow: 0 26px 40px -24px rgba(0,36,100,.3)
}

.page-vip .container .row .card.ent-base {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	margin-bottom: 60px
}

.page-vip .container .row .card.ent-base .btn {
	background-image: -webkit-linear-gradient(bottom,#fff 30%,#fff);
	background-image: linear-gradient(to top,#fff 30%,#fff)
}

.page-vip .container .row .card .version {
	display:-ms-flexbox;display:flex;margin:0px auto;width:5pc;-ms-flex-align:center;align-items:center
}

.page-vip .container .row .header {
	border-radius: 6px 6px 0 0;
	height: 228px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	font-weight: 300;
	z-index: 1
}

.page-vip .container .row .header .price-year {
	margin: 12px 0 15px 0;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 400
}

.page-vip .container .row .header .pricing-deco {
	width: 100%
}

.page-vip .container .row .header .price-year .dollar {
	font-size: 18px;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 3px;
	font-weight: 300
}

.page-vip .container .row .header .price-year .price {
	font-size: 30px;
	letter-spacing: 1.7px;
	font-weight: 700;
	font-family: Helvetica
}

.page-vip .container .row .header .btn {
	width: 160px;
	border-radius: 5px;
	color: rgba(0,0,0,.7);
	font-size: 14px;
	border: 0;
	font-weight: 500;
	font-family: PingFangSC;
	cursor: pointer
}

.page-vip .container .row .header .btn:hover {
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,.14)
}

.page-vip .container .row .content {
	position: relative;
	font-size: 12px;
	padding: 10px 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	z-index: 90
}

.page-vip .container .row .content .desc {
	line-height: 1;
	padding-left: 37px;
	margin-bottom: 18px;
	color: rgba(62,62,62,.8);
	position: relative
}

.page-vip .container .row .content .desc:before {
	position: absolute;
	content: "";
	height: 6px;
	width: 9px;
	border: 2px solid #3e3e3e;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 20%;
	left: 16px;
	border-top: 0;
	border-right: 0;
	opacity: .6
}

@media screen and (max-width:1450px) {
	.page-vip .container .row .card {
		width: 23.2%
	}
}

@media screen and (max-width:750px) {
	.page-vip .container .row .card {
		width: 100%
	}
}

@media (min-width:1460px) {
	.page-vip .container .row .card {
		width: 18.5%
	}
}

.page-vip .container .row .pricing-deco .deco-layer {
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s
}

.page-vip .container .row .pricing-deco:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0)
}

.page-vip .container .row .pricing-deco:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px,0,0);
	transform: translate3d(-15px,0,0)
}

/* vip页面 */

/* 首页 网易云课堂推广 */
.xerhu-yun-video{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.xerhu-yun-video .post-grid .entry-wrapper {
    padding:20px 10px;
}
.xerhu-yun-video .post-grid .entry-header .entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .8);
    height: 22px;
    line-height: 22px;
    white-space: unset;
    text-overflow: unset;
}
.xerhu-yun-video .entry-footer .post-meta-box .meta-date {
    margin-top: 8px;
}
.xerhu-yun-video .entry-footer .post-meta-box .meta-price {
    float: right;
    margin-left: 8px;
    padding: 3px 6px 2px 6px;
    text-align: center;
    background-color:#fff;
    color: #ff5c00;
    font-size: 20px;
    font-weight: bold;
    border-radius: 2px;
    line-height: initial;
}
.xerhu-yun-video .post-grid {
    margin-bottom: 10px;
}
/* 首页 网易云课堂推广 */

/* 投稿-index-list */
.tougao-list-index dd {
    margin: 0;
}
.tougao-list-index .home-filter--content{
    margin: 0;
    padding: 80px;
}
.tougao-list-index .home-filter--content .form-box{
    background-color: rgba(255,255,255,0);
}

.tougao-list-index .home-filter--content input[type=text],.tougao-list-index .home-filter--content input[type=submit]  {
    line-height: 50px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
}
.tougao-list-index .post-list .entry-media {
    width: 200px;
}
.tougao-list-index .entry-header .entry-title {
    font-size: 16px;
}
.tougao-list-index .xerhu-taozy .post-list{
    padding: 15px;
}

.tougao-list-index .item-box {
    padding: 20px 25px;
    margin-left: -4px;
    margin-top: -4px;
    border: 4px solid #f4f5f8;
}

.item-app-img {
    width: 288px;
}
.tx-flex-col {
    display: flex;
    align-items: center;
}

.ul-detail li {
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tougao-list-index .container .content-list{
    margin-bottom: 15px;
    margin-left: -20px;
}
.tougao-list-index .container .content-list li{
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
    
}
.tougao-list-index .container .content-list li a{
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 8px 25px;
    border-radius: 2px;
}
.tougao-list-index .container .content-list li a.on,.tougao-list-index .container .content-list li a:hover{border-radius:2px;color:#fff;background:#29ae5f;background-image: linear-gradient(135deg, #3ada7d 10%, #29ae5f 100%);}
.tougao-list-index .pag-list{
    background: none;
}
/* 投稿-index-list */

/* show */
@media (min-width:992px){
    .main-column{background-color:#fff;padding:25px 25px 15px 5px;margin-left:-15px;border-radius:0 5px 5px 0}
    .main-img{background-color:#fff;word-wrap:break-word;padding:20px;border-radius:5px 0 0 5px}
    .pad-r{padding-right: 0;margin-right:0px;}
    .show_ie .show-gun{float:right;margin-top:5px;height:25px;overflow:hidden}
    }
    @media (max-width:992px){
    .main-column{background:#fff;padding:20px;border-radius:0 0 5px 5px}
    .main-img{background-color:#fff;word-wrap:break-word;padding:20px;border-radius:5px 5px 0 0}
    .pad-r{margin-right:0px;}
    .show_ie .show-gun{float:right;margin-top:5px;height:25px;overflow:hidden}
    }
    .main-img{float: left;}
    .main-img .placeholder {
                float: left;
                width: 100%;
                height: 0;
                padding-bottom: 75%;overflow: hidden;}
    .content-main { position: relative;}
    .content-main .detail-ceshi {
        display: inline-block;
        z-index: 5;
    }
    .content-main .detail-ceshi span {
        position: relative;
        padding: 5px 15px 5px 28px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        border-radius: 20px;
        margin-bottom: 3px;
    }
    .content-main .detail-ceshi span i{
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        left: 3px;
        top: 2.5px;
        overflow: hidden;
        background: #ffffff;
        
        font-size: 14px;
    }
    .detail-ke-xerhu {
        background-color: #77cf77;
    }
    .detail-ceshi .detail-ke-xerhu i{
        color: #77cf77;
    }
    .detail-yi-xerhu {
        background-color: #fb8f02;
    }
    .detail-ceshi .detail-yi-xerhu i{
        color: #ffa03f;
    }
    .detail-wei-xerhu {
        background-color: #aaa;
    }
    .detail-ceshi .detail-wei-xerhu i{
        color: #aaa;
    }
    /* show */
    /* 建站小助手 */
    .helper-index .site-content{
        padding: 20px 0;
      }
      .helper-index .section{
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 15px;
      }
     
    .home_title .title .fl-right{
      position: absolute;
      bottom: 15px;
      right: 0;
    }
    .helper-index .widget-area img{
      border-radius: 5px;
    }
    .helper-index .widget-area p{
      font-size: 14px;
      text-align: center;
    }
    .xerhu-helper-soft {
        position: relative;
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .xerhu-helper-soft *,:after,:before{box-sizing:unset}
    .xerhu-helper-soft .header {
        position: relative;
        padding: 39px 35px 32px;
        z-index: 9;
        border-radius: 8px 8px 0px 0px;
        background: url(../images/shop-bg.png) no-repeat center top;background-size: 100% 100%;
    }
    .xerhu-helper-soft .p2 .detail-up{
        font-size: 0.875rem;
        line-height: 1.5;
        color: #999 !important;
    }
    .xerhu-helper-soft .p2 .detail-up span{
        margin-right: 25px;
    }
    
    .xerhu-helper-soft .header .proimg {
        width: 126px;
        height: 126px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        float: left;
        padding: 6px;
        margin-right: 24px;
        position: relative;
    }
    .xerhu-helper-soft .header .proimg img {
        width: 126px;
        height: 126px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .xerhu-helper-soft .header .p1 {
        font-weight: bold;
        font-size: 24px;
        color: #edeff2;
    }
    .xerhu-helper-soft .header .p2 {
        font-size: 12px;
        color: #939aa8;
        margin-top: 13px;
    }
    .xerhu-helper-soft .header .p3 {
        margin-top: 32px;
    }
    .xerhu-helper-soft .header .p3 span:first-child {
        padding-left: 0;
    }
    .xerhu-helper-soft .header .p3 span {
        display: inline-block;
        position: relative;
        vertical-align: top;
        padding: 0 22px;
    }
    .xerhu-helper-soft .header .p3 i {
        display: block;
        font-size: 12px;
        color: #999;
        font-style: normal;
        margin-bottom: 5px;
        height: 16px;
        line-height: 16px;
    }
    .xerhu-helper-soft .header .p3 span:nth-child(2) i{
        margin-bottom: 2px;
    }
    .xerhu-helper-soft .header .p3 span:first-child b {
        color: #ff8c19!important;
    }
    .xerhu-helper-soft .header .p3 .xerhu-star
    {
        font-size: 17px;
    }
    .xerhu-helper-soft .header .p3 b {
        font-size: 14px;
        font-weight: 500;
        color: rgb(197, 196, 196);
    }
    .xerhu-helper-soft .header:after {
        content: "";
        display: block;
        clear: both;
    }
    .xerhu-helper-soft  .header .hont {
        padding-left: 18px;
        line-height: 20px;
        font-size: 12px;
        color: rgb(100, 100, 100);
        position: absolute;
        right: 18px;
        top: 16px;
    }
    .xerhu-helper-soft .pricelt {
        height: 58px;
        position: relative;
        z-index: 8;
        padding: 28px 28px 10px 28px;
        border-radius: 0px 0px 8px 8px;
    }
    
    .xerhu-helper-soft .pricelt .sellP {
        display: inline-block;
        float: left;
        font-size: 25px;
        color: #ff6c00;
        line-height: 1;
    }
    .xerhu-helper-soft .pricelt .sellP .priceinfo{
        font-weight: bold;
    }
    .xerhu-helper-soft .pricelt .sellP .pricefree{
        color: #29ae5f;
        font-weight: bold;
    }
    
    .xerhu-helper-soft .pricelt .p4 {
        display: block;
        font-size: 12px;
        color: #666f80;
        text-align: center;
    }
    .xerhu-helper-soft .pricelt .p4 a{
        padding: 3px 30px;
    }
    .xerhu-helper-soft .pricelt .p4 i{
        font-size: 14px;
        margin-right: 5px;
    }

    .xerhu-helper-soft .boosvip-abs {
        float: left;
        margin-left: 20px;
    }
    .content-show .xerhu-soft-list{
        border-bottom: 1px solid #f0f0f0;
        margin: 0;
    }
    /* 建站小助手 */
    /* 投稿show */
    .tougao-show .widget-area .widget-img img{
    width: 100%;
    }

    .tougao-show .widget-area .widget-pay .price{
    padding: 0 10px;
    margin-bottom: 15px;
    }
    .tougao-show .widget-author .down-info .uimg{
        display: block;
        float: left;
        margin-bottom: .8rem;
        width: 34%;
    }
    .tougao-show .widget-author .agent--contact{
        float: left;
        width: 64%;
    }
    .tougao-show .widget-author .down-info span {
    color: #555;
    margin-left: 0;
    }
    .tougao-show .widget-author .agent--contact .btn, .detail-page .widget-author .ac_qqhao {
        display: inline-block;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 15px;
        line-height: 15px;
        margin: 0 auto;
        width: auto;
    }
    .tougao-show .show-copyright{
    font-size: 13px;
    padding: 10px;
    }
    /* 投稿show */
    /* 建站小助手video */
    #video iframe{
        height: 100%;
      }
      .dplayer-mask {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          display: none;
          /* width: 100%; */
          /* height: 100%; */
          background-color: rgba(0, 0, 0, 0.8);
      }
      .article-content .content-do-video {
          display: flex;
          position: relative;
          width: 100%;
          height: 100%;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          background-color: rgba(0, 0, 0, 0.8);
      }
      .article-content .content-do-video .views {
          display: block;
          padding: 10px;
      }
      .article-content .content-do-video .rate{
          right: 20px;
          top: 10px;
          position: absolute;
          z-index: 1;
          font-weight: 500;
          margin: 10px;
          background: rgba(255, 255, 255, 0.5);
          color: #000000;
          padding: 5px 10px;
          font-size: 14px;
          border-radius: 20px;
      }
      
      .article-content .content-do-video .rate a{
          color: #000000;
      }
      .article-content .content-do-video .login-false {
          text-align: center;
          color: #efd696;
          display: block;
          margin-bottom: 20px;
          letter-spacing: 1.2px;
      }.article-content .content-do-video .t-c {
          text-align: center;
          font-size: 13px;
      }.article-content .content-do-video .pc-button {
          margin: 0 auto;
          text-align: center;
      }.article-content .content-do-video .coin {
          display: block;
          text-align: center;
          margin-top: 20px;
          margin-bottom: 20px;
      }.article-content .content-do-video .coin span {
          padding: 4px 18px;
          background-color: rgba(0, 0, 0, 0.5);
          color: #efd696;
          line-height: 1;
          border-radius: 20px;
          font-size: 13px;
          border: 1px solid #f3dfa1;
      }
      .content_huifu .rate {
        z-index: 1;
        font-weight: 500;
        background: #29ae5f;
        color: #000000;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 20px;
    }
    .content_huifu .rate a {
        color: #fff;
    }
    /* 建站小助手video */
    /* 侧边浮动 */
    @media (min-width:768px){
        .fixedbox-on {
            position: fixed;
            top: 80px;
            z-index: 98;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s
        }
        .fixedbox-off {
            position: absolute;
            bottom: 0;
            z-index: 98;
        }
    }
    
  </pre></body></html>