.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

html #layuicss-layer {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer,
.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 3px;
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
}


.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layer-anim {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 3px 3px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 15px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 14px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
    top: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #fff;
    border-color: #E9E7E7;
    color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95;
    border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}


.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 230px;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px;
    padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
    height: 43px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
    display: block
}

.layui-layer-photos {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-imgbar,
.layui-layer-imguide {
    display: none
}

.layui-layer-imgnext,
.layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.layui-layer-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000 \9;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width: 1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}


.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    /*pointer-events:none*/
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}


.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 5px;
    display: inline-block;
    border-radius: 10px;
    background: #fff;
    opacity: .5
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 18px;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}


@-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)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}


body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid hsla(0, 0%, 39%, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    word-break: break-word;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    font-size: 75.0%
}

html,
body {
    min-height: 100%
}

body {
    line-height: 1
}

a {
    color: #333
}

a:hover {
    text-decoration: none
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: transparent;
    /*-webkit-user-select: none;-moz-user-focus: none;-moz-user-select: none;*/
    text-decoration: none;
    outline: 0
}

.btn:active,
.btn:focus {
    outline: 0
}

.btn {
    color: #fff;
    border-radius: 5px;
    padding: 8px 25px;
    text-align: center;
    border: none;
    cursor: pointer
}

.btn:hover {
    opacity: .9;
}

input,
button,
textarea,
select {
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

.dripicons {
    position: relative;
    top: 2px
}

a {
    text-decoration: none
}

fieldset,
img {
    border: 0
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden
}

.noscroll {
    height: 100%;
    overflow: hidden;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

:link,
:visited {
    text-decoration: none
}

:focus {
    outline: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

body {
    background-color: #fff;
    position: relative;
    margin-top: 70px;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Source Han Sans CN", sans-serif;
    color: #333
}

body.single,
body.page,
body.ap-page-category,
body.ap-page-tag {
    background-color: #f9f9f9
}

body.home,
body.page-template-all,
body.page-template-waterfall,
body.page-template-all-vip,
body.page-template-tuan,
body.page-template-vip,
body.page-template-task {
    background-color: #fff
}

body.gd-list {
    background-color: #f9f9f9;
}

.main,
.woocommerce #main {
    padding-top: 30px
}

body.home .main {
    padding-top: 25px;
}

body.home .banner-slider + .main,
body.home .banner + .main,
body.home .slider-bottom-search + .main,
body.home .banner-bottom + .main,
body.page-template-task .banner-slider + .main {
    padding-top: 0
}

body.page-template-cms .main {
    padding-top: 0;
}

body.page-template-vip .main {
    padding: 40px 0 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px
}

.single .main .container,
.page-template-default .main .container,
.page-template-tougao .main .container {
    max-width: 1200px
}

body.home .modown-uisdc-widgets + .main,
body.home .modown-uisdc-widgets + .main {
    padding-top: 0;
}

.content-wrap {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    position: relative;
}

body.page-template-vip .content-wrap {
    margin: 0;
    float: none;
}

.content {
    position: relative
}

.page-template-guestbook .content {
    max-width: 1000px;
    margin: -60px auto 80px;
}

.page-template-guestbook .content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 35px;
    right: 35px;
    height: 200px;
    z-index: -1;

}

.page-template-guestbook .content:after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 80px;
    right: 80px;
    height: 200px;
    z-index: -3;

}

.single .content,
.page-template-default .content,
.post-type-archive-blog .content,
.page-template-tougao .content,
.page-template-tuan .content,
.page-template-all .content,
.page-template-all-vip .content,
.archive .content,
.search .content,
.home .content {
    margin-right: 320px
}

.single .content.nosidebar {
    margin-right: 0
}

.content-nav {
    padding-left: 220px;
}

.error40404 {
    text-align: center;
    font-size: 80px;
    margin: 100px auto 130px
}

.center {
    text-align: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 10001;
    background-color: #fff;
    transition: all .3s ease 0s;
    webkit-box-shadow: 0px 4px 10px 0px rgba(17, 58, 93, 0.1);
    -ms-box-shadow: 0px 4px 10px 0px rgba(17, 58, 93, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(17, 58, 93, 0.1);
}

.header.scrolled {
    webkit-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
    -ms-box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
}

.nav-main {
    float: left;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 30px
}

.nav-main li {
    position: relative;
    float: left;
    color: #333;
}

.nav-main > li.menu-item-has-children {
    padding-right: 12px;
}

.nav-main > li.menu-item-has-children:after {
    font-family: "iconfont-modown" !important;
    content: "\e623";
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: calc(50% - 4px);
    height: 12px;
    line-height: 12px;
}

.nav-main > li.menu-item-has-children:hover:after {
    content: "\e620";
}

.nav-main a {
    display: block;
    padding: 0 15px;
    -webkit-transition: ease-in color .15s;
    transition: ease-in color .15s;
    position: relative;
}

.nav-main > li > a {
    padding: 25px 13px 23px
}

.nav-main > li.current-menu-item > a:after,
.nav-main > li.current-menu-parent > a:after,
.nav-main > li.current_page_item > a:after,
.nav-main > li.current-post-ancestor > a:after,
.nav-main > li.current-menu-ancestor > a:after,
.nav-main > li.current-category-ancestor > a:after {
    content: "";
    font-size: 12px;
    position: absolute;
    bottom: 12px;
    left: calc(50% - 2.5px);
    font-weight: 300;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.nav-main .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 0;
    margin: 20px 0 0;
    line-height: 32px;
    min-width: 180px;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-in-out;
}

.nav-main > li > .sub-menu:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
}

.nav-main .sub-menu li {
    float: none
}

.nav-main .sub-menu li.menu-item-has-children:after {
    font-family: "iconfont-modown" !important;
    content: "\e621";
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: calc(50% - 6px);
    height: 12px;
    line-height: 12px;
}

.nav-main > li.mega4 .sub-menu li.menu-item-has-children:after,
.nav-main > li.mega3 .sub-menu li.menu-item-has-children:after,
.nav-main > li.mega2 .sub-menu li.menu-item-has-children:after {
    content: none;
}

.nav-main .sub-menu a {
    font-weight: normal;
    color: #333;
}


.nav-main .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: 9
}

.nav-main .explose {
    display: none;
}

.nav-main li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.nav-main > li.mega4 > .sub-menu {
    min-width: 500px;
    padding: 10px 0;
}

.nav-main > li.mega4 > .sub-menu > li {
    position: static;
}

.nav-main > li.mega4 > .sub-menu > li > a {
    position: relative;
}

.nav-main > li.mega4 > .sub-menu > li:first-child > a:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #f3f3f3;
    position: absolute;
    right: -1px;
    top: -10px;
}

.nav-main > li.mega4 > .sub-menu > li:last-child > a:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #f3f3f3;
    position: absolute;
    right: -1px;
    bottom: -10px;
}

.nav-main > li.mega4 > .sub-menu > li > a {
    width: 90px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 32px;
    border-right: 1px solid #f3f3f3;
}

.nav-main > li.mega4 > .sub-menu > li:first-child > a,
.nav-main > li.mega4 > .sub-menu > li.mg-show > a {
    background: #f3f3f3
}

.nav-main > li.mega4 > .sub-menu > li:first-child > a:after,
.nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    right: -4px;
    top: 8px;
    transform: rotate(-90deg);
}

.nav-main > li.mega4 > .sub-menu > li.mg-hide > a:after {
    content: none;
}

.nav-main > li.mega4 > .sub-menu > li.mg-hide > a {
    background: transparent;
}

.nav-main > li.mega4:hover > .sub-menu > li:first-child > .sub-menu,
.nav-main > li.mega4:hover > .sub-menu > li:first-child > .sub-menu > li > .sub-menu,
.nav-main > li.mega4 > .sub-menu > li.mg-show .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.nav-main > li.mega4 > .sub-menu > li.mg-hide .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: none
}

.nav-main > li.mega4 > .sub-menu > li > .sub-menu {
    position: absolute;
    border-radius: 0;
    box-shadow: none;
    left: 90px;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    margin-left: 5px;
    padding: 10px 0;
    min-width: 400px;
}

.nav-main > li.mega4 > .sub-menu > li > .sub-menu > li {
    padding: 8px 0;
}

.nav-main > li.mega4 > .sub-menu > li > .sub-menu > li > a {
    width: 90px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 16px;
    height: 16px;
    border-right: 1px solid #f3f3f3;
}

.nav-main > li.mega4 > .sub-menu > li > .sub-menu li {
    float: none;
}

.nav-main > li.mega4 .sub-menu .sub-menu .sub-menu a {
    color: #777;
}

.nav-main > li.mega4 .sub-menu .sub-menu .sub-menu {
    box-shadow: none;
    margin: 0;
    padding: 0;
    min-width: auto;
    left: 90px;
}

.nav-main > li.mega4 .sub-menu .sub-menu .sub-menu li {
    float: left;
}

.nav-main > li.mega3 > .sub-menu {
    min-width: 470px;
    padding: 10px 6px;
    line-height: 28px;
}

.nav-main > li.mega3:hover > .sub-menu .sub-menu {
    opacity: 1;
    visibility: visible;
}

.nav-main > li.mega3 .sub-menu .sub-menu {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    margin-left: 15px;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    background: transparent;
}

.nav-main > li.mega3 .sub-menu .sub-menu a {
    color: #777;
}

.nav-main > li.mega3 > .sub-menu > li {
    width: 150px;
    display: inline-block;
    text-align: left;
    float: left;
    margin-bottom: 10px;
}

.nav-main > li.mega3 .sub-menu .sub-menu > li {
    margin-left: 0;
    display: block;
    float: none;
}

.nav-main > li.mega3 .sub-menu .sub-menu > li a {
    padding: 0 15px 0 0
}

.nav-main > li.mega2 > .sub-menu {
    min-width: 360px;
    padding: 15px 6px;
    line-height: 30px;
}

.nav-main > li.mega2 > .sub-menu > li {
    float: left;
    width: 33.33333%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
}

.nav-main > li.mega22 > .sub-menu {
    min-width: 240px;
}

.nav-main > li.mega22 > .sub-menu > li {
    float: left;
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
}

.nav-left {
    display: none;
    float: left;
    font-size: 15px;
}

.nav-left li {
    position: relative;
    float: left;
}

.nav-left .nav-search {
    padding: 9px 10px;
}

.nav-left .nav-search a {
    padding: 6px 0;
}

.nav-left .nav-button {
    padding: 9px 10px 9px 0;
}

.nav-left .nav-button a {
    padding: 6px 0 !important;
}

.nav-left a {
    display: inline-block;
}

.nav-left .icon {
    font-size: 18px;
}

.nav-right {
    float: right;
    font-size: 15px;
    margin-top: 0px
}

.nav-right li {
    position: relative;
    float: left
}

.nav-right a {
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: ease-in color .15s;
    transition: ease-in color .15s;
    position: relative
}

.nav-right > li > a {
    padding: 25px 10px 23px
}

.nav-right .icon {
    font-size: 20px;
}

.nav-right .nav-login {
    padding: 11px 0 11px 13px;
}

.nav-right .nav-login.no {
    padding: 19px 0 17px 13px;
}

.nav-right .nav-login a {
    padding: 6px 0;
    border: none;
    position: relative;
}

.nav-right .nav-login i {
    display: none;
}

.nav-right .nav-login .avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.nav-right .nav-login.yes span {
    position: absolute;
    right: -3px;
    bottom: -1px;
}

.nav-right .nav-login.yes span:after {
    font-family: 'iconfont-modown';
    content: "\e8d2";
    font-size: 14px;
    color: #fbb715;
}

.nav-right .nav-vip {
    padding: 9.5px 13px;
}

.nav-right .nav-vip a {
    padding: 3px 0;
    color: #fbb715 !important;
}

.nav-right .nav-vip a .icon {
    font-size: 30px;
}

.nav-right .nav-tougao {
    padding: 14px 13px;
}

.nav-right .nav-tougao a {
    padding: 6px 0;
}

.nav-right .nav-notice {
    padding: 14px 13px;
}

.nav-right .nav-notice a {
    padding: 6px 0;
}

.nav-right .nav-notice .header__notify {
    position: absolute;
    top: 9px;
    right: -4px;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.nav-right .nav-notice .header__name {
    padding: 0 6px 6px;
    border-bottom: 1px solid #f5f5f5;
}

.nav-right .nav-notice .header__scroll {
    max-height: 338px;
    padding: 0 6px;
    margin: 10px 0;
    overflow: auto
}

.nav-right .nav-notice .notify {
    line-height: 1.8;
}

.nav-right .nav-notice .notify__item {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0
}

.nav-right .nav-notice .notify__icon {
    margin-right: 20px;
    margin-top: 6px;
    font-size: 0
}

.nav-right .nav-notice .notify__icon svg {
    font-size: 10px;
    fill: #a7a7a7;
    width: 1em;
    height: 1em;
    margin: 0;
    padding: 0;
}


.nav-right .nav-notice .header__notify_read {
    float: right;
    font-size: 12px;
    color: #a7a7a7;
    cursor: pointer;
}

.nav-right .nav-notice .header__notify_read .icon {
    font-size: 13px;
    position: relative;
    top: 0.5px;
}

.nav-right .nav-notice .notify__content {
    margin-bottom: 4px
}

.nav-right .nav-notice .notify a {
    color: #a7a7a7;
    transition: color .2s;
    display: inline-block;
    padding: 0
}


.nav-right .nav-notice .notify strong {
    color: #a7a7a7;
    font-weight: 600
}

.nav-right .nav-notice .notify__span {
    margin: 0 3px;
    color: #a7a7a7;
    font-weight: 300
}

.nav-right .nav-notice .notify__time {
    font-size: 9px;
    color: #a7a7a7
}

.nav-right .nav-search {
    padding: 14px 13px;
}

.nav-right .nav-search a {
    padding: 6px 0;
}

.nav-right .nav-cart {
    padding: 14px 13px;
    position: relative;
}

.nav-right .nav-cart a {
    padding: 6px 0;
    z-index: 99;
}

.nav-right .nav-cart span {
    position: absolute;
    top: 5px;
    right: -3px;
    font-size: 12px;
    font-weight: bold;
}

.nav-line {
    width: 1px;
    background: #777;
    height: 10px;
    display: inline-block;
    margin: 0 15px;
}

.nav-right .nav-button {
    display: none
}

.nav-right .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    font-size: 13px;
    padding: 12px 8px 10px;
    margin: 20px 0 0;
    line-height: 32px;
    min-width: 330px;

    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-in-out
}

.nav-right .sub-menu:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    right: 10px;
    top: -14px;
}

.nav-right .sub-menu li {
    float: left;
    width: 20%;
}

.nav-right .sub-menu li.first {
    width: 100%;
    margin-bottom: 14px;
}

.nav-right .sub-menu a {
    font-weight: normal;
    padding: 0 10px;
    color: #333
}


.nav-right .sub-menu li.item {
    text-align: center;
    line-height: 15px;
    margin-bottom: 5px;
    font-size: 12px;
}

.nav-right .sub-menu li.item a {
    padding: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
}

.nav-right .sub-menu .user-info {
    padding: 0 6px;
}

.nav-right .sub-menu .user-info .avatar {
    width: 45px;
    height: 45px;
}

.nav-right .sub-menu .user-info a {
    padding: 0;
    display: inline-block;
    position: relative;
    line-height: 1
}

.nav-right .sub-menu .user-info a .vip {
    bottom: -2px;
}

.nav-right .sub-menu .user-info .name {
    display: inline-block;
    margin-left: 6px;
    height: 45px;
    line-height: 45px;
}

.nav-right .sub-menu .user-info .name .nickname {
    display: inline-block;
    max-width: 92px;
    overflow: hidden;
    float: left;
    height: 36px;
}

.nav-right .sub-menu .user-info .name t {
    background: #fbb715;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 12px;
}

.nav-right .sub-menu .user-info .name d {
    background: rgba(45, 50, 55, 0.7);
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 12px;
}

.nav-right .sub-menu .user-money {
    display: block;
    padding-bottom: 8px;
    font-weight: normal;
    padding: 0 6px;
    color: #333
}

.nav-right .sub-menu .user-vip {
    display: block;
    padding-bottom: 8px;
    font-weight: normal;
    padding: 0 6px;
    color: #333
}

.nav-right .sub-menu .user-cart {
    display: block;
    padding-bottom: 8px;
    font-weight: normal;
    padding: 0 6px;
    color: #333
}

.nav-right .sub-menu .icon {
    top: 5px;
    font-size: 22px;
    display: inline-block;
    line-height: 30px;
}

.nav-right li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.nav-right .money-left {
    background-color: #f5f5f5;
    padding: 2px 10px;
    font-size: 13px;
    margin-top: 14px;
}

.nav-right .money-left t {
    float: right;
    color: #777
}

.nav-right .cart-left {
    background-color: #f5f5f5;
    padding: 2px 10px;
    font-size: 13px;
    margin-top: 14px;
    display: block;
}

.nav-right .cart-left t {
    float: right;
}

.nav-right .vip-left {
    background-color: #f5f5f5;
    padding: 2px 10px;
    font-size: 13px;
    margin-top: 14px;
}

.nav-right .vip-left t {
    float: right;
    color: #777;
    line-height: 22px;
    margin-top: 5px;
}

.nav-right .vip-left v {
    cursor: pointer;
    float: right;
    background: #fbb715;
    color: #fff;
    border-radius: 30px;
    padding: 4px 8px;
    display: inline-block;
    line-height: 1;
    margin-top: 6px;
}

.nav-right .vip-left .down-left {
    margin-top: -5px;
    color: #777
}

.nav-right .vip-left .down-left b {
    font-size: 16px;
}

.logo {
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}

.logo.scaning:before {
    content: "";
    position: absolute;
    left: -465px;
    top: -260px;
    width: 250px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite
}

.logo a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70px;
    width: auto
}

.nav-search-form {
    margin-left: 30px;
    float: left;
    margin-top: 15px;
    background: #f6f7f9;
    border-radius: 5px;
    display: none;
}

.nav-search-form .search-form {
    position: relative;
}

.nav-search-form .search-input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: none;
    background: transparent;
    width: 350px;
    padding: 0 15px;
}

.nav-search-form .search-form .search-cat:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #333 transparent transparent transparent;
}

.nav-search-form .search-form .search-cat {
    display: inline-block;
    position: absolute;
    border: none;
    left: 15px;
    top: 9px;
    width: 80px;
    height: 22px;
    padding: 0;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
}

.nav-search-form .search-form .search-cat + .search-input {
    text-indent: 100px;
}

.nav-search-form .search-form .search-cats {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    width: 180px;

    padding: 10px 20px;
    display: none;
}

.nav-search-form .search-form .search-cats.show {
    display: block;
}

.nav-search-form .search-form .search-cats:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
}

.nav-search-form .search-form .search-cats li {
    color: #333;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}


.nav-search-form .search-form .search-btn {
    height: 40px;
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    position: absolute;
    right: 5px;
    cursor: pointer
}

.nav-search-form .search-form .search-btn .icon {
    font-size: 20px
}

.search-wrap {
    position: fixed;
    top: -170px;
    left: 0;
    right: 0;
    transition: top 0.3s cubic-bezier(.4, 0, .2, 1);
    z-index: 10000;
}

.search-wrap.show {
    top: 70px;
}

.search-wrap-container {
    height: 100px;
    padding: 25px 0;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}

.search-wrap .search-form {
    position: relative;
    width: 86%;
    margin: 0 7%;
}

.search-wrap .search-input {
    width: calc(100% - 120px);
    height: 50px;
    font-size: 17px;
    padding: 0 15px;
    border: none;
    background: transparent;
    border: 1px solid #efefef;
    border-radius: 10px 0 0 10px;
    float: left;
}

.search-wrap .search-form .search-btn {
    float: left;
    width: 120px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
}

.search-wrap .search-form .search-btn .icon {
    font-size: 20px;
    margin-right: 8px;
}

.search-wrap .search-form .search-cat:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #333 transparent transparent transparent;
}

.search-wrap .search-form .search-cat {
    display: inline-block;
    position: absolute;
    border: none;
    left: 15px;
    top: 13px;
    width: 80px;
    height: 22px;
    padding: 0;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
}

.search-wrap .search-form .search-cat + .search-input {
    text-indent: 110px;
}

.search-wrap .search-form .search-cats {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    width: 180px;

    padding: 10px 20px;
    display: none;
}

.search-wrap .search-form .search-cats.show {
    display: block;
}

.search-wrap .search-form .search-cats:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
}

.search-wrap .search-form .search-cats li {
    color: #333;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.search-wrap .icon-close {
    position: absolute;
    right: -35px;
    top: 8px;
    font-size: 24px;
    cursor: pointer;
}

.banner {
    color: #fff;
    text-align: center;
    height: 400px;
    background-color: #333;
    margin-bottom: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.banner-bottom {
    margin-bottom: 30px;
}

.banner-slider {
    height: auto !important;
    padding: 30px 0;
    background: #fff;
    background-image: none;
}

body.gd-list .banner-slider {
    background: #f9f9f9;
}

.banner-slider.bg {
    background: #f9f9f9;
    margin-bottom: 30px
}

body.gd-list .banner-slider.bg {
    background: #f5f5f5;
}

.banner-slider-fullwidth {
    margin-bottom: 30px;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner .container {
    top: calc(50% + 20px);
    transform: translateY(-50%);
    z-index: 10;
}

.banner-archive .container,
.banner-page .container {
    z-index: 10;
}

.banner h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.banner p {
    font-size: 16px;
}

.banner .banner-btn,
.banner-archive .banner-btn {
    border: 1px solid #fff;
    background: #fff;
    font-size: 17px;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 36px;
    margin-top: 40px
}

.banner .search-form,
.banner-archive .search-form {
    margin: 30px auto 0;
    box-sizing: content-box;
    position: relative;
}

.banner-archive .category-search-form {
    margin-top: 15px;
    margin-bottom: 5px;
}

.banner .search-form .site-search-form,
.banner-archive .search-form .site-search-form {
    display: inline-block;
    position: relative;
    max-width: 650px;
}

.banner .search-form .search-cat:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #333 transparent transparent transparent;
}

.banner .search-form .search-cat,
.banner-archive .search-form .search-cat {
    display: inline-block;
    position: absolute;
    border: none;
    left: 10px;
    top: 13px;
    width: 80px;
    height: 22px;
    padding: 0;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
}

.banner .search-form .search-input,
.banner-archive .search-form .search-input {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    display: block;
    font-family: "Microsoft YaHei";
    text-indent: 20px;
    border: none;
    width: 650px;
    border-radius: 10px;
    color: #333;
}

.banner .search-form .search-cat + .search-input,
.banner-archive .search-form .search-cat + .search-input {
    text-indent: 110px;
}

.banner .search-form .search-btn,
.banner-archive .search-form .search-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 16px;
    border: none;
    display: inline-block;
    cursor: pointer;
    background: transparent;
}

.banner .search-form .search-btn .icon,
.banner-archive .search-form .search-btn .icon {
    font-size: 24px;
    top: 1px;
}

.banner .search-form .search-cats,
.banner-archive .search-form .search-cats {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    width: 180px;

    padding: 10px 20px;
    display: none;
}

.banner .search-form .search-cats.show,
.banner-archive .search-form .search-cats.show {
    display: block;
}

.banner .search-form .search-cats:before,
.banner-archive .search-form .search-cats:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
}

.banner .search-form .search-cats li,
.banner-archive .search-form .search-cats li {
    color: #333;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.search-form .search-keywords {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
}

.search-form .search-keywords a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin: 0 3px 3px;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff !important;
}

.search-wrap + .banner-bottom {
    padding-top: 30px
}

body.search .banner-archive .search-form {
    margin-top: 0;
}

body.search .banner-archive .archive-title {
    display: none;
}

.banner-archive,
.banner-page {
    color: #fff;
    text-align: center;
    padding: 30px 0 !important;
    background-color: #333;
    margin-top: 0 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.banner-archive .archive-avatar {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.banner-archive .archive-avatar span {
    position: absolute;
    right: 5px;
    bottom: -6px;
}

.banner-archive .archive-avatar span:after {
    font-family: 'iconfont-modown';
    content: "\e8d2";
    font-size: 24px;
    color: #fbb715;
}

.banner-archive .avatar {
    border-radius: 50%;
}

.banner-archive p,
.banner-page p {
    font-weight: normal;
    font-size: 13px;
    margin-top: 0;
}

.banner-archive:after,
.banner-page:after {
    content: none;
}

.slider-left {
    max-width: 895px;
}

.slider-left2 {
    max-width: 590px;
}

.slider-right {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 285px;
}

.slider-right2 {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 590px;
}

.slider-right2 .item {
    width: 285px;
    float: left;
    margin-right: 20px;
}

.slider-right .item,
.slider-right2 .item2,
.slider-right2 .item {
    margin-bottom: 20px;
    position: relative;
}

.slider-right .item:last-child {
    margin-bottom: 0
}

.slider-right2 .item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.slider-right22 .item:nth-child(2n) {
    margin-right: 0
}

.slider-right22 .item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    text-shadow: 0 1px 3px #525252;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    letter-spacing: 1.2px;
}

.slider-right a,
.slider-right2 a {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.slider-right img,
.slider-right2 img {
    width: 100%;
    height: 180px;

}

.slider-right + .modown-ad,
.slider-right2 + .modown-ad,
.slider-full + .modown-ad {
    margin-top: 20px;
}

.swiper-container {

}

.swiper-container .swiper-slide {
    position: relative;
}

.banner-slider .swiper-container .swiper-slide h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    text-shadow: 0 1px 3px #525252;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    letter-spacing: 1.2px;
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.banner-slider .swiper-container .swiper-pagination {
    text-align: right;
    right: 10px;
    left: inherit;
}

.swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 380px;

    object-fit: cover;
}

.slider-bottom-search {
    margin-bottom: 30px;
    box-sizing: content-box;
    position: relative;
    z-index: 9;
}

.slider-bottom-search .site-search-form {
    display: block;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.slider-bottom-search .search-cat:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #333 transparent transparent transparent;
}

.slider-bottom-search .search-cat {
    display: inline-block;
    position: absolute;
    border: none;
    left: 20px;
    top: 19px;
    width: 80px;
    height: 22px;
    padding: 0;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
}

.slider-bottom-search .search-input {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    display: block;
    font-family: "Microsoft YaHei";
    text-indent: 25px;
    border: none;
    width: 100%;
    border-radius: 10px;
    color: #333;
}

.slider-bottom-search .search-cat + .search-input {
    text-indent: 120px;
}

.slider-bottom-search .search-btn {
    position: absolute;
    right: 25px;
    top: 16px;
    font-size: 16px;
    border: none;
    display: inline-block;
    cursor: pointer;
    background: transparent;
}

.slider-bottom-search .search-btn .icon {
    font-size: 24px;
    top: 1px;
}

.slider-bottom-search .search-cats {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    width: 180px;

    padding: 10px 20px;
    display: none;
}

.slider-bottom-search .search-cats.show {
    display: block;
}

.slider-bottom-search .search-cats:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
}

.slider-bottom-search .search-cats li {
    color: #333;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.only-erphpdown-vip {
    text-align: center;
    min-height: 560px;
    padding-top: 160px;
    color: #fbb715;
    font-weight: 600
}

.only-erphpdown-vip .icon {
    font-size: 80px;
    color: #fbb715;
}

.archive-title {
    font-size: 22px;
    font-weight: normal;
}

.archive-title span {
    font-size: 12px;
    margin-left: 10px;
}

.archive-desc {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 5px !important;
}

.cat-nav-wrap {
    position: relative;
    text-align: center;
    padding-bottom: 30px
}

body.gd-list .cat-nav-wrap {
    text-align: inherit;
    background: #fff;
    padding: 20px 20px 10px;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.cat-nav {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    font-size: 16px;
}

.cat-nav .sub-menu {
    display: none
}

.cat-nav li {
    float: none;
    margin: 0 2px;
    display: inline-block
}

body.gd-list .cat-nav li:first-child {
    margin-left: 0;
}

body.gd-list .cat-nav li:first-child a {
    padding-left: 0;
}

.cat-nav li a {
    padding: 5px 12px;
    position: relative
}

.cat-nav li.current-menu-item a {
    color: var(--theme-color)
}

.cat-nav li.current-menu-item a:after {
    content: " ";
    width: calc(100% - 30px);
    background: var(--theme-color);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    margin-left: 15px;
}

body.gd-list .cat-nav li.current-menu-item:first-child a:after {
    margin-left: 3px;
    width: calc(100% - 18px);
}

.filters {
    padding: 15px 20px;
    margin-bottom: 20px;

    background: #f9f9f9;
}

.filters:empty {
    display: none;
}

body.gd-list .filters {
    background: #fff;
}

.filter-item {
    margin-bottom: 7px;
    padding: 0 0 7px 70px;
    position: relative;
}

.filter-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.filter-item.filter-item-order {
    border-top: 1px dashed #eaeaea;
    margin-top: -7px;
    padding-top: 7px;
}

.filter-item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.filter-item > span {
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 3px;
    color: #666;
}

.filter-item.filter-item-order > span {
    top: 10px;
}

.filter-item.filter-item-order .filter a {
    background: transparent !important;
    color: inherit;
}

.filter-item.filter-item-order .filter a:hover,
.filter-item.filter-item-order .filter a.active {
    color: var(--theme-color)
}

.filter-item.filter-item-order .filter .icon {
    font-size: 12px;
    opacity: .8
}

.filter-item:first-child > span {
    top: 3px;
}

.filter {
    display: inline-block;
    font-size: 14px;
}

.filter a {
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    color: #666;
    line-height: 1
}

.filter a.active {
    background: var(--theme-color);
    color: #fff;
    border-radius: 50px;
}

.filter .icon {
    font-size: 13px;
}

.lists {
    background: #fff;
    padding: 20px;

}

.lists.cols-two,
.lists.cols-three {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.lists:empty {
    display: none;
}

.mocat .lists {
    background: transparent !important;
    padding: 0;
    border-radius: 0;
}

body.gd-list .cat-nav-wrap + .lists {
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.lists .list {
    padding: 0 0 0 285px;
    position: relative;
    height: 170px;
    margin-bottom: 40px;
    background-image: none !important;

    transition: all .3s ease 0s;
}

.lists .list:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    background: #efefef;
    height: 1px;
}

.lists .list:last-child {
    margin-bottom: 0
}

.lists .list:last-child:before {
    display: none;
}

.lists .list.noimg {
    padding: 0;
    height: auto !important;
}

.lists .list h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.lists .list h3 a {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.lists .list.noimg h3 a {
    height: auto !important;
    -webkit-line-clamp: inherit !important;
}

.lists .list .img {
    float: left;
    margin: 0 0 0 -285px;
    overflow: hidden;

}

.lists .list.noimg .img {
    display: none;
}

.lists .list img {
    width: 265px;
    height: 170px;
    transition: all .3s ease-out 0s;

    object-fit: cover;
    background: #fff;
    display: block;
    font-size: 0;
}

.lists .list img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .3s ease-out 0s;
}

.lists .list .img .img-cat {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    font-size: 12px;
    z-index: 11;
    background: rgba(48, 56, 72, 0.5);
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 2px;
}

.lists .list .img .img-cat a {
    display: inline-block;
    height: auto;
    color: #fff
}

.lists .list .con {
    height: 170px;
}

.lists .list.noimg .con {
    height: auto !important;
}

.lists .list .cat {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin-left: 16px;
    height: 24px;
}

.lists .list .cat:empty {
    display: none;
}

.lists .list .cat:after {
    content: " ";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 15px;
    position: relative;
    left: -16px;
    top: -13px;
    border: 2px solid var(--theme-color);
}

.lists .list .tag {
    display: inline-block;
    font-size: 12px;
    color: #777;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.lists .list .tag a {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-right: 10px
}

.lists .list .tag a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.lists .list .tag a:nth-child(1):before {
    background-color: #ff5e5c;
}

.lists .list .tag a:nth-child(2):before {
    background-color: #ffbb50;
}

.lists .list .tag a:nth-child(3):before {
    background-color: #1ac756;
}

.lists .list .tag a:nth-child(4):before {
    background-color: #19B5FE;
}

.lists .list .list-meta {
    color: #777;
    font-size: 12px;
    margin-top: 10px;
}

.lists .list.noimg .list-meta {
    position: static;
}

.lists .list .list-meta a {
    color: #777;
}

.lists .list .list-meta span {
    margin-right: 12px;
}

.lists .list .list-meta .icon {
    font-size: 14px;
}

.lists .list .list-meta .price {
    float: right;
    margin-right: 0
}

.lists .list .list-meta .price .fee {
    background: #a7abb7;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    margin-right: 0
}

.lists .list .list-meta .price span {
    margin-right: 0;
}

.lists .list .list-meta .price span i {
    font-style: normal;
}

.lists .list .list-meta .vip-tag {
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    padding: 1px 4px;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.lists .list .list-meta .free-tag {
    background: #5cb85c;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.lists .list .list-meta .tuan-tag {
    background: #03c8d4;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.lists .list .excerpt {
    margin: 0;
    color: #8d939c;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 72px;
}

.lists .list.noimg .excerpt {
    height: auto !important;
}

.lists .list > .recommend-tag {
    top: -5px;
    left: 10px;
    height: 20px;
    border-radius: 2px;
    border-top-left-radius: 0;
    text-align: center;
    font-weight: 400;
    position: absolute;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
}

.lists .list > .recommend-tag:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -5px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent var(--theme-color) transparent;
}

.grids .list {
    padding: 15px 15px 15px 285px;
    position: relative;
    height: 170px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);

    transition: all .3s ease 0s;
}

.grids .list:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.grids .list h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.grids .list h3 a {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: normal
}

.grids .list .img {
    float: left;
    margin: -15px 0 0 -285px;
    overflow: hidden;
}

.grids .list .thumb {
    width: 265px;
    height: 170px;
    transition: all .3s ease-out 0s;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.grids .list .thumb:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .3s ease-out 0s;
}

.grids .list .img .img-cat {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    font-size: 12px;
    z-index: 11;
    background: rgba(48, 56, 72, 0.5);
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 2px;
}

.grids .list .img .img-cat a {
    display: inline-block;
    height: auto;
    color: #fff
}

.grids .list .con {
    position: relative;
    height: 140px;
}

.grids .list .cat {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin-left: 16px;
    height: 24px;
}

.grids .list .cat:after {
    content: " ";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 15px;
    position: relative;
    left: -16px;
    top: -13px;
    border: 2px solid var(--theme-color);
}

.grids .list .list-meta {
    color: #bbb;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.grids .list .list-meta span {
    margin-right: 8px;
}

.grids .list .excerpt {
    margin: 0;
    color: #8d939c;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.grids .list > .recommend-tag {
    top: -5px;
    left: 10px;
    height: 20px;
    border-radius: 2px;
    border-top-left-radius: 0;
    text-align: center;
    font-weight: 400;
    position: absolute;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
}

.grids .list > .recommend-tag:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -5px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent var(--theme-color) transparent;
}

.grids {
    margin: 0 -10px 20px;
    position: relative
}

.grids.waterfall {
    display: block
}

.grids .grid {
    width: 285px;
    margin: 0 10px 20px;
    float: left;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
    position: relative;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease 0s;
}

.grids .grid:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.grids .grid.grid-ts:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .2));;
    content: "";

}

.grids .grid .img {
    overflow: hidden;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
    position: relative;
    height: 180px;
}

.grids .grid .img a {
    display: block;
    height: 100%
}

.grids .grid .thumb {
    width: 100%;
    height: 100%;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
    transition: all .3s ease-out 0s;
    object-fit: cover;
    background: #fff;
    display: block;
    font-size: 0;
}

.grids .grid .thumb:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .3s ease-out 0s;
}

.grids .grid.grid-ts img {
    visibility: hidden;
}

.grids.waterfall .grid .img {
    height: auto !important
}

.grids .grid .grid-video {
    width: 100%;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
    transition: all .3s ease-out 0s;
    display: none;
}

.grids .grid .grid-video video,
.grids .grid .grid-video iframe {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.grids .grid .video-icon {
    position: absolute;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    width: 45px;
    height: 45px;
}

.grids .grid .video-icon i {
    left: 1px;
    top: -10px;
    font-size: 45px;
    height: 45px;
}

.grids .grid .img .img-cat {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    font-size: 12px;
    z-index: 11;
    background: rgba(48, 56, 72, 0.5);
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 2px;
}

.grids .grid .img .img-cat a {
    display: inline-block;
    height: auto;
    color: #fff
}

.grids .grid h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 10px;
    position: relative;
}

.grids .grid h3 a {
    color: #333;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    word-break: break-all;
}

.grids .grid.grid-ts h3 a {
    color: #f1f1f1 !important;
}

.grids .grid h3 a:hover {
    color: var(--theme-color) !important
}

.grids .grid .grid-custom-metas {
    padding: 0 10px;
    font-size: 13px;
    color: #5a5f6d;
}

.grids .grid p,
.grids .grid .excerpt {
    margin: 0px 10px 10px;
    color: #999;
    font-size: 13px;
    line-height: 19px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    word-break: break-all;
    position: relative;
    display: none;
}

.grids .grid.grid-ts p,
.grids .grid.grid-ts .excerpt {
    color: #dadada;
}

.grids .grid .grid-meta {
    color: #777;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
}

.grids .grid.grid-ts .grid-meta {
    color: #dadada;
}

.grids .grid.grid-ts .cat a {
    color: #f1f1f1;
}

.grids .grid.grid-ts .cat a:hover {
    color: var(--theme-color);
}

.grids .grid .grid-meta .price {
    float: right;
    line-height: 18px;
}

.grids .grid .grid-meta .price .fee {
    background: #ababab;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.grids .grid .grid-meta .downs,
.grids .grid .grid-meta .time,
.grids .grid .grid-meta .views,
.grids .grid .grid-meta .comments,
.grids .grid .grid-meta .favs {
    margin-right: 8px;
    position: relative;
}

.grids .grid.grid-zz .grid-meta .downs,
.grids .grid.grid-zz .grid-meta .time,
.grids .grid.grid-zz .grid-meta .views,
.grids .grid.grid-zz .grid-meta .comments,
.grids .grid.grid-zz .grid-meta .favs {
    margin-right: 12px;
    position: relative;
}

.grids .grid.grid-zz .grid-meta .time {
    display: none;
}

.grids .grid .grid-meta .icon {
    font-size: 14px;
    line-height: 16px;
}

.grids .grid .grid-meta .icon-vip-card {
    font-size: 18px;
    top: -2px;
    color: #fbb715
}

.grids .grid > .vip-tag {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    padding: 0 4px;
    font-size: 12px;
    border-radius: var(--theme-radius) 0 var(--theme-radius) 0;
    min-width: 32px;
    text-align: center;
}

.grids .grid > .vip-tag i {
    font-style: normal;
}

.grids .grid > .free-tag {
    background: #5cb85c;
    background-image: none;
    color: #fff
}

.grids .grid > .tuan-tag {
    background: #03c8d4;
    background-image: none;
    color: #fff
}

.grids .grid > .recommend-tag {
    top: -5px;
    right: 10px;
    height: 20px;
    border-radius: 2px;
    border-top-left-radius: 0;
    text-align: center;
    font-weight: 400;
    position: absolute;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
}

.grids .grid > .recommend-tag:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -5px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent var(--theme-color) transparent;
}

.grids .grid .cats {
    padding: 0 10px;
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.grids .grid.grid-ts .cats a {
    color: #fff;
}

.grids .grid .cat {
    padding: 12px 10px 0 10px;
    display: block;
    font-size: 12px;
    color: #777;
    margin-left: 16px;
    height: 27px;
    position: relative;
}

.grids .grid .cat:empty {
    height: 30px;
}

.grids .grid .cat:after {
    content: " ";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 15px;
    position: relative;
    left: -16px;
    top: -13px;
    border: 2px solid var(--theme-color);
}

.grids .grid .cat:empty:after {
    display: none;
}

.grids .grid .cat .price {
    float: right;
    line-height: 18px;
}

.grids .grid .cat .price .fee {
    background: #ababab;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.grids .grid .cat .price .icon {
    font-size: 14px;
    line-height: 16px;
}

.grids .grid .tag {
    padding: 12px 10px 0 10px;
    display: block;
    font-size: 12px;
    color: #777;
    height: 27px;
    position: relative;
    overflow: hidden;
}

.grids .grid .tag a {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-right: 10px
}

.grids .grid .tag a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.grids .grid .tag a:nth-child(1):before {
    background-color: #ff5e5c;
}

.grids .grid .tag a:nth-child(2):before {
    background-color: #ffbb50;
}

.grids .grid .tag a:nth-child(3):before {
    background-color: #1ac756;
}

.grids .grid .tag a:nth-child(4):before {
    background-color: #19B5FE;
}

.grids .grid .grid-author {
    padding: 10px;
    border-top: 1px solid #f3f3f3;
    margin-top: 5px;
    overflow: hidden;
    color: #777
}

.grids .grid.grid-ts .grid-author {
    color: #616161;
}

.grids .grid .grid-author .avatar {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    float: left;
}

.grids .grid.grid-ts .grid-author .avatar {
    visibility: visible;
}

.grids .grid .grid-author .author-name {
    height: 24px;
    line-height: 24px;
    margin-left: 8px;
    font-size: 12px;
    display: inline-block;
    float: left;
    max-width: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.grids .grid .grid-author .time {
    font-size: 12px;
    float: right;
    height: 24px;
    line-height: 24px;
}

.gd-mini .grids {
    margin: 0 -7.5px 15px;
}

.gd-mini .grids .grid {
    margin: 0 7.5px 15px;
    width: calc(20% - 15px)
}

.gd-mini .grids .grid .img {
    height: 144px;
}

.gd-mini .grids .grid .cat {
    padding-top: 10px;
}

.gd-mini .grids .grid h3 {
    margin: 10px;
    font-size: 14px;
}

.gd-mini.mini-six .grids .grid {
    width: calc(16.6666% - 15px)
}

.gd-mini.mini-six .grids .grid .img {
    height: 118px;
}

.grids .audio {
    height: 125px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
    width: 285px;
    margin: 0 10px 20px;
    padding: 15px;
    float: left;
    position: relative;

    background-size: cover;
    background-position: center;
    transition: all .3s ease 0s;
}

.grids .audio .audio-play {
    float: left;
    display: block;
    width: 51px;
    height: 51px;
    cursor: pointer
}

.grids .audio .audio-play.on {
    background-position: -85px -16px
}

.grids .audio .info {
    float: left;
    display: block;
    height: 51px;
    margin-left: 15px;
    width: calc(100% - 66px);
    margin-bottom: 24px
}

.grids .audio .title {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 51px;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 15px;
    line-height: 51px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.grids .audio .times {
    display: inline-block;
    width: 288px;
    height: 30px
}

.grids .audio .star-time {
    float: left;
    display: block;
    width: 40px;
    height: 23px;
    color: #696969;
    text-align: right;
    font-size: 14px;
    line-height: 23px
}

.grids .audio .time-bar {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    overflow: hidden;
    width: 164px;
    height: 24px;
    margin: 0 5px;
    background: #bfbfbf;
    cursor: pointer
}

.grids .audio .time-bar .progressBar {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.grids .audio .time-bar .move-color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 24px;
    height: 100%;
    background-color: #658ae4
}

.grids .audio .time-bar .timeTip {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 3;
    width: 40px;
    color: #0099e5;
    text-align: center;
    font-size: 12px
}

.grids .audio .end-time {
    float: left;
    display: block;
    width: 40px;
    color: #696969;
    font-size: 14px;
    line-height: 23px
}

.grids .erphpdown-tuan-process {
    display: inline-block;
    width: 60%;
}

.grids .erphpdown-tuan-process .line {
    background: #f1f1f1;
    height: 8px;
    width: 60%;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: -2px
}

.grids .erphpdown-tuan-process .line span {
    display: block;
    height: 8px;
    width: 0px;
    background: #03c8d4;
    border-radius: 3px 0 0 3px;
}

.grids .erphpdown-tuan-process .data {
    text-align: center;
    font-size: 10px;
    color: #8a92a9;
    padding: 4px 0 4px 8px;
    display: inline-block;
    position: relative;
    top: -2px
}

.lists .grid {
    float: left;
    width: 32%;
    float: left;
    background: #fff;
    background-image: none !important;
    margin-right: 2%;
    padding: 4px 8px 4px 120px;
    position: relative;
    height: 75px;
    margin-bottom: 20px;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}

.lists.cols-two .grid {
    width: 49%;
    padding: 8px 8px 4px 180px;
    height: 115px;
}

.lists .grid:nth-child(3n) {
    margin-right: 0
}

.lists.cols-two .grid:nth-child(3n) {
    margin-right: 2%
}

.lists.cols-two .grid:nth-child(2n) {
    margin-right: 0
}

.lists .grid.noimg {
    padding: 4px 8px !important;
}

.lists.cols-two .grid.noimg {
    padding: 8px 8px 4px 8px !important;
}

.lists .grid .cat {
    display: none;
    font-size: 12px;
    color: #777;
    margin-left: 16px;
    height: 16px;
}

.lists.cols-two .grid .cat {
    display: inline-block;
}

.lists .grid .cat:after {
    content: " ";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 15px;
    position: relative;
    left: -16px;
    top: -13px;
    border: 2px solid var(--theme-color);
}

.lists .grid .tag {
    font-size: 12px;
    color: #777;
    height: 16px;
    position: relative;
    display: none;
    overflow: hidden;
}

.lists.cols-two .grid .tag {
    display: inline-block;
}

.lists .grid .tag a {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-right: 10px
}

.lists .grid .tag a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.lists .grid .tag a:nth-child(1):before {
    background-color: #ff5e5c;
}

.lists .grid .tag a:nth-child(2):before {
    background-color: #ffbb50;
}

.lists .grid .tag a:nth-child(3):before {
    background-color: #1ac756;
}

.lists .grid .tag a:nth-child(4):before {
    background-color: #19B5FE;
}

.lists .grid h3 {
    font-size: 14px;
    margin-top: 2px;
    font-weight: normal;
    margin-bottom: 2px;
}

.lists.cols-two .grid h3 {
    margin-bottom: 5px;
    font-size: 15px;
}

.lists .grid h3 a {
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    word-break: break-all;
}

.lists.cols-two .grid h3 a {
    -webkit-line-clamp: 1;
    height: 20px;
}

.lists .grid .grid-custom-metas {
    display: none;
}

.lists .grid .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.lists .grid.noimg .img {
    display: none;
}

.lists .grid .thumb {
    width: 110px;
    height: 75px;
    transition: all .3s ease-out 0s;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
    object-fit: cover;
    background: #eee;
    display: block;
    font-size: 0;
}

.lists.cols-two .grid .thumb {
    width: 170px;
    height: 115px;
}

.lists .grid .thumb:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .3s ease-out 0s;
}

.lists .grid .grid-video,
.lists .grid .video-icon {
    display: none;
}

.lists .grid .img .img-cat {
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    font-size: 12px;
    z-index: 11;
    background: rgba(48, 56, 72, 0.5);
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 2px;
}

.lists .grid .img .img-cat a {
    display: inline-block;
    height: auto;
    color: #fff
}

.lists.cols-two .excerpt {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    margin-bottom: 10px;
}

.lists .grid .grid-meta {
    color: #777;
    font-size: 12px;
    bottom: 6px;
    left: 120px;
    right: 8px;
    max-height: 24px;
    overflow: hidden;
    position: absolute;
}

body.gd-large .lists:not(.cols-two) .grid .grid-meta {
    left: 140px;
}

.lists.cols-two .grid .grid-meta {
    left: 180px;
}

.lists .grid.noimg .grid-meta {
    left: 8px;
}

.lists .grid .grid-meta span {
    margin-right: 8px;
}

.lists .grid .grid-meta .price {
    float: right;
    margin-right: 0
}

.lists .grid .grid-meta .price .fee {
    background: #ababab;
    padding: 1px 4px;
    color: #fff;
    border-radius: 2px;
    margin-right: 0
}

.lists .grid .grid-meta .price span {
    margin-right: 0;
}

.lists .grid .grid-meta .price span i {
    font-style: normal;
}

.lists .grid .grid-meta .vip-tag {
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    padding: 0 4px;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.lists .grid .grid-meta .free-tag {
    background: #5cb85c;
    padding: 0 4px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 1px
}

.lists .grid .grid-meta .tuan-tag {
    background: #03c8d4;
    padding: 0 4px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: 3px
}

.lists .grid .grid-meta .icon {
    font-size: 14px;
}

.lists .grid .grid-author {
    display: none;
}

.lists .grid > .vip-tag {
    display: none;
}

.lists .grid > .recommend-tag {
    top: -5px;
    left: 10px;
    height: 20px;
    border-radius: 2px;
    border-top-left-radius: 0;
    text-align: center;
    font-weight: 400;
    position: absolute;
    background: var(--theme-color);
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
}

.lists .grid > .recommend-tag:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -5px;
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent var(--theme-color) transparent;
}

.lists .erphpdown-tuan-process {
    display: inline-block;
    width: 80%;
}

.lists .erphpdown-tuan-process .line {
    background: #f1f1f1;
    height: 8px;
    width: 60%;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: -2px
}

.lists .erphpdown-tuan-process .line span {
    display: block;
    height: 8px;
    width: 0px;
    background: #03c8d4;
    border-radius: 3px 0 0 3px;
}

.lists .erphpdown-tuan-process .data {
    text-align: center;
    font-size: 10px;
    color: #8a92a9;
    padding: 4px 0 4px 8px;
    display: inline-block;
    position: relative;
    top: -2px
}

.contents p:empty {
    margin: 0;
}

.moad {
    margin-bottom: 15px;
}

.moad img {
    width: 100%;
    height: auto;

}

.mocat {
    padding: 40px 0 25px;
    background: #fff
}

.mocat:first-child {
    margin-top: -10px
}

.home-cathumbs + .contents .mocat:first-child {
    margin-top: -30px
}

.mocat:nth-child(2n) {
    background: #f9f9f9
}

body.gd-list .mocat {
    background: transparent;
}

.mocat .grids {
    margin-bottom: 0
}

.mocat .mocat-title-nav {
    text-align: center;
}

.mocat .mocat-title-nav a {
    margin: 0 10px 45px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.mocat .mocat-title-nav a.active:after {
    content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 35px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.mocat .mocat-title-nav a span {
    position: relative;
}

.mocat .mocat-title-nav a i {
    display: none;
}

.mocat h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: normal;
}

.mocat h2:after {
    content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.mocat h2 span {
    position: relative;
}

.mocat h2 i {
    position: absolute;
    right: -43px;
    top: -10px;
    background: var(--theme-color);
    padding: 1px 5px;
    border-radius: 20px 20px 20px 0;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
}

.mocat .desc {
    text-align: center;
    color: #777;
    margin-bottom: 30px;
    margin-top: -15px;
    font-size: 14px;
}

.mocat .child {
    list-style: none;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 24px;
}

.mocat .child li {
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 6px;
}

.mocat .child li a {
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
}

.mocat .child li a.active {
    color: var(--theme-color);
}

.mocat .child li a.active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--theme-color)
}

.mocat .cfilter {
    list-style: none;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 24px;
}

.mocat .cfilter li {
    display: inline-block;
    margin: 0 3px;
    margin-bottom: 6px;
}

.mocat .cfilter li a {
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
}

.mocat .cfilter li a.active {
    color: var(--theme-color);
}

.mocat .cfilter li a.active:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--theme-color)
}

.mocat .more {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px
}

.mocat .more a {
    display: inline-block;
    padding: 10px 80px;
    text-decoration: none;
    background-color: var(--theme-color);
    color: #fff !important;
    border-radius: 50px;
}

.mocat .more a:hover {
    opacity: .88
}

.mocat .pagination {
    margin-top: 15px;
}

.mocat .tasks {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.mocats .molis {
    margin: 0 -10px;
}

.mocats .moli {
    width: calc(33.3333% - 20px);
    float: left;
    margin: 0 10px 20px;
    background: #fff;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
}

.mocats.cols-two .moli {
    width: calc(50% - 20px);
}

.mocats .moli .moli-header {
    padding: 18px 20px;
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.mocats .moli .moli-header:after {
    border-radius: var(--theme-radius) var(--theme-radius) 0 0
}

.mocats .moli .moli-header a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.mocats .moli .moli-header h3 {
    font-weight: normal;
    font-size: 18px;
    z-index: 10;
    position: relative;
}

.mocats .moli .moli-header .des {
    font-size: 13px;
    z-index: 10;
    position: relative;
    line-height: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 16px;
}

.mocats .moli ul {
    padding: 20px 15px;
}

.mocats .moli ul li {
    margin-bottom: 10px;
    padding: 0 60px 0 26px;
    position: relative;
}

.mocats .moli ul li:last-child {
    margin-bottom: 0
}

.mocats .moli ul a {
    display: block;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.mocats .moli ul span {
    position: absolute;
    right: 0;
    top: -1px;
    color: #777;
    font-size: 12px;
    width: 55px;
    height: 20px;
    overflow: hidden;
}

.mocats .moli ul span .icon {
    font-size: 14px;
}

.mocats .moli ul li > i {
    position: absolute;
    left: 0;
    top: 3px;
    background: #ccc;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.mocats .moli ul li:first-child > i {
    background: var(--theme-color);
}

.mocats .moli ul li:nth-child(2) > i {
    background: var(--theme-color);
    opacity: .8
}

.mocats .moli ul li:nth-child(3) > i {
    background: var(--theme-color);
    opacity: .6
}

.post .post-sign,
.article-header .post-sign {
    background: #ff9600;
    color: #fff;
    padding: 0px 4px;
    display: inline-block;
    border-radius: 5px 0 5px 0;
    font-size: 12px;
    margin-right: 5px;
    line-height: 18px;
    position: relative;
    top: -1px;
    font-weight: normal;
}

.more-all {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px
}

.more-all a {
    display: inline-block;
    padding: 10px 80px;
    text-decoration: none;
    background-color: var(--theme-color);
    color: #fff !important;
    border-radius: 50px;
}

.more-all a:hover {
    opacity: .88
}

.posts-loading {
    display: none;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    color: #AAB2BD;
    padding: 20px
}

.loadings {
    width: 80px;
    height: 20px;
    margin: 0 auto 30px;
    text-align: center;
}

.loadings span {
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #fdfdfd;
    -webkit-animation: loadings 1s ease infinite
}

@-webkit-keyframes loadings {

    0%,
    100% {
        height: 20px;
        background: #fdfdfd
    }

    50% {
        height: 20px;
        margin: -15px 0;
        background: #e4e7ec
    }
}

.loadings span:nth-child(2) {
    -webkit-animation-delay: 0.2s
}

.loadings span:nth-child(3) {
    -webkit-animation-delay: 0.4s
}

.loadings span:nth-child(4) {
    -webkit-animation-delay: 0.6s
}

.loadings span:nth-child(5) {
    -webkit-animation-delay: 0.8s
}

.pagination {
    margin: 0;
    padding: 0 20px 30px;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

body.gd-list .pagination,
body.gd-list .pagination-trigger {
    background: #fff;
    padding: 20px;
}

.pagination ul {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.pagination ul > li {
    display: inline
}

.pagination ul > li > a,
.pagination ul > li > span {
    margin: 0 2px;
    float: left;
    padding: 5px 12px;
    background-color: #ddd;
    color: #666;
    border-radius: 5px;
    opacity: .88;
    text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
    opacity: 1
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: var(--theme-color) !important;
    color: #fff
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    cursor: default
}

.pagination ul > li > span,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul > li #jump_page {
    height: 28px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    width: 40px;
    padding: 0;
    float: left;
    margin-left: 10px;
    -moz-appearance: textfield;
    background: transparent;
}

.pagination ul > li #jump_page::-webkit-inner-spin-button,
.pagination ul > li #jump_page::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination ul > li .page-jump {
    background-color: transparent !important;
    padding: 5px;
}

.pagination-trigger {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px
}

body.gd-list .pagination-trigger {
    margin-bottom: 0;
    padding: 0 15px 30px;
}

.pagination-trigger a {
    margin: 0 5px;
    display: inline-block;
    padding: 8px 45px;
    text-decoration: none;
    background-color: var(--theme-color);
    color: #fff !important;

    opacity: .88;
    text-decoration: none;
}

.pagination-trigger a:hover {
    opacity: 1
}

.pagination-loading {
    font-size: 16px;
    text-align: center;
    color: #AAB2BD;
    padding: 10px 15px;
    margin-bottom: 20px
}

body.gd-list .pagination-loading {
    background: #fff
}

.home-cathumbs {
    margin-bottom: 30px;
}

.home-cathumbs .container {
    overflow: hidden;
}

.home-cathumbs .swiper-cathumbs {
    overflow: initial;
    margin: 0 -5px
}

.home-cathumbs .swiper-button-next,
.home-cathumbs .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    margin-top: 0;
    background-size: 7px 11.9px;
}

.home-cathumbs .items .item {
    float: left;
    width: calc(12.5% - 10px);
    min-width: 141.25px;
    margin: 0 5px 10px 5px;
    position: relative;
    text-align: center;

    overflow: hidden;
}

.home-cathumbs .items .item a {
    display: block;
    position: relative;
}

.home-cathumbs .items .item a:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-cathumbs .items .item img {

    width: 100%;
    height: auto;
}

.home-cathumbs .items .item h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.home-authors {
    background: #fff;
    padding: 40px 0 25px;
}

.home-authors h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: normal;
}

.home-authors h2:after {
    content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.home-authors .home-authors-items {
    margin: 0 -10px;
}

.home-authors .home-authors-items .home-author {
    float: left;
    margin: 0 10px 20px;
    width: calc(12.5% - 20px);
    text-align: center;
}

.home-authors .home-authors-items .home-author .avatar {
    border-radius: 50%
}

.home-authors .home-authors-items .home-author .name {
    display: block;
    margin-top: 5px;
    color: #777;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.home-blogs {
    background: #f9f9f9;
    padding: 40px 0 25px;
}

.home-blogs h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: normal;
}

.home-blogs h2:after {
    content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.home-blogs .desc {
    text-align: center;
    color: #777;
    margin-bottom: 30px;
    margin-top: -15px;
    font-size: 14px;
}

.home-blogs .lists {
    background: transparent !important;
    padding: 0;
}

.home-blogs .lists .grid.nopic {
    padding-left: 10px !important;
}

.home-blogs .lists .grid.nopic .grid-meta {
    left: 8px !important;
}

.home-blogs .more {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.home-blogs .more a {
    display: inline-block;
    padding: 10px 80px;
    text-decoration: none;
    background-color: var(--theme-color);
    color: #fff !important;
    border-radius: 50px;
}

.home-blogs .more a:hover {
    opacity: .88
}

.breadcrumbs {
    padding: 0 0 15px;
    font-size: 14px;
    color: #777;
    margin: -10px 0 0;
}

.breadcrumbs .sep,
.breadcrumbs .current,
.breadcrumbs a {
    color: #777;
}

.breadcrumbs .current {
    color: #777;
}

.article-audio {
    margin-bottom: 0;

    overflow: hidden;
    background: #fff;
    height: 480px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
}

.article-audio .erphpdown .erphpdown-vip,
.article-audio .erphpdown .erphpdown-buy {
    margin-right: 0;
}

.article-audio .erphpdown {
    border: none !important;
    background: transparent !important;
    z-index: 1;
    position: relative;
}

.article-video {

    overflow: hidden;
    font-size: 0;
    margin-bottom: 20px;
    position: relative;
    background: #000;
}

.content-wrap .article-video {
    margin-bottom: 0;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
    overflow: hidden;
}

.article-video iframe {
    width: 100%;
}

.article-video .erphp-vod {
    margin-bottom: 0
}

.article-video .erphpdown .erphpdown-vip,
.article-video .erphpdown .erphpdown-buy {
    margin-right: 0;
}

.dplayer:-webkit-full-screen .dplayer-video-wrap .dplayer-video {
    height: 100% !important;
}

.ckplayer-erphpdown-video,
.dplayer-erphpdown-video,
.fplayer-erphpdown-video {
    background: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.ckplayer-erphpdown-video .playicon,
.dplayer-erphpdown-video .playicon,
.fplayer-erphpdown-video .playicon {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    display: inline-block;
    left: calc(50% - 40px);
}

.ckplayer-erphpdown-video .icon-play,
.dplayer-erphpdown-video .icon-play,
.fplayer-erphpdown-video .icon-play {
    font-size: 80px;
    top: -26px;
}

.ckplayer-erphpdown-video .erphpdown,
.dplayer-erphpdown-video .erphpdown,
.fplayer-erphpdown-video .erphpdown {
    border: none !important;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    margin-bottom: 10px;
    background: transparent !important;
    padding: 15px 0 !important;
}

.videos-menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 0;
    z-index: 999;
    transition: all .3s ease 0s;
    overflow-y: auto;
    background: rgba(35, 35, 35, .7);
}

.videos-menu.active {
    width: 280px;
    padding: 10px 15px;
}

.videos-menu h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
}

.videos-menu .item {
    position: relative;
    padding-right: 60px;
}

.videos-menu .item a {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    height: 21px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999;
}

.videos-menu .item a.active,
.videos-menu .item a:hover {
    color: #fff;
}

.videos-menu .item span {
    position: absolute;
    right: 0;
    top: 1px;
    color: #999;
    font-size: 12px;
}

.vmenu-trigger {
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    height: 40px;
    width: 20px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    color: #999 !important;
    background: rgba(35, 35, 35, .7);
    display: inline-block;
    line-height: 40px;
    transition: all .3s ease 0s;
    z-index: 999;
}

.vmenu-trigger.active {
    right: 280px;
}

.vmenu-trigger i {
    font-size: 16px;
    top: 0;
}

.vmenu-trigger.active i:before {
    content: "\e621" !important;
}

.article-video .erphpdown .erphpdown-vip {
    color: #845602 !important;
}

.article-header-box {
    background: #fff;
    padding: 20px 20px 20px 445px;

    margin-bottom: 20px;
}

.header-box-img {
    width: 400px;
    height: 260px;
    margin-left: -425px;
    float: left;
}

.header-box-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-box-con .article-title {
    margin-bottom: 0;
    margin-top: -4px;
}

.header-box-con .custom-metas {
    background: #f5f5f5;
    padding: 7px 10px;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #999;
    border-radius: 5px;
}

.header-box-con .custom-metas:empty {
    display: none;
}

.header-box-con .custom-metas .meta {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin: 2px 0;
}

.header-box-con .custom-metas .meta span {
    color: #666;
}

.header-box-con .excerpt {
    margin-bottom: 15px;
    color: #8d939c;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}

.header-box-con .erphpdown {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0;
    background: transparent !important;
}

.header-box-con .erphpdown .erphpdown-title {
    display: none;
}

.header-box-con .erphpdown .erphpdown-child {
    padding: 25px 15px;
    border: none;
    margin-bottom: 15px;
    color: #666;
    border-radius: 5px;
}

.header-box-con .erphpdown .erphpdown-child-title {
    padding: 0 7px 1px;
    color: #777;
    position: absolute;
    top: 0;
    left: 15px;
    background: #dedede;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
}

.header-box-con .erphpdown .demo-demo {
    background: #67CE9B;
    color: #fff;
    display: inline-block;
}

.header-box-con .erphpdown .erphpdown-btn-large {
    border-radius: 5px;
    padding: 8px 15px;
    min-width: 100px;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 0;
    text-align: center;
    float: left;
}

.header-box-con .erphpdown .erphpdown-child .erphpdown-btn-large {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.header-box-con .erphpdown .erphpdown-btn-large.bought {
    background: #5cb85c !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.erphpdown-tuan-btn {
    background: #03c8d4 !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.erphpdown-tuan-over {
    background: #dedede !important;
    color: #333 !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.vip {
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e !important;
}

.header-box-con .erphpdown .erphpdown-btn-large.disabled {
    opacity: .8
}

.header-box-con .erphpdown .erphpdown-btn-large:hover {
    opacity: .9;
}

.header-box-con .erphpdown .erphpdown-box-tips {
    display: inline-block;
    background: #fff3e9;
    border-radius: 5px;
    line-height: 37px;
    padding: 0 13px;
}

.header-box-con .erphpdown .erphpdown-child .erphpdown-box-tips {
    border: none;
    background: transparent !important;
    padding: 0;
    line-height: 37px;
}

.header-box-con .erphpdown .erphpdown-box-tips .erphpdown-vip,
.header-box-con .erphpdown .erphpdown-box-tips .erphp-login-must {
    color: #f58b36 !important;
    padding: 0;
    background: transparent !important;
    font-size: 14px;
}

.header-box-con .erphpdown .erphpdown-box-tips .erphp-login-must {
    margin-right: 6px;
}

.header-box-con .erphpdown .erphpdown-box-tips .icon-crown-s {
    color: #fbb715;
}

.header-box-con .erphpdown .erphpdown-tips-free {
    margin-bottom: 0;
    margin-top: 5px;
}

.header-box-con .erphpdown .erphpdown-tips {
    margin-top: 10px
}

.header-box-con .erphpdown .erphpdown-free {
    background: #e1f5ee;
    padding: 15px;
}

.erphpdown-header-box .erphpdown-tuan {
    margin-top: 0
}

.erphpdown-header-box .erphpdown-tuan2 {
    margin-bottom: 15px;
}

.erphpdown-header-box .erphpdown-tuan .erphpdown-tuan-loader {
    background: #03c8d4;
}

.erphpdown-header-box .erphpdown-tuan .erphpdown-price {
    color: #03c8d4;
}

.erphpdown-header-box .erphpdown-tuan-process {
    margin-left: 8px;
}

.erphpdown-header-box .erphpdown-tuituan {
    margin-right: 0;
    margin-left: 8px;
}

.single-images {
    overflow: hidden;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.single-images .swiper-post-container {
    margin-bottom: 0;
    position: relative;
}

.single-images .swiper-post-container img {
    width: 100%;
    height: auto;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0
}

.single-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;

}

body.page-template-vip .single-content {
    padding: 0;
    margin: 0;
    background: transparent !important;
}

.article-video + .single-content,
.article-audio + .single-content {
    border-radius: 0 0 var(--theme-radius) var(--theme-radius)
}

body.page-template-guestbook .single-content {
    margin-bottom: 0;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0
}

.article-title {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: normal;
    word-break: break-all;
}

.article-title.center {
    position: relative;
    top: inherit;
    left: inherit;
    transform: unset;
}

body.page-template-vip .article-title {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 28px
}

.article-meta {
    color: #777;
    margin-bottom: 15px;
    font-size: 13px;
}

.article-meta a {
    color: #777;
}

.article-meta .item {
    margin-right: 15px;
    display: inline-block
}

.article-meta .post-edit-link {
    margin-right: 15px;
}

.article-meta .item.right {
    float: right;
    margin-right: 0
}

.article-content {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

body.page-template-vip .article-content {
    padding: 0 30px;
    margin-bottom: 0
}

body.page-template-guestbook .single-content p:last-child {
    margin-bottom: 0
}

.article-content .article-tips {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 80%;
    font-size: 13px;
}

.article-content .article-tips > div {
    background: #fff3e9;
    padding: 4px 18px 5px;
    border-radius: 5px;
    display: inline-block;
    color: #f58b36;
}

.article-content .feature-image {
    margin: 0 auto 20px;
    text-align: center;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.article-content img.loading {
    width: 100px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6,
.article-content p,
.article-content ul,
.article-content ol,
.article-content table,
.article-content pre,
.article-content blockquote,
.article-content .wp-caption {
    margin: 0 0 20px
}

.article-content a {
    text-decoration: underline
}

.article-content pre {
    margin: 20px 0;
    font: 12px/20px 'courier new';
    background: #4A4A4A;
    padding: 10px 20px;
    color: #F8F8D4;
    border: none
}

.article-content blockquote {
    margin: 20px;
    padding: 15px 20px 1px;
    font-size: 16px;
    color: #999;
    border-left: 5px solid #EEE
}

.article-content blockquote p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.article-content h1 {
    font-size: 24px;
    border-left: 8px solid var(--theme-color);
    padding: 10px 15px;
    line-height: 30px;
    background: #fafafa;
}

.article-content h2 {
    font-size: 21px;
    border-left: 6px solid var(--theme-color);
    padding: 10px 15px;
    line-height: 28px;
    background: #fafafa;
}

.article-content h3 {
    font-size: 18px;
    border-left: 4px solid var(--theme-color);
    padding: 10px 15px;
    line-height: 26px;
    background: #fafafa;
}

.article-content h4 {
    font-size: 16px;
    border-left: 2px solid var(--theme-color);
    padding: 10px 15px;
    line-height: 20px;
    background: #fafafa;
}

.article-content h5 {
    font-size: 15px;
    border-left: 2px solid var(--theme-color);
    padding: 10px 15px;
    line-height: 20px;
    background: #fafafa;
}

.article-content h6 {
    font-size: 14px;
    border-left: 2px solid var(--theme-color);
    padding: 10px 15px;
    line-height: 20px;
    background: #fafafa;
}

.article-content ul,
.article-content ol {
    margin: 0 0 20px 40px
}

.article-content ul,
.article-content ul li {
    list-style: disc;
}

.article-content ol,
.article-content ol li {
    list-style: decimal;
}

.article-content p {
    margin-bottom: 20px;
    overflow: hidden;
}

.article-content p:empty {
    margin-bottom: 0;
}

.article-content pre {
    word-wrap: break-word
}

.article-content table {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 100%;
    margin-bottom: 20px
}

.article-content table th {
    background-color: #f9f9f9;
    text-align: center
}

.article-content table th,
.article-content table td {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 5px 10px
}

.article-content video,
.article-content embed,
.article-content object {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.article-content .gallery-login {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
}

.article-content .gallery-login span {
    background: #eaeaea;
    padding: 5px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 5px;
}

.article-content .gallery-login a {
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    color: var(--theme-color);
}

.article-content .gallery {
    margin: 0 -1% 20px;
}

.article-content .gallery.gallery-column-9 {
    margin: 0 -0.3% 20px;
}

.article-content .gallery.gallery-column-8 {
    margin: 0 -0.4% 20px;
}

.article-content .gallery.gallery-column-7 {
    margin: 0 -0.5% 20px;
}

.article-content .gallery.gallery-column-6 {
    margin: 0 -0.6% 20px;
}

.article-content .gallery.gallery-column-5 {
    margin: 0 -0.8% 20px;
}

.article-content .gallery .gallery-item {
    float: left;
    width: 25%;
    padding: 1%;
}

.article-content .gallery.gallery-column-9 .gallery-item {
    width: 11.1111%;
    padding: 0.3%;
}

.article-content .gallery.gallery-column-8 .gallery-item {
    width: 12.5%;
    padding: 0.4%;
}

.article-content .gallery.gallery-column-7 .gallery-item {
    width: 14.2857%;
    padding: 0.5%;
}

.article-content .gallery.gallery-column-6 .gallery-item {
    width: 16.6666%;
    padding: 0.6%;
}

.article-content .gallery.gallery-column-5 .gallery-item {
    width: 20%;
    padding: 0.8%;
}

.article-content .gallery.gallery-column-4 .gallery-item {
    width: 25%;
}

.article-content .gallery.gallery-column-3 .gallery-item {
    width: 33.3333%;
}

.article-content .gallery.gallery-column-2 .gallery-item {
    width: 50%;
}

.article-content .gallery.gallery-column-1 .gallery-item {
    width: 100%;
}

.article-content .gallery-item img {
    border: none !important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .18);
    width: 100%;
    height: auto;
    transition: all .3s ease-out 0s;
    object-fit: cover;
}

.article-content .gallery-blur-item img {
    filter: blur(2px);
}

.article-content .alignleft {
    float: left;
    margin: 0 30px 30px 0
}

.article-content .aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block
}

.article-content .aligncenter img {
    margin: 0 auto;
    display: block
}

.article-content .alignright {
    float: right;
    margin: 0 0 20px 30px
}

.article-content .wp-caption {
    margin-bottom: 20px;
    max-width: 100%
}

.article-content .wp-caption img {
    margin-bottom: 5px
}

.article-content .wp-caption p {
    margin: 0;
    text-indent: 0
}

.article-content .wp-caption .alignnone {
    text-align: center
}

.article-content .wp-caption .wp-caption-text {
    font-size: 14px;
    color: #999
}

.article-content .wp-video {
    margin-bottom: 20px;
    font-size: 0;
}

.article-content .external-video {
    margin: 0 auto 30px;
    text-align: center;
}

.article-content .mejs-container,
.article-content .wp-video {
    width: 100% !important;
}

.article-content .erphpdown-content-vip {
    padding: 15px 25px;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    border-radius: 5px;
    background: #f5f5f5;
}

.article-content .erphpdown-content-vip2 {
    text-align: center;
    color: var(--theme-color);
}

.article-content .erphpdown-content-vip > legend {
    color: var(--theme-color);
    padding: 0 5px;
    font-weight: bold;
    font-size: 17px;
}

.article-content .erphpdown-content-vip .erphpdown-buy,
.article-content .erphpdown-content-vip .erphpdown-see-btn,
.article-content .erphpdown-content-vip .erphp-login-must {
    border-radius: 20px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
    line-height: 1
}

.article-content .erphpdown-content-vip .erphpdown-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 600;
    color: var(--theme-color)
}

.article-content .erphpdown-see-video {
    position: relative;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 15px 25px;
    border: none !important;
    box-sizing: border-box;
}

.article-content .erphpdown-see-video:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
}

.article-content .erphpdown-see-video:after {
    content: "\e624";
    font-family: "iconfont-modown";
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    font-size: 56px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.article-post-minibox {
    margin: 20px auto;
    width: 350px;
    padding: 10px 10px 10px 100px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    position: relative;
}

.article-post-minibox img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    float: left;
    margin-left: -90px;
}

.article-post-minibox .ctitle {
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    margin-bottom: 4px
}

.article-post-minibox .cmeta {
    font-size: 12px;
    color: #999
}

.article-post-minibox .cmeta .icon {
    font-size: 13px
}

.article-audio-free {
    position: relative;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 70px;
    width: 355px;
    height: 321px;
    text-align: center
}

.article-audio-free .guxz {
    display: inline-block;
    width: 359px;
    height: 359px;
}

.article-audio-free .dy {
    position: absolute;
    top: 31px;
    right: -109px;
    width: 85px;
    height: 82px;
}

.article-audio-free .xy {
    position: absolute;
    top: 31px;
    right: -108px;
    z-index: 3;
    width: 85px;
    height: 85px;
}

.article-audio-free .gp {
    position: absolute;
    top: 84px;
    right: -70px;
    width: 173px;
    height: 272px;
    transition: all .6s ease-in-out;
    transform: rotate(-32deg);
    transform-origin: right top
}

.article-audio-free .imgs {
    transition: all .6s ease-in-out;
    transform: rotate(-32deg);
    transform-origin: right top
}

.article-audio-free .gp.skewing {
    transform: rotate(0)
}

.article-audio-free .xuanz {
    animation: circleRoate 200s;
    animation-timing-function: linear
}

.audio-player .audio {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.audio-player .audio .audio-play {
    display: inline-block;
    width: 51px;
    height: 51px;
    cursor: pointer
}

.audio-player .audio .audio-play.on {
    background-position: -85px -16px
}

.audio-player .audio .times {
    display: inline-block;
    width: 288px;
    height: 30px
}

.audio-player .audio .info {
    display: inline-block;
    width: 207px;
    height: 100px
}

.audio-player .audio .star-time {
    display: inline-block;
    margin-left: 17px;
    width: 63px;
    height: 51px;
    color: #696969;
    text-align: center;
    font-size: 20px;
    line-height: 51px;
    position: relative;
    top: -17px;
}

.audio-player .audio .time-bar {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    top: -3px;
    width: calc(100% - 214px);
    max-width: 527px;
    height: 41px;
    background: #bfbfbf;
    cursor: pointer;
    position: relative;
}

.audio-player .audio .time-bar .progressBar {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.audio-player .audio .time-bar .move-color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 24px;
    height: 100%;
    background-color: #658ae4
}

.audio-player .audio .time-bar .timeTip {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 3;
    width: 40px;
    color: #0099e5;
    text-align: center;
    font-size: 12px
}

.audio-player .audio .end-time {
    display: inline-block;
    width: 63px;
    height: 51px;
    color: #696969;
    font-size: 20px;
    line-height: 51px;
    position: relative;
    top: -17px;
}

.article-content .post-password-form {
    text-align: center;
}

.article-content .post-password-form input[name="post_password"] {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 5px 10px
}

.article-content .post-password-form input[type="submit"] {
    border: none;
    background: #5cb85c;
    color: #fff;
    height: 35px;
    width: 80px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.article-custom-metas {
    color: #999;
    font-size: 13px;
    background: #f5f5f5;
    padding: 10px 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.erphpdown-box + .article-custom-metas {
    margin-top: -20px;
    display: none;
}

.article-custom-metas:empty {
    display: none;
}

.erphpdown-box,
.erphpdown-box + .article-custom-metas:empty {
    display: none;
}

.article-custom-metas .meta {
    margin-bottom: 10px;
    float: left;
    width: 25%;
    padding-right: 10px;
}

.article-custom-metas .meta t {
    color: #666;
}

.article-faqs {
    background: #fafafa;
    font-size: 13px;
    padding: 15px 20px 17px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px
}

.article-faqs .article-faq-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600
}

.article-faqs .items .item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px
}

.article-faqs .items .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.article-faqs .items .item .que {
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.article-faqs .items .item .que .icon-help {
    font-size: 18px;
}

.article-faqs .items .item .que .ic {
    float: right;
    color: #999;
    font-size: 14px;
    position: relative;
    top: 3px
}

.article-faqs .items .item.active .que .ic:before {
    content: "\e620"
}

.article-faqs .items .item .ans {
    color: #999;
    display: none;
    padding-left: 24px
}

.article-faqs .items .item.active .ans {
    display: block;
}

.article-content .anspress h3 {
    border-left: none;
    background: transparent;
    padding: 0
}

.article-content .ap-answers-tab,
.article-content .ap-answers-tab li {
    list-style: none;
}

.article-content .ap-user-reputation {
    display: none;
}

.article-content #ap-search-form .ap-search-input {
    border: 1px solid #ddd;
}

.article-content .ap-btn {
    cursor: pointer;
}

.article-content .anspress .row {
    margin-left: -15px;
    margin-right: -15px;
}

.article-content #anspress .ap-questions,
.article-content #anspress .ap-list-head {
    border-radius: 3px;
}

.article-content #anspress .ap-taxo-detail {
    display: none;
}

.article-content #anspress .ap-taxo-detail .entry-title {
    border-left: none;
    padding: 0;
    margin: 0
}

.article-content #anspress .ap-taxo-detail .ap-tax-item-count {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px;
    vertical-align: super;
    float: none;
}

.article-content #anspress #ap-filter-reset span {
    position: relative;
    top: -3px
}

.article-content #anspress .ap-list-head .ap-btn-ask {
    background: var(--theme-color);
}

.article-content #anspress .ap-filter-toggle {
    color: var(--theme-color)
}

.article-content #anspress .ap-questions-count.ap-questions-acount {
    border-color: #ddd
}

.article-content #anspress .ap-btn-insertimage {
    margin-bottom: 5px;
}

.article-content #anspress .ap-field-desc {
    color: #777;
}

.article-content .wp-block-image {
    margin-bottom: 30px;
    text-align: center;
}

.article-tabs-tab {
    margin: 0 -20px 20px;
    border-bottom: 1px solid #eaeaea;
}

.article-tabs-tab a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
    color: #666;
}

.article-tabs-tab a.active {
    font-weight: 600;
    color: #333;
}

.article-tabs-tab a.active:after {
    width: 30px;
    height: 2px;
    content: "";
    background: var(--theme-color);
    position: absolute;
    bottom: -1px;
    left: calc(50% - 15px);
}

.article-tabs-content {
    margin-bottom: 30px;
}

.article-tabs-content .article-tab-item {
    display: none;
}

.article-tabs-content .article-tab-item.active {
    display: block;
}

.wp-block-gallery {
    margin: 0 -1%;
}

.wp-block-gallery.columns-5 {
    margin: 0 -0.8%;
}

.wp-block-gallery.columns-6 {
    margin: 0 -0.6%;
}

.wp-block-gallery.columns-7 {
    margin: 0 -0.5%;
}

.wp-block-gallery.columns-8 {
    margin: 0 -0.4%;
}

.wp-block-gallery.columns-9 {
    margin: 0 -0.3%;
}

.blocks-gallery-grid {
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin-left: 0 !important
}

.blocks-gallery-grid .blocks-gallery-item {
    list-style: none;
    width: 25%;
    padding: 1%;
    float: left;
}

.wp-block-gallery.columns-9 .blocks-gallery-grid .blocks-gallery-item {
    width: 11.1111%;
    padding: 0.3%;
}

.wp-block-gallery.columns-8 .blocks-gallery-grid .blocks-gallery-item {
    width: 12.5%;
    padding: 0.4%;
}

.wp-block-gallery.columns-7 .blocks-gallery-grid .blocks-gallery-item {
    width: 14.2857%;
    padding: 0.5%;
}

.wp-block-gallery.columns-6 .blocks-gallery-grid .blocks-gallery-item {
    width: 16.6666%;
    padding: 0.6%;
}

.wp-block-gallery.columns-5 .blocks-gallery-grid .blocks-gallery-item {
    width: 20%;
    padding: 0.8%;
}

.wp-block-gallery.columns-4 .blocks-gallery-grid .blocks-gallery-item {
    width: 25%;
}

.wp-block-gallery.columns-3 .blocks-gallery-grid .blocks-gallery-item {
    width: 33.3333%;
}

.wp-block-gallery.columns-2 .blocks-gallery-grid .blocks-gallery-item {
    width: 50%;
}

.wp-block-gallery.columns-1 .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
}

.wp-block-media-text {
    overflow: hidden;
    margin-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
    width: 50%;
    float: left;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 10px 20px;
    font-size: 28px;
}

.wp-block-columns {
    position: relative;
    flex-wrap: nowrap;
    overflow-wrap: break-word;
    display: flex;
    margin: 0 -10px 30px;
}

.wp-block-columns .wp-block-column {
    max-width: none;
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    padding: 10px;
}

.ead-preview {
    margin-bottom: 20px
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

.modown-login,
.modown-reply {
    padding: 10px;
    border: 2px dashed var(--theme-color);
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.modown-login a,
.modown-reply a {
    border-radius: 20px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 5px 12px;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 1
}

.modown-reply span {
    color: var(--theme-color);
}

.widget .modown-reply {
    margin-bottom: 0
}

.prettyprint,
pre.prettyprint {
    background-color: #272822;
    border: none;
    overflow: hidden;
    padding: 10px 15px;
    border-radius: 0;
    overflow-x: scroll
}

.prettyprint.linenums,
pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741
}

.prettyprint.linenums ol,
pre.prettyprint.linenums ol {
    margin: 0 0 0 30px
}

.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 20px;
    margin-left: 0;
    list-style: decimal;
    margin-bottom: 0
}

.prettyprint .com {
    color: #93a1a1
}

.prettyprint .lit {
    color: #AE81FF
}

.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
    color: #F8F8F2
}

.prettyprint .fun {
    color: #dc322f
}

.prettyprint .str,
.prettyprint .atv {
    color: #E6DB74
}

.prettyprint .kwd,
.prettyprint .tag {
    color: #F92659
}

.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
    color: #A6E22E
}

.prettyprint .pln {
    color: #66D9EF
}

.erphpdown {
    display: none;
    padding: 15px 25px 25px;
    border: 2px dashed var(--theme-color);
    font-size: 14px;
    margin-bottom: 30px;
    border-radius: 5px;
}

body.page .erphpdown {
    display: block;
}

.erphpdown > legend {
    color: var(--theme-color);
    padding: 0 5px;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
}

.erphpdown .erphpdown-title {
    font-size: 16px;
    color: var(--theme-color);
    margin-bottom: 5px;
}

.erphpdown .erphpdown-item {
    margin-bottom: 5px;
}

.erphpdown .erphpdown-free {
    margin-bottom: 15px;
}

.erphpdown .erphpdown-tips {
    margin-top: 5px;
    color: #f58b36;
    font-size: 13px;
}

.erphpdown .erphpdown-tips-free {
    margin-top: -10px;
    margin-bottom: 15px;
}

.erphpdown .erphpdown-price {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    margin-right: 5px;
    font-weight: 600;
    color: var(--theme-color);
    line-height: 1.2
}

.erphpdown .erphpdown-buy,
.erphpdown .erphpdown-down,
.erphpdown .erphp-login-must {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
}

.erphpdown .erphpdown-down {
    background: #5cb85c;
}

.erphpdown .erphpdown-vip,
.erphpdown .erphpdown-vip.erphp-login-must {
    display: inline-block;
    margin-left: 8px;
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e !important;
    padding: 7px 18px;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    border-radius: 20px;
}

.erphpdown .erphpdown-copy {
    text-decoration: none;
    font-size: 12px;
    color: #777;
    margin-left: 8px;
}

.erphpdown .erphpdown-child {
    margin-bottom: 10px;
    border: 1px dashed #f5f5f5;
    background: #f5f5f5;
    padding: 5px 15px 15px;
    position: relative;
}

.erphpdown .erphpdown-child:last-child {
    margin-bottom: 0
}

.erphpdown .erphpdown-child > legend {
    padding: 0 5px;
    color: #777;
    font-size: 13px;
    border-radius: 0 0 3px 3px;
}

.erphpdown .erphpdown-bought-activation {
    color: #f58b36;
    font-size: 13px;
    margin-top: 10px;
}

.erphpdown-tuan2 {
    margin-top: 10px;
}

.erphpdown-tuan .erphpdown-tuan-btn {
    margin-right: 8px;
    background: #03c8d4;
}

.erphpdown-tuan .erphpdown-tuan-over {
    background: #dedede !important;
    color: #333 !important;
}

.erphpdown-tuan .erphpdown-tuan-btn.disabled {
    opacity: .8;
}

.erphpdown .erphpdown-tuan .erphpdown-price {
    color: #03c8d4;
}

.erphpdown-tuan .erphpdown-tuituan {
    margin-right: 8px;
    text-decoration: none;
    font-size: 10px;
}

.erphpdown-tuan .erphpdown-tuan-process {
    display: inline-block;
}

.erphpdown-tuan .erphpdown-tuan-process .line {
    background: #dedede;
    height: 8px;
    width: 200px;
    border-radius: 3px;
    display: inline-block;
}

.erphpdown-tuan .erphpdown-tuan-process .line span {
    display: block;
    height: 8px;
    width: 0px;
    background: #03c8d4;
    border-radius: 3px 0 0 3px;
}

.erphpdown-tuan .erphpdown-tuan-process .data {
    text-align: center;
    font-size: 10px;
    color: #777;
    padding: 4px 0 4px 8px;
    display: inline-block;
}

.erphpdown-tuan .erphpdown-tuan-process .avatars {
    display: inline-block;
    font-size: 0;
    margin-left: 8px;
}

.erphpdown-tuan .erphpdown-tuan-process .avatars img {
    border-radius: 50%;
    margin: 0 1px;
    width: 20px;
    height: 20px;
}

.erphpdown-box {
    padding: 20px;
    background: #f5f5f5;
    border: none;
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    position: relative;
    border-radius: 5px;
    color: #666
}

.erphpdown-box .erphpdown-title {
    padding: 0 5px;
    color: var(--theme-color);
    position: absolute;
    top: -14px;
    left: 15px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    display: none;
}

.erphpdown-box .erphpdown-child {
    margin-bottom: 15px;
    border: none;
    background: #eaeaea;
    padding: 25px 15px 25px;
    position: relative;
}

.erphpdown-box .erphpdown-child:last-child {
    margin-bottom: 5px;
}

.erphpdown-box .erphpdown-child .erphpdown-child-title {
    padding: 0 7px 1px;
    color: #777;
    position: absolute;
    top: 0;
    left: 15px;
    background: #d4d4d4;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
}

.erphpdown-box2 .erphpdown-price {
    float: left;
    line-height: 39px;
}

.erphpdown-box.erphpdown-free-box {
    border-color: #5cb85c !important;
    background: #e1f5ee;
    margin-bottom: 20px;
}

.erphpdown-box.erphpdown-free-box .erphpdown-down {
    background: #5cb85c !important;
}

.erphpdown-box .erphpdown-copy {
    text-decoration: none;
    font-size: 12px;
    color: #777;
    margin-left: 8px;
}

.erphpdown-box .erphpdown-price {
    float: left;
    line-height: 39px;
}

.erphpdown-box .erphpdown-price span {
    font-size: 26px;
    color: var(--theme-color);
    line-height: 1;
    margin-left: 10px;
}

.erphpdown-box .erphpdown-cart {
    float: right;
}

.erphpdown-box .vip {
    display: inline-block;
}

.erphpdown-box .vip a {
    display: inline-block;
    margin-left: 10px;
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
    min-width: 100px
}

.erphpdown-box .down {
    display: inline-block;
    background: var(--theme-color);
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
    min-width: 100px;
    margin-left: 10px;
}

.erphpdown-box .down.bought {
    background: #5cb85c !important
}

.erphpdown-box .down.erphpdown-tuan-btn {
    background: #03c8d4 !important;
}

.erphpdown-box .down.erphpdown-tuan-over {
    background: #dedede !important;
    color: #333 !important;
}

.erphpdown-box .down:hover {
    opacity: .8
}

.erphpdown-box .down.disabled {
    opacity: .8
}

.erphpdown-box .epdvip {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--theme-color);
    color: #fff;
    padding: 2px 5px 1px;
    font-size: 12px;
}

.erphpdown-box .tips2 {
    color: #f58b36;
    font-size: 13px;
    margin-top: 10px;
}

.erphpdown-box .tips2 .btn {
    text-decoration: none;
    color: #fff;
    padding: 7px 17px
}

.erphpdown-box .item2 {
    margin-bottom: 10px;
}

.erphpdown-box .item2:last-child {
    margin-bottom: 0;
}

.erphpdown-box .custom-metas {
    margin-top: 10px;
    color: #999;
    font-size: 13px;
    background: #eaeaea;
    padding: 10px 10px 0;
}

.erphpdown-box .custom-metas:empty {
    display: none;
}

.erphpdown-box .custom-metas .meta {
    margin-bottom: 10px;
    float: left;
    width: 25%;
    padding-right: 10px;
}

.erphpdown-box .custom-metas .meta t {
    color: #666;
}

.erphpdown-box .erphpdown-vip {
    border-radius: 20px;
    background: #fbb715;
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    line-height: 1
}

.erphpdown-box .erphpdown-buy {
    border-radius: 20px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    line-height: 1
}

.erphpdown-box .erphpdown-buy.down {
    border-radius: 5px;
    padding: 8px 0;
    line-height: 1.7;
    width: 200px;
    font-size: 14px;
}

.erphpdown-box .erphpdown-down {
    border-radius: 20px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1
}

.erphpdown-box .erphpdown-tuan2 {
    margin-top: 25px;
    position: relative;
}

.erphpdown-box .erphpdown-tuan .erphpdown-price span {
    color: #03c8d4;
}

.erphpdown-box .erphpdown-tuituan {
    margin-right: 0;
    margin-left: 8px;
}

.erphpdown-box .erphpdown-tuan-loader,
.erphpdown-box .erphpdown-tuan-btn {
    background: #03c8d4;
    margin-right: 0;
}

.erphpdown-box-default {
    padding: 20px;
    background: #f5f5f5;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    border-radius: 5px;
    color: #666;
}

.erphpdown-box-default .erphpdown-title {
    padding: 0 5px;
    color: var(--theme-color);
    position: absolute;
    top: -14px;
    left: 15px;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    display: none;
}

.erphpdown-box-default .erphpdown-child {
    margin-bottom: 15px;
    border: none;
    background: #eaeaea;
    padding: 25px 15px 25px;
    position: relative;
}

.erphpdown-box-default .erphpdown-child:last-child {
    margin-bottom: 5px;
}

.erphpdown-box-default .erphpdown-child .erphpdown-child-title {
    padding: 0 7px 1px;
    color: #777;
    position: absolute;
    top: 0;
    left: 15px;
    background: #d4d4d4;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
}

.erphpdown-box2 .erphpdown-price {
    float: left;
    line-height: 39px;
}

.erphpdown-box-default.erphpdown-free-box {
    border-color: #5cb85c !important;
    background: #e1f5ee;
}

.erphpdown-box-default.erphpdown-free-box .erphpdown-down {
    background: #5cb85c !important;
}

.erphpdown-box-default .erphpdown-copy {
    text-decoration: none;
    font-size: 12px;
    color: #777;
    margin-left: 8px;
}

.erphpdown-box-default .erphpdown-price {
    float: left;
    line-height: 39px;
}

.erphpdown-box-default .erphpdown-price span {
    font-size: 26px;
    color: var(--theme-color);
    line-height: 1;
    margin-left: 10px;
}

.erphpdown-box-default .erphpdown-cart {
    float: right;
}

.erphpdown-box-default .vip {
    display: inline-block;
}

.erphpdown-box-default .vip a {
    display: inline-block;
    margin-left: 10px;
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    border-radius: 5px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
    min-width: 100px
}

.erphpdown-box-default .down {
    display: inline-block;
    background: var(--theme-color);
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1.7;
    min-width: 100px;
    margin-left: 10px;
}

.erphpdown-box-default .down.bought {
    background: #5cb85c !important
}

.erphpdown-box-default .down.erphpdown-tuan-btn {
    background: #03c8d4 !important;
}

.erphpdown-box-default .down:hover,
.erphpdown-box-default .vip a:hover {
    opacity: .8
}

.erphpdown-box-default .down.disabled {
    opacity: .8
}

.erphpdown-box-default .epdvip {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--theme-color);
    color: #fff;
    padding: 2px 5px 1px;
    font-size: 12px;
}

.erphpdown-box-default .tips2 {
    color: #f58b36;
    font-size: 13px;
    margin-top: 10px;
}

.erphpdown-box-default .item2 {
    margin-bottom: 10px;
}

.erphpdown-box-default .item2:last-child {
    margin-bottom: 0;
}

.erphpdown-box-default .custom-metas {
    margin-top: 10px;
    color: #999;
    font-size: 13px;
    background: #eaeaea;
    padding: 10px 10px 0;
}

.erphpdown-box-default .custom-metas:empty {
    display: none;
}

.erphpdown-box-default .custom-metas .meta {
    margin-bottom: 10px;
    float: left;
    width: 25%;
    padding-right: 10px;
}

.erphpdown-box-default .custom-metas .meta t {
    color: #666;
}

.erphpdown-box-default .erphpdown-vip {
    border-radius: 20px;
    background: #fbb715;
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    line-height: 1
}

.erphpdown-box-default .erphpdown-buy {
    border-radius: 20px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    line-height: 1
}

.erphpdown-box-default .erphpdown-buy.down {
    border-radius: 5px;
    padding: 8px 0;
    line-height: 1.7;
    width: 200px;
    font-size: 14px;
}

.erphpdown-box-default .erphpdown-down {
    border-radius: 20px;
    background: var(--theme-color);
    color: #fff !important;
    padding: 7px 18px 8px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1
}

.erphpdown-box-default .erphpdown-tuan2 {
    margin-top: 25px;
    position: relative;
}

.erphpdown-box-default .erphpdown-tuan .erphpdown-price span {
    color: #03c8d4;
}

.erphpdown-box-default .erphpdown-tuituan {
    margin-right: 0;
    margin-left: 8px;
}

.erphpdown-box-default .erphpdown-tuan-loader,
.erphpdown-box-default .erphpdown-tuan-btn {
    background: #03c8d4;
    margin-right: 0;
}

.erphpdown-see-tips {
    opacity: .7;
    font-size: 12px;
    margin-left: 5px;
}

.erphpdown-sc-user-wrap {
    background: #fff;
    position: relative;
    padding-left: 150px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.erphpdown-sc-user-wrap * {
    box-sizing: border-box;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    list-style: none !important;
    background: #f1f1f1;
    width: 150px;
    padding: 30px 0 !important;
    margin: 0 !important
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li {
    list-style: none !important;
    display: block;
    padding: 10px 20px 10px 30px;
    margin: 0;
    position: relative;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 13.5px;
    width: 4px;
    height: 15px;
    background-color: #E22A1F;
    border-radius: 2px;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li a {
    color: #333;
    display: block;
    text-decoration: none;
    line-height: 1.5;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside li.active a {
    color: #E22A1F;
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-aside .erphpdown-sc-btn {
    background: rgb(255 95 51 / .5);
    padding: 6px 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 12px;
    display: inline-block;
    border-radius: 2px
}

.erphpdown-sc-user-wrap .erphpdown-sc-user-content {
    padding: 30px;
    border: 1px solid #f1f1f1;
    border-left: 0;
    min-height: 580px;
}

.erphpdown-sc {
    margin-bottom: 30px;
    font-size: 15px;
}

.erphpdown-sc h2 {
    font-size: 18px;
    margin-bottom: 15px;
    border-left: none;
    padding: 0;
    background: transparent;
}

.erphpdown-sc h2 span {
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    background: rgb(255 95 51 / .5);
    line-height: 1;
    padding: 1px 5px;
    border-radius: 2px;
}

.erphpdown-sc table {
    width: 100%;
}

.erphpdown-sc table,
.erphpdown-sc table tr,
.erphpdown-sc table th,
.erphpdown-sc table td {
    border: none !important;
    padding: 0 !important
}

.erphpdown-sc table th,
.erphpdown-sc table td {
    padding: 7px 0 !important;
    text-align: center;
}

.erphpdown-sc table.erphpdown-sc-table td {
    padding: 10px 0 !important
}

.erphpdown-sc table.erphpdown-sc-list td {
    border-bottom: 1px solid #f9f9f9 !important
}

.erphpdown-sc table th {
    background-color: #f9f9f9;
}

.erphpdown-sc table td.tit,
.erphpdown-sc table.erphpdown-sc-table td {
    text-align: left;
}

.erphpdown-sc p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
}

.erphpdown-sc del {
    font-size: smaller;
    margin-right: 5px;
    opacity: .7;
}

.erphpdown-sc .error {
    color: #E22A1F;
    font-size: 14px;
    margin-bottom: 10px;
}

.erphpdown-sc .updated {
    color: #5cb85c;
    font-size: 14px;
    margin-bottom: 10px;
}

.erphpdown-sc .erphpdown-sc-td-title {
    width: 130px;
    vertical-align: middle;
}

.erphpdown-sc .erphpdown-sc-input {
    border: 1px solid #d6d6d6;
    padding: 8px 10px;
    width: 300px;
    max-width: 100%;
}

.erphpdown-sc .erphpdown-sc-btn {
    background: #E22A1F;
    padding: 8px 15px;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
}

.article-paging {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    clear: both;
    margin: 15px 0 45px
}

.article-paging a {
    text-decoration: none;
}

.article-paging .post-page-numbers {
    margin: 3px 2px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    background-color: #bbb;
    color: #fff;
    min-width: 28px;
}

.article-paging .post-page-numbers.current {
    background: var(--theme-color);
    color: #fff
}

.article-copyright {
    font-size: 14px;
    color: #a7a7a7;
    background: #fafafa;
    padding: 10px 15px;
    margin-bottom: 30px
}

.article-copyright a {
    text-decoration: none;
}

.erphp-faka-query-wrap {
    overflow: hidden;
}

.erphp-faka-query-wrap #erphp_faka_order {
    border: 2px solid #f0f0f0;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
    height: 43px;
    float: left;
}

.erphp-faka-query-wrap .erphp-faka-query {
    height: 43px;
    line-height: 43px;
    border-radius: 5px;
    width: 80px;
    background: #28d26e;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
    text-decoration: none;
}

.erphp-faka-query-wrap .results {
    margin-top: 20px;
}

.erphp-faka-query-wrap .results h3 {
    border-left: 5px solid #249ffd;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.erphp-faka-query-wrap .results .result {
    margin-bottom: 15px;
}

.erphp-faka-query-wrap .results .result a {
    color: #249ffd;
}

.article-tags {
    margin-bottom: 20px
}

.article-tags a {
    display: inline-block;
    margin-bottom: 3px;
    padding: 7px 10px;
    line-height: 1;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff !important;
    background-color: var(--theme-color)
}

.article-tags a:hover {
    opacity: .8;
}

.article-tags a:nth-child(5n) {
    background-color: #4A4A4A
}

.article-tags a:nth-child(5n+1) {
    background-color: #ff5e5c
}

.article-tags a:nth-child(5n+2) {
    background-color: #ffbb50
}

.article-tags a:nth-child(5n+3) {
    background-color: #1ac756
}

.article-tags a:nth-child(5n+4) {
    background-color: #19B5FE
}

.article-act {
    text-align: center;
    margin: 10px 0 30px;
    position: relative;
}

.article-act .article-shang {
    display: inline-block;
    color: var(--theme-color) !important;
    width: 60px;
    height: 60px;
    line-height: 56px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid hsla(210, 8%, 51%, .09);
    position: relative;
    font-size: x-large;
    background: #f9f9f9;
}

.article-act > .popup {
    position: absolute;
    width: 280px;
    background: #fbfbfb;
    bottom: 80px;
    left: 50%;
    margin-left: -140px;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(17, 58, 93, 0.1);

    line-height: 0;
    z-index: 9
}

.article-act > .wechat {
    background: #05af4e
}

.article-act > .alipay {
    background: #00a2ea
}

.article-act > .popup > .head {
    text-align: center;
    padding-top: 30px
}

.article-act .qrcode {
    text-align: center
}

.article-act .qrcode img {
    margin: 30px auto;
    width: 80%
}

.article-act ul.platform {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    background: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.article-act ul.platform li {
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    filter: grayscale(100%)
}

.article-act ul.platform li.active {
    font-weight: 600;
    filter: grayscale(0%)
}

.article-act ul.platform li.sicon-wechat {
    width: 24px;
    height: 24px;
    background-size: cover
}

.article-act ul.platform li.sicon-alipay {
    width: 24px;
    height: 24px;
    background-size: cover
}

.article-act .article-collect {
    display: inline-block;
    color: #bbb !important;
    width: 60px;
    height: 60px;
    line-height: 53px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid hsla(210, 8%, 51%, .09);
    position: relative;
}

.article-act .article-collect.active {
    color: #fbb715 !important;
}

.article-act .article-collect.active .icon:before {
    content: '\e8d3';
}

.article-act .article-collect .icon {
    top: -6px;
    font-size: 26px;
}

.article-act .article-zan {
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid hsla(210, 8%, 51%, .09);
    display: inline-block;
    color: #bbb !important;
    width: 60px;
    height: 60px;
    line-height: 53px;
    position: relative;
}

.article-act .article-zan.active {
    color: var(--theme-color) !important;
}

.article-act .article-zan .icon {
    top: -6px;
    font-size: 26px;
}

.article-act a span {
    font-family: tahoma, arial, sans-serif;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    font-size: 12px;
}

.article-shares a {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    opacity: .8;
    cursor: pointer;
    color: #fff !important;
    background: var(--theme-color);
    border-radius: 50%;
}

.article-shares .share-popover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    background-color: transparent
}

.article-shares .share-popover .share-popover-inner {
    display: block;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 4px;
    border-radius: 2px;
    position: relative;
    bottom: 6px;
    height: 90px
}

.article-shares .share-popover .share-popover-inner::before,
.shares .share-popover .share-popover-inner::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.article-shares .share-popover .share-popover-inner::before {
    border-top: 5px solid #555
}

.article-shares .share-popover .share-popover-inner::after {
    border-top: 5px solid #fff;
    margin-bottom: 1px
}

.article-shares a.share-weixin {
    background: #7BD172
}

.article-shares a.share-tsina {
    background: #FF8D8D
}

.article-shares a.share-sqq {
    background: #F68575
}

.article-shares a.share-qzone {
    background: #FBC440
}

.article-shares a.share-douban {
    background: #67CE9B
}

.article-shares .article-cover #wx-thumb-qrcode {
    display: none;
}

.article-shares a:hover {
    opacity: 1.0
}

.article-shares a:hover .share-popover {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0
}

.article-shares b {
    font-size: 12px;
    color: #777;
    font-weight: normal;
    line-height: 30px;
}

.article-shares i {
    font-size: 18px;
    top: -1px;
}

.article-shares a.right {
    float: right;
    width: auto;
    line-height: 28px;
    font-size: 14px;
    background: transparent;
    color: #777 !important;
}

.article-shares a.right:last-child {
    margin-right: 0
}

.article-shares a.right .icon {
    top: 1px;
    font-size: 16px;
}

.article-nav {
    clear: both;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    background: #fff;

    margin-bottom: 20px;
    padding: 20px;
}

.article-nav a {
    font-size: 14px
}

.article-nav .article-nav-prev {
    float: left;
    width: 50%;
    border-right: 1px dashed #eaeaea;
}

.article-nav .article-nav-next {
    float: right;
    width: 50%;
    text-align: right
}

.single-related {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 20px 0;

}

.single-related .related-title {
    margin-bottom: 15px;
    line-height: 1;
    font-weight: normal;
    font-size: 17px
}

.single-related .related-title .icon {
    font-size: 18px;
    color: var(--theme-color);
    line-height: 1
}

.single-related .lists {
    padding: 0
}

.single-related .lists.cols-two .grid h3 a {
    -webkit-line-clamp: 2;
    height: 40px;
}

.single-related .lists.cols-title .grid {
    padding-left: 8px
}

.single-related .lists.cols-title .grid .img {
    display: none;
}

.single-related .lists.cols-title .grid .grid-meta {
    left: 8px
}

.single-related .grids {
    margin-bottom: 0
}

.single-related .grids .grid {
    width: calc(33.333% - 20px);
}

.gd-mini .single-related .grids .grid {
    width: calc(25% - 15px);
}

.single-related .grids .grid .img {
    height: 166px;
}

.single-related .grids .audio .info {
    width: 165px;
}

.single-related .grids .audio .time-bar {
    width: 145px
}

.gd-mini .single-related .grids .grid .img {
    height: 124px;
}

.home-widgets {
    margin: 0 -10px 0;
    text-align: left;
}

.home-widgets .home-widget {
    width: 25%;
    float: left;
    padding: 0 10px;
    overflow: hidden;
}


.home-widgets .vitara_slide_in {

    margin-bottom: 15px;
    margin-top: 15px
}

@media (min-width: 1024px) {
    .home-widgets .vitara_slide_in {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .home-widgets .vitara_slide_in ul li h3 {
        display: none
    }
}

.home-widgets .hf-widget {
    border: 1px solid #efefef;
    padding: 14px 17px 0;
    box-sizing: border-box;
    margin-bottom: 15px;

    height: 135px;
    overflow: hidden;
}

body.gd-list .home-widgets .hf-widget {
    background: #fff;
    border: none
}

@media (min-width: 1024px) {
    .home-widgets .hf-widget {
        margin-bottom: 0
    }
}

.home-widgets .hf-widget [class*=" icon-"]:before,
.home-widgets .hf-widget [class^="icon-"]:before {
    margin: 0
}

.home-widgets .hf-widget .hf-widget-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #efefef;
    padding: 0 0 10px;
    margin-bottom: 14px;
    color: #383838
}

.home-widgets .hf-widget .hf-widget-title a {
    color: #383838
}

.home-widgets .hf-widget .hf-widget-title > i {
    color: var(--theme-color);
    margin-right: 2px
}

.home-widgets .hf-widget .hf-widget-title span {
    font-size: 12px;
    font-weight: normal;
    color: #a7a7a7;
    line-height: 20px;
    margin-left: 10px
}

@media (min-width: 1024px) {
    .home-widgets .hf-widget .hf-widget-title span {
        display: none
    }
}

@media (min-width: 1330px) {
    .home-widgets .hf-widget .hf-widget-title span {
        display: inline
    }
}

.home-widgets .hf-widget .hf-widget-title .pages {
    float: right;
    padding-top: 2px
}

.home-widgets .hf-widget .hf-widget-title .pages .prev,
.home-widgets .hf-widget .hf-widget-title .pages .next {
    font-size: 9px;
    border: 1px solid #eee;
    float: left;
    margin: 0;
    color: #ccc;
    height: 16px;
    line-height: 15px;
    padding: 0 2px;
    cursor: pointer
}

.home-widgets .hf-widget .hf-widget-title .pages .prev .icon,
.home-widgets .hf-widget .hf-widget-title .pages .next .icon {
    font-size: 9px;
    top: 0
}

.home-widgets .hf-widget .hf-widget-title .pages .prev:hover,
.home-widgets .hf-widget .hf-widget-title .pages .next:hover {
    color: var(--theme-color)
}

.home-widgets .hf-widget .hf-widget-title .pages .prev {
    border-right: none
}

.home-widgets .hf-widget .hf-tags {
    margin-bottom: -10px
}

@media (min-width: 768px) {
    .home-widgets .hf-widget .hf-tags {
        height: 64px;
        overflow: hidden
    }
}

.home-widgets .hf-widget .hf-tags a {
    display: inline-block;
    white-space: nowrap;
    word-break: break-all;
    font-size: 12px;
    background: #f9f9f9;
    color: #888;
    border-radius: 3px;
    margin: 0 5px 10px;
    line-height: 22px;
    height: 22px;
    padding: 0 5px
}

.home-widgets .hf-widget .hf-tags a:hover {
    background: var(--theme-color);
    color: #fff
}

.home-widgets .hf-widget .hf-tags a.active {
    background: var(--theme-color);
    color: #fff
}

.home-widgets .hf-widget-4 .hf-widget-title {
    margin-bottom: 19px
}

.home-widgets .hf-widget-4 .hf-widget-content {
    font-size: 14px;
    color: #888
}

.home-widgets .hf-widget-4 .hf-widget-content a {
    color: #888
}

.home-widgets .hf-widget-4 .hf-widget-content a:hover {
    color: var(--theme-color)
}

.home-widgets .hf-widget-4 .hf-widget-content h3 {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    height: 22px;
    overflow: hidden
}

.home-widgets .hf-widget-4 .hf-widget-content em {
    float: right;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
    background: #f9f9f9;
    color: var(--theme-color);
    font-size: 12px;
    font-style: normal
}

.home-widgets .hf-widget-4 .hf-widget-content ul {
}

.home-widgets .hf-widget-4 .hf-widget-content ul.holdon {
    display: none;
}

.home-widgets .hf-widget-4 .hf-widget-content ul li {
    margin-bottom: 5px
}

.home-widgets .hf-widget-4 .hf-widget-content ul li:last-child {
    margin-bottom: 0
}

.home-widgets .hf-widget-1 .hf-widget-content a {
    color: #888
}

.home-widgets .hf-widget-1 .hf-widget-content a:hover {
    color: var(--theme-color)
}

.home-widgets .hf-widget-1 .hf-widget-content li {
    float: left;
    font-size: 12px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px
}

.home-widgets .hf-widget-1 .hf-widget-content li .modown-thumb-bg {
    display: block;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .2s;
    width: 36px;
    padding-top: 36px;
    margin: 0 auto 4px;
}

.home-widgets .hf-widget-1 .hf-widget-content li span {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden
}

.home-widgets .hf-widget-1 .hf-widget-content .modown-scroll-h {
    margin: 0 -10px
}

.home-widgets .modown-scroll-h {
    position: relative;
    overflow: hidden;
    height: 56px
}

.home-widgets .modown-scroll-h ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    *zoom: 1;
    transition: all .2s
}

.home-widgets .modown-scroll-h ul:before,
.home-widgets .modown-scroll-h ul:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both
}

.home-widgets .modown-scroll-h .holdon {
    position: absolute;
    left: 100%;
    top: 0
}

.home-widgets .modown-scroll-h .holdon-prev {
    left: -100%
}

.home-widgets .hf-widget-hot-cats .hf-widget-content i {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background: #f3f3f3;
    color: var(--theme-color);
    display: inline-block;
    margin-bottom: 5px
}

.home-widgets .hf-widget-hot-cats .modown-scroll-h li a {
    display: block
}

.home-widgets .hf-widget-hot-cats .modown-scroll-h li a:hover i {
    background: var(--theme-color);
    color: #fff
}

.sidebar {
    float: left;
    width: 300px;
    margin-left: -300px;
    margin-bottom: 20px;
}

.sidebar .widget {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;

    overflow: hidden;
    position: relative;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget.nopadding {
    padding: 0
}

.widget.affix {
    position: fixed;
    width: 300px;
    z-index: 999
}

.sidebar .widget h3 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: normal;
}

.sidebar .widget h3 .icon {
    font-size: 18px;
    color: var(--theme-color);
    line-height: 1
}

.sidebar .widget img {
    max-width: 100%;
    height: auto
}

.widget-erphpdown {
    overflow: inherit !important;
}

.widget-erphpdown.widget-erphpdown-free,
.widget-erphpdown.widget-erphpdown-faka {
    padding-top: 30px;
}

.widget-erphpdown .erphpdown-child {
    margin-bottom: 10px;
    padding: 20px 15px;
    position: relative;
    background: #f5f5f5;
}

.widget-erphpdown .erphpdown-child .erphpdown-child-title {
    padding: 0 7px 1px;
    color: #777;
    position: absolute;
    top: 0;
    left: 15px;
    background: #dedede;
    border-radius: 0 0 3px 3px;
    font-size: 13px;
}

.widget-erphpdown .item {
    margin-bottom: 7px
}

.widget-erphpdown2 .item2 {
    margin-top: 10px;
}

.widget-erphpdown .erphpdown-title {
    padding: 2px 12px 3px;
    color: #333;
    position: absolute;
    top: 0;
    left: 15px;
    background: #f1f1f1;
    border-radius: 0 0 3px 3px;
}

.widget-erphpdown.widget-erphpdown-free .erphpdown-free-title {
    padding: 2px 12px 3px;
    color: #5cb85c;
    position: absolute;
    top: 0;
    left: 15px;
    background: #e1f5ee;
    border-radius: 0 0 3px 3px;
}

.widget-erphpdown t {
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px
}

.widget-erphpdown .price {
    text-align: center;
}

.widget-erphpdown .price span {
    font-size: 30px;
    color: var(--theme-color)
}

.widget-erphpdown .price i {
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 0;
}

.widget-erphpdown .epdvip {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--theme-color);
    color: #fff;
    padding: 2px 5px 1px;
    font-size: 12px;
}

.widget-erphpdown .vip {
    color: #777;
    font-size: 14px;
    text-align: center;
}

.widget-erphpdown .vip a {
    display: inline-block;
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    border-radius: 15px;
    padding: 6px 15px 7px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 1;
}

.widget-erphpdown .vip-only {
    text-align: center;
    margin-top: 10px;
}

.widget-erphpdown .vip-only a {
    display: block;
    background: #e0bf73;
    background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%);
    color: #4e342e;
    border-radius: 5px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
    font-size: 15px;
    line-height: 1.5
}

.widget-erphpdown .vip-text {
    overflow: hidden;
}

.widget-erphpdown .vip-text .vit {
    align-items: center;
    margin-bottom: 10px;
}

.widget-erphpdown .vip-text .vit:last-child {
    margin-bottom: 0;
}

.widget-erphpdown .vip-text .tit {
    float: left;
    align-items: center;
    width: 90px;
    text-align: left;
    line-height: 25px;
}

.widget-erphpdown .vip-text .pri {
    float: right;
    align-items: center;
    text-align: right;
    line-height: 25px;
}

.widget-erphpdown .vip-text .pri b {
    margin-right: 2px;
    color: var(--theme-color);
}

.widget-erphpdown .vip-text .erphpdown-vip-btn {
    float: right;
    align-items: center;
    width: 85px;
    border-radius: 5px;
    padding: 6px 5px 7px;
    font-size: 12px;
    margin-left: 20px;
}

.widget-erphpdown .erphpdown-child .vip-text .erphpdown-vip-btn {
    margin-left: 10px;
}

.widget-erphpdown .down {
    display: block;
    background: var(--theme-color);
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px
}

.widget-erphpdown.widget-erphpdown-free .down,
.widget-erphpdown .down.bought {
    background: #5cb85c !important
}

.widget-erphpdown .down.erphpdown-tuan-btn {
    background: #03c8d4 !important;
}

.widget-erphpdown .down.erphpdown-tuan-over {
    background: #dedede !important;
    color: #333 !important;
}

.widget-erphpdown .down.disabled {
    opacity: .8
}

.widget-erphpdown .down:hover {
    opacity: .9;
}

.widget-erphpdown .erphpdown-down {
    border-radius: 3px;
    background: #03A9F4;
    color: #fff !important;
    padding: 2px 7px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
}

.widget-erphpdown .demos {
    margin: 15px -5px;
}

.widget-erphpdown .demos .demo-item2 {
    padding: 8px 0;
    display: inline-block;
    margin: 0 5px;
    width: calc(50% - 10px);
    text-align: center;
    background: #fbb715;
    border-radius: 5px;
    color: #fff;
}

.widget-erphpdown .demos .demo-item {
    padding: 8px 0;
    display: inline-block;
    margin: 0 5px;
    width: calc(100% - 10px);
    text-align: center;
    background: #fbb715;
    border-radius: 5px;
    color: #fff;
}

.widget-erphpdown .demos .demo-demo {
    background: #67CE9B
}

.widget-erphpdown .demos a:hover {
    opacity: .8
}

.widget-erphpdown .left {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 15px;
    background: var(--theme-color);
    padding: 2px 5px;
    border-radius: 3px 0 0 3px;
}

.widget-erphpdown .tips {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    color: #f58b36;
}

.widget-erphpdown .tips .btn {
    text-decoration: none;
    color: #fff;
    padding: 7px 17px
}

.widget-erphpdown .meta {
    font-size: 12px;
    color: #777;
    padding: 5px 0;
    text-align: right
}

.widget-erphpdown .custom-metas {
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}

.widget-erphpdown .custom-metas:empty {
    display: none;
}

.widget-erphpdown .custom-metas:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 32px;
    height: 2px;
    background: #ebebeb;
    left: calc(50% - 16px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.widget-erphpdown .custom-metas:hover:after {
    width: 100%;
    left: 0;
}

.widget-erphpdown .custom-metas .meta {
    text-align: right;
    font-size: 13px;
    padding-left: 80px;
    position: relative;
    border-top: 1px solid #efefef;
}

.widget-erphpdown .custom-metas .meta:first-child {
    padding-top: 0;
    border-top: none;
}

.widget-erphpdown .custom-metas .meta:last-child {
    padding-bottom: 0;
}

.widget-erphpdown .custom-metas .meta span {
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: left;
    color: #333;
}

.widget-erphpdown .erphpdown-icon-buy,
.widget-erphpdown .erphpdown-icon-vip {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -3px;
    right: -3px;
    overflow: hidden;
    z-index: 10;
}

.widget-erphpdown .erphpdown-child .erphpdown-icon-buy,
.widget-erphpdown .erphpdown-child .erphpdown-icon-vip {
    top: -3px;
    right: -3px;
}

.widget-erphpdown .erphpdown-icon-buy:before,
.widget-erphpdown .erphpdown-icon-vip:before,
.widget-erphpdown .erphpdown-icon-buy:after,
.widget-erphpdown .erphpdown-icon-vip:after {
    content: '';
    position: absolute;
    z-index: 0;
    background-color: #5cb85c;
}

.widget-erphpdown .erphpdown-icon-buy:before,
.widget-erphpdown .erphpdown-icon-vip:before {
    height: 3px;
    width: 10px;
    left: 0;
    top: 0;
}

.widget-erphpdown .erphpdown-icon-buy:after,
.widget-erphpdown .erphpdown-icon-vip:after {
    height: 10px;
    width: 3px;
    right: 0;
    bottom: 0;
}

.widget-erphpdown .erphpdown-icon-buy i,
.widget-erphpdown .erphpdown-icon-vip i {
    height: 14px;
    line-height: 14px;
    width: 60px;
    background-color: #5cb85c;
    -webkit-box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22);
    box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22);
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -13px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 1;
    font-style: normal;
}

.widget-erphpdown .erphpdown-icon-vip i {
    background-color: #fbb715;
}

.widget-erphpdown .erphpdown-icon-vip:before,
.widget-erphpdown .erphpdown-icon-vip:after {
    background-color: #fbb715
}

.widget-erphpdown .item2 {
    text-align: center;
}

.widget-erphpdown .item2 .down {
    margin-top: 0;
    margin-bottom: 2px;
}

.widget-erphpdown .item2 .erphpdown-copy {
    font-size: 12px;
    color: #a1a4ad;
    margin-left: 8px;
}

.widget-erphpdown .erphpdown-tuan {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0 !important;
}

.widget-erphpdown .price font {
    background: #03c8d4;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 4px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 3px;
}

.widget-erphpdown .price font.xz {
    background: var(--theme-color);
}

.widget-erphpdown .erphpdown-tuan .price span {
    color: #03c8d4;
}

.widget-erphpdown .erphpdown-tuan-process {
    display: block;
    text-align: center;
}

.widget-erphpdown .erphpdown-tuan-process .line {
    width: 100%;
    display: block;
}

.widget-erphpdown .erphpdown-tuan-process .line span {
    background: #03c8d4
}

.widget-erphpdown .erphpdown-tuan-process .avatars {
    display: block;
    margin-left: 0;
}

.widget-erphpdown .erphpdown-tuan-loader,
.widget-erphpdown .erphpdown-tuan-btn {
    background: #03c8d4;
    margin-right: 0;
}

.widget-erphpdown .erphpdown-tuituan {
    margin-right: 0;
    color: #8a92a9;
}

.widget_search label {
    display: none;
}

.widget_search input[type='text'] {
    float: left;
    width: calc(100% - 70px);
    border: 1px solid #eaeaea;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border-right: none;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.widget_search input[type='submit'] {
    float: left;
    width: 70px;
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 0 var(--theme-radius) var(--theme-radius) 0;
    cursor: pointer;
}

.widget-commentlist {
    max-height: 400px;
    overflow: auto !important;
    overflow-y: scroll !important;
}

.widget-commentlist .comment-item {
    margin-bottom: 20px
}

.widget-commentlist .sidebar-comments-comment {
    font-size: 12px;
    padding: 10px 20px;
    background: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    color: #656D78;
}

.widget-commentlist .sidebar-comments-comment:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: #f5f5f5;
    position: absolute;
    left: 20px;
    top: -10px
}

.widget-commentlist .postmeta {
    color: #777;
    font-size: 13px
}

.widget-commentlist .sidebar-comments-title {
    font-size: 12px;
    color: #777
}

.widget-commentlist .sidebar-comments-title a {
    margin-left: 5px
}

.widget-tags .items a {
    padding: 5px 8px;
    margin: 0 8px 8px 0;
    display: inline-block;
    background: #f1f1f1;
    color: #444;
    font-size: 12px;
    border-radius: 5px
}

.widget-postlist li {
    padding: 8px 0;
    position: relative
}

.widget-bloglist li:first-child {
    padding-top: 0 !important
}

.widget-postlist li:last-child {
    padding-bottom: 0 !important
}

.widget-postlist li a {
    font-size: 14px;
    font-weight: normal;
}

.widget-postlist li .meta {
    font-size: 12px;
    color: #777;
    margin: 0
}

.widget-postlist li .meta span {
    margin-right: 10px
}

.widget-postlist .hasimg {
    margin-top: -8px
}

.widget-postlist .hasimg li {
    padding: 8px 0 8px 110px;
    height: 79px
}

.widget-postlist .hasimg li:last-child {
    padding-bottom: 0;
    height: 71px;
}

.widget-postlist .hasimg2 li {
    padding: 8px 0 0 !important;
    height: auto !important;
    width: calc(50% - 5px);
    float: left;
    margin-right: 10px;
}

.widget-postlist .hasimg2 li:nth-child(2n) {
    margin-right: 0
}

.widget-postlist .hasimg li .img {
    position: absolute;
    left: 0;
    width: 100px;
    overflow: hidden;
}

.widget-postlist .hasimg2 li .img {
    position: static;
    width: 100% !important;
}

.widget-postlist .hasimg li .img img {
    width: 100%;
    height: 63px;
    border-radius: 5px;
}

.widget-postlist .hasimg2 li .img img {
    width: 100% !important;
    height: auto !important;
    border-radius: 5px;
}

.widget-postlist .hasimg li h4 {
    height: 38px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-size: 14px;
    font-weight: normal;
}

.widget-postlist .hasimg li .meta {
    position: absolute;
    bottom: 8px;
    line-height: 14px;
}

.widget-postlist .hasimg li:last-child .meta {
    bottom: 2px;
}

.widget-postlist .hasimg li .meta .time {
    display: none
}

.widget-postlist .hasimg li .meta .icon {
    font-size: 14px;
}

.widget-toplist li {
    padding: 8px 0 8px 20px;
}

.widget-toplist li .sort {
    position: absolute;
    display: inline-block;
    left: 0
}

.widget-text img {
    width: 100%;
    height: auto
}

.widget .custom-html-widget p {
    margin-bottom: 10px;
}

.widget_categories ul {
    margin-left: 20px;
    list-style: disc;
}

.widget_categories li {
    list-style: inherit;
}

.widget_categories .children {
    margin-left: 20px;
    list-style: circle;
}

.widget_author .author-cover {
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-bottom: 37%;
    overflow: hidden;
}

.widget_author .author-cover img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

.widget_author .author-avatar {
    margin-top: -40px;
    text-align: center;
}

.widget_author .avatar-link {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    padding: 4px;
    margin: 0 auto;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .3);
}

.widget_author .avatar {
    width: 100%;
    height: 80px !important;
    border-radius: 50%;
    background: #fff;
    transition: all .3s ease-out 0s;
}

.widget_author .author-info {
    padding: 10px 15px 20px;
    text-align: center;
    line-height: 1.6;
}

.widget_author .author-name {
    display: inline-block;
    line-height: 22px;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.widget_author .author-group {
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid var(--theme-color);
    vertical-align: top;
    border-radius: 1px;
    background: var(--theme-color);
}

.widget_author .author-group:before {
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -4px;
    content: "";
    border: 4px solid transparent;
    border-right: 4px solid var(--theme-color);
}

.widget_author .author-description {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    max-height: 61px;
    overflow: hidden;
}

.widget_author .avatar-link span {
    position: absolute;
    right: 7px;
    bottom: -2px;
}

.widget_author .avatar-link span:after {
    font-family: 'iconfont-modown';
    content: "\e8d2";
    font-size: 17px;
    color: #fbb715;
}

.widget_archive ul {
    overflow: hidden;
}

.widget_archive li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.widget_calendar #wp-calendar {
    width: 100%;
    margin: 0;
    color: #777;
}

.widget_calendar #wp-calendar caption {
    margin-bottom: 10px;
    font-size: 13px;
}

.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
    border: 0;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
}

.widget_calendar #wp-calendar th {
    color: #333;
}

.widget_media_image .wp-caption {
    width: 100% !important;
    text-align: center;
}

.ap-questions-widget .ap-question-item {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

.ap-questions-widget .ap-question-item .ap-question-title {
    color: #333;
    font-size: 15px;
}

.widget-bottom-search .searchform {
    margin-bottom: 15px;
}

.widget-bottom-search input[type='text'] {
    float: left;
    width: calc(100% - 60px);
    border: 1px solid #eaeaea;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border-right: none;
    border-radius: var(--theme-radius) 0 0 var(--theme-radius);
}

.widget-bottom-search button {
    float: left;
    width: 60px;
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 0 var(--theme-radius) var(--theme-radius) 0;
    cursor: pointer;
}

.widget-bottom-search button .icon {
    top: 0;
}


.erphpdown-popover-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none
}

.erphpdown-popover {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -205px;
    width: 410px;
    background-color: #FFF;
    padding: 40px 0;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
    text-align: center
}

.erphpdown-popover h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0 15px 20px
}

.erphpdown-popover-item {
    display: inline-block;
    margin: 0 0
}

.erphpdown-popover-item h4 {
    margin: 0 20px 10px;
    font-size: 15px;
    font-weight: normal;
}

.erphpdown-popover-item img {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border-radius: 2px;
    padding: 5px
}

.erphpdown-popover-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    color: #999;
    cursor: pointer
}

.erphpdown-popover-close:hover {
    color: #666
}

.single-comment {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;

}

.page-template-guestbook .single-comment {
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.comments-title {
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 17px
}

.comments-title .icon {
    font-size: 18px;
    color: var(--theme-color);
    line-height: 1
}

.comments-title small {
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
    color: var(--theme-color);
    font-size: 12px
}

.comments-respond {
    position: relative;
    margin-bottom: 15px;
}

.page-template-guestbook .comments-respond {
    margin-bottom: 35px;
}

.comt {
    position: relative;
    padding-left: 52px
}

.comt-title {
    font-size: 12px;
    color: #777;
    float: left;
    margin-left: -52px;
    width: 42px;
    text-align: center
}

.comt-title .avatar {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    margin-bottom: 5px
}

.comt-title p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.comt-box {
    border: 1px solid #eaeaea;
    padding: 5px 10px 0;
    border-radius: 5px;
    background-color: #fff;
    position: relative
}

.comt-area {
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    line-height: 22px;
    font-size: 14px;
    outline: 0;
    color: #666;
    height: 82px;
    background: transparent;
}

.page-template-guestbook .comt-area {
    height: 122px;
}

.comt-ctrl {
    position: relative;
}

.comt-ctrl .smile {
    position: absolute;
    width: 14.375rem;
    height: 6.375rem;
    padding: 0.125rem;
    box-shadow: 0 0.125rem 0.625rem 0.125rem rgba(0, 0, 0, .11);
    background-color: #fff;
    z-index: 9;
    display: none;
    transform: perspective(500px) rotateX(-15deg);
    transform-origin: 50% 0;
    transition: all .15s ease-out;
}

.comt-ctrl .smile.open {
    display: block;
    transform: none;
}

.comt-ctrl .smile a {
    width: 2.0rem;
    height: 2.0rem;
    display: block;
    border: 0.125rem solid #fff;
    background-color: #f0f0f0;
    padding: 0.25rem;
    float: left;
}

.comt-ctrl .comt-add-btn {
    margin-top: 7px;
    display: inline-block;
}

.comt-submit {
    position: absolute;
    right: 0;
    top: 10px;
    background: var(--theme-color);
    border: none;
    border-left: none;
    border-top: none;
    padding: 0px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    outline: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.page-template-guestbook .comt-submit {
    height: 42px;
    width: 120px;
    font-size: 15px;
}

.comt-submit:hover {
    opacity: .88;
}

.comt-count {
    float: right;
    color: #777;
    margin-bottom: 5px
}

.comt-tips {
    text-align: right;
    font-size: 14px;
    color: #fff;
    margin-top: 17px;
}

.comt-tips .comt-tip {
    color: #7AD071;
}

.comt-tips .comt-error {
    color: #FF5E52
}

.comt-comterinfo {
    padding: 15px 0;
}

.comt-comterinfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
    color: #777
}

.comt-comterinfo li {
    margin-bottom: 10px;
    float: left;
}

.comt-comterinfo input {
    margin-right: 10px;
    position: relative;
    border: 2px solid #CCD4D9;
    border-radius: 5px;
    height: 36px;
    padding: 4px 8px;
    outline: none;
    width: 100%;
    max-width: 200px;
    box-shadow: none;
    *height: 20px
}

.postcomments {
    margin-bottom: 30px
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 0
}

.commentlist .comments-respond {
    margin-top: 30px
}

.comment {
    position: relative;
    padding: 15px 0 15px 52px;
    border-bottom: 1px solid #eee
}

.comment .comt-avatar {
    width: 42px;
    height: 42px;
    background-color: #FFF;
    float: left;
    position: relative;
    margin-left: -52px
}

.comment .comt-avatar .avatar {
    display: block;
    border-radius: 50%;
    width: 42px;
    height: 42px
}

.comment .comt-main {
    position: relative;
    font-size: 14px;
    word-wrap: break-word
}

.comment .comt-main p {
    margin-top: 15px;
    margin-bottom: 0
}

.comment .comt-main img {
    max-width: 50%;
    height: auto;
}

.comment .comt-author {
    margin-right: 10px
}

.comment .comt-bought {
    margin-left: 5px;
    background: #5cb85c;
    color: #fff;
    border-radius: 2px;
    padding: 1px 5px
}

.is-vip {
    color: #fbb715;
    margin-left: 2px;
}

.comment .url:hover {
    text-decoration: underline
}

.comment .comt-meta {
    font-size: 12px;
    color: #777;
    margin-top: 7px
}

.comment .comt-meta .icon {
    font-size: 15px;
}

.comment .comt-zan {
    margin-left: 10px;
    color: #777;
}

.comment .comment-reply-link,
.comment .comment-reply-login {
    font-size: 12px;
    display: none;
    margin-left: 10px;
    color: #777;
}

.comment .comt-f {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
    color: #777
}

.comment .comt-approved {
    border-radius: 2px;
    font-size: 12px;
    background-color: #666;
    color: #fff;
    display: inline-block;
    padding: 2px 3px 2px;
    line-height: 1;
    margin-right: 10px
}

.comment .children {
    list-style: none;
    padding: 0
}

.comment .children .comment {
    margin: 15px 0 0;
    border-top: 1px solid #eee;
    border-bottom: none;
    padding-bottom: 0
}

.comment pre {
    margin: 3px 0 5px;
    padding: 7px 10px;
    border-radius: 1px
}

.comment .depth-1 {
    border-bottom: #eee 1px solid
}

.comment .wp-smiley {
    margin-bottom: 2px
}

.comment:hover > .comt-main .comment-reply-link,
.comment:hover > .comt-main .comment-reply-login {
    display: inline-block
}

#cancel-comment-reply-link {
    display: none;
    font-size: 12px;
    text-align: center;
    margin-top: 7px;
}

.comment #cancel-comment-reply-link {
    display: block
}

.comments-pagination {
    margin-top: 15px;
    text-align: center;
    font-size: 14px
}

.comments-pagination a,
.comments-pagination span {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0 2px
}

.comments-pagination a {
    text-decoration: none;
    background-color: #ddd;
    color: #666;
    opacity: 1
}

.comments-pagination span {
    cursor: default;
    color: #aaa
}

.comments-pagination a:hover,
.comments-pagination a:focus {
    opacity: 0.8
}

.comments-pagination .current {
    color: #fff;
    background-color: #aaa
}

.tougao-title .icon {
    color: var(--theme-color);
    font-size: 22px;
}

.tougao-item {
    margin-bottom: 20px;
    position: relative;
}

.tougao-item-erphpdown {
    display: none
}

.tougao-item > label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.tougao-item > label.error {
    color: #ff0000
}

.tougao-item > p {
    font-size: 12px;
    color: #aaa;
    margin: 0
}

.tougao-item .tougao-input {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 10px 12px;
    display: block;
    border-radius: 5px;
}

.tougao-item .tougao-btn {
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 30px;
    cursor: pointer
}

.tougao-item .tougao-btn2 {
    background: #555;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 30px;
    cursor: pointer
}

.tougao-item .tougao-tax {
    display: inline-block;
}

.tougao-item .tougao-select {
    display: inline-block;
}

.tougao-item .tougao-select label {
    margin-right: 10px;
    cursor: pointer;
}

.tougao-item .tougao-select .postform {
    border: 1px solid #eaeaea;
    height: 32px;
    line-height: 32px;
    background: transparent;
    border-radius: 5px;
    padding: 2px 5px;
}

.tougao-item .tougao-image-wrap {
    padding-left: 170px;
    position: relative;
    min-height: 150px;
}

.tougao-item .tougao-file-wrap {
    padding-left: 120px;
    position: relative;
    min-height: 100px;
}

.tougao-item .tougao-image-box,
.tougao-item .tougao-file-box {
    width: 150px;
    height: 150px;
    border: 2px dashed #eaeaea;
    text-align: center;
    left: 0;
    position: absolute;
    cursor: pointer;
    color: #ccc;
}

.tougao-item .tougao-file-box {
    width: 100px;
    height: 100px;
    font-size: 15px;
}

.tougao-item .tougao-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tougao-item .tougao-image-box i,
.tougao-item .tougao-file-box i {
    font-size: 36px;
    color: #eaeaea;
    display: inline-block;
    margin-top: 30px;
}

.tougao-item .tougao-file-box i {
    font-size: 28px;
    margin-top: 10px
}

.tougao-item .tougao-image-input {
    position: relative;
    display: none;
}

.tougao-item .tougao-file-input {
    position: relative;
}

.wp-editor-container {
    border-radius: 5px;
}

.tougao-item .notice-bg {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01)
}

.tougao-item .notice-wrap {
    position: absolute;
    z-index: 101;
    width: 100%;
    left: 0;
    top: 46px;
    text-align: center
}

.tougao-item .notice-inner {
    display: inline-block;
    padding: 10px 15px;
    line-height: 1.2;
    color: #cd6e00;
    background: #ffedc8;
    border-radius: 3px
}

.tougao-item .notice-inner.notice-1 {
    color: #388202;
    background: #e1ffe3
}

.tougao-item .notice-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.tougao-item .mce-btn .mce-i-image,
.tougao-item .mce-btn .mce-i-media,
.tougao-item .mce-btn .mce-i-upload {
    height: 16px;
    position: relative;
    top: 2px;
}

.media-frame-content .media-toolbar,
.media-views-heading,
.media-modal-close span.screen-reader-text {
    display: none;
}

.vip-desc {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: -40px;
    margin-bottom: 40px;
}

.vip-desc-table {
    background: #fff;
    text-align: center;
    margin-bottom: 40px !important;
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.vip-desc-table th,
.vip-desc-table td {
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 5px 10px;
    vertical-align: middle;
}

.vip-desc-table .thead {
    background: #FFF2CC;
}

.vip-content {
    text-align: center;
    margin: 0 -15px 60px;
}

body.home .vip-content {
    padding: 40px 0 25px;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.vip-content .home-vip-content {
    margin: 0 -15px;
    font-size: 0;
}

.vip-content .page-vip-content {
    font-size: 0;
}

.vip-content h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: normal;
}

.vip-content h2:after {
    content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.vip-item {
    padding: 0 30px 50px;
    border-radius: 12px;
    background-color: #ffffff;
    text-align: center;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    font-size: 15px;
    display: inline-block;
    top: 0;
    position: relative;
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.vip-item:hover {
    top: -10px;
}

.vip-item h6 {
    font-size: 20px;
    margin: 0 -30px;
    background: var(--theme-color);
    padding: 15px 0;
    font-weight: normal;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.vip-item.item-no h6 {
    background: #ccc;
}

.vip-item.item-0 h6 {
    background: #E22A1F;
}

.vip-item.item-1 h6 {
    background: #FF7C00;
}

.vip-item.item-2 h6 {
    background: #33375E;
}

.vip-item.item-3 h6 {
    background: #D29435;
}

.vip-item.item-4 h6 {
    background: #d2c55d;
}

.vip-item p.border-decor {
    margin-bottom: 50px;
    text-align: center;
}

.vip-item p.border-decor.border-decor-cat {
    margin-bottom: 20px;
}

.vip-item p.border-decor.no {
    height: 25px;
}

.vip-item p.border-decor span {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 6px 12px;
    color: #333;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
}

.vip-item p.border-decor span:empty {
    visibility: hidden;
}

.vip-item .price {
    font-weight: 600;
    font-size: 32px;
    display: block;
    margin: 20px 0 5px;
}

.vip-item .price del {
    color: #999;
    font-size: 18px;
    font-weight: normal;
}

.vip-item .price small {
    font-size: 14px;
}

.vip-item .buca {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 0 0 3px 3px;
    padding: 1px 8px 2px 8px;
    display: none;
}

.vip-item .vip-tips-box {
    width: 290px;
    height: 90px;
    position: absolute;
    background-size: auto 77px;
    left: 0;
    bottom: -50px;
    z-index: 4
}

.vip-item .vip-tips-box span {
    position: absolute;
    bottom: 0;
    left: 95px;
    line-height: 24px;
    text-align: center;
    color: #555c6f;
    font-size: 16px
}

.vip-item .vip-tips-box span em {
    color: #D29435;
    font-weight: 500
}

.vip-item ul {
    margin-bottom: 20px
}

.vip-item ul li {
    font-size: 15px;
    padding-bottom: 10px
}

.vip-item ul li:not(:first-child) {
    padding-top: 10px
}

.vip-item ul li:not(:last-child) {
    border-bottom: solid 1px #f7f7f7
}

.vip-item ul li i {
    width: 8px;
    height: 8px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.vip-item.item-0 ul li i {
    border-color: #E22A1F
}

.vip-item.item-1 ul li i {
    border-color: #FF7C00
}

.vip-item.item-2 ul li i {
    border-color: #33375E
}

.vip-item.item-3 ul li i {
    border-color: #D29435
}

.vip-item.item-4 ul li i {
    border-color: #d2c55d
}

.vip-item .btn {
    color: #fff !important;
    background: var(--theme-color) !important;
    border-radius: 50px;
    padding: 12px 35px;
}

.vip-item .btn.disabled {
    visibility: hidden;
}

.vip-item.item-0 .btn {
    background: #E22A1F !important
}

.vip-item.item-1 .btn {
    background: #FF7C00 !important
}

.vip-item.item-2 .btn {
    background: #33375E !important
}

.vip-item.item-3 .btn {
    background: #D29435 !important
}

.vip-item.item-4 .btn {
    background: #d2c55d !important
}

.vip-logs {
    margin: 30px auto 20px;
    text-align: center;
}

.vip-logs ul {
    display: inline-block;
    border: 1px solid #f3dea6;
    background: #fef9ef;
    border-radius: 20px;
    height: 40px;
    overflow: hidden;
}

.vip-logs ul li {
    height: 40px;
    line-height: 37px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    min-width: 300px
}

.vip-logs ul li img {
    margin-right: 5px;
    border-radius: 50%;
}

.vip-why {
    background: #f9f9f9;
    padding: 40px 0 60px;
}

.vip-why h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: normal;
}

body.home .vip-why h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: normal;
}

body.home .vip-why h2:after {
    content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.vip-why .desc {
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-bottom: 40px;
}

body.home .vip-why .desc {
    margin-top: -15px;
}

.vip-why .items .item {
    float: left;
    width: 25%;
    text-align: center;
}

.vip-why .items .item div {
    text-align: left;
}

.vip-why .items .item div,
.vip-why .items .item span {
    display: inline-block;
}

.vip-why .items .item span {
    background: var(--theme-color);
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    position: relative;
    top: -10px;
}

.vip-why .items .item span i {
    top: 3px;
}

.vip-why .items .item h4 {
    font-weight: normal;
    font-size: 18px;
}

.vip-why .items .item p {
    text-align: inherit;
    color: #666
}

.vip-faqs {
    padding: 40px 0;
    background: #fff;
}

.vip-faqs h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: normal;
}

.vip-faqs .items {
    margin: 0 auto;
    max-width: calc(100% - 90px)
}

.vip-faqs .items .item {
    margin-bottom: 20px;
}

.vip-faqs .items .item h5 {
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 5px;
}

.vip-faqs .items .item .ans {
    font-size: 13px;
    color: #888
}

.totals {
    position: relative;
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.totals .item {
    width: 25%;
    text-align: center;
    float: left;
    z-index: 9;
    position: relative;
}

.totals .item .icon {
    font-size: 28px;
    color: #777;
}

.totals .item span {
    font-size: 52px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 1.2;
    opacity: .8
}

.totals .item span:after {
    content: "+";
    position: absolute;
    right: -15px;
    top: -10px;
    font-size: 26px;
}

.totals .item h4 {
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.pageside {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px
}

.pagemenu {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
    overflow: hidden;

}

.pagemenu li a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    background-color: #fff
}

.pagemenu li.current_page_item a {
    color: #fff;
    background-color: var(--theme-color);
    margin: 0 -1px
}

.pagemenu li:last-child a {
    border-bottom: none
}

.pagelinks li a .icon {
    float: right;
}

.tagslist ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -2% 0 0;
}

.tagslist li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);
    background-color: #fff;

}

.tagslist li .name {
    background-color: #eee;
    display: inline-block;
    padding: 5px 10px 4px;
    font-size: 12px;
    color: #666;
}

.tagslist li .name:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.tagslist li:hover .name {
    background-color: var(--theme-color);
    color: #fff;
}

.tagslist li small {
    margin-left: 10px;
    color: #bbb;
}

.tagslist li p {
    margin: 10px 0 0;
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    display: block;
    line-height: 1.5;
}

.tagslist li .tit {
    color: #999;
}

.archives {
    max-width: 800px;
    margin: 0 auto;
}

.archives .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.archives h3 {
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    color: var(--theme-color);
    line-height: 20px;
    margin-top: 0
}

.archives-list {
    padding-left: 20px;
    margin: 0 0 20px 140px
}

.archives-list li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 4px
}

.archives-list time {
    width: 40px;
    display: inline-block
}

.archives-list span {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px
}

.authors {
    margin: 0 -10px 20px;
}

.authors .author-item {
    width: calc(25% - 20px);
    float: left;
    margin: 0 10px 20px;
    background: #fff;

    text-align: center;
    padding: 15px;
    min-height: 275px;
}

.authors .author-item .avatar {
    border-radius: 50%;
    margin-bottom: 5px;
}

.authors .author-item .name {
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    margin: 0 20px
}

.authors .author-item .posts a {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

.authors .author-item .posts a:hover {
    color: var(--theme-color);
}

.page-template-authors .pagination {
    display: block !important;
}

.readers {
    max-width: 900px;
    margin: 0 auto;
}

.readers a {
    width: 80px;
    margin: 0 5px 20px;
    float: left;
    text-align: center;
    color: #999;
    font-size: 12px;
    height: 85px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}

.readers a:hover {
    color: var(--theme-color)
}

.readers .avatar {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
}

.readers a.item-top {
    width: 31.222222%;
    margin: 0 1% 30px;
    text-align: left;
    height: 100px;
    color: #bbb;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 10px
}

.readers a.item-top .avatar {
    float: left;
    margin-left: 10px;
    margin-right: 10px
}

.readers a.item-top h4 {
    color: var(--theme-color);
    font-size: 16px
}

.readers a.item-top strong {
    display: block;
    color: #666
}

.readers a.item-top:hover {
    background-color: #f1f1f1
}

.readers a.item-2 h4 {
    color: #7CCD38
}

.readers a.item-3 h4 {
    color: #52BAF5
}

.erphpdown-msg .title {
    font-size: 18px;
    margin-bottom: 5px;
    display: none;
}

.erphpdown-msg p {
    margin-bottom: 20px;
    text-align: left;
    padding: 10px 20px;
    background: #f4f4f4;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
}

.erphpdown-msg p:last-child {
    margin-bottom: 0
}

.erphpdown-msg p .link {
    background: #333;
    color: #fff;
    text-decoration: none;
    padding: 6px 25px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 30px 0 15px;
}

.erphpdown-msg p .tit {
    width: 120px;
    display: inline-block;
}

.erphpdown-msg .hidden-content {
    border: 1px dashed #f4f4f4 !important;
    border-radius: 5px;
    padding: 10px;
}

.erphpdown-msg .hidden-content > div {
    margin: 0 0 10px;
}

.erphpdown-msg .hidden-content > div:last-child {
    margin-bottom: 0
}

.mbt-down-top {
    position: absolute;
    top: -7.5px;
    border-radius: 10px;
    height: 15px;
    width: calc(100% + 20px);
    left: -10px;
    z-index: -9;
    box-shadow: inset 0 5px 5px #bbb;
}

.modown-erphpdown-bottom {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

.modown-erphpdown-bottom .line {
    position: absolute;
    top: 0;
    width: 94%;
    border-top: 1px dashed #eee;
    left: 3%;
}

.modown-erphpdown-bottom img {
    border-radius: 3px;
}

.modown-erphpdown-bottom:before {
    content: "";
    background: #f9f9f9;
    position: absolute;
    left: -11px;
    top: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.modown-erphpdown-bottom:after {
    content: "";
    background: #f9f9f9;
    position: absolute;
    right: -11px;
    top: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.link-box {
    margin-bottom: 15px;
    background: #fff
}

.link-box .link-title {
    margin-bottom: 15px;
    font-size: 17px;
    padding: 15px;
    border-bottom: 1px solid #eee
}

.link-box .link-title .icon {
    font-size: 17px;
    top: 0
}

.link-box .link-list {
    padding: 15px 0;
}

.link-box .link-list .link-item {
    float: left;
    width: calc(25% - 15px);
    margin: 7.5px;
}

.link-box .link-list .link-item .link-main {
    padding: 10px 10px 10px 50px;
    position: relative;
}

.link-box .link-list .link-item .link-main .link-img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}

.link-box .link-list .link-item .link-main .link-img.icon {
    font-size: 24px;
}

.link-box .link-list .link-item .link-main h2 {
    line-height: 30px;
    font-weight: normal;
}

.link-box .link-list .link-item .link-desc {
    padding: 0 10px 10px 50px;
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.topic-list {
    margin: 0 -10px 20px;
}

.topic-list .topic-item {
    width: calc(33.33333% - 20px);
    margin: 0 10px 20px;
    float: left;
    background: #fff;

}

.topic-list .topic-item img {
    width: 100%;
    height: auto;
    border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

.topic-list .topic-item > a {
    overflow: hidden;
    display: block
}

.topic-list .topic-item .info {
    margin: 10px 10px 0;
    font-size: 14px;
    color: #999;
    padding-bottom: 15px;
    height: 90px;
    overflow: hidden;
}

.topic-list .topic-item .info h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.erphp-task-metas,
.erphp-task-content,
body.single-task .widget,
.filters-task {
    border: none !important
}

.tasks .task .view {
    background: var(--theme-color) !important;
}

.modown-fixed-da {
    position: fixed;
    right: 10px;
    top: 100px;
    width: 125px;
    z-index: 999;
    display: none
}

.modown-fixed-da img {
    width: 100%;
    height: auto;
}

.modown-fixed-da .icon-close {
    position: absolute;
    right: -9px;
    top: -10px;
    font-size: 14px;
    line-height: 21px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background: #e9eaea;
}

.sitetips-default {
    background: #fff3e9;
    border: 1px solid #fcecdf;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 70%;
    max-width: 1000px;

    font-size: 15px;
    display: none;
    padding: 14px 35px 12px;
    color: #f58b36;
    margin: 0 auto;
}

.sitetips-default .close {
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    color: #FF7C3C !important;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
}

.sitetips-default .close .icon {
    font-size: 24px;
    top: -1px;
}

.sitetips-default a {
    padding: 0 !important;
    background: transparent !important;
    color: var(--theme-color) !important;
    text-decoration: underline;
}

.sitetips-default .btn {
    padding: 6px 12px !important;
    background: var(--theme-color) !important;
    color: #fff !important;
    border-radius: 20px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}

.erphp-login-tips {
    position: fixed;
    z-index: 99999;
    bottom: -258px;
    right: 0;
    width: 250px;
    height: auto;
    background: #fff;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #2e3757;
    border-radius: 3px 0 0 0;
    padding: 20px;
    transition: bottom 0.3s cubic-bezier(.4, 0, .2, 1);
    font-size: 14px;
    color: #999;
}

.erphp-login-tips-welcome {
    margin-bottom: 10px;
}

.erphp-login-tips-welcome span {
    color: #666;
}

.erphp-login-tips-current {
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.erphp-login-tips-current span,
.erphp-login-tips-last span {
    font-family: tahoma, arial, sans-serif;
}

.erphp-login-tips-bug {
    color: #ff0000;
    margin-top: 5px;
    font-weight: 600;
    font-size: 13px;
}

.erphp-login-tips .close {
    position: absolute;
    right: 0;
    top: -24px;
    background: #fff;
    opacity: 1;
    color: #999;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    font-size: 20px;
}

.sitetips-pop {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 19991016;
    width: 370px;
    min-height: 300px;
    border-radius: 12px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #333;
    padding: 0;
    font-size: 15px;
    display: none;
    margin: 0 auto;
}

.sitetips-pop:before {
    content: "";
    position: absolute;
    background-position: 200% 0;
    background-size: 70%;
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    top: 0;
    border-radius: 0 12px 0 0;
    z-index: -1;
}

.sitetips-pop:after {
    content: "";
    position: absolute;
    background-position: 200% 0;
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: right -40px;
    background-size: contain;
    bottom: 0;
    transform: rotate(180deg);
    z-index: -1;
}

.sitetips-pop .sitetips-header {
    text-align: center;
    padding: 40px 30px 10px;
    margin-bottom: 30px;
}

.sitetips-pop .sitetips-header h3 {
    position: relative;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
}

.sitetips-pop .sitetips-header h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background: #fde6dd;
    border-radius: 5px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.sitetips-pop .sitetips-main {
    padding: 0 30px 30px;
}

.sitetips-pop .sitetips-main p {
    margin-bottom: 15px;
}

.sitetips-pop .btn {
    display: block;
    padding: 12px 12px !important;
    font-size: 15px;
    margin-top: 20px;
    background: transparent !important;
    border: 1px solid var(--theme-color);
    color: var(--theme-color) !important;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}

.sitetips-pop .close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 24px;
    line-height: 24px;
}

.sitetips-pop .close .icon {
    font-size: 24px;
    top: -1px;
}

.sitetips-pop-shadow {
    z-index: 19991015;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.sign {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10003;
    opacity: 0.0;
    visibility: hidden;
    overflow: auto;
    transform: perspective(1px) scale(1.1);
    transition: visibility 0s linear 0.15s, opacity 0.15s 0s, transform 0.15s;
}

.sign-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.sign .sign-box {
    background-color: #ffffff;
    width: 400px !important;
    position: absolute;
    z-index: 9;
    margin: auto;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
}

.sign .sign-box.has-left {
    width: 660px !important;
    padding-left: 260px;
}

.sign .sign-box.has-left .loginimage {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.sign .sign-box.has-left .loginimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sign .close-link {
    color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 22px 0;
    font-size: 18px;
    color: #3da9f7;
    display: block;
    opacity: 0.85;
    filter: alpha(opacity=85);
    width: 70px;
    margin-left: -60px;
    text-align: center
}

.sign .close-link:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.sign form {
    padding: 40px;
}

.sign .form-item {
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
    z-index: 3;
}

.sign .form-item i {
    position: absolute;
    left: 10px;
    top: 8px;
}

.sign .logo-login {
    width: auto;
    height: 80px;
    z-index: 9;
    position: relative;
}

.sign .captcha-clk,
.sign .captcha-clk2,
.sign .captcha-sms-clk {
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sign .captcha-clk.disabled {
    cursor: auto
}

.sign .captcha-img {
    height: 38px;
    width: 80px;
    top: -9px;
    right: -8px;
    cursor: pointer;
    position: relative;
}

.sign .invitation-link {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
}

.sign .form-control {
    border-radius: 7px;
    padding-left: 33px;
    width: 100%;
    background: #e6eaed;
    border: none;
    min-height: 40px;
    margin: 0 !important;
}

.sign .sign-submit {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding-bottom: 20px
}

.sign .sign-submit .btn {
    width: 100%;
    padding: 10px 25px;
    border-radius: 7px;
}

.sign .sign-submit label {
    margin-top: 8px;
    font-weight: normal;
    font-size: 14px
}

.sign .sign-submit label input {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.sign .erphp-weixin-scan .ews-box .ews-input {
    background: #e6eaed;
    border: none;
}

.sign-trans {
    margin-top: 10px;
    font-size: 13px;
    color: #999
}

#sign-up .sign-trans {
    margin-top: 10px
}

#sign-up.signup-social-only .sign-trans {
    text-align: center;
}

.sign-trans a,
.form-policy a {
    color: var(--theme-color)
}

.form-policy {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.form-policy input {
    position: relative;
    top: 2px;
}

.form-policy label {
    font-size: 12px !important;
}

.sign-tips {
    position: absolute;
    bottom: 0;
    background-color: #FD6E6E;
    left: 0;
    right: 0;
    height: 0;
    line-height: 29px;
    padding: 0 50px;
    color: #fff;
    font-size: 12px;
    overflow: hidden
}

.sign-tips a {
    display: none;
}

.sign-show .sign {
    opacity: 1.0;
    visibility: visible;
    transform: perspective(1px) scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.15s 0s, transform 0.15s;
}

.sign-show .sign .sign-box {
    -webkit-animation: showPanel 0.5s ease;
    -moz-animation: showPanel 0.5s ease;
    animation: showPanel 0.5s ease-in
}

body.sign-show {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sign-social {
    margin: 20px auto 0;
    overflow: hidden;
    text-align: center;
}

#sign-up .sign-social {
    margin: 10px auto 0;
}

#sign-up.signup-social-only .sign-social {
    margin-bottom: 40px;
}

.sign-social h2 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
}

.sign-social .login-qq,
.sign-social .login-weibo,
.sign-social .login-weixin,
.sign-social .login-google,
.sign-social .login-facebook,
.sign-social .login-twitter {
    opacity: 0.85;
    filter: alpha(opacity=85);
    color: #fff;
    font-size: 26px;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    margin: 0 6px;
    display: inline-block;
}

#sign-up.signup-social-only .sign-social .login-qq,
#sign-up.signup-social-only .sign-social .login-weibo,
#sign-up.signup-social-only .sign-social .login-weixin,
#sign-up.signup-social-only .sign-social .login-google,
#sign-up.signup-social-only .sign-social .login-facebook,
.sign-social .login-twitter {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.sign-social .login-qq {
    background-color: #3F92D6;
}

.sign-social .login-weibo {
    background-color: #FF766C;
}

.sign-social .login-weixin {
    background-color: #40C34A
}

.sign-social .login-google {
    background-color: #ea4335
}

.sign-social .login-facebook {
    background-color: #1877F2
}

.sign-social .login-twitter {
    background-color: #4ab3f4
}

.sign-social .login-qq:hover,
.sign-social .login-weibo:hover,
.sign-social .login-weixin:hover,
.sign-social .login-google:hover,
.sign-social .login-facebook:hover,
.sign-social .login-twitter:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.sign-social .icon {
    font-size: 26px;
    top: -1px;
}

#sign-up.signup-social-only .sign-social .icon {
    font-size: 26px;
}

.sign .expend-container {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.sign .expend-container:after {
    content: ' ';
    position: absolute;
    right: 1.4rem;
    top: 1.4rem;
    z-index: 2;
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    height: 6.5rem;
    width: 6.5rem;
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s;
}

.sign .expend-container:hover:after {
    right: 1.8rem;
    top: 1.8rem;
}

.sign .expend-container a {
    display: inline-block;
}

.sign .expend-container svg {
    fill: #999
}


#erphpdown-download {
    margin-top: 150px !important
}

.modown-ad {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;

}

.lists + .modown-ad {
    margin-top: 20px
}

.modown-ad-items {
    margin: 0 -10px 0;
}

.modown-ad-items-five {
    margin: 0 -7.5px 0;
}

.modown-ad img {
    max-width: 100%;
    height: auto;

}

.modown-ad-items .item {
    width: 285px;
    margin: 0 10px;
    display: block;
    float: left;
}

.modown-ad-items-five .item {
    width: calc(20% - 15px) !important;
    margin: 0 7.5px;
    display: block;
    float: left;
}

.modown-ad-items .item img,
.modown-ad-items-five .item img {
    width: 100%
}

.erphpad-loader {

}

.rollbar {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 999;
}

.rollbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 40px;
}

.rollbar li {
    position: relative;
    text-align: center;
    margin-bottom: 5px;

    background: #e9eaea
}

.rollbar .qq-li {
    background: var(--theme-color);
}

.rollbar .qq-li a {
    color: #fff !important;
}

.rollbar .totop-li {
    display: none;
}

.rollbar a {
    position: relative;
    z-index: 2;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #888;
}

.rollbar a:hover {
}

.rollbar .kefu_weixin img {
    position: absolute;
    right: 50px;
    width: 120px;
    height: 120px;
    top: -35px;

    max-width: inherit;
    max-height: inherit;
    display: none;
}

.rollbar .kefu_weixin:hover img {
    display: block;
}

.rollbar .icon {
    line-height: 38px;
    font-size: 26px
}

.rollbar li:hover {
    opacity: .95;
    filter: alpha(opacity=95);
    display: block
}

.rollbar a.active .icon-calendar:before {
    content: "\e8da";
}

.rollbar a.active .icon-moon:before {
    content: "\e639";
}

.rollbar a.fullscreen.active {
    color: var(--theme-color)
}

.rollbar a.fullscreen.active .icon-fullscreen:before {
    content: "\e678";
}

.rollbar li:hover h6 {
    opacity: .9;
    filter: alpha(opacity=90)
}

.rollbar li:hover h6 {
    right: 100%
}

.rollbar h6 {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -15%;
    margin: -13px 10px 0 0;
    line-height: 26px;
    font-size: 12px;
    background: #e9eaea;
    color: #888;
    width: 70px;
    border-radius: 2px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: normal;
}

.rollbar h6 i {
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #e9eaea;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0)
}

.home-anchor-nav {
    position: fixed;
    width: 58px;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
    font-size: 14px;
    background-color: #fff;

    z-index: 999;
}

.home-anchor-nav li {
    text-align: center;
    padding: 10px;
    height: 58px;
    letter-spacing: 2px;
    position: relative;
    line-height: 1.4;
}

.home-anchor-nav li:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #efefef;
    left: calc(50% - 15px);
    bottom: 0;
    position: absolute;
}

.home-anchor-nav li:last-child:after {
    content: none;
}

.home-anchor-nav li a {
    height: 38px;
    overflow: hidden;
    display: block;
}

.home-anchor-nav li.current a {
    color: var(--theme-color);
}

.home-anchor-nav li i {
    display: block;
    line-height: 1.1;
    font-size: 18px;
}

.erphpdown-type-desc {
    background: #f5f5f5;
    padding: 20px;
    margin: -20px -20px 30px;
    text-align: center;
}

.erphpdown-type-desc .type-name {
    margin-bottom: 5px;
}

.erphpdown-type-desc .type-price span {
    font-size: 32px;
    margin-right: 5px;
}

.erphpdown-type-desc .type-price span del {
    font-size: 16px;
    color: #999;
}

.erphpdown-type-link {
    display: inline-block;
    border-radius: 5px;
    min-width: 150px;
    padding: 13px 20px 14px;
    font-size: 14px;
    color: #fff !important;
    background: var(--theme-color);
    line-height: 1;
    text-align: center;
    margin: 0 10px 7px 0;
}

.erphpdown-type-link:nth-child(2n) {
    margin-right: 0;
}

.erphpdown-type-wxpay {
    background: #00c250;
}

.erphpdown-type-alipay {
    background: #00a3ee;
}

.erphpdown-type-qqpay {
    background: #0BB2FF;
}

.erphpdown-type-paypal {
    background: #0070ba;
}

.erphpdown-type-stripe {
    background: #635bff;
}

.erphpdown-type-ut {
    background: #0e932e;
}

.erphpdown-type-credit {
    display: block;
    float: none;
    margin: 3px 0 10px 0
}

.erphpdown-type-card {
    background: #555;
    display: block;
    float: none;
    margin-right: 0;
}

.erphpdown-promo {
    text-align: center;
    color: #999;
    margin-top: 15px;
    font-size: 12px;
}

.erphpdown-promo input {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    width: 100px;
    padding: 5px;
}

.erphpdown-promo a {
    color: #333;
    background: #e8e8e8;
    border-radius: 2px;
    height: 27px;
    padding: 0 10px;
    line-height: 27px;
    display: inline-block;
}

.erphpdown-vip-login {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 28px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 28px;
    margin: auto
}

.circular .path {
    width: 100%;
    height: 100%;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #757575;
    stroke-linecap: round
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.wppay-toast {
    background: #2A2A2A;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 20px 60px;
    opacity: 0
}

.wppay-toast .icon .modia {
    font-size: 28px
}

.wppay-toast .text {
    font-size: 18px;
    font-weight: normal;
}

.wppay-toast.it {
    padding: 20px 40px
}

.wppay-toast.it .text {
    margin-top: 10px
}

.wppay-toast.icon {
    padding: 25px
}

.wppay-toast.fs {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wppay-toast.el {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wppay-custom-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6)
}

.wppay-custom-modal-box .wppay-modal {
    max-width: 350px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    background: #fff;
    border-radius: 3px;
    display: block !important
}

.wppay-custom-modal-box .wppay-modal .close-modal {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 32px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode {
    padding-top: 0
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: -15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .wppay-title2 .price {
    color: var(--theme-color);
    float: none !important;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab {
    padding: 0px 30px;
    text-align: center;
    margin-top: 15px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a {
    font-size: 16px;
    color: #9B9B9B;
    font-weight: bold;
    text-decoration: none;
    margin: 0 5px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active {
    color: #2A2A2A;
    font-size: 20px;
    position: relative;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .wppay-weixin.active:after {
    background: #21ab36;
    width: 20px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px)
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab .wppay-alipay.active:after {
    background: #00a3ee;
    width: 20px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px)
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a .price {
    color: var(--theme-color)
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
    margin-top: 180px;
    background: var(--theme-color);
    height: 220px;
    border-radius: 0 0 3px 3px;
    display: block
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item {
    text-align: center;
    position: relative;
    top: -166px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title {
    margin-bottom: 10px;
    font-size: 15px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wppay-title .price {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .warning {
    color: #f00;
    font-size: 13px;
    margin-bottom: 5px !important;
    margin-top: -5px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code {
    border: #f3f3f3 solid 1px;
    width: 225px;
    height: 225px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 auto;
    background: #fff
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .qr-code img {
    width: 100%;
    height: auto
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    color: #ffffff;
    font-size: 14px
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .desc {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
    color: #cecece;
    font-family: tahoma, arial, sans-serif
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
    display: none;
    margin-top: 10px;
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap a {
    color: #fff;
    text-decoration: none;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .wppay-custom-modal-box .wppay-modal {
        width: 90%
    }

    .wppay-toast {
        padding: 10px 20px
    }

    .wppay-toast .text {
        font-size: 16px;
        font-weight: normal;
        white-space: nowrap
    }

    .wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list {
        height: 230px;
    }

    .wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .account {
        margin-top: 10px !important;
    }

    .wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab-list .item .wap {
        display: block;
        font-size: 14px;
    }
}

.erphp-wppay {
    background-color: #fff;
    border: 2px dashed var(--theme-color);
    color: #333;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 10px
}

.erphp-wppay-success {
    border: 2px dashed #54c468
}

.erphp-wppay b {
    color: var(--theme-color)
}

.erphp-wppay-qrcode .payment {
    margin-bottom: 10px
}

.erphp-wppay-qrcode .payment img {
    max-width: 160px;
    height: auto
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active.wppay-alipay {
    color: #00a3ee
}

.wppay-custom-modal-box .wppay-modal .erphp-wppay-qrcode .tab a.active.wppay-weixin {
    color: #21ab36
}

.ap-form-label {
    font-size: 15px;
}

.ap-form-control {
    border: 1px solid #eaeaea;
    padding: 10px 12px;
    border-radius: 5px;
    height: auto;
}

select.ap-form-control {
    height: 32px;
    line-height: 32px;
    padding: 2px 5px
}

.ap-btn {
    cursor: pointer;
}

.ap-modal {
    z-index: 10002;
}

.ap-modal-body {
    margin-top: 100px;
    z-index: 10002;
}

.mobile-share-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .5)
}

.mobile-share-bg .top_tips {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: rgba(255, 235, 155, .95);
    color: #a65018;
    text-align: center
}

@media (min-width: 768px) {
    .mobile-share-bg .top_tips {
        display: none !important
    }
}

.mobile-share-wrap {
    position: fixed;
    width: 100%;
    height: 80%;
    left: 0;
    top: 80px;
    z-index: 9999999;
    text-align: center
}

.mobile-share-wrap img {
    position: relative;
    max-height: 100%;
    max-width: 96%;
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;

}

.mobile-share-wrap .mobile-share-close {
    position: relative;
    display: inline-block;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 48px;
    font-weight: 300;
    color: #333;
    border-radius: 50%;
    background: #fefefe;
    text-align: center;
    vertical-align: top;
    font-family: serif;
    cursor: pointer
}

.erphp-weixin-scan {
    text-align: center;
    z-index: 9
}

.erphp-weixin-scan img {
    margin: 10px 0;
    border-radius: 3px;
}

.cat.nocat {
    margin-left: 0 !important
}

.cat.nocat:after {
    content: none !important;
}

.layui-layer-title {
    border-radius: var(--theme-radius) var(--theme-radius) 0 0 !important;
}

.layui-layer {
    border-radius: var(--theme-radius) !important;
}

.layui-layer-btn a {
    line-height: 26px;
    font-size: 14px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce #review_form #respond textarea,
.woocommerce table.shop_table,
.article-content table th,
.article-content table td,
.woocommerce table.shop_table td,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #eaeaea;
}


.woocommerce .quantity .qty {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    height: 33.5px;
}

.woocommerce-page .content {
    margin-right: 0
}

.woocommerce-page .sidebar {
    display: none;
}

.woocommerce-page .article-content ul,
.woocommerce-page .article-content ul li {
    list-style: none;
}

.woocommerce-page .article-content h2,
.woocommerce-page .article-content h3 {
    margin-left: 0;
    border-left: 0;
    padding: 0;
    background: transparent;
    color: #444;
    font-weight: bold;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--theme-color)
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    opacity: .8
}

.woocommerce-error {
    margin-left: 0 !important
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .woocommerce-ordering select {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 8px 12px;
}

.woocommerce-account .banner {
    display: none;
}

.woocommerce-account .single-content {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 200px;
    background: #fbfbfb;
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
    display: block;
    padding: 6px 20px;
    font-size: 16px;
    color: #888;
    border-radius: 2px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 200px);
    padding: 40px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 40%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 56%;
}

@media (min-width: 1536px) {

    .gd-large .container,
    .single.gd-large .main .container,
    .page-template-default.gd-large .main .container,
    .page-template-tougao.gd-large .main .container {
        max-width: 1340px;
    }

    .gd-large .slider-left {
        max-width: 1035px
    }

    .gd-large .slider-left2 {
        max-width: 730px;
    }

    .gd-large .grids:not(.relateds) .grid {
        width: 320px;
    }

    .gd-large .grids:not(.relateds) .grid .img {
        height: 200px;
    }

    .gd-large .lists:not(.relateds, .cols-two) .grid {
        padding: 4px 8px 4px 140px;
        height: 88px;
    }

    .gd-large .lists:not(.relateds, .cols-two) .grid .thumb {
        width: 130px;
        height: 88px;
    }

    .gd-large .home-blogs ul li {
        padding: 8px 8px 4px 140px;
        height: 88px;
    }

    .gd-large .home-blogs ul li h3 {
        margin-bottom: 13px;
    }

    .gd-large .home-blogs ul li img {
        width: 130px;
        height: 88px;
    }
}

@media (min-width: 1536px) {
    body.nv-left {
        margin: 70px 0 0 240px !important;
    }

    body.nv-left .header .container {
        max-width: 100% !important;
        padding: 0 15px;
    }

    body.nv-left .nav-main {
        position: fixed;
        left: 0;
        top: 70px;
        bottom: 0;
        width: 240px;
        margin-left: inherit;
        font-size: 15px;
        text-align: left;
        background: #f6f7f9;
        padding: 30px 0;
        overflow-y: scroll;
    }

    body.nv-left .nav-main::-webkit-scrollbar {
        width: 0;
    }

    body.nv-left .nav-main li {
        float: none;
        display: block;
    }

    body.nv-left .nav-main li:hover {
        background: #e8eaec;
    }

    body.nv-left .nav-main li a {
        color: #636c78
    }

    body.nv-left .nav-main > li > a {
        padding: 12px 13px 12px 30px;
    }

    body.nv-left .nav-main > li > a > i {
        margin-right: 10px;
    }

    body.nv-left .nav-main > li.current-menu-item,
    body.nv-left .nav-main > li.current-menu-parent,
    body.nv-left .nav-main > li.current_page_item,
    body.nv-left .nav-main > li.current-post-ancestor,
    body.nv-left .nav-main > li.current-menu-ancestor,
    body.nv-left .nav-main > li.current-category-ancestor {
        background: #fff
    }

    body.nv-left.night .nav-main > li.current-menu-item,
    body.nv-left.night .nav-main > li.current-menu-parent,
    body.nv-left.night .nav-main > li.current_page_item,
    body.nv-left.night .nav-main > li.current-post-ancestor,
    body.nv-left.night .nav-main > li.current-menu-ancestor,
    body.nv-left.night .nav-main > li.current-category-ancestor {
        background: #232323;
    }

    body.nv-left .nav-main > li.current-menu-item > a:after,
    body.nv-left .nav-main > li.current-menu-parent > a:after,
    body.nv-left .nav-main > li.current_page_item > a:after,
    body.nv-left .nav-main > li.current-post-ancestor > a:after,
    body.nv-left .nav-main > li.current-menu-ancestor > a:after,
    body.nv-left .nav-main > li.current-category-ancestor > a:after {
        display: none;
    }

    body.nv-left .nav-main > li.menu-item-has-children {
        padding-right: 0
    }

    body.nv-left .nav-main li.menu-item-has-children:after {
        content: "\e623";
        right: 27px;
        top: 18px;
        color: #636c78;
    }

    body.nv-left .nav-main li.menu-item-has-children.active:after {
        content: "\e620";
    }

    /*body.nv-left .nav-main .sub-menu{left: 100%;top:0;text-align: left;font-size: 15px;min-width: 160px;padding: 10px 0;border-radius: 0;}
	body.nv-left .nav-main .sub-menu .sub-menu{top: -10px;}*/
    body.nv-left .nav-main .sub-menu {
        left: inherit;
        top: inherit;
        text-align: left;
        font-size: 15px;
        min-width: inherit;
        padding: 0;
        margin: 0;
        border-radius: 0;
        position: static;
        display: none;
        line-height: inherit;
        background: #f6f7f9;
    }

    body.nv-left .nav-main .sub-menu.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    body.nv-left .nav-main > li > .sub-menu:before {
        content: none;
    }

    body.nv-left .nav-main .sub-menu a {
        padding: 12px 13px 12px 60px;
    }

    body.nv-left .nav-main .sub-menu .sub-menu a {
        padding: 12px 13px 12px 75px;
    }

    body.nv-left .nav-main > li.mega2 > .sub-menu > li {
        float: none;
        width: auto;
        height: auto;
    }

    body.nv-left .nav-search-form {
        display: block;
    }

    body.nv-left .mocat,
    body.home.nv-left .vip-content,
    body.nv-left .home-blogs {
        padding: 40px 0 0
    }

    body.nv-left .mocat:nth-child(2n),
    body.nv-left .vip-why,
    body.home.nv-left .vip-content,
    body.nv-left .home-blogs {
        background: #fff;
    }

    body.nv-left.night .nav-main {
        background: #151515;
    }

    body.nv-left.night .nav-main li:hover {
        background: #131313;
    }

    body.nv-left.night .nav-main > li.current-menu-item,
    body.nv-left.night .nav-main > li.current-menu-parent,
    body.nv-left.night .nav-main > li.current_page_item,
    body.nv-left.night .nav-main > li.current-post-ancestor,
    body.nv-left.night .nav-main > li.current-menu-ancestor,
    body.nv-left.night .nav-main > li.current-category-ancestor {
        background: #121212
    }

    body.nv-left.night .nav-main .sub-menu {
        background: #151515;
    }

    body.nv-left.night .nav-main li a {
        color: #999;
    }

    body.nv-left.night .mocat:nth-child(2n),
    body.nv-left.night .vip-why,
    body.home.nv-left.night .vip-content,
    body.nv-left.night .home-blogs {
        background: #121212;
    }

}

body.night {
    background-color: #121212 !important;
    color: #999;
}

body.night a {
    color: #999;
}

body.night a:hover {
    color: var(--theme-color);
}

body.night .header,

body.night .logo:before {
    display: none;
    background-color: rgba(28, 31, 43, .5);
}

body.night .nav-main li {
    color: #999;
}

body.night .nav-main li a,
body.night .nav-right li a,
body.night .nav-left li a {
    color: #bbb;
}

body.night .nav-main .sub-menu,
body.night .nav-right .sub-menu {
    background: #232323;
    color: #777;
}

body.night .nav-main .sub-menu a,
body.night .nav-right .sub-menu a,
body.night .nav-right .sub-menu a.money:hover {
    color: #999;
}

body.night .nav-right .sub-menu .money-left,
body.night .nav-right .sub-menu .vip-left,
body.night .nav-right .sub-menu .cart-left,
body.night .nav-right .sub-menu li.item a {
    background-color: #303030;
    color: #777;
}

body.night .nav-right .sub-menu:before {
    border-bottom-color: #232323;
}

body.night .nav-main > li > .sub-menu:before {
    border-bottom-color: #232323;
}

body.night .nav-main li.menu-item-has-children:after {
    color: #999;
}

body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:before,
body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a,
body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a {
    background: #121212
}

body.night .nav-main > li.mega4 > .sub-menu > li.mg-hide > a {
    background: transparent;
}

body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
    border-bottom-color: #121212;
}

body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:after,
body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
    border-bottom-color: #232323;
}

body.night .nav-main > li.mega4 > .sub-menu > li > a,
body.night .nav-main > li.mega4 > .sub-menu > li > .sub-menu > li > a {
    border-color: #414243;
}

body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:before,
body.night .nav-main > li.mega4 > .sub-menu > li:last-child > a:before {
    background: #414243;
}

body.night .nav-mobile-show .nav-main {
    background: #232323;
    color: #777;
}

body.night .nav-mobile-show .nav-main > li.menu-item {
    border-color: #414243;
}

body.night .nav-mobile-show .nav-main > li > a,
body.night .header.nav-mobile-show.scrolled .nav-main > li > a {
    color: #999 !important;
}

body.night .nav-mobile-show .nav-right .nav-button a {
    color: #777 !important;
}

body.night .nav-right .nav-notice .header__name {
    border-color: #414243;
}

body.night .search-wrap {
    color: #777;
}

body.night .search-wrap .search-wrap-container {
    background: #232323;
    color: #777;
}

body.night .search-wrap .search-input {
    color: #777;
    border-color: #333
}

body.night .search-wrap .search-input::-webkit-input-placeholder {
    color: #999;
}

body.night .search-wrap .search-form .search-cat {
    color: #777;
}

body.night .search-wrap .search-form .search-cat:after {
    border-color: #777 transparent transparent transparent;
}

body.night .search-wrap .search-form .search-cats {
    background: #2f2f2f;
}

body.night .search-wrap .search-form .search-cats:before {
    border-bottom-color: #2f2f2f;
}

body.night .search-wrap .search-form .search-cats li {
    color: #777;
}

body.page-template-vip.night .main {
    background: transparent !important;
}

body.night .banner,
body.night .banner-slider {
    background-color: #121212;
    color: #777;
}

body.night .banner-slider.bg {
    background-color: #151515;
    color: #777;
}

body.night .banner-archive,
body.night .banner-page {
    background-color: #151515 !important;
}

body.night .slider-bottom-search .site-search-form {
    border: none
}

body.night .slider-bottom-search .search-input {
    background: #232323;
    color: #fff;
}

body.night .slider-bottom-search .search-cats {
    background: #2f2f2f;
}

body.night .slider-bottom-search .search-cats:before {
    border-bottom-color: #2f2f2f;
}

body.night .slider-bottom-search .search-cats li {
    color: #777;
}

body.night .slider-bottom-search .search-cat,
body.night .slider-bottom-search .search-btn {
    color: #999;
}

body.night .mocat,
body.night .home-blogs,
body.night .home-authors,
body.night .vip-why {
    background: #121212;
}

body.night .mocat:nth-child(2n) {
    background: #151515
}

body.night .mocats .moli {
    background: #232323;
}

body.night .grids .grid,
body.night .lists .grid,
body.night .home-blogs ul li {
    background-color: #303030;
    color: #777;
}

body.night .grids .grid.audio {
    background-color: #2c2c2c;
}

body.night .grids .grid h3 a,
body.night .lists .grid h3 a,
body.night .lists .list h3 a,
body.night .home-blogs ul li h3 a {
    color: #bbb;
}

body.night .grids .grid .grid-meta .price .fee,
body.night .grids .grid .cat .price .fee,
body.night .lists .grid .grid-meta .price .fee,
body.night .lists .list .list-meta .price .fee {
    background: #191919;
    color: #777
}

body.night .grids .grid img,
body.night .lists .list img,
body.night .lists .grid img,
body.night .home-blogs ul li img {
    background: #151515;
}

body.night .grids .grid .grid-author {
    border-color: #414243;
}


body.night .lists .list:before {
    background: #414243;
}

body.night .audio-player .audio .time-bar .progressBar {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

body.night .home-blogs ul li .excerpt,
body.night .lists .list .excerpt,
body.night .lists.cols-two .excerpt {
    color: #777;
}

body.night .pagination,
body.night .pagination-trigger,
body.night .pagination-loading {
    background: #121212;
}

body.gd-list.night .pagination,
body.gd-list.night .pagination-trigger,
body.gd-list.night .pagination-loading {
    background: #232323;
}

body.night .pagination ul > li > a,
body.night .pagination ul > li > span {
    background-color: #303030;
    color: #bbb;
}

body.night .pagination ul > li #jump_page {
    border-color: #bbb;
    color: #777;
}

body.night .authors .author-item {
    background: #303030;
    color: #777;
}

body.night .authors .author-item .name {
    color: #fff;
}

body.night .authors .author-item .posts a {
    color: #999;
}

body.night .filters {
    background: #232323;
    border: none
}

body.night .filter-item {
    border-color: #414243;
}

body.night .filter-item > span {
    color: #777;
}

body.gd-list.night .cat-nav-wrap {
    background: #232323;
}

body.night .lists {
    background: #232323;
}

body.night .article-header-box {
    background: #232323;
    color: #777;
}

body.night .article-title {
    color: #bbb;
}

body.night .header-box-con .custom-metas {
    background: #303030;
}

body.night .header-box-con .erphpdown .erphpdown-box-tips {
    background: #303030;
}

body.night .single-content,
body.night .sidebar .widget,
body.night .article-nav,
body.night .single-related,
body.night .single-comment {
    background: #232323;
    color: #777;
}

body.night .article-audio {
    background: #2c2c2c;
    color: #777;
    border: none
}

body.night .article-content .article-tips > div {
    background: #303030;
}

body.night .article-content h4,
body.night .article-content h2,
body.night .article-content h3 {
    background: #303030;
    color: #999;
}

body.night .article-content .gallery-login span {
    background: #303030;
    color: #777;
}

body.night .article-content .gallery-login a {
    color: #fff;
}

body.night .article-content blockquote {
    color: #999;
    border-color: #777;
}

body.night .article-content .erphpdown-content-vip,
body.night .erphpdown,
body.night .erphpdown-box,
body.night .erphpdown-box-default {
    border-color: #777 !important;
    background: #303030;
}

body.night .article-content .erphpdown-content-vip > legend,
body.night .erphpdown > legend,
body.night .erphpdown-box > legend,
body.night .erphpdown-box-default > legend {
    color: #777 !important;
}

body.night .article-tabs-tab {
    border-color: #303030;
}

body.night .article-tabs-tab a.active {
    color: #fff;
}

body.night .erphpdown .erphpdown-child,
body.night .erphpdown-box .erphpdown-child,
body.night .erphpdown-box-default .erphpdown-child {
    background: #272727;
    border-color: #272727;
}

body.night .erphpdown .erphpdown-child > legend,
body.night .erphpdown-box .erphpdown-child > legend,
body.night .erphpdown-box-default .erphpdown-child > legend {
    color: #777;
}

body.night .header-box-con .erphpdown .erphpdown-child {
    background: #303030;
}

body.night .header-box-con .erphpdown .erphpdown-child-title {
    background: #272727;
    color: #999;
}

body.night .erphpdown-box .erphpdown-title {
    background: #232323;
    color: #777;
}

body.night .erphpdown-box .erphpdown-child .erphpdown-child-title {
    background: #212121;
    color: #999;
}

body.night .erphpdown-box-default .erphpdown-title {
    background: #232323;
    color: #777;
}

body.night .erphpdown-box-default .erphpdown-child .erphpdown-child-title {
    background: #212121;
    color: #999;
}

body.night .article-post-minibox {
    border-color: #414241;
    background: #303030
}

body.night .article-custom-metas {
    color: #777;
    background: #303030;
}

body.night .article-copyright {
    color: #777;
    background: #212121
}

body.night .article-faqs {
    color: #777;
    background: #212121;
}

body.night .article-faqs .items .item {
    border-color: #414243
}

body.night .article-act .article-collect,
body.night .article-act .article-zan {
    border-color: #414243;
    color: #414243 !important;
}

body.night .article-act .article-shang {
    background: #303030
}

body.night .prettyprint,
body.night pre.prettyprint {
    background: #121212;
}

body.night .article-nav .article-nav-prev {
    border-color: #414243;
}

body.night .article-tags a {
    color: #fff;
}

body.night .single-related .grids .grid {
    background: #303030
}

body.night .topic-list .topic-item {
    background: #303030
}

body.night .topic-list .topic-item a {
    color: #bbb;
}

body.night .topic-list .topic-item a:hover {
    color: var(--theme-color);
}

body.night .comment {
    border-color: #414243 !important;
}

body.night .comment .comt-avatar {
    background: #232323;
}

body.night .comment .comt-meta {
    color: #555;
}

body.night .comt-box {
    border-color: #303030;
    background: #303030;
}

body.night .comt-area {
    color: #777;
}

body.night .comt-comterinfo input {
    border-color: #303030;
    background: #303030;
    color: #777;
}

body.night .pagemenu,
body.night .pagemenu li a {
    background-color: #232323;
    border-color: #414243;
}

body.night .widget-commentlist .sidebar-comments-comment {
    background: #303030;
    color: #777;
}

body.night .widget-commentlist .sidebar-comments-comment:before {
    border-bottom-color: #303030;
}

body.night .widget-tags .items a {
    background: #303030;
    color: #777;
}

body.night .widget_calendar #wp-calendar th {
    color: #999
}

body.night .widget_calendar #wp-calendar {
    color: #777;
}

body.night .widget-erphpdown .erphpdown-title {
    background: #303030;
    color: #999;
}

body.night .widget-erphpdown .custom-metas {
    background: #303030;
    border-color: #303030;
}

body.night .widget-erphpdown .custom-metas .meta {
    border-color: #414243;
}

body.night .widget-erphpdown .custom-metas .meta span {
    color: #999;
}

body.night .widget-erphpdown .erphpdown-child {
    background: #303030;
}

body.night .widget-erphpdown .erphpdown-child .erphpdown-child-title {
    color: #999;
    background: #272727;
}

body.home.night .vip-content {
    background: #151515
}

body.night .vip-item {
    background: #232323;
    box-shadow: none;
}

body.night .vip-item ul li:not(:last-child) {
    border-color: #414243;
}

body.night .vip-item p.border-decor span {
    background: #303030;
    color: #777;
}

body.night .vip-item .buca {
    background: #303030;
}

body.night .vip-logs ul {
    border: 1px solid #5c5c5c;
    background: #2e2e2e;
}

body.night .vip-why {
    background: #151515;
}

body.night .vip-why .items .item p {
    color: #999;
}

body.night .vip-faqs {
    background: #121212;
}

body.night .totals {
    background: #151515;
}

body.night .totals .item h4 {
    color: #999
}


body.night .widget-commentlist .sidebar-comments-title,
body.night .widget-commentlist .postmeta {
    color: #777;
}


body.night .widget-bottom-search input[type='text'] {
    background: #232323;
    border-color: #232323;
}


body.night .rollbar li {
    background: #232323
}

body.night .rollbar h6 {
    background: #232323;
    color: #999
}

body.night .rollbar h6 i {
    border-left-color: #232323;
}

body.night .home-anchor-nav {
    background: #232323
}

body.night .home-anchor-nav li:after {
    background: #414243;
}

body.night .sign .sign-box {
    background: #232323;
    color: #777;
}

body.night .sign .form-control {
    background: #303030;
    color: #777;
}

body.night .sign .form-control::-webkit-input-placeholder {
    color: #777;
}

body.night .sign .sign-submit {
    border-color: #414243;
}

body.night .sign .expend-container:after {
    background: #232323;
}

body.night .sign .expend-container svg {
    fill: #999;
}

body.night .sign-trans,
body.night .form-policy {
    color: #777;
}

body.night .sign .captcha-clk {
    color: #777;
}

body.night .mbt-down-top {
    box-shadow: inset 0 5px 5px #232323;
}

body.night .modown-erphpdown-bottom {
    background: #232323
}

body.night .modown-erphpdown-bottom:before,
body.night .modown-erphpdown-bottom:after {
    background: #121212
}

body.night .modown-erphpdown-bottom .line {
    border-color: #414243;
}

body.night .erphpdown-msg p {
    background: #121212;
    color: #777;
}

body.night .erphpdown-msg p .link {
    background: #303030;
    color: #777;
}

body.night .tougao-item .tougao-input {
    border-color: #303030;
    background: #303030;
    color: #999;
}

body.night .tougao-item .tougao-select .postform {
    border-color: #303030;
    color: #777;
    background: #232323
}

body.night .tougao-item .tougao-image-box,
body.night .tougao-item .tougao-file-box {
    border-color: #303030;
}

body.night .tougao-item > p {
    color: #999;
}

body.night .archives .item {
    border-color: #414243;
}

body.night .tagslist li {
    background: #232323;
    color: #777;
}

body.night .tagslist li .name {
    background: #313852;
    color: #777;
}

body.night .tagslist li .tit {
    color: #999;
}

body.night .link-box {
    background-color: #232323;
}

body.night .link-box .link-title {
    border-color: #414243;
}

body.night .link-box .link-list .link-item .link-main h2 {
    color: #777;
}

body.night .link-box .link-list .link-item .link-desc {
    color: #999;
}



body.night .home-widgets .hf-widget .hf-widget-title a,
body.night .home-widgets .hf-widget-4 .hf-widget-content em {
    color: #999;
}

body.night .home-widgets .hf-widget .hf-widget-title span {
    color: #777;
}

body.night .home-widgets .hf-widget,
body.night .home-widgets .hf-widget .hf-widget-title,
body.night .home-widgets .hf-widget .hf-widget-title .pages .prev,
body.night .home-widgets .hf-widget .hf-widget-title .pages .next {
    border-color: #303030
}

body.gd-list.night .home-widgets .hf-widget {
    background: transparent;
    border: 1px solid #303030
}

body.night .home-widgets .hf-widget-4 .hf-widget-content em,
body.night .home-widgets .hf-widget .hf-tags a,
body.night .home-widgets .hf-widget-hot-cats .hf-widget-content .icon {
    background: #232323;
}

body.night .erphp-task-content,
body.night .filters-task,
body.night .tasks .task {
    background: #232323;
    color: #777;
}

body.night .tasks-nav {
    background: #414243;
}

body.night .erphp-task-metas .task-boss-info:before {
    background: #414243
}

body.night .erphp-task-metas .task-boss-info .boss-line {
    background: transparent;
    color: #bbb;
}

body.night .erphp-task-metas .task-process,
body.night .erphp-task-metas .task-deadline-box,
body.night .tasks .task,
body.night .tasks {
    border-color: #414243;
}

body.night .erphp-task-metas .task-deadline-box,
body.night .erphp-task-metas .task-price-box,
body.night .task-bids .bids-list .bid-item {
    background: #303030;
}

body.night .erphp-task-metas .task-meta-box .item .task-meta-tit,
body.night .erphp-task-metas .task-deadline-box {
    color: #777;
}

body.night .erphp-task-title {
    border-color: #272727;
}

body.night .task-bid-form .bid-btn,
body.night .filter-task a.active,
body.night .tasks-title .erphp-task-new {
    color: #fff !important;
}

body.night .task-bid-form .bid-input,
body.night .task-bid-form .bid-textarea {
    border: none;
    background: #303030;
    color: #777;
}

body.night .article-content #ap-search-form .ap-search-input {
    background: #303030;
    border-color: #414243;
    color: #bbb;
}

body.night #anspress .ap-list-head,
body.night #anspress .ap-questions {
    border-color: #414243;
}

body.night #anspress .ap-questions-title a,
body.night .ap-questions-widget .ap-question-item .ap-question-title {
    color: #bbb
}

body.night #anspress .ap-q-metas {
    background: #303030;
    color: #777;
}

body.night #anspress .ap-minimal-placeholder {
    background: #303030;
    color: #777;
}

body.night #anspress .mce-panel {
    border-color: #414243;
}

body.night #anspress .mce-btn {
    background: transparent;
}

body.night #anspress .mce-toolbar .mce-btn button {
    border-right: none;
}

body.night #anspress div.mce-edit-area {
    background: transparent;
    color: #bbb;
}

body.night #anspress .ap-form-control {
    background: #303030;
    border-color: #414243;
    color: #bbb;
}

body.night .modown-fixed-da .icon-close {
    background: #232323
}

@media (max-width: 1535px) {

    .container,
    .single .main .container {
        max-width: 1200px !important
    }

    body.gd-large .lists .grid .grid-meta,
    body.gd-large .lists:not(.cols-two) .grid .grid-meta,
    body.gd-large .home-blogs .lists:not(.cols-two) .grid .grid-meta {
        left: 120px;
    }

    body.gd-large .lists.cols-two .grid .grid-meta {
        left: 180px
    }
}

@media (max-width: 1230px) {
    .container {
        max-width: 990px !important
    }

    .header .container {
        max-width: 100% !important;
        padding: 0 15px;
    }

    .single .main .container,
    .page:not(.page-template-all, .page-template-cms, .page-template-all-vip, .page-template-homepage1, .page-template-homepage2, .page-template-homepage3, .page-template-tuan, .page-template-waterfall) .main .container {
        padding: 0 15px
    }

    .home .main .container,
    .page-template-homepage1 .main .container {
        padding: 0
    }

    .banner {
        height: 360px !important
    }

    .swiper-container .swiper-slide img {
        height: auto;
    }

    .slider-left,
    .slider-left2 {
        max-width: 100% !important
    }

    .slider-right,
    .slider-right2 {
        display: none;
    }

    .home-cathumbs .items .item {
        min-width: 115px;
    }

    .home-cathumbs .items .item h4 {
        font-size: 14px;
    }

    .grids .grid {
        width: 232.5px
    }

    .gd-mini .grids .grid,
    .gd-mini.mini-six .grids .grid {
        width: calc(25% - 15px)
    }

    .grids .grid .img {
        height: 147px
    }

    .gd-mini .grids .grid .img,
    .gd-mini.mini-six .grids .grid .img {
        height: 149px
    }

    .modown-ad .item {
        width: 232.5px;
    }
}

@media (max-width: 1230px) and (min-width: 1025px) {
    .grids .audio .time-bar {
        width: 110px !important;
    }
}

@media (max-width: 1024px) {
    body {
        margin-top: 60px
    }

    .header {
        height: 60px
    }

    .logo,
    .logo a {
        width: 60px;
        height: 60px
    }

    .nav-main {
        margin-left: 20px
    }

    .nav-main > li.menu-item-has-children {
        padding-right: 17px;
    }

    .nav-main > li > a {
        padding: 19px 10px
    }

    .nav-right .nav-search,
    .nav-right .nav-tougao,
    .nav-right .nav-notice,
    .nav-right .nav-cart {
        padding: 9px 12px
    }

    .nav-right .nav-login {
        padding: 6px 0 6px 12px
    }

    .nav-right .nav-login.no {
        padding: 14px 0 12px 14px;
    }

    .nav-right .nav-vip {
        padding: 4px 12px 5px;
    }

    .search-wrap.show {
        top: 60px;
    }

    .container {
        max-width: 895px !important
    }

    .banner-bottom {
        margin-bottom: 20px;
    }

    .banner-slider {
        padding: 20px 0
    }

    .banner-slider.bg {
        margin-bottom: 20px
    }

    .grids .grid {
        width: 285px
    }

    .gd-mini .grids .grid,
    .gd-mini.mini-six .grids .grid {
        width: calc(33.333% - 15px)
    }

    .gd-mini .single-related .grids .grid {
        width: calc(33.333% - 15px);
    }

    .grids .grid .img {
        height: 180px
    }

    .gd-mini .grids .grid .img,
    .gd-mini.mini-six .grids .grid .img {
        height: 180px
    }

    .mocats .moli {
        width: calc(50% - 20px);
    }

    .modown-ad .item {
        width: 285px;
    }

    .modown-ad .item:nth-child(4n) {
        display: none;
    }

    .modown-ad-items-five .item {
        width: calc(25% - 15px) !important;
    }

    .home-widgets .home-widget {
        width: 50%;
    }

    .link-box .link-list .link-item {
        width: calc(33.333% - 15px)
    }

    .tagslist li {
        width: 31.3333333%;
    }

    .article-header-box {
        padding-left: 340px;
    }

    .header-box-img {
        width: 300px;
        height: 195px;
        margin-left: -320px
    }

    .sidebar {
        display: none
    }

    .single .content,
    .page-template-default .content,
    .post-type-archive-blog .content,
    .page-template-tuan .content,
    .page-template-all .content,
    .page-template-all-vip .content,
    .archive .content,
    .search .content,
    .home .content,
    .page-template-tougao .content {
        margin-right: 0
    }
}

@media (max-width: 925px) {
    .banner h2 {
        font-size: 28px
    }

    .banner .banner-btn {
        margin-top: 40px;
        padding: 8px 28px
    }

    .container {
        max-width: 737.5px !important
    }

    .lists.cols-two .grid .tag,
    .lists.cols-two .grid .cat {
        display: none;
    }

    .lists.cols-two .grid .grid-meta .downs,
    .lists.cols-two .grid .grid-meta .comments {
        display: none;
    }

    .grids .grid {
        width: 232.5px
    }

    .gd-mini .grids .grid,
    .gd-mini.mini-six .grids .grid {
        width: calc(33.333% - 15px)
    }

    .grids .grid .img {
        height: 147px
    }

    .gd-mini .grids .grid .img,
    .gd-mini.mini-six .grids .grid .img {
        height: 149px
    }

    .grids .grid .grid-meta .downs,
    .grids .grid .grid-meta .comments {
        display: none;
    }

    .modown-ad .item {
        width: 232.5px;
    }

    body.page-template-vip .article-content {
        padding: 0 2%;
    }

    body.page-template-vip .article-title {
        margin-top: 0;
    }

    .vip-item {
        width: calc(50% - 30px);
        margin: 0 15px 30px 15px;
    }

    .vip-item .vip-tips-box {
        display: none;
    }

    .home-authors .home-authors-items .home-author {
        width: calc(25% - 20px);
    }

    body.page-template-tougao .content {
        margin-right: 0
    }

    body.page-template-tougao .sidebar {
        display: none;
    }

    .home-widgets .home-widget {
        width: 50%;
    }
}

@media (max-width: 925px) and (min-width: 769px) {
    .grids .audio .audio-play {
        margin-top: 15px;
        margin-left: 15px;
    }

    .grids .audio .info {
        width: 166.5px;
    }

    .grids .audio .title {
        margin-top: 15px;
        margin-left: 15px;
        width: 138.5px !important
    }

    .grids .audio .down {
        margin-left: 15px
    }

    .grids .audio .star-time {
        width: 54px;
    }

    .grids .audio .time-bar {
        width: 115px !important;
    }

    .grids .audio .end-time {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .search-wrap-container {
        height: 80px;
        padding: 15px 15px !important
    }

    .main,
    .woocommerce #main {
        padding-top: 15px
    }

    body.home .main {
        padding-top: 25px
    }

    .cat-nav {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .cat-nav li:first-child a {
        padding-left: 0
    }

    .cat-nav li:last-child a {
        padding-right: 0
    }

    .mocat {
        padding: 30px 0 15px
    }

    .mocat:first-child {
        margin-top: -15px
    }

    .mocat .excerpt {
        display: none !important;
    }

    .lists {
        padding: 10px
    }

    .lists .grid {
        width: 49%;
    }

    .lists .grid h3 {
        margin-bottom: 0 !important
    }

    .lists.cols-two .grid {
        padding: 4px 8px 4px 120px;
        height: 75px;
        margin-bottom: 15px;
    }

    .lists .grid:nth-child(3n) {
        margin-right: 2%;
    }

    .lists .grid:nth-child(2n) {
        margin-right: 0;
    }

    .lists.cols-two .grid .thumb {
        width: 110px;
        height: 75px;
    }

    body.gd-large .lists .grid .grid-meta,
    .lists .grid .grid-meta {
        left: 120px !important;
    }

    .lists .grid .grid-meta .views {
        display: none;
    }

    .lists.cols-three .grid {
        margin-bottom: 15px;
    }

    .mocats .molis {
        margin: 0;
    }

    .mocats .moli {
        width: 100% !important;
        margin: 0 0 20px;
    }

    .home-blogs ul li {
        width: 49%;
    }

    .home-blogs ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .home-blogs ul li:nth-child(2n) {
        margin-right: 0;
    }

    .banner {
        height: 300px !important;
        margin-bottom: 15px;
    }

    .banner .search-form,
    .banner-archive .search-form {
        width: 95%;
        margin-top: 20px
    }

    .banner .search-form .site-search-form,
    .banner-archive .search-form .site-search-form {
        width: 100%;
    }

    .banner .search-form .search-cat,
    .banner-archive .search-form .search-cat {
        display: none;
    }

    .banner .search-form .search-input,
    .banner-archive .search-form .search-input {
        width: 100%;
        height: 44px;
        line-height: 44px;
    }

    .banner .search-form .search-keywords,
    .banner-archive .search-form .search-keywords {
        margin-top: 10px;
    }

    .banner .search-form .search-cat + .search-input,
    .banner-archive .search-form .search-cat + .search-input {
        text-indent: 15px;
    }

    .banner .search-form .search-btn,
    .banner-archive .search-form .search-btn {
        top: 7px;
        right: 15px
    }

    .banner-slider .swiper-container .swiper-pagination {
        text-align: center;
        right: inherit;
    }

    .banner-slider .swiper-container .swiper-slide h3 {
        display: none;
    }

    .search-wrap + .banner-bottom {
        padding-top: 15px
    }

    .slider-bottom-search .search-input {
        height: 50px;
        line-height: 50px;
    }

    .slider-bottom-search .search-cat {
        top: 14px
    }

    .slider-bottom-search .search-btn {
        top: 11px;
        right: 20px;
    }

    .container {
        padding: 0 15px;
        max-width: 620px !important
    }

    .home .main .container,
    .page-template-homepage1 .main .container {
        padding: 0 15px
    }

    .content-wrap {
        margin-bottom: 15px
    }

    .page-template-guestbook .content {
        margin-top: 0;
    }

    .breadcrumbs {
        padding-bottom: 10px;
        margin-top: 0;
        display: none;
    }

    .nav-left {
        display: block;
    }

    .nav-main {
        margin-left: 0;
        display: none;
    }

    .nav-main .explose {
        display: inline-block;
    }

    .nav-main > li > a {
        padding: 8px 10px 4px
    }

    .nav-main > li > .sub-menu:before {
        content: none;
    }

    .nav-main > li.menu-item-has-children {
        padding-right: 0
    }

    .nav-main > li.current-menu-item > a:after {
        bottom: 3px
    }

    .nav-main > li.menu-item-has-children:after,
    .nav-main .sub-menu li.menu-item-has-children:after {
        content: none !important
    }

    .nav-main > li.mega22 > .sub-menu > li {
        width: 100%;
        float: none;
    }

    .nav-main .explose {
        position: absolute;
        top: 0;
        right: 0;
        height: 42px;
        line-height: 42px;
        z-index: 9
    }

    .nav-main .sub-menu .explose {
        height: 32px;
        line-height: 32px;
    }

    .nav-main > li.current-menu-item > a:after,
    .nav-main > li.current-menu-parent > a:after,
    .nav-main > li.current_page_item > a:after,
    .nav-main > li.current-post-ancestor > a:after,
    .nav-main > li.current-menu-ancestor > a:after,
    .nav-main > li.current-category-ancestor > a:after {
        display: none;
    }

    .nav-right {
        font-size: 18px;
    }

    .nav-right .nav-vip {
        padding: 4px 12px 5px;
    }

    .nav-right .nav-vip a .icon {
        font-size: 29px;
    }

    .nav-right .nav-search,
    .nav-right .nav-tougao,
    .nav-right .nav-notice,
    .nav-right .nav-cart {
        padding: 9px 10px
    }

    .nav-right .nav-login {
        padding: 9px 10px !important;
    }

    .nav-right .nav-login.no span,
    .nav-right .nav-line,
    .nav-right .signup-loader {
        display: none
    }

    .nav-right .nav-login.no i,
    .nav-right .nav-login.yes i {
        display: inline-block;
    }

    .nav-right .nav-login.yes .avatar {
        display: none;
    }

    .nav-right .nav-login.yes .vip {
        right: -5px;
        bottom: 3px;
    }

    .nav-right .nav-login.yes .vip:after {
        font-size: 12px;
    }

    .nav-right .nav-button {
        display: block;
        padding: 9px 0 9px 10px;
    }

    .nav-right .nav-button a {
        padding: 6px 0 !important
    }

    .nav-right .icon {
        font-size: 18px;
    }

    .nav-mobile-show .nav-main {
        display: block;
        float: none;
        position: fixed;
        top: 0;
        z-index: 10002;
        background: #fff;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        width: 250px;
    }

    .nav-mobile-show .nav-main > li {
        color: #333 !important;
    }

    .nav-mobile-show .nav-main > li.menu-item {
        float: none;
        list-style: inherit;
        border-bottom: 1px solid #efefef;
        font-size: 15px;
        margin: 0 15px;
    }

    .nav-mobile-show .nav-main > li > a,
    .header.nav-mobile-show.scrolled .nav-main > li > a {
        padding: 12px 0 12px;
        color: #333 !important;
    }

    .nav-mobile-show .nav-main > li .autoicon {
        float: right;
        font-size: 14px;
    }

    .nav-mobile-show .nav-main > li.current-menu-item > a:after {
        content: none
    }

    .nav-mobile-show .nav-main .sub-menu {
        position: relative;
        top: -6px;
        left: inherit;
        box-shadow: none;
        width: auto;
        display: none;
        padding-left: 15px;
    }

    .nav-mobile-show .nav-main .sub-menu.show {
        opacity: 1 !important;
        visibility: visible !important;
        display: block;
        border-radius: 0;
        margin: 0;
    }

    .nav-mobile-show .nav-main .sub-menu a {
        padding: 0;
        margin-bottom: 5px;
    }

    .nav-mobile-show .nav-mobile-show-mask {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(45, 50, 55, 0.4);
        z-index: 10000;
        overflow: hidden;
    }

    .cat-nav-wrap {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .cat-nav li a {
        padding: 5px
    }

    .authors .author-item {
        width: calc(50% - 20px);
    }

    .filters {
        margin-bottom: 15px;
        padding: 10px;
    }

    .filter-item {
        padding-left: 50px;
    }

    .filter-item > span {
        top: 0px;
        font-size: 14px;
        width: 42px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .filter-item.filter-item-order > span {
        top: 6px;
    }

    .filter-item:first-child > span {
        top: 0px;
    }

    .filter {
        font-size: 13px;
    }

    .filter a {
        margin: 1px 2px;
        font-size: 12px;
        padding: 3px 6px;
    }

    .grids .grid {
        width: 285px
    }

    .gd-mini .grids .grid,
    .gd-mini.mini-six .grids .grid {
        width: calc(50% - 15px)
    }

    .grids .grid .img {
        height: 180px
    }

    .gd-mini .grids .grid .img,
    .gd-mini.mini-six .grids .grid .img {
        height: 180px
    }

    .grids .grid .grid-meta .comments {
        display: none;
    }

    .grids .erphpdown-tuan-process {
        width: 50%;
    }

    .modown-ad-mobile-hide {
        display: none !important;
    }

    .modown-ad {
        margin-bottom: 15px;
    }

    .modown-ad .item {
        width: 285px;
        margin-bottom: 15px;
    }

    .modown-ad-items,
    .modown-ad-items-five {
        margin-bottom: 0;
    }

    .modown-ad-items-five .item {
        width: calc(33.333% - 15px) !important;
        margin-bottom: 0
    }

    .modown-ad .item:nth-child(4n) {
        display: block;
    }

    .modown-ad-items-five .item:nth-child(4n),
    .modown-ad-items-five .item:nth-child(5n) {
        display: none;
    }

    .modown-ad .item:nth-last-child(1),
    .modown-ad .item:nth-last-child(2) {
        margin-bottom: 0
    }

    .container .modown-ad .container .home-widgets {
        margin: 0 -15px 0
    }

    .home-cathumbs {
        margin-bottom: 20px;
    }

    .home-cathumbs + .contents .mocat:first-child {
        margin-top: -10px
    }

    .lists .list {
        padding: 0 0 0 200px;
        height: 120px;
    }

    .lists .list .img {
        margin: 0 0 0 -200px;
    }

    .lists .list img {
        width: 180px;
        height: 120px;
    }

    .lists .list .con {
        height: 120px;
    }

    .lists .list h3 {
        margin-bottom: 6px;
        font-weight: normal;
        font-size: 17px;
    }

    .lists .list h3 a {
        -webkit-line-clamp: 2;
        line-height: 24px;
    }

    .lists .list .excerpt {
        -webkit-line-clamp: 1;
        height: 18px;
        margin-bottom: 0;
        display: none;
    }

    .lists .list.noimg .excerpt {
        display: block;
    }

    .grids .list {
        padding: 10px 10px 10px 200px;
        height: 120px;
    }

    .grids .list .img {
        margin: -10px 0 0 -200px;
    }

    .grids .list img {
        width: 180px;
        height: 120px;
    }

    .grids .list .con {
        height: 100px;
    }

    .grids .list .excerpt {
        display: none;
    }

    .mocat .desc {
        margin-bottom: 20px;
    }

    body.home .vip-why {
        padding-bottom: 20px;
    }

    .vip-why {
        padding: 30px 0 20px;
    }

    .vip-why .items .item {
        width: 50%;
        margin-bottom: 35px;
    }

    .vip-why .items .item h4 {
        font-size: 17px
    }

    .vip-why .items .item p {
        font-size: 14px;
    }

    .vip-faqs .items {
        margin: 0;
    }

    .vip-desc-table th,
    .vip-desc-table td {
        padding: 2px 5px !important;
    }

    .totals {
        padding: 30px 0;
    }

    .totals .item {
        width: 50%;
        margin-bottom: 10px;
    }

    body.single {
        background-color: #fff;
    }

    body.single.night {
        background-color: #232323 !important;
    }

    .banner-archive,
    .banner-page {
        padding: 20px 0 !important
    }

    .archive-title {
        font-size: 20px;
    }

    .sidebar {
        display: none
    }

    .single .content,
    .page-template-default .content,
    .post-type-archive-blog .content,
    .page-template-tuan .content,
    .page-template-all .content,
    .page-template-all-vip .content,
    .archive .content,
    .search .content,
    .home .content,
    .page-template-tougao .content {
        margin-right: 0
    }

    .single-content,
    .article-nav,
    .single-comment {
        padding: 10px;
    }

    body.single .single-content,
    body.single .article-nav,
    body.single .single-comment {
        padding: 0;
    }

    body.page .single-content,
    body.page .single-comment {
        padding: 0;
        background: transparent;
    }

    body.page-template-guestbook .single-comment {
        padding: 10px
    }

    .article-tabs-tab {
        margin: 0 -15px 20px;
    }

    .article-tabs-tab a {
        padding: 10px 15px
    }

    .article-shares a {
        margin-right: 5px;
    }

    .single-related {
        padding: 0;
    }

    .article-video,
    .content-wrap .article-video {
        border-radius: 0;
        margin-bottom: 15px;
    }

    .ckplayer-erphpdown-video .playicon,
    .dplayer-erphpdown-video .playicon {
        top: calc(50% - 25px);
        width: 50px;
        height: 50px;
        display: inline-block;
        left: calc(50% - 25px);
    }

    .ckplayer-erphpdown-video .icon-play,
    .dplayer-erphpdown-video .icon-play {
        font-size: 50px;
        top: -16px;
    }

    .article-header-box {
        padding: 10px;
    }

    .header-box-img {
        width: 100%;
        max-height: 260px;
        height: auto;
        margin-left: 0;
        float: none;
        margin-bottom: 15px;
    }

    .header-box-img img {
        max-height: 260px;
    }

    .header-box-con .custom-metas {
        margin-bottom: 10px;
    }

    .header-box-con .erphpdown .erphpdown-box-tips {
        margin-bottom: 10px;
        width: 100%;
    }

    .header-box-con .erphpdown .erphpdown-child .erphpdown-box-tips {
        line-height: inherit;
    }

    .header-box-con .erphpdown .erphpdown-child .erphpdown-box-tips .erphpdown-vip {
        background: #e0bf73 !important;
        background-image: linear-gradient(90deg, rgba(240, 214, 141, 1) 0%, rgba(224, 191, 115, 1) 100%) !important;
        color: #4e342e !important;
        border-radius: 3px;
        padding: 8px 15px;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin-left: 0;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .header-box-con .erphpdown .erphpdown-btn-large,
    .header-box-con .erphpdown .erphpdown-child .erphpdown-btn-large {
        float: none;
        margin: 0;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 10px 15px
    }

    .header-box-con .erphpdown .demo-demo {
        margin-bottom: 10px;
    }

    .article-title {
        font-size: 20px
    }

    .article-meta {
        font-size: 13px
    }

    .article-content {
        font-size: 15px
    }

    .article-content p {
        margin-bottom: 20px
    }

    .article-audio {
        height: 360px;
    }

    .article-audio-free {
        padding-top: 0;
        width: 250px;
        height: auto;
        padding-bottom: 30px;
    }

    .article-audio-free .guxz {
        width: 250px;
        height: 250px;
        background-size: 100%;
    }

    .article-audio-free .dy {
        right: -20px;
        top: 15px
    }

    .article-audio-free .xy {
        right: -19px;
        top: 15px
    }

    .article-audio-free .gp {
        right: 19px;
        top: 64px;
        transform: rotate(-16deg);
    }

    .audio-player .audio .star-time {
        margin-left: 5px;
    }

    .erphpdown-tuan .erphpdown-tuan-process .line {
        width: 150px;
    }

    .erphpdown-box .erphpdown-tuituan {
        margin-left: 0
    }

    .erphpdown-header-box .erphpdown-tuan-process {
        margin-left: 0;
        display: block;
    }

    .erphpdown-header-box .erphpdown-tuan-process .line {
        width: 100% !important;
    }

    .erphpdown-header-box .erphpdown-tuan-process .data {
        display: block;
        text-align: center;
    }

    .article-tags,
    .article-shares {
        margin-bottom: 20px
    }

    .article-custom-metas .meta {
        width: 50%;
    }

    .single-related .lists.cols-two .grid h3 a {
        -webkit-line-clamp: 1;
        height: 20px;
    }

    .pageside {
        width: 90px;
        display: none;
    }

    .pagemenu li a {
        font-size: 12px;
        padding: 8px 16px;
    }

    .content-nav {
        padding-left: 0;
    }

    .erphpdown-box,
    .erphpdown-box + .article-custom-metas {
        display: block
    }

    .erphpdown-box2 {
        text-align: center;
    }

    .erphpdown-box2 .down {
        margin: 10px 0
    }

    .sitetips-default {
        width: 90%;
        text-align: left;
        font-size: 14px;
        padding: 15px;
        right: 0;
        left: 0;
        bottom: 50px;
    }

    .sitetips-default .close {
        right: calc(50% - 12px);
        bottom: -30px;
        top: inherit;
        font-size: 28px;
    }

    .sitetips-pop {
        width: 90%;
        max-width: 370px;
    }

    .link-box .link-list .link-item {
        width: calc(50% - 15px)
    }

    .tagslist li {
        width: 48%;
    }

    .erphpdown-msg p .tit {
        display: block;
        width: 100%
    }

    .erphpdown-msg p .link {
        margin: 0 15px 0 0;
    }

    .rollbar ul {
        width: 35px;
    }

    .rollbar a {
        height: 35px;
        line-height: 35px;
    }

    .rollbar .icon {
        line-height: 35px;
        font-size: 24px;
    }

    .home-anchor-nav {
        display: none;
    }


    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .topic-list .topic-item {
        width: calc(50% - 20px);
    }

    .topic-list .topic-item .info {
        font-size: 13px;
        height: 82px;
    }

    .topic-list .topic-item .info h3 {
        font-size: 16px
    }

    .sign .sign-box.has-left {
        width: 400px !important;
        padding-left: 0;
    }

    .sign .sign-box.has-left .loginimage {
        display: none;
    }


}

@media (max-width: 620px) {
    .search-wrap-container {
        height: 70px;
    }

    .search-wrap .search-form {
        width: calc(100% - 20px);
        margin: 0
    }

    .search-wrap .search-input {
        width: calc(100% - 80px);
        height: 40px;
        font-size: 15px
    }

    .search-wrap .search-form .search-cat + .search-input {
        text-indent: 90px
    }

    .search-wrap .search-form .search-btn {
        width: 80px;
        height: 40px;
        font-size: 15px;
    }

    .search-wrap .search-form .search-btn .icon {
        font-size: 18px;
        margin-right: 3px
    }

    .search-wrap .search-form .search-cat {
        top: 8px;
    }

    .search-wrap .icon-close {
        right: -24px;
        top: 2px;
    }

    .container {
        max-width: 515px !important
    }

    .mocat .child li a {
        padding: 4px 10px;
        font-size: 12px;
    }

    .grids .grid {
        width: 232.5px
    }

    .single-related .grids .grid {
        width: calc(50% - 20px);
        margin: 0 10px 15px
    }

    .gd-mini .single-related .grids .grid,
    .gd-mini.mini-six .single-related .grids .grid {
        width: calc(33.333% - 15px);
        margin: 0 7.5px 15px
    }

    .grids .grid .img {
        height: 147px
    }

    .gd-mini .grids .grid .img,
    .gd-mini.mini-six .grids .grid .img {
        height: 149px
    }

    .grids .grid .cat {
        padding: 10px 10px 0;
    }

    .grids .grid .grid-meta {
        padding: 0 10px 8px;
    }

    .modown-ad .item {
        width: 232.5px;
    }

    .container .modown-ad .container .home-widgets {
        margin: 0 -10px 0
    }

    .erphpdown,
    .erphpdown-box,
    .article-content .erphpdown-content-vip {
        padding: 15px
    }

    .erphpdown-box .down:hover {
        opacity: 1.0
    }

    .vip-content {
        margin-bottom: 80px;
    }

    .vip-item {
        padding: 0 10px 20px;
    }

    .vip-item h6 {
        margin: 0 -10px;
    }

    .vip-item .vip-tips-box {
        bottom: -80px;
    }

    .archives h3 {
        float: none;
    }

    .archives-list {
        margin-left: 0;
    }

    .home-authors .home-authors-items .home-author {
        width: calc(33.3333% - 20px);
    }

    .home-widgets .home-widget {
        padding: 0 5px
    }

    .home-widgets .hf-widget .hf-widget-title span {
        display: none;
    }

    .home-widgets .hf-widget .hf-tags {
        height: 66px;
        overflow: hidden;
    }
}

@media (max-width: 620px) and (min-width: 481px) {
    .grids .audio .audio-play {
        margin-top: 15px;
        margin-left: 15px;
    }

    .grids .audio .info {
        width: 166.5px;
    }

    .grids .audio .title {
        margin-top: 15px;
        margin-left: 15px;
        width: 138.5px !important;
    }

    .grids .audio .down {
        margin-left: 15px
    }

    .grids .audio .star-time {
        width: 54px;
    }

    .grids .audio .time-bar {
        width: 115px !important;
    }

    .grids .audio .end-time {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .banner h2 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .banner p {
        font-size: 15px
    }

    .banner a {
        margin-top: 20px;
        padding: 5px 22px;
        font-size: 18px
    }

    .banner-archive p {
        font-size: 14px
    }

    .mocat,
    .home-blogs,
    .home-authors,
    body.home .vip-content {
        padding: 25px 0 5px
    }

    .mocat h2,
    .home-blogs h2,
    .home-authors h2,
    body.home .vip-content h2,
    body.home .vip-why h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .mocat h2:after,
    .home-blogs h2:after,
    .home-authors h2:after,
    body.home .vip-content h2:after,
    body.home .vip-why h2:after {
        top: 30px;
    }

    .lists .grid {
        padding-right: 6px
    }

    .lists .grid,
    .lists.cols-two .grid {
        width: 100%;
    }

    .lists .grid,
    .lists.cols-two .grid {
        margin-right: 0 !important
    }

    .lists .grid h3,
    .home-blogs ul li h3,
    .lists .list h3,
    .grids .audio .title {
        font-size: 14px !important;
    }

    .lists .list .excerpt {
        font-size: 12px;
    }

    .lists .grid .tag {
        display: none !important;
    }

    .lists .grid .grid-meta .comments,
    .lists .grid .grid-meta .downs {
        display: none
    }

    .mocat .child {
        margin-bottom: 20px;
    }

    .home-blogs ul li {
        width: 100%;
    }

    .home-blogs ul li:nth-child(3n) {
        margin-right: 0;
    }

    body.home .home-vip-content,
    .vip-content {
        margin: 0 -10px
    }

    .vip-item {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }

    .vip-item h6 {
        font-size: 15px;
        padding: 8px 0;
    }

    .vip-item .price {
        font-size: 24px;
        margin: 10px 0 5px;
    }

    .vip-item p.border-decor.no {
        height: 23px;
    }

    .vip-item p.border-decor span {
        font-size: 12px;
        padding: 5px 10px 5px;
    }

    .vip-item p.border-decor {
        margin-bottom: 20px
    }

    .vip-item ul li {
        font-size: 12px;
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    .vip-item ul li:not(:first-child) {
        padding-top: 5px;
    }

    .vip-item ul li i {
        top: 0;
    }

    .vip-item .btn {
        padding: 6px 15px;
        font-size: 13px;
    }

    .vip-why .items .item div {
        text-align: center;
    }

    .vip-why .items .item span {
        margin-right: 0
    }

    .totals .item .icon {
        font-size: 24px
    }

    .totals .item span {
        font-size: 36px;
    }

    .totals .item h4 {
        font-size: 14px
    }

    .link-box .link-list .link-item {
        width: calc(100% - 15px)
    }

    /*.slider-right + .modown-ad, .slider-right2 + .modown-ad, .slider-full + .modown-ad{display: none;}*/
    .modown-ad-items,
    .modown-ad-items-five {
        margin: 0 -5px 0;
    }

    .modown-ad .item {
        width: calc(50% - 10px);
        margin: 0 5px 10px
    }

    .modown-ad-items-five .item {
        width: calc(50% - 10px) !important;
        margin-bottom: 10px
    }

    .modown-ad .item:nth-child(4n) {
        display: block;
    }

    .container .modown-ad .container .home-widgets {
        margin: 0 -15px 0
    }

    .home-widgets .home-widget {
        width: 100%;
    }

    .home-widgets .home-widget:last-child .hf-widget {
        margin-bottom: 0;
    }

    .authors .author-item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        min-height: 255px;
    }

    .authors .author-item .avatar {
        width: 50px;
        height: 50px;
    }

    body.gd-list .cat-nav-wrap {
        padding: 10px
    }

    .grids,
    .gd-mini .grids,
    .gd-mini.mini-six .grids {
        margin: 0 -5px 10px
    }

    .grids .grid,
    .single-related .grids .grid,
    .gd-mini .grids .grid,
    .gd-mini.mini-six .grids .grid {
        width: calc(50% - 10px);
        margin: 0 5px 15px
    }

    .gd-mini .single-related .grids .grid,
    .gd-mini.mini-six .single-related .grids .grid {
        width: calc(50% - 10px);
        margin: 0 5px 10px
    }

    .grids .grid .img {
        height: 120px
    }

    .gd-mini .grids .grid .img,
    .gd-mini.mini-six .grids .grid .img {
        height: 120px
    }

    .single-related .grids .grid .img {
        height: 120px;
    }

    .grids .grid .img .img-cat,
    .lists .grid .img .img-cat,
    .lists .list .img .img-cat,
    .grids .list .img .img-cat {
        left: 6px;
        top: 6px
    }

    .grids .grid h3 {
        margin: 6px;
        font-size: 14px
    }

    .grids .grid .cat,
    .grids .grid .tag {
        padding: 10px 6px 0;
    }

    .grids .grid p,
    .grids .grid .excerpt {
        margin: 0 6px 6px;
    }

    .grids .grid .grid-meta {
        padding: 0 6px;
        height: 28px;
    }

    .grids .grid .grid-meta .views,
    .grids .grid .grid-meta .downs,
    .grids .grid .grid-meta .comments {
        display: none
    }

    .grids .grid .grid-author {
        padding: 6px
    }

    .grids .grid .grid-author .author-name {
        max-width: 60px;
        margin-left: 6px;
    }

    .grids .audio {
        height: 115px;
        padding: 10px;
    }

    .grids .audio .info {
        width: calc(100% - 61px);
        margin-left: 10px;
    }

    .single-related .grids .audio .info {
        width: calc(100% - 61px);
    }

    .grids .audio .time-bar {
        width: calc(100% - 80px);
        margin: 0
    }

    .single-related .grids .audio .time-bar {
        width: 60px;
    }

    .lists .list {
        padding: 0 0 0 141px;
        height: 80px;
        margin-bottom: 20px
    }

    .lists .list:before {
        bottom: -10px
    }

    .lists .list .img {
        margin: 0 0 0 -141px;
    }

    .lists .list img {
        width: 130px;
        height: 80px;
    }

    .lists .list .con {
        height: 80px;
    }

    .lists .list .cat,
    .lists .list .tag {
        display: none;
    }

    .lists .list h3 {
        height: 48px;
    }

    .lists .list.noimg h3 {
        height: auto;
    }

    .lists:not(.cols-title) .list .list-meta .comments,
    .lists:not(.cols-title) .list .list-meta .downs,
    .lists:not(.cols-title) .list .list-meta .views {
        display: none
    }

    .grids .list {
        padding: 10px 10px 10px 145px;
        height: 80px;
    }

    .grids .list .img {
        margin-left: -145px;
    }

    .grids .list img {
        width: 130px;
        height: 80px;
    }

    .grids .list .con {
        height: 60px;
    }

    .grids .list .cat,
    .grids .list .tag {
        display: none;
    }

    .grids .list .list-meta .downs,
    .grids .list .list-meta .comments {
        display: none
    }

    .article-meta .item,
    .article-meta .post-edit-link {
        margin-right: 5px;
    }

    .article-meta .item.right {
        float: none;
    }

    .erphpdown-box .erphpdown-price {
        float: none;
        text-align: center;
    }

    .erphpdown-box .erphpdown-cart {
        float: none;
        text-align: center;
    }

    .erphpdown-box .erphpdown-cart .vip {
        display: block;
    }

    .erphpdown-box .vip a {
        padding: 3px 15px;
        min-width: 80px;
    }

    .erphpdown-box .down {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    .erphpdown-box-default .erphpdown-price {
        float: none;
        text-align: center;
    }

    .erphpdown-box-default .erphpdown-cart {
        float: none;
        text-align: center;
    }

    .erphpdown-box-default .erphpdown-cart .vip {
        display: block;
    }

    .erphpdown-box-default .vip a {
        padding: 3px 15px;
        min-width: 80px;
    }

    .erphpdown-box-default .down {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    .article-custom-metas .meta {
        width: 100%;
        padding-right: 0;
    }

    .topic-list .topic-item {
        width: calc(100% - 20px);
    }

    .topic-list .topic-item .info {
        font-size: 13px;
        height: 82px;
    }

    .topic-list .topic-item .info h3 {
        font-size: 16px
    }

    .sign .sign-box {
        width: 100% !important;
        bottom: 0;
        top: auto;
        transform: none;
        left: 0;
        border-radius: 12px 12px 0 0 !important;
    }

    .sign .sign-box.has-left {
        width: 100% !important;
    }
}

@keyframes circleRoate {
    from {
        transform: rotate(0) infinite
    }

    to {
        transform: rotate(7600deg)
    }
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0
    }

    to {
        left: 120px;
        top: 100px
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0
    }

    to {
        left: 120px;
        top: 100px
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0
    }

    to {
        left: 120px;
        top: 100px
    }
}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0
    }

    to {
        left: 120px;
        top: 100px
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-code > code {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: currentColor;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    position: relative;
    font-style: normal
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group:where(.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: .4
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}


