/* DIYCSS
   ========================================================================== */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,footer,header,nav,section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,figure,main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: inherit;
}

b,strong {
    font-weight: bolder;
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,video {
    display: inline-block;
    width: 100%;
    height: 140px;
    background: #000;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    background-color: #34495e;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .container {
        max-width:460px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .container .container.small {
        padding:0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px;
    }

    .container.small {
        max-width: 780px;
    }
}

@media (max-width: 1229px) {
    .container .container.medium {
        padding:0;
    }
}

@media (min-width: 1230px) {
    .container {
        max-width:1200px;
    }

    .container.medium {
        max-width: 1030px;
    }

    .full-screen .container {
        max-width: 1440px;
    }
}

@media (min-width: 1450px) {
    .max_width .container {
        max-width: 1440px;
    }

    .max_width .container.medium {
        max-width: 1020px;
    }

    .max_width .col-lg-1-5 {
        flex: 0 0 20%;
        width: 20% ;
        max-width: 20%;
    }
}

.container.medium {
    max-width: 1030px;
}

.row,.navbar .menu-item-mega>.sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.navbar .menu-item-mega>.sub-menu>.menu-item,.navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item,.navbar .menu-item-mega.mega-col-3>.sub-menu>.menu-item,.navbar .menu-item-mega.mega-col-6>.sub-menu>.menu-item {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex:0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex:0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex:0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2,.navbar .menu-item-mega.mega-col-6>.sub-menu>.menu-item {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3,.navbar .menu-item-mega>.sub-menu>.menu-item {
       flex: 0 0 33.333333%;
    max-width: 33.333333%
    }

    .col-lg-4,.navbar .menu-item-mega.mega-col-3>.sub-menu>.menu-item {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6,.navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex:0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .hidden-xs {
        display:none !important;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .hidden-sm {
        display:none !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-md {
        display:none !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-lg {
        display:none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display:none !important;
    }
}

html {
    box-sizing: border-box;
    accent-color:#1a1a1a;}

*,*:before,*:after {
    box-sizing: inherit;
}

body {
    background-color:#f4faff;
    color: #555;
    font-family: Lato,sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a {
    color: #34495e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    opacity: .8;
}

h1,h2,h3,h4,h5,h6 {
    color: #555;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

p {
    margin: 0 0 15px;
}

.ripro-dark p {
    color: #fff;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

blockquote {
}

blockquote p {
    line-height: 30px !important;
}

blockquote>*:last-child {
    margin-bottom: 0 !important;
}

blockquote cite {
    color: #aaa;
    display: block;
    font-size: 14px;
    font-style: normal;
    margin-top: -5px;
}

hr {
    background-color: #1a1a1a;
    border: 0;
    border-radius: 50%;
    height: 5px;
    margin: 30px auto;
    position: relative;
    width: 5px;
}

hr:before,hr:after {
    background-color: #1a1a1a;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    width: 5px;
}

hr:before {
    right: 20px;
}

hr:after {
    left: 20px;
}

table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 15px;
    word-break: normal;
}

th,td {
    border: 1px solid #f4f4f4;
    padding: 8px 12px;
}

ul,ol,dl {
    margin: 30px 0;
    padding-left: 30px;
}

dl {
    padding-left: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 15px 0;
}

iframe,embed {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

figure {
    margin: 0;
}

pre {
    overflow-y: scroll;
}

input[type="text"],input[type="password"],input[type="email"],input[type="search"],input[type="number"],input[type="tel"],textarea {
    border: 0;
    border-radius: 0;
    font-family: Lato,sans-serif;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: border-color cubic-bezier(0.77,0,0.175,1);
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #ecf0f3;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    padding: 10px;
    padding-left: 20px;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,textarea:focus {
}

textarea {
    height: 100%;
    line-height: 1;
    padding: 9px 12px;
    resize: vertical;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    max-height: 80px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 14px;
    width: 100%;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

input[type="checkbox"]+label {
    margin-bottom: 0;
    margin-left: 2px;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

form.inline {
    position: relative;
}

form.inline .inline-field {
    margin-bottom: 0;
    padding-right: 20px;
    text-overflow: ellipsis;
    outline: none;
}

form.inline button[type="submit"] {
    background-color: transparent;
    border: 0;
    color: #f6f6f6;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 30px;
    margin-right: 3px;
}

.dropdown,.dropdown div,.dropdown li,.dropdown div::after {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.dropdown .selected::after,.dropdown.scrollable div::after {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

.dropdown {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

.dropdown.open {
    z-index: 99999;
}

.dropdown:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus {
    box-shadow: 0 0 5px rgba(51,102,248,.4);
}

.dropdown .carat {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #a2a2a2;
}

.dropdown.open .carat {
    margin-top: -10px;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #34495e;
}

.dropdown.disabled .carat {
    border-top-color: #999;
}

.dropdown .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.dropdown select {
    position: absolute;
    left: 0px;
    top: 0px;
}

.dropdown.touch .old {
    width: 100%;
    height: 100%;
}

.dropdown.touch select {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dropdown .selected,.dropdown li {
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown.disabled .selected {
    color: #999;
}

.dropdown .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    box-shadow: inset -55px 0 25px -20px #fff;
}

.dropdown div {
    position: absolute;
    height: 0;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0;
    z-index: 99;
}

.dropdown.open div {
    opacity: 1;
    z-index: 2;
}

.dropdown.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after {
    opacity: 0;
}

.dropdown ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.dropdown.scrollable.open ul {
    overflow-y: auto;
}

.dropdown li {
    list-style: none;
    padding: 8px 12px;
}

.dropdown li.focus {
    background: #34495e;
    position: relative;
    z-index: 3;
    color: #fff;
}

.dropdown li.active {
    font-weight: 700;
}

.d-block {
    display: block!important
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.button,input[type="submit"],button[type="submit"],.navigation .nav-previous a,.navigation .nav-next a {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    outline: none;
    padding: 14px;
    text-align: center;
    background: linear-gradient(90deg,#448aff,#18cef2);
}

.button:hover,input[type="submit"]:hover,button[type="submit"]:hover,.navigation .nav-previous a:hover,.navigation .nav-next a:hover {
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg,#448aff,#2196f3);
}

.button.transparent,input[type="submit"].transparent,button[type="submit"].transparent,.navigation .nav-previous a.transparent,.navigation .nav-next a.transparent {
    background-color: transparent !important;
    border: 1px solid rgba(255,255,255,0.3);
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.btn {
    /*border: none;*/
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 28px;
    text-align: center;
    position: relative;
    
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=35);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .35;
}

.btn:hover {
    opacity: 0.9;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        background: linear-gradient(90deg,#448aff,#18cef2);
        color: #ffffff;
}

.btn--def {
    color: #ffffff;
    background: #34495e;
    background: -webkit-gradient(linear,left top,right top,from(#34495e),to(#475f77));
    background: -webkit-linear-gradient(left,#34495e,#475f77);
    background: linear-gradient(90deg,#34495e,#475f77);
    -webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5);
    box-shadow: 0 3px 5px rgba(52, 73, 94, .5);
}

.btn--primary {
    color: #ffffff;
    background: #34495e;
    background: -webkit-gradient(linear,left top,right top,from(#34495e),to(#475f77));
    background: -webkit-linear-gradient(left,#34495e,#2f49fd);
    background: linear-gradient(-125deg,#18cef2 0%, #2196f3 100%);
    -webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5);
    box-shadow: 0 3px 5px rgba(52, 73, 94, .5);

}

.btn--secondary {
    color: #ffffff;
    background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(-90deg,#61be33,#61be33);
    background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
    -webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5);
    box-shadow: 0 3px 5px rgba(52, 73, 94, .5);
}

.btn--danger {
    color:#ffffff;
    background: #61be33;
    background: -webkit-gradient(linear,left top,right top,from(#61be33),to(#8fce44));
    background: -webkit-linear-gradient(left,#61be33,#8fce44);
    background: linear-gradient(90deg,#61be33,#8fce44);
    -webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5);
    box-shadow: 0 3px 5px rgba(104,195,59,.5);
}

.btn--white {
    border: 1px solid #f2f2f2;
    background: #ecf0f3;
    box-shadow: 0 4px 12px 0 rgba(52,73,94,0.1);
    border-radius: 20px;
    margin: auto; 
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
}


.btn--block {
    width: 100% !important;
}

.site {
    position: relative;
    overflow: hidden;
}

.site-content {
    padding-bottom: 60px;
    padding-top: 60px;
}

.home .site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.single-post .site-content {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .site-content {
        padding-bottom:30px;
        padding-top: 30px;
    }

    .page-template-page-modular .site-content {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.sidebar-right .sidebar-column .widget-area {
}

.sidebar-left .sidebar-column .widget-area {
    padding-right: 30px;
}

@media (max-width: 575px) {
    .sidebar-column .widget-area {
        margin:60px auto 0;
        max-width: 300px;
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .sidebar-column .widget-area {
        margin:10px auto 0;
        max-width: 460px;
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .content-column {
        flex:0 0 72%;
        max-width: 72%;
    }

    .sidebar-column {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .sidebar-left .sidebar-column {
        order: -1;
    }
}

.u-clearfix:before,.u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

.u-plain-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.u-permalink {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.u-border-title {
    align-items: center;
    display: flex;
}

.u-border-title:before {
    background-color: #34495e;
    content: "";
    height: 2px;
    margin-right: 10px;
    width: 30px;
}

.u-text-format>*:first-child,.u-text-format>*:first-child>*:first-child {
    margin-top: 0 !important;
}

.u-text-format>*:last-child,.u-text-format>*:last-child>*:last-child {
    margin-bottom: 0 !important;
}

.u-text-format h1,.u-text-format h2,.u-text-format h3,.u-text-format h4,.u-text-format h5,.u-text-format h6 {
    font-weight: 900;
    margin-bottom: 12px;
    margin-top: 12px;
}

.u-text-format h1 {
    font-size: 28px;
}

.u-text-format h2 {
    font-size: 25px;
}

.u-text-format h3 {
    font-size: 22px;
}

.u-text-format h4 {
    font-size: 19px;
}

.u-text-format h5 {
    font-size: 16px;
}

.u-text-format h6 {
    font-size: 13px;
}

.u-text-format ul ul,.u-text-format ol ul,.u-text-format dl ul,.u-text-format ul ol,.u-text-format ol ol,.u-text-format dl ol,.u-text-format ul dl,.u-text-format ol dl,.u-text-format dl dl {
    margin: 0;
}

.u-text-format li {
    margin: 5px 0;
}

.u-text-format a {
    font-weight: 700;
    text-decoration: underline;
}

.u-text-format .fluid-width-video-wrapper {
    margin: 30px 0;
}

.u-module-margin {
    margin: -30px 0;
}

.u-module-margin .post {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .u-module-margin {
        margin:-15px 0;
    }

    .u-module-margin .post {
        margin: 15px 0;
    }
}

.lazyload:not(.visible),.lazyloading:not(.visible) {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.wpcf7 p {
    font-family: Lato,sans-serif !important;
}

.wpcf7-form {
    margin: 30px 0;
}

.wpcf7-form label {
    display: block;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.boxes2 .owl-nav {
    display: block !important;
}
.boxes2 .owl-prev, .boxes2 .owl-next{
    top: 70px;
}
.owl .owl-prev.disabled,.owl .owl-next.disabled {
    background-color: #aaa !important;
    cursor: default;
}

div.wpcf7-response-output {
    background-color: #f4f4f4;
    border: 0;
    line-height: 1.2;
    margin: 30px 0 0;
    padding: 15px;
    text-align: center;
}

.section.search.parallax {
    display: flex;
    min-height: 200px;
    position: relative;
    text-align: center;
    padding: 0;
}

.section.search.parallax img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.section.search.parallax .container {
    margin: auto;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.cs-header {
    background: url(https://res.cloudinary.com/uisumo-com/image/upload/v1504072750/static-site-assets/Banner-UISUMO-02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home .gridpost-bg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;   
}
/*home-cat-nav-wrap*/
.home-cat-nav-wrap{
    margin-bottom: 30px;
    position: relative;
    background-color: rgba(32,160,255,0);
    padding: 5px 10px;
    border-radius: 4px;
}
.home-cat-nav-wrap ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-cat-nav-wrap ul li{
    margin: 0 3px;
}
.home-cat-nav-wrap ul li:hover .btn{
    background-color: #f6f6f6;
}

/*home-cat-nav-wrap end*/
.home-filter--content {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
    box-shadow: 0 34px 20px -24px rgba(0,36,100,0.06);
    padding: 20px;
    background: linear-gradient(to right, #34495e, #4e6b88, #34495e);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-filter--content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: -1;
}

.home-filter--content .focusbox-title {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    padding-top: 180px;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 66px;
    letter-spacing: 6px;
}

.home-filter--content .focusbox-desc {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    padding: 24px 0 30px;
}

.home-filter--content .form-box {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
    margin-right: 20%;
    margin-left: 20%;
    z-index: 999;
    /*background: rgba(255,255,255,0.5);*/
    border: 1px solid #aaa;
    
}
.home-filter--content {
    padding: 20px 0;
}
.home-filter--content .form-box {
    margin-bottom: 140px;
}

.home-filter--content .form-box input[type="text"] {
    padding-right: 6em;
    padding-left: 3em;
    width: 100%!important;
    margin: 0;
    border: 0px solid #aaa;
    border-radius: 6px;
    background-color: #f6f6f6;
    background: #ecf0f3;
    padding: 10px;
    padding-left: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.home-filter--content .home-search-results {
    position: static;
    top: 65px;
    margin-top: 15px;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 999;
    border-radius: 4px;
    visibility: visible;
    animation-duration: 300ms;
    height: auto;
    display: none;
    animation-name: aspAnFadeInDrop;
    -webkit-animation-name: aspAnFadeInDrop;
    box-shadow: 0 10px 20px rgba(213,213,213,0.4);
    border: 1px solid #dcdcdc;
}

.home-search-results li {
    list-style: none;
    padding: 8px 13px;
    line-height: 1;
    padding-left: 100px;
    overflow: hidden;
}

.home-search-results li strong {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    padding-right: 100px;
    font-size: 15px;
    font-weight: normal;
}

.home-search-results li:hover {
    background-color: #f4f4f4;
}

.home-search-results li .focus {
    float: left;
    margin-left: -90px;
    width: 80px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    max-height: 55px;
}

.home-search-results li h2 {
    font-size: 16px;
    line-height: 1.3;
    margin: 15px 0 15px;
    font-weight: normal;
    max-height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0,-50px);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
}

@media (max-width: 768px) {
    .home-filter--content .focusbox-title {
        font-size: 18px;
        padding-top: 70px;
    }

    .home-filter--content .focusbox-desc {
        font-size: 12px;
    }

    .home-filter--content .form-box {
        margin-bottom: 20px;
        margin-right: 5%;
        margin-left: 5%;
    }

    .home-filter--content .form-box input[type="text"] {
        margin-bottom: 10px;
    }
    .home-cat-nav-wrap{
        display: none;
    }

}

.filter--content {
    margin-top: -101px;
    display: block;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #f4faff;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 34px 20px -24px rgba(0,36,100,0.06);
    border: 0px solid #f3f3f3;
}

.filter--content .form-box {
    padding: 0;
    padding-bottom: 0;
}

.filters .filter-item {
    padding: 5px 0;
}

.filter--content .filter-item span {
    margin-right: 10px;
    background-color:transparent;
    padding: 2px 6px;
    border-radius: 4px;
    color: #333;
    border: 1px solid transparent;
}

.filter--content .filter-item a {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
    color: #34495e;
    border-radius: 0;
    padding: 0 10px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}

.filter--content .filter-item a.on {
       border: 1px dashed #18cef2;
    background-color: #ffa363;
}

.filter--content .filter-item a:hover {
   border: 1px dashed #34495e;
}

.filter--content .filter-item>.on {
    color: #1890ff
}

.filter--content .filter-item {
    margin-top: 0px
}

.filter--content .filter-tag {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter--content .filter-tag li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.filter--content .filter-tab {
    border-top: 0.5px solid #f6f6f6;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.ripro-dark .filter--content .filter-tab {
    border-top: 0.5px solid #333;
}

.filter--content .filter-tab span {
    margin-right: 10px;
    background-color: transparent;
    padding: 2px 6px;
    border-radius: 4px;
    color: #333;
    border: 1px solid transparent;
}

.filter--content .filter-tab li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.filter--content .filter-tab a {
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
    color: #808080;
    position: relative;
}

.filter--content .filter-tab a i {
    width: 18px;
    height: 18px;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: -4px;
    border-radius: 100%;
}

.filter--content .filter-tab .tab.on i {
    background: #ffffff;
}

.filter--content .filter-tab .tab.on i:before {
    display: inline-block;
    margin-top: 1px;
    color: #FF9800;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: 5px;
    margin-left: 2px;
}

.filter--content .filter-tab a.on {
    color: #FF9800;
}

.filter--content .filter-tab a em {
    font-style: normal;
}

.filter--content .filter-tab li.rightss {
    float: right;
}

@media (max-width: 768px) {
    .filter--content {
        margin-top: -10px;
        display: block;
        padding: 10px;
    }

    .filter--content .filter-item span,.filter--content .filter-tab span {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .filter--content .filter-item a {
        margin-right: 5px;
        line-height: 20px;
        font-size: 13px;
        padding: 0 5px;
    }

    .filter--content .filter-tab a {
        margin-right: 5px;
        font-size: 13px;
    }

    .filter--content .filter-tab li.rightss {
        float: none;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-right: 5px;
    }
}

.hero {
    background-color: #f4f4f4;
    background-position: center;
    background-size: cover;
    display: flex;
    height: calc(60vh - 80px);
    position: relative;
}

.hero:before,.hero-slider .slider-item:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.hero.lazyloaded:before,.hero .lazyloaded:before {
    opacity: .3;
}

.hero .container {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    position: relative;
}

.hero .entry-header {
    margin-bottom: 60px;
}

.hero .entry-header .entry-meta {
    margin-bottom: 10px;
}

.hero .entry-header .entry-title {
    font-size: 40px;
}

.hero-heading {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.hero-subheading {
    color: #fff;
    font-size: 17px;
    font-style: italic;
    line-height: 20px;
    margin-top: 15px;
}

.hero-full .hero {
    height: 100vh;
}

.hero-video .hero,.hero-audio .hero {
    background-color: #000;
    display: block;
    height: auto !important;
}

.hero-video .hero.lazyloaded:before,.hero-audio .hero.lazyloaded:before,.hero-video .hero .lazyloaded:before,.hero-audio .hero .lazyloaded:before {
    opacity: .6;
}

.hero-video.navbar-transparent .hero,.hero-audio.navbar-transparent .hero,.hero-video.navbar-sticky_transparent .hero,.hero-audio.navbar-sticky_transparent .hero {
    padding-top: 80px;
}

.hero-media {
    padding: 60px 0;
    position: relative;
}

.hero-slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-slider .slider-item {
    background-position: center;
    background-size: cover;
    display: flex;
}

.hero-slider,.hero-slider .owl-stage-outer,.hero-slider .owl-stage,.hero-slider .owl-item,.hero-slider .slider-item {
    height: 100%;
}

.hero-slider.owl .owl-prev,.hero-slider.owl .owl-next {
    margin-top: -15px;
    top: 50%;
}

.hero-slider.owl .owl-prev {
    left: 30px;
    right: autor;
}

.hero-slider.owl .owl-next {
    right: 30px;
}

.navbar-regular.hero-full .hero,.navbar-sticky.hero-full:not(.navbar-sticky_transparent) .hero {
    height: calc(100vh - 80px);
}

@media (max-width: 767px) {
    .page-template-page-modular .hero {
        margin-bottom:15px;
    }

    .hero .entry-header {
        margin-bottom: 30px;
    }

    .hero-heading,.hero .entry-header .entry-title {
        font-size: 25px;
    }

    .hero-subheading {
        margin-top: 10px;
    }
}


.site-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 30px rgba(0,0,0,0);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.5s cubic-bezier(0.77,0,0.175,1),box-shadow 0.5s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: background-color 0.5s cubic-bezier(0.77,0,0.175,1),box-shadow 0.5s cubic-bezier(0.77,0,0.175,1),transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: background-color 0.5s cubic-bezier(0.77,0,0.175,1),box-shadow 0.5s cubic-bezier(0.77,0,0.175,1),transform 0.6s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    z-index: 99;
}

.navbar-full .site-header {
    padding: 0 30px;
}

.slide-now .site-header {
    box-shadow: none;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.header-gap {
    height: 0px;
}

.navbar {
    align-items: center;
    display: flex;
    height: 80px;
    position: relative;
}

.navbar .logo {
    margin-right: 12px;
    height: auto;
    max-width: 170px;
}

@media (max-width: 761px) {
    .navbar .logo {
           max-width: 120px;
    }
}

.navbar .sep {
    display: flex;
    height: 100%;
    margin: 0 20px;
    width: 1px;
}

.navbar .sep:after {
    background-color: #e6e6e6;
    content: "";
    height: 50%;
    margin: auto;
    transition: background-color 0.5s cubic-bezier(0.77,0,0.175,1);
    width: 100%;
}

.navbar .menu-item {
    display: inline-block;
    position: relative;
}

.navbar .menu-item>a {
    display: block;
    font-weight: 500;
    letter-spacing: .2px;
}

.navbar .menu-item>a .emoji {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.navbar .menu-item.menu-item-has-children>a:after {
    color: #ffffff;
    content: "\f140";
    font-family: "Material Design Icons";
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    transition: color 0.5s cubic-bezier(0.77,0,0.175,1);
}

.navbar .menu-item:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    border-radius: 7px;
}

.navbar .nav-list>.menu-item>a {
    color: #ffffff;
    font-size: 17px;
    line-height: 81px;
    margin: 0 12px;
    transition: color 0.5s cubic-bezier(0.77,0,0.175,1);
    font-size: 1rem; 
}

.ripro-dark .navbar .nav-list>.menu-item>a {
    color: #fff;
    font-size: 16px;
    line-height: 81px;
    margin: 0 12px;
    transition: color 0.5s cubic-bezier(0.77,0,0.175,1);
}

.navbar .sub-menu {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    list-style-type: none;
    margin: -1px 0 0 -18px;
    min-width: 220px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    visibility: hidden;
    z-index: 80;
}

.navbar .sub-menu .menu-item {
    display: block;
}

.navbar .sub-menu .menu-item>a {
    align-items: center;
    display: flex;
    font-size: 11px;
    line-height: 18px;
    padding: 9px 30px;
    transition: -webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.3s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.3s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
}

.navbar .sub-menu .menu-item>a:hover {
    opacity: 1;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #ffc107;
}

.navbar .sub-menu .menu-item.menu-item-has-children>a {
    justify-content: space-between;
}

.navbar .sub-menu .menu-item.menu-item-has-children>a:after {
    content: "\f142";
    line-height: 1;
    margin-right: -4px;
}

.navbar .sub-menu .sub-menu {
    left: 100%;
    margin: -20px 0 0;
    top: 0;
}

.navbar .actions {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.navbar .actions>div+div {
    margin-left: 5px;
}

.navbar .navbar-button,.off-canvas .canvas-close {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    width: 30px;
    margin-right: 10px;
    border: 0;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 4px 3px 10px rgba(32,160,255,.17)
}

.navbar .login-btn {
    align-items: center;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    width: 80px;
    margin-right: 10px;
    border: 0;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
}

.navbar .user-pbtn {
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    max-width: 100px;
    margin-right: 10px;
    border: 0;
    color: #34495e;
}

.navbar .user-pbtn img {
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    margin-right: 5px;
    border: 0px solid #eee;
    width: 30px;
}

.navbar .user-pbtn span {
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar .login-btn:hover,.navbar .user-pbtn:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .site-header,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .site-header {
    background-color: transparent;
    box-shadow: none;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .logo.text,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .logo.text,.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a {
    color: #fff;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .logo.regular,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .logo.regular {
    opacity: 0;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .logo.contrary,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .logo.contrary {
    opacity: 1;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .sep:after,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .sep:after {
    background-color: rgba(255,255,255,0.3);
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a:after,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a:after {
    color: rgba(255,255,255,0.6);
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .navbar-button,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .navbar-button,.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .burger,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .burger {
    background-color: #fff;
    border-color: #fff;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field {
    background-color: transparent;
    color: #fff;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-webkit-input-placeholder,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-webkit-input-placeholder {
    color: #fff;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-moz-placeholder,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-moz-placeholder {
    color: #fff;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field:-ms-input-placeholder,.navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field:-ms-input-placeholder {
    color: #fff;
}

.navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .header-gap,.navbar-sticky_transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .header-gap {
    height: 0;
}

.navbar-sticky:not(.ads-before-header) .site-header,.navbar-sticky_transparent:not(.ads-before-header) .site-header,.stick-now .site-header {
    position: fixed;
}

.navbar-hidden .navbar .logo {
    margin-right: 0;
}

.navbar-hidden .navbar .sep {
    display: none;
}

@media (max-width: 991px) {
    .navbar .sep {
        display:none;
    }
}

.navbar .menu-item-mega:hover .mega-menu,.navbar .menu-item-mega:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    border-radius: 7px;
}

.mega-menu {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    visibility: hidden;
    z-index: 80;
}

.mega-menu .menu-posts {
    padding: 30px 30px 80px;
}

.mega-menu .entry-media {
    margin-bottom: 20px;
}

.mega-menu .owl .owl-prev,.mega-menu .owl .owl-next {
    bottom: 20px;
    top: auto;
}

.mega-menu .owl .owl-prev {
    right: 62px;
}

.mega-menu .owl .owl-next {
    right: 30px;
}

.navbar .menu-item-mega {
    position: static;
}

.navbar .menu-item-mega>.sub-menu {
    left: 0;
    margin: 0;
    padding: 40px 0;
    right: 0;
}

.navbar .menu-item-mega>.sub-menu>.menu-item>a {
    color: #aaa;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 5px;
    pointer-events: none;
    text-transform: none;
}

.navbar .menu-item-mega>.sub-menu .menu-item-has-children>a:after {
    display: none;
}

.navbar .menu-item-mega>.sub-menu .sub-menu {
    box-shadow: none;
    margin: 0;
    min-width: auto;
    opacity: 1;
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar .menu-item-mega>.sub-menu .sub-menu .sub-menu {
    display: none;
}

.burger {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 30px;
    border: 0;
    box-shadow: 4px 3px 10px #ffc1072e;
    color: #fff;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
}

.burger:before,.burger:after {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    width: 10px;
}

.burger:before {
    top: 10px;
}

.burger:after {
    bottom: 10px;
}

@media (min-width: 992px) {
    .no-off-canvas:not(.navbar-hidden) .burger {
        display:none;
    }
}

.logo-wrapper {
    position: relative;
}

.logo:not(.text) {
    transition: opacity 0.5s cubic-bezier(0.77,0,0.175,1);
}

.logo.contrary {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.logo.text {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    transition: color 0.5s cubic-bezier(0.77,0,0.175,1);
}

/*navber-hver*/

/*nav*/
.header__group{position:relative}
.header__group:before,.header__group:after{background:transparent;bottom:-5px;height:16px;position:absolute;width:16px}
.header__group:before{border-bottom-right-radius:8px;box-shadow:6px 6px 0 #2c2c2c;left:-16px}
@media only screen and (max-width: 767px){.header__group_cats{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(35,35,35,0.82);z-index:20}
.header__group_cats.visible{display:block}
}
.header__group_cats.active:before{content:none}
/*.header__group_cats .header__cat{padding:20px 31px 20px 19px}
.header__group_cats .header__cat:after{content:'';position:absolute;top:50%;right:0;width:1px;height:38px;margin-top:-19px;background:#424242}*/
@media only screen and (max-width: 767px){.header__group_cats .header__cat{display:none}
}
.header__group_cats .header__dropdown{border-top-right-radius:8px;width:262px}
@media only screen and (max-width: 767px){.header__group_cats .header__dropdown{top:0;left:auto;right:0;bottom:0;width:256px;overflow:auto}
}
.header__style_user .header__dropdown {
    left: inherit;
    right: -130px;
    border-radius: 8px;
    width: 400px;
    top: 30px;
}
.header__group_user .header__dropdown .header__link > a{color:#8495a0}
.header__group_user .header__dropdown .header__link > a:hover{color:#fff}
.header__group_user.active:before{content:none}
.header__group_notify{}
.header__group_notify .header__dropdown{border-radius:8px;left:auto;right:-64px;width:372px}

.header__group.active .header__cat{background:#fff;box-shadow:0 5px 0 0 #fff;}
.header__cat a{color: #fff;}
.header__cat a:hover{/* color: #404040; */}
.header__cat .dian{background: #ff5780;width: 7px;height: 7px;border-radius: 50%;position: absolute;right: 13px;top: 26px;}
.header__group.active .header__cat:after{display:none}
.header__group.active .header__title{color:#fff}
.header__group.active .header__dropdown{display:block}
.header__group_cart.active:before,.header__group_cart.active:after{content:none !important}
.header__group_cart.active .header__cat{background:none;box-shadow:none}

.header__group_shift .header__dropdown {
    border-top-right-radius: 8px;
    left: 0;
    right: auto;
    width: 664px
}

.header__group_shift.active::before {
    content: none
}
.header__group_shift .cards {
    margin: 0;
    padding: 20px;
    display: -ms-grid;
    display: grid;
-ms-grid-columns:(302px)[2];
    grid-template-columns: repeat(2, 302px);
    grid-gap: 20px
}
.header__group_shift .cards .card {
    width: 302px
}
.header__group_shift .cards .card.liked .likes {
    opacity: 1;
    right: 10px;
    transition-delay: 0ms, 0ms
}
.header__group_shift .cards .card.liked .likes a {
    color: #fb6666
}
.header__group_shift .cards .card.liked .likes svg {
    animation: bounce 250ms ease
}
.header__group_shift .cards .card-wrapper {
    margin: 0
}

@media only screen and (max-width: 767px){.header__group_user.active .header__cat{background:none;box-shadow:none}
}
@media only screen and (max-width: 767px){.header__group_user.active .header__dropdown{display:none}
}

.header__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.header-box {
    color: #8495a0;
}

.header-box, .header__new {
    margin: 0 20px;
    padding: 15px 0;
}

.refresh-header-top {
    width: 100%;
}

.header-box {
    color: #8495a0;
}

.btn-cta-purple {
    position: relative;
    width: 75px;
    height: 28px;
    padding: 0 8px;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 28px;
    border-radius: 14px;
    color: #fff;
    background-color: none;
    background-image: linear-gradient(to bottom,#fb68d5 0,#7865ff 100%);
    margin-right: 20px;
    cursor: pointer
}

.btn-cta-purple:hover {
    background-image: linear-gradient(to bottom,#ae68fb,#6652f3)
}


.header__new {
    border-bottom: 1px solid #202020;
    box-shadow: 0 1px 0 0 #353535;
    font-size: 14px;
    color: #fff
}

.header-box,.header__new {
    margin: 0 20px;
    padding: 15px 0;
}

.header-box {
    color: #fff
}
.refresh-header-top{
    width: 100%;
}
.header-top {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px dashed #34495e;
}

.header-top img {
    float: left;
    width: 45px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: 10px;
    height: 45px;
}

.header-top .zuanshi {
    background: url(../img/header/zuanshi.svg) no-repeat center;
    width: 15px;
    height: 15px;
    display: -webkit-inline-box;
    background-size: contain;
    position: relative;
    top: 3px;
    cursor: pointer;
    margin-left: 5px
}
.header-top .zuanshi.is-vip{
    background: url(../img/header/zuanshi_vip.svg) no-repeat center;
    background-size: contain;
}
.header-top .fa-user-crown{
  color: #f3d60c;
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 3px;
}
.header-top .fa-user-crown.is-vip{
    color: #ff5780;
}

.header-top .logout {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: #61be33;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    color: #fff
}
.header-top .logout:hover {
    background-color: #fd0707;
    color: #f6f6f6;
}

.user-names{
    max-width: 100px;
    overflow: hidden;
    display: block;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-size: 14px;
}

.wp-VIP {
    margin-left: 10px;
    font-style: normal;
    color: #fff;
    font-size: 12px !important;
    background: linear-gradient(-125deg,#f8d930 0%, #fb7b92 100%);
    padding: 2px 8px;
    border-radius: 10px;
}
.header-top .group-name {
    background:linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
}

.header-top .group-name.vip-bg, .page-profile .inset-header .about-me .user-name small.badge.vip-bg {
    background: #ff5780;
}

.header-top .group-name.authors-bg, .page-profile .inset-header .about-me .user-name small.badge.authors-bg {
    background: #2aa461;
}

.header-top p {
    margin-top: 1px;
    font-size: 12px;
    color: #8495a0;
    cursor: pointer;
}

.header-center {
    display: flex;
    padding: 15px 0
}

.header-bottom,.header-center {
    position: relative
}

.header-center .md-l {
    float: left;
    width: 50%;
    border-radius: 6px;
    padding: 10px;
    margin-right: 15px;
    border:0px transparent solid;
    background-color: #34495e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    background-image: linear-gradient(135deg,#89f1fe,#63a8f6);
    box-shadow: 3px 3px 10px #17161614;
}
.header-center .md-l:hover{
    opacity:0.8;
}
.header-center .md-tit {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

.header-center .dou,.header-center .jinbi {
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-center .jinbi i {
    background: url(../ripro/assets/images/svg/jinbi.svg) no-repeat center;
    background-size: cover;
}

.header-center .dou i,.header-center .jinbi i {
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.header-center .dou i {
    background: url(../ripro/assets/images/svg/dou.svg) no-repeat center;
    background-size: cover;
}

.header-center .pay-credit {
    padding: 2px 10px;
    border-radius: 20px;
    background-color: #2196F3;
    width: 120px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    color: #fff;
}

.header-center .pay-credit:hover {
    background: #399dff;
    color: #fff;
}

.header-center .md-r {
    float: left;
    width: 50%;
}

.header-center .md-t {
    padding: 9px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    transition: transform 0.1s;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    background-image: linear-gradient(135deg,#fe89c0,#f44069);
    box-shadow: 3px 3px 10px #17161614;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-center .md-t:hover{
    opacity:0.8;

}
.header-center .md-t span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.header-center .md-t p {
    font-size: 11px
}

.header-center .md-t a,.header-center .md-b a {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 4px 10px;
    border-radius: 4px;
    background-color:#34495e;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    color:#fff;
}
.header-center .md-t a:hover {
    /* background: #2aa461; */
    /* color: #fff; */
}
.header-center .md-b {
    padding: 9px;
    position: relative;
    margin-bottom: 5px;
    border-radius: 5px;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    transition: transform 0.2s;
    background-image: linear-gradient(135deg,#fee11b,#fe8e06);
    border: 2px transparent solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-center .md-b:hover {
    opacity:0.8;

}
.header-center .md-b span {
    color: #fff;
    padding-bottom: 5px;
    display: block;
    font-size: 14px
}

.header-center .md-b p {
    font-size: 11px
}

.header-bottom .my-home {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.header-bottom ul {
      padding: 1px;
      display: flex;
      text-align: center;
      margin: auto;
      list-style: none;
}

.header-bottom li {
    float: left;
    width: 20%;
    cursor: pointer;
}

.header-bottom li i {
    background-color: #eee;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.header-bottom li i:hover{
    opacity:0.8
}

.header-bottom li i.ico_1 {
    background-image: url(../ripro-chlid/assets/images/svg/shoucang.svg)
}

.header-bottom li i.ico_2 {
    background-image: url(../ripro-chlid/assets/images/svg/xiangmu.svg)
}

.header-bottom li i.ico_3 {
    background-image: url(../ripro-chlid/assets/images/svg/anquan.svg)
}

.header-bottom li i.ico_4 {
    background-image: url(../ripro-chlid/assets/images/svg/dingdan.svg)
}

.header-bottom li i.ico_5 {
    background-image: url(../ripro-chlid/assets/images/svg/admin.svg)
}

.header-bottom li i.ico_6 {
    background-image: url(../ripro-chlid/assets/images/svg/tougao.svg)
}

.header__custom .icon.max {
    font-size: 18px;
}

.header-dropdown{
font-size:12px;
}

.header-center p {
    margin: auto;
}

.header__cat {
box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* height: 68px; */
    padding-left: 10px;
    border-radius: 8px 8px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding-top: 0;
}

.section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-150 {
    margin-top: 150px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 10px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

table thead {
    background: #fff;
}

th {
    text-align: left;
}

table thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #282828;
    line-height: 30px !important;
    border-bottom-width: 0 !important;
    border-color: #eee;
    padding: 0;
}

table tbody tr td,table tbody tr td {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #9b9b9b;
    vertical-align: middle;
    padding: 15px 8px 15px 8px !important;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border: 0;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #ddd;
}

.bgcolor-fff {
    background-color: #f4faff;
}

.modular-title-1 .section-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .2px;
    margin-bottom: 60px;
}

.modular-title-2 .section-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .2px;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
}

.modular-title-2 .section-title:before {
    background-color: #e6e6e6;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.modular-title-2 .section-title span {
    display: inline-block;
    color: #34495e;
    font-size: 25px;
    background-color: #171616;
    background: #f6f6f6;
    box-shadow: 0px 0px 6px 6px #e6e6e6;
    padding: 4px 15px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 7px;
}
.ripro-dark .section-title  span {
    color: #fff;
}

.modular-title-3 .section-title {
    font-size: 12px;
    letter-spacing: .2px;
    margin-bottom: 50px;
    position: relative;
}

.modular-title-3 .section-title:after {
    background-color: var(--accent-color);
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 20px;
}

@media (max-width: 767px) {
    .section {
        padding-bottom:30px;
        padding-top: 30px;
    }

    .modular-title-1 .section-title {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .modular-title-2 .section-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.widget_magsy_module_parallax>.container,.widget_magsy_module_slider_center>.container {
    max-width: none;
    padding: 0;
}

/* .home .home-vip-mod */
.home .home-vip-mod {
    background-color: #fff;
    padding: 30px 0;
}

.home-vip-mod .vip-cell {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(24,38,16,.1);
    text-align: center;
    border: 1px solid rgba(171, 171, 171, 0.23);
    margin: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    width: 350px;
}

.home-vip-mod .vip-cell:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transform: scale(1.1);
}

.home-vip-mod .vip-cell .time {
    font-size: 14px;
    display: block;
    padding: 10px 0 0 12px;
    color: #666;
    text-align: left
}

.home-vip-mod .vip-cell .time {
    font-size: 18px;
    color: #ffc107;
}

.home-vip-mod .vip-cell .price {
    text-align: center;
    font-size: 45px;
    padding: 15px 0;
    font-weight: 700;
    line-height: 1em;
    color: #FF9800;
}

.home-vip-mod .vip-cell .price span {
    font-size: 25px;
    display: inline-block;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    font-weight: 400;
}

.home-vip-mod .vip-cell p {
    padding: 0 10%;
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
    text-align: center
}
.ripro-dark .home-vip-mod .vip-cell p {
    color: #fff;
}

.home-vip-mod .vip-cell a.primary {
    display: inline-block;
    min-width: 56%;
    margin: 0 auto 20px;
    padding: 6px 12px;
    border-radius: 5px;
    background: #ffa93a;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.home-vip-mod .vip-cell a.primary:hover {
    opacity: 0.8;
}

.home-vip-mod .vip-cell .tehui {
    position: absolute;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FF5722;
    border: 0.5px solid #FFEB3B;
}

.home-vip-mod .vip-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border: 0
}

.home-vip-mod .vip-text h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
    letter-spacing: 3px;
}

.home-vip-mod .vip-text p {
    padding-right: 15px;
    padding-left: 0;
    text-align: left;
}

.module.parallax {
    display: flex;
    min-height: 220px;
    position: relative;
    text-align: center;
}

.module.parallax img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.module.parallax .container {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.module.parallax .entry-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}

.module.parallax .button,.module.parallax input[type="submit"],.module.parallax button[type="submit"],.module.parallax .navigation .nav-previous a,.module.parallax .navigation .nav-next a {
    margin: 30px 5px 0;
    position: relative;
    z-index: 60;
    background-color: #34495e;
}

@media (max-width: 767px) {
    .module.parallax {
        min-height:250px;
    }

    .module.parallax .entry-title {
        font-size: 20px;
    }

    .module.parallax .button,.module.parallax input[type="submit"],.module.parallax button[type="submit"],.module.parallax .navigation .nav-previous a,.module.parallax .navigation .nav-next a {
        width: 100%;
    }

    .module.parallax .button+.button,.module.parallax input[type="submit"]+input[type="submit"],.module.parallax button[type="submit"]+button[type="submit"],.module.parallax .navigation .nav-previous a+.navigation .nav-previous a,.module.parallax .navigation .nav-next a+.navigation .nav-next a {
        margin-top: 10px;
    }
}

.slider.big {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
    -webkit-box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
}

.slider.big.diy {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.module.slider.diy .post {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider.big.diy .slider-title {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
}

.slider.big.diy .slider-desc {
    margin: 15px 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 0.3px;
}

.module.slider .post {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}

.module.slider .post:before {
    background-color: #1f2b38;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3 cubic-bezier(0.77,0,0.175,1);
}

.module.slider .post.lazyloaded:before {
    opacity: 0;
}

.module.slider .entry-wrapper {
    bottom: 0;
    left: 0;
    max-width: 300px;
    padding: 60px 20px 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s cubic-bezier(0.77,0,0.175,1);
}

.module.slider .entry-wrapper:before {
    background-color: #1f2b38;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
}

.module.slider .entry-wrapper>* {
    position: relative;
}

.module.slider .entry-excerpt {
    color: #fff;
    margin-top: 30px;
    -webkit-line-clamp: 5;
}

.module.slider .entry-footer a {
    color: #34495e;
}

.module.slider.owl .owl-prev,.module.slider.owl .owl-next {
    bottom: 30px;
    right: auto;
    top: auto;
}

.module.slider.owl .owl-prev {
    left: 45px;
}

.module.slider.owl .owl-next {
    left: 78px;
}

.module.slider.owl .owl-dots {
}

.module.slider.center .owl-item:not(.center) .entry-wrapper {
    opacity: 0;
}

.module.slider.thumbnail .entry-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: 30px;
    text-align: center;
}

.module.slider.thumbnail .entry-wrapper:before {
    opacity: .4;
}

.module.slider.thumbnail .entry-wrapper>* {
    max-width: 500px;
}

.module.slider.thumbnail .entry-header .entry-meta {
    justify-content: center;
}

.module.slider.thumbnail.owl .owl-dots {
    bottom: -25px;
}

.module.slider.thumbnail.owl .owl-dot {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin: 0 3px;
    overflow: hidden;
    width: 50px;
}

.module.slider.thumbnail.owl .owl-dot.active {
    border-color: var(--primary-color);
}

.module.slider.big.diy .owl-dots {
}

.module.slider.big.diy .owl-dots .owl-dot {
}

.module.slider.big.diy .owl-dots .owl-dot.active {
}

@media (max-width: 768px) {
    .module.slider.thumbnail .entry-header .entry-title {
        font-size:30px;
    }

    .module.slider .post {
        height: 320px;
    }

    .module.slider .entry-wrapper {
        max-width: none;
    }

    .module.slider .entry-header .entry-meta {
        /* justify-content: center; */
    }

    .module.slider.owl .owl-dots {
        bottom: 10px;
    }

    .module.slider.diy .post {
        height: 160px;
    }

    .slider.big.diy .slider-title {
        font-size: 18px;
        letter-spacing: 0;
    }

    .slider.big.diy .slider-desc {
        font-size: 14px;
        letter-spacing: 0;
        margin: 8px 0 0;
    }
}

@media (max-width: 991px) {
    .module.slider.center .entry-wrapper {
        max-width:none;
    }
}

.module.image {
    position: relative;
}

.module.image .caption {
    margin-top: 15px;
    text-align: center;
}

/*home gridpost*/

.home-grid-mod{
   position: relative; 
}
.home-grid-mod::after {
    content: '' !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    display: block !important;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.2)) !important;
}

.sm-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.list-homegrid-overlay .list-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.list-homegrid-overlay .list-content {
    padding: 10px;
    z-index: 1;
}


.list-homegrid-overlay .list-content .entry-footer{
   padding: 0;
    margin: 0;
}

.list-homegrid-overlay .list-content .entry-footer .post-meta-box {
    border-top: none;
    margin-top: 0;
    color: #eee;
    padding: 0;
    margin: 0;
}

.list-homegrid-overlay .list-content .entry-footer .post-meta-box .meta-date{
    color: #eee;
}


.list-homegrid-overlay .list-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: none;
    flex: none;
}

.list-homegrid-overlay .mt-auto {
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-homegrid-overlay .list-title {
    color: #FFF;
}


.gridpost .list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 0;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    box-shadow:0 7px 10px #232425;
}

.gridpost .media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: inherit;
}


.gridpost .media:after {
    content: '';
    display: block;
    padding-top: 66.66%
}


.gridpost .media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5rem .75rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.gridpost .media-content {
   position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-position: center center;
    -webkit-transition: transform .3s ease,opacity .3s;
    transition: transform .3s ease,opacity .3s;
}

.gridpost .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 1;
    background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3) 70%,rgba(0,0,0,0));
    background: linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.3) 70%,rgba(0,0,0,0));
}


.gridpost .list-item:hover .media-content{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.padding-10 {
    padding: 5px 15px;
}


@media (min-width: 768px) {
    .padding-10 {
        padding: 10px;
    }

    .gridpost .media-content {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .gridpost .media {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


}

/* codecdk-panel */
.codecdk-panel {
    background-color: #ffffff;
    background-size: contain;
    background-attachment: fixed;
}

.ripro-dark .codecdk-panel {
    background-color: #0e1032;
}

.codecdk-panel .jq22-flex {
    height: 7rem;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 0;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    align-items: initial;
    position: relative;
    display: flex;
    margin: 10px 0;
}

/*.ripro-dark .codecdk-panel .jq22-flex:hover {*/
/*    box-shadow: 0px 1px 11px 0px #999;*/
/*}*/

.codecdk-panel .jq22-flex:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 73.999%;
    left: -10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #ffffff;
    margin-top: -10px;
}

.ripro-dark .codecdk-panel .jq22-flex:before  {
     background: #0e1032;
}


.codecdk-panel .jq22-flex:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 73.999%;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #ffffff;
    margin-top: -10px;
}

.ripro-dark .codecdk-panel .jq22-flex:after {
     background: #0e1032;
}

.jq22-price-nub {
    background-image: -webkit-gradient(linear,left top,right top,from(#f63f5d),to(#ec2546));
    background-image: -webkit-linear-gradient(left,#f63f5d,#ec2546);
    background-image: -moz-linear-gradient(left,#f63f5d,#ec2546);
    background-image: linear-gradient(to right,#f63f5d,#ec2546);
    background-color: #ec2546;
    height: 7rem;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}

.jq22-digit {
    height: 5rem;
    padding: 0 1.2rem
}

.jq22-full {
    height: 2rem;
    line-height: 2.3rem;
    background: #d01c39;
    color: #f3c1ca;
    font-size: .8rem;
    text-align: center
}

.jq22-digit h2 {
    color: #fefefe;
    font-size: 2.8rem;
    line-height: 5rem
}

.jq22-digit h2 em {
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
}

.codecdk-panel .jq22-flex .jq22-flex-box {
    height: 5.05rem;
    border-bottom: 1px dashed #eaeaea;
    padding-left: 1rem;
    padding-top: 1rem;
    position: relative;
    width: 65%;
}

.codecdk-panel .jq22-flex .jq22-flex-box .cop-codecdk {
    background-image: -webkit-gradient(linear,left top,right top,from(#ef0f82),to(#fe1c44));
    background-image: -webkit-linear-gradient(left,#ef0f82,#fe1c44);
    background-image: -moz-linear-gradient(left,#ef0f82,#fe1c44);
    background-image: linear-gradient(to right,#ef0f82,#fe1c44);
    background-color: #ef0f82;
    color: #fff;
    border-radius: 50px;
    border: 0;
    font-size: 13px;
    padding: 4px 12px;
    position: absolute;
    right: 0;
    bottom: 15px;
    line-height: 1;
    cursor: pointer;
}

.jq22-flex-box h2 {
    font-size: .9rem;
    margin-bottom: .8rem
}

.jq22-flex-box h3 {
    font-weight: 400;
    font-size: .8rem;
    color: #8a8a8c
}

/* category-box */
.category-box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.category-box:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-box .entry-thumbnails {
    background-color: #f4f4f4;
    border-radius: 2px;
    display: flex;
    height: 180px;
    overflow: hidden;
}

.category-box .thumbnail {
    position: relative;
}

.category-box .thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.category-box .big {
    margin-right: 4px;
    width: 70%;
}

.category-box .small {
    flex-direction: column;
    height: 100%;
    width: 30%;
}

.category-box .small .thumbnail {
    height: 50%;
}

.category-box .small .thumbnail:first-child {
    margin-bottom: 4px;
}

.category-box .small .thumbnail:last-child {
    margin-top: 4px;
}

.category-box .small span {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: rgba(52, 73, 94, 0.5);
}

.category-box .entry-title {
    z-index: 1;
    align-items: center;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 600;
    background: rgba(52, 73, 94, 0.3);
}

.category-box .entry-title:after {
    content: "";
    background: #ffffff;
    width: 40px;
    height: 2px;
    bottom: 70px;
    position: absolute;
}

/* category-box2 */
.entry-thumbnails-17codesign {
    background: #fff;
    margin: 0;
    padding: 20px;
    border-radius: 8px;
    border: 0px solid #d7ebff;
    box-shadow: 0 4px 12px 0 rgba(52, 73, 94, 0.1);
}

.entry-thumbnails-17codesign:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    top: 20px;
    left: 0;
    background: linear-gradient(to right,#FF9800,#FFC107);
    box-shadow: 8px 0px 12px 0 rgba(255, 152, 0, 0.3);
    border-radius: 2px;
}

.entry-title-17codesign {
    font-size: 18px;
    font-weight: 600;
    color: #34495f;
    margin-bottom: 4px;
}

.group-17codesign {
    display: flex;
    justify-content: flex-end;
}

.thumbnail-17codesign {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 50%;
    background: #eaeaea;
}

.group-17codesign span {
    line-height: 34px;
}

.thumbnail-17codesign img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 12px rgba(51, 51, 51, 0.1);
}

.description-17codesign {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #6b798e;
}

/* category-box end */
.uposts {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 13px 15px rgba(31,45,61,.15);
    border-radius: 4px;
    padding: 20px;
}

.uposts .codesign-list {
    height: 90px;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 4px 4px 0 0;
    padding: 24px;
    margin: -20px -20px 22px -20px;
    position: relative;
    background-size: 100%;
    background-position: center center;
}

.uposts h4.codeisgn-h4 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.uposts .codeisgn-h4 a {
    color: #fff;
}

.uposts span.codesign-esc {
    text-align: center;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    display: block;
}

.uposts .codesign-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}

.uposts .hentry {
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.uposts .hentry .title {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding-right: 40px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:380px;
}

@media (max-width: 768px) {
    .uposts .hentry .title {
       width:280px;
    }
}

.uposts .hentry .post-num {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 8px 0 0;
    text-align: center;
    border-radius: 4px;
}

.uposts .post-num.num-1 {
    background-color: #F44336;
}

.uposts .post-num.num-2 {
    background-color: #4CAF50;
}

.uposts .post-num.num-3 {
    background-color: #FFC107;
}

.uposts .post-num.num-4 {
    background-color: #00BCD4;
}

.uposts .post-num.num-5 {
    background-color: #2196F3;
}

.uposts .post-num.num-6 {
    background-color: #E91E63;
}

.uposts .post-num.num-7 {
    background-color: #34495e;
}

.uposts .post-num.num-8 {
    background-color: #ff5722;
}

.uposts .post-num.num-9 {
    background-color: #9c27b0;
}

.uposts .post-num.num-10 {
    background-color: #ffeb3b;
}

.uposts .meta {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 13px;
}

.article-footer .xshare {
    float: right;
    font-size: 14px;
    line-height: 30px;
}

.xshare .xshare-title {
    float: left
}

.xshare a {
    float: left;
    margin-left: 10px;
    border-radius: 50px;
    border: 0px solid #E6E6E6;
    width: 30px;
    height: 30px;
    text-align: center;
}

.xshare a .fa {
    font-size: 16px;
}

.xshare a.share-weixin {
    background: #ff953f;
    background: -webkit-radial-gradient(75% 25%,circle farthest-corner,#9bd330 0,#67C23A 100%);
    background: radial-gradient(circle farthest-corner at 75% 25%,#9bd330 0,#67C23A 100%);
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 4px;
    -webkit-box-shadow: 0 10px 10px -2px rgba(103,194,58,.6);
    box-shadow: 0 10px 10px -2px rgba(103,194,58,.6);
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s;
}

.xshare a.share-weixin:hover {
    border-color: #5FCF80
}

.xshare a.share-weibo {
    background: -webkit-radial-gradient(75% 25%,circle farthest-corner,#ff7a60 0,#e6162d 100%);
    background: radial-gradient(circle farthest-corner at 75% 25%,#ff7a60 0,#e6162d 100%);
    -webkit-box-shadow: 0 10px 10px -2px rgba(255,73,73,.6);
    box-shadow: 0 10px 10px -2px rgba(255,73,73,.6);
    transition: .5s;
    background: #ff953f;
    -webkit-transition: .5s;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    margin-right: 4px;
    font-size: 16px;
    text-align: center;
}

.xshare a.share-weibo:hover {
    border-color: #FD001B
}

.xshare a.share-qq {
    color: #01CDB8;
    background: #ff953f;
    background: -webkit-radial-gradient(75% 25%,circle farthest-corner,#2196F3 0,#3F51B5 100%);
    background: radial-gradient(circle farthest-corner at 75% 25%,#2196F3 0,#3F51B5 100%);
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px; 
    border-radius: 50%;
    margin-right: 4px;
    -webkit-box-shadow: 0 10px 10px -2px #2196F3;
    box-shadow: 0 10px 10px -2px #3F51B5;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s;
    
}

.xshare a.share-qq:hover {
    border-color: #01CDB8
}

.ripro-star {
    background: #ff953f;
    background: -webkit-radial-gradient(75% 25%,circle farthest-corner,#ff9600 0 ,rgba(255,83,73,1) 100%);
    background: radial-gradient(circle farthest-corner at 75% 25%,#ff9600 0,rgba(255,83,73,1) 100%);;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
     line-height: 34px; 
    border-radius: 50%;
    margin-right: 4px;
    -webkit-box-shadow: 0 0 0 25px rgba(255,83,73,0), 0 0 0 20px rgba(255,83,73,0), 0 0 0 0 transparent inset, 0 10px 10px -2px rgba(255,83,73,.6);
    box-shadow: 0 0 0 25px rgba(255,83,73,0), 0 0 0 20px rgba(255,83,73,0), 0 0 0 0 transparent inset, 0 10px 10px -2px rgba(255,83,73,.6);
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s;
}

.ripro-star.ok {
    color: #ffc107;
    border-color: #eee;
}

@media (max-width: 768px) {
    .xshare {
        display: block;
    }
}

.author-box {
    position: relative;
    float: left;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.author-box .author-image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 0px solid #eee;
    overflow: hidden;
}

.author-box .author-image img:hover {
    cursor: pointer;
}

.author-box .author-info {
    margin-left: 10px;
}

.author-box .author-name {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}

.author-box .author-bio {
    font-size: 14px;
    font-weight: 500;
}

.author-box .author-meta {
    align-items: center;
    display: flex;
    font-size: 16px;
    margin-top: 10px;
}

.author-box .author-meta>a {
    color: #aaa;
    line-height: 1.5;
}

.author-box .author-meta>a+a {
    margin-left: 4px;
}

.author-box .author-meta>a:last-child {
    font-size: 12px;
    font-weight: 700;
}

.author-box .author-meta>a+a:last-child {
    border-left: 1px solid #e6e6e6;
    margin-left: 10px;
    padding-left: 10px;
}

.author-box .author-meta>a:last-child:after {
    content: "\f054";
    font-family: "Material Design Icons";
    margin-left: 3px;
}

.post-grid .entry-media {
    margin-bottom: 0;
    position: relative;
    background-size: 100% 100%;
    padding: 35px;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 768px) {
    .post-grid .entry-media {
        padding: 25px;
    }
}


.post-grid .xh-entry-media {
    margin-bottom: 0;
    position: relative;
    background-size: 100% 100%;
    border-radius: 7px 7px 0 0;
}

.post-grid .entry-media img {
    margin: 0 auto;
    width: 100%;
}

.entry-media {
    margin-bottom: 10px;
    position: relative;
}

.xh-entry-media {
    margin-bottom: 10px;
    position: relative;
}

.entry-media .placeholder {
    background-color: #ffffff;
    height: 0;
    overflow: hidden;
   border-radius: 7px 7px 0 0;
}

.xh-entry-media .placeholder {
    background-color: #ffffff;
    height: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0; 
}

.entry-media img {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.entry-media img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-format {
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    height: 25px;
    left: 5px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 25px;
}

.entry-star {
    background-color: rgba(0,0,0,0);
}

.post-grid:hover .entry-star,.post-list:hover .entry-star {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.widget .entry-star,.widget .entry-format {
    display: none;
}

.entry-gallery .caption {
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    line-height: 1.4;
    margin: 15px;
    padding: 10px 15px;
    position: absolute;
}

.entry-gallery.owl .owl-prev,.entry-gallery.owl .owl-next {
    top: 15px;
}

.entry-gallery.owl .owl-prev {
    right: 47px;
}

.entry-gallery.owl .owl-next {
    right: 15px;
}

#crumbs {
    padding-bottom: 10px;
    font-size: 14px;
    opacity: 0.5;
}

#crumbs a {
    /* color: #34495e; */
}

#crumbs a:hover {
}

.post-edit-link {
    float: right;
    color: #ccc;
}

.entry-header {
    word-break: break-all;
}

.entry-header .entry-meta {
    align-items: center;
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: .2px;
    margin-bottom: 5px;
    text-align: center;
}

.entry-header .entry-meta>span+span {
    margin-left: 10px;
}

.entry-header .entry-meta a {
    color: #aaa;
}

.entry-header .entry-meta .meta-author a {
    align-items: center;
    display: flex;
}

.entry-header .entry-meta .avatar {
    border-radius: 50%;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}

.entry-header .entry-meta .meta-category {
    display: flex;
    flex-wrap: wrap;
        margin-left: 8px;
}

.entry-header .entry-meta .meta-category a {
    align-items: center;
    display: flex;
}

.entry-header .entry-meta .meta-category a+a {
    margin-left: 8px;
}

.entry-header .entry-meta .meta-category .dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #fd721f;
}

.entry-header .entry-meta .meta-category a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.entry-header .entry-meta .meta-category a:nth-child(3) .dot {
    background-color: #2196F3;
}

.entry-header .entry-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.post-grid .entry-header .entry-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-list .entry-header .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.menu-post .entry-header .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry-header.white .entry-meta,.entry-header.white .entry-meta a,.entry-header.white .entry-title {
    color: #fff;
}

.entry-subheading {
    color: #aaa;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 45px;
}

.entry-excerpt {
    font-size: 13px;
    margin-top: 10px;
    color: #aaa;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 10px;
}

.entry-excerpt .excerpt-link {
    margin-left: 5px;
    text-decoration: none;
}

.entry-footer {
    display: block;
}

.entry-footer a {
    position: relative;
    margin-right: 5px;
    color: #aaaaaa;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 500;
    background: rgb(246,246,246);
    line-height: 1;
}

.entry-footer .footer-author {
    align-items: center;
    display: flex;
}

.entry-footer .footer-author img {
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.entry-action {
    align-items: center;
    border-top: 1px solid #e6e6e6;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.5;
    margin-top: 30px;
    padding-top: 15px;
}

.entry-action>div {
    align-items: center;
    display: flex;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    justify-content: center;
}

.entry-action .action-count a {
    align-items: center;
    color: #aaa;
    display: flex;
}

.entry-action .action-count a+a {
    margin-left: 12px;
}

.entry-action .action-count .icon {
    background-color: #e6e6e6;
    color: #aaa;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    border-radius: 4px;
}

.entry-action .liked .mdi {
    color: #555;
}

.entry-action .mdi-eye {
    font-size: 13px;
}

.entry-action .mdi-comment {
    font-size: 10px;
}

.entry-action .action-share>a {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.entry-action .action-share>a+a {
    margin-left: 6px;
}

.bd_weixin_popup_main {
}

.bd_weixin_popup_main img {
}

@media (max-width: 767px) {
    .entry-action {
        flex-direction:column;
    }

    .entry-action .action-share {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .entry-excerpt,.entry-footer {
        display:none !important;
    }

    .module.slider .entry-excerpt {
        display: block !important;
    }

    .module.slider .owl-nav {
        display: none;
    }
}

.entry-navigation {
    background-color: #ffffff;
    display: block;
    margin-top: 30px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
}

.article-nav {
    overflow: hidden;
    font-size: 14px;
    color: #bbb;
}
.ripro-dark .article-nav {
    color: #fff;
}
.article-nav span {
    float: left;
    position: relative;
    width: 50%;
}

.article-nav span.article-nav-next {
    float: right;
    text-align: right
}

.article-nav span.article-nav-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #eee;
}

.article-nav a {
    color: #999;
    margin-right: 10px;
    display: inline-block;
}

.article-nav span.article-nav-next a {
    margin-left: 10px;
    margin-right: 0;
}

.article-nav a:hover {
    color: #45B6F7;
}

@media (max-width: 991px) {
    .entry-navigation {
        margin-bottom: 30px;
    }
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.entry-tags a {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.article-copyright {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    /*background: #f7fbff;*/
    padding: 10px 20px;
    border: 1px dashed #e6e6e6;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 20px;
    background-image: -webkit-linear-gradient(0deg,#ffdee9c4 0,#b5fffc8f 100%);
    background-image: linear-gradient(0deg,#ffdee9c4 0,#b5fffc8f 100%);
    padding: 15px 15px 15px 35px;
    background-color: #ffdee9;
}

.article-copyright a {
    color: #555;
}

.article-footer {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    position: relative;
}

@media (max-width: 576px) {
    .article-footer {
        display: flex;
    }

    .author-box {
        display: none;
    }
}

.single .type-post .entry-header,.page .type-page .entry-header {
    margin-bottom: 30px;
}

.single .type-post .entry-meta,.page .type-page .entry-meta {
    margin-bottom: 10px;
}

.single .type-post .entry-title,.page .type-page .entry-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
}

.single .type-post .entry-media,.page .type-page .entry-media {
    margin-bottom: 45px;
    margin-top: 45px;
}

.single .type-post .entry-content>p,.page .type-page .entry-content>p,.single .type-post .entry-content ul,.page .type-page .entry-content ul,.single .type-post .entry-content ol,.page .type-page .entry-content ol,.wp-block-columns p {
    font-size: 16px;
    line-height: 30px;
}

.single .type-post .entry-content>p,.page .type-page .entry-content>p,.wp-block-columns p {
    margin-bottom: 20px;
}

.single .type-post .entry-content strong,.page .type-page .entry-content strong {
    color: #1a1a1a;
}

.page.with-subheading .type-page .entry-header {
    margin-bottom: 15px;
}

.page.with-subheading .type-page .entry-subheading {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .single .type-post .entry-title,.page .type-page .entry-title {
        font-size:24px;
    }

    .single .type-post .entry-media,.page .type-page .entry-media {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.mypay-list .post-list {
    background: #f6f6f6;
}

.post-list {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
    background: #ffffff;
    border-radius: 7px;
}

.post-list .entry-media {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 220px;
    background-size: 100% 100%;
    border-radius: 4px;
}

.post-list .entry-wrapper,.post-grid .entry-wrapper{
    width:100%;
}


@media (max-width: 767px) {
    .post-list .entry-media {
        width:120px;
    }

    .post-list .entry-title {
        font-size: 16px;
    }
}

.post-grid {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 7px;
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transform: translate(0,0);
    border: 0px solid #eee;
    box-shadow: 0 3px 10px 0 rgba(52,73,94,0.3);
    position: relative;
    border-radius: 20px;
    /* padding: 40px; */
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

.ripro-dark .post-grid {
    box-shadow: 0 3px 10px rgb(0, 0, 0);
    background-color: #171819;
    border: 0px solid #ffc107; 
   -webkit-border: 0px solid #FFEB3B; 
}

.post-grid:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    /*-ms-transform: scale(1.1);*/
}

.post-grid .cao-cover,.post-list .cao-cover,.menu-post .cao-cover {
    opacity: 0;
}
.post-grid .cao-cover,.post-list .cao-cover,.menu-post .cao-cover{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 86, 255, 0.22);
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 25px;
    border-radius: 5px 5px 0 0;
}
.post-grid .cao-cover img ,.post-list .cao-cover img,.menu-post .cao-cover img {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}
.post-grid:hover .cao-cover,.post-list:hover .cao-cover,.menu-post:hover .cao-cover{
    opacity: 1;
    transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -o-transition:.5s
}

.sidebar-column .cao-cover img,.related-posts-grid .cao-cover {
    display:none
}

@media (max-width: 575px) {
    .post-list {
        margin-bottom: 10px;
    }

    .post-grid {
        margin-bottom: 20px;
    }

    .posts-wrapper .col-6:nth-child(2n) {
        padding-left: 5px;
        padding-right: 15px;
    }

    .posts-wrapper .col-6:nth-child(2n-1) {
        padding-left: 15px;
        padding-right: 5px;
    }

    .cat-posts-wrapper .col-6:nth-child(2n) {
        padding-left: 5px;
        padding-right: 15px;
    }

    .cat-posts-wrapper .col-6:nth-child(2n-1) {
        padding-left: 15px;
        padding-right: 5px;
    }
}

.post-grid .entry-wrapper {
    padding: 10px 10px 20px 10px;
}

.grid_author_avt {
    position: relative;
    z-index: 9;
    display: block;
    width: 100px;
    height: 36px;
    margin-top: -24px;
    margin-left: -10px;
    transform: translateZ(0);
}

.grid_author_avt:hover {
    opacity: 1 !important
}

.grid_author_avt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100px 30px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==);
    top: -3px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
}

.grid_author_bggo {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 9;
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
}

.post-large .entry-title {
    font-size: 30px;
}

.post-medium .entry-title {
    font-size: 25px;
}

@media (max-width: 991px) {
    .post-large .entry-title,.post-medium .entry-title {
        font-size:20px;
    }
}

.side-thumbnail .portrait-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-thumbnail .portrait-media .entry-media {
    margin-top: 0;
}

.post.sticky .entry-title a:before {
    content: "\f403";
    font-family: "Material Design Icons";
    left: -2px;
    position: relative;
    top: 1px;
}

.latest-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .2px;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .latest-title {
        font-size:15px;
        margin-bottom: 30px;
    }
}

.bottom-area {
    padding: 60px 0;
}

.bottom-area+.bottom-area {
    padding-top: 0;
}

.site-content>.container+.bottom-area {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .bottom-area {
        padding-bottom:30px;
    }
}

/*related*/
.related-posts h3,.comments-area .comments-title,.comments-area #reply-title {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.related-posts .post {
    display: flex;
    margin: 15px 0;
}

.related-posts .entry-media {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 220px;
}

.related-posts-grid {
    background-color: #ffffff;
    display: block;
    margin-top: 30px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
}
.related-posts-grid .entry-title{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    text-align: -webkit-center;
    text-align: center;
}


@media (max-width: 767px) {
    .related-posts .post {
        margin:10px 0;
    }

    .related-posts .entry-media {
        width: 120px;
    }
}



.comments-area {
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 40px;
}

.comments-area #reply-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}

.comments-area .must-log-in {
    padding: 50px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 16px;
}

.comments-area .must-log-in a {
    color: #fd721f;
}

.comments-area #reply-title a,.comments-area .reply-link a,.comments-area .edit-link a {
    color: #aaa;
    font-size: 0;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}

.comments-area #reply-title a:before,.comments-area .reply-link a:before,.comments-area .edit-link a:before {
    content: "\f156";
    font-family: "Material Design Icons";
    font-size: 16px;
}

.comments-area .comment-list,.comments-area .children {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comments-area .children {
    padding-left: 20px;
}

.comments-area .comment-wrapper {
    margin-bottom: 10px;
}

.comments-area .comment-author-avatar {
    background-color: #f4f4f4;
    border-radius: 50%;
    float: left;
    height: 50px;
    margin-top: 3px;
    overflow: hidden;
    width: 50px;
}

.comments-area .comment-content {
    margin-left: 70px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

.comments-area .comment-author-name {
    color: #8BC34A;
    font-size: 15px;
    font-weight: 700;
}

.comments-area .comment-author-name .fn {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
}

.comments-area .comment-author-name .fn.vip {
    font-style: normal;
    display: inline-block;
    line-height: 1;
    padding: 4px 12px;
    background-color: #f0ad4e;
    color: #FFF;
    border-radius: 4px;
}

.comments-area .comment-metadata {
    color: #aaa;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2px;
    margin-bottom: 10px;
}

.comments-area .comment-body {
    font-size: 14px;
}

.comments-area .comment-body>*:first-child {
    margin-top: 0;
}

.comments-area .comment-body>*:last-child {
    margin-bottom: 0;
}

.comments-area .comment-body ul ul,.comments-area .comment-body ol ul,.comments-area .comment-body dl ul,.comments-area .comment-body ul ol,.comments-area .comment-body ol ol,.comments-area .comment-body dl ol,.comments-area .comment-body ul dl,.comments-area .comment-body ol dl,.comments-area .comment-body dl dl {
    margin: 0;
}

.comments-area .comment-body li {
    margin: 5px 0;
}

.comments-area .comment-body a {
    text-decoration: underline;
}

.comments-area>#respond,.comments-area .comment-list>.comment:last-child>#respond {
    margin-bottom: 0;
}

.comments-area .edit-link a {
    right: 20px;
}

.comments-area .reply-link a:before {
    content: "\f45a";
}

.comments-area .edit-link a:before {
    content: "\f3eb";
}

.comments-area .comment-awaiting-moderation {
    color: #aaa;
    font-style: italic;
    margin: 10px 0 0;
}

.comments-area .pingback {
    margin-bottom: 10px;
}

.comments-area .pingback .edit-link {
    display: none;
}

.comments-area .pingback+.comment {
    margin-top: 40px;
}

.comments-area .no-comments {
    margin: 0;
}

#respond {
    margin-bottom: 45px;
}

#respond .logged-in-as>a:first-child {
    color: #555;
}

#respond .logged-in-as>a:last-child {
    font-weight: 700;
}

#respond .comment-form-comment {
    margin: 30px 0 15px;
}

#respond .comment-author-inputs {
    margin: 0 -15px;
}

#respond .form-submit {
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .comments-area .children {
        padding-left:0;
    }
}

.off-canvas {
    background-color: #3F51B5;
    height: 100vh;
    overflow-y: scroll;
    padding: 60px 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    transition: -webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.6s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    width: 320px;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
}

.off-canvas .logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 220px;
}

.off-canvas .canvas-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.off-canvas .canvas-close .mdi {
    transition: -webkit-transform 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.5s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.5s cubic-bezier(0.77,0,0.175,1);
}

.off-canvas .canvas-close:hover .mdi {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.off-canvas .mega-menu {
    display: none;
}

.off-canvas .widget-area .widget {
    padding: 20px;
}

.off-canvas .widget-area .widget+.widget {
    margin-top: 30px;
}

.off-canvas .widget-area .widget.widget_magsy_promo_widget+.widget_magsy_promo_widget {
    margin-top: -20px;
}

.off-canvas .widget-area .widget .widget-title {
    border-bottom: 1px solid #e6e6e6;
    margin: -20px -20px 20px;
    padding: 15px 20px;
}

body:not(.canvas-visible) .off-canvas {
    visibility: hidden;
}

.canvas-opened {
    overflow-y: hidden;
}

.canvas-opened .off-canvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.slicknav_menu .slicknav_nav,.slicknav_menu .sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slicknav_menu .slicknav_nav {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.slicknav_menu .slicknav_nav li {
    width: 100%;
    min-height: 1px;
    padding: .25rem;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slicknav_menu .slicknav_nav .sub-menu li {
    width: 100%;
    min-height: 1px;
    padding: .25rem;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slicknav_menu .slicknav_nav li.slicknav_parent {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.slicknav_menu .menu-item>a {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1;
    outline: none;
    padding: 12px 5px;
    justify-content: center;
    border: 1px solid #f4f6f9;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slicknav_menu .menu-item>a .emoji {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.slicknav_menu .menu-item-has-children>a {
    /* justify-content: space-between; */
}

.slicknav_menu .slicknav_item a {
    display: inline;
    outline: none;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slicknav_menu .slicknav_arrow {
    color: #aaa;
    font-size: 0;
    line-height: 1;
}

.slicknav_menu .slicknav_arrow:before {
    content: "\f142";
    font-family: "Material Design Icons";
    left: -2px;
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #aaa;
}

.modal {
    background: #fff;
    border-radius: 5px;
    display: none;
    left: 30px;
    margin: 0 auto;
    max-width: 400px;
    padding: 60px 30px 30px;
    position: fixed;
    right: 30px;
    text-align: center;
    top: 30%;
    z-index: 90;
}

.modal .modal-thumbnail {
    background-color: #f4f4f4;
    border: 4px solid #fff;
    border-radius: 50%;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    overflow: hidden;
    position: absolute;
    top: -45px;
    width: 90px;
    z-index: 10;
}

.modal .modal-title {
    color: #1a1a1a;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal .modal-form {
    margin-top: 15px;
}

.modal .modal-form .modal-permalink {
    border-color: #e6e6e6;
    color: #555;
}

.dimmer {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.main-search {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.main-search .search-form {
    height: 100%;
}

.main-search .search-field {
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
}

.main-search .search-field::-webkit-input-placeholder {
    color: #aaa;
}

.main-search .search-field:-ms-input-placeholder {
    color: #aaa;
}

.main-search .search-field::-ms-input-placeholder {
    color: #aaa;
}

.main-search .search-field::placeholder {
    color: #aaa;
}

.main-search .search-submit {
    display: none;
}

.main-search .search-close {
    font-size: 15px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
}

.search-open .main-search {
    display: block;
    z-index: 10;
}

.search-open .navbar>*:not(.main-search) {
    display: none;
}

.no-search .main-search,.no-search .search-open {
    display: none;
}

.ads {
    padding: 60px 0;
}

.ads img {
    margin: 0 auto;
}

.ads.before_post_content {
    padding: 0 0 30px;
}

.ads.after_post_content {
    padding: 30px 0 0;
}

@media (max-width: 767px) {
    .ads {
        padding:30px 0;
    }
}

.term-bar {
    align-items: center;
    background-color: #34495e;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.term-bar:before {
    background-color: #34495e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.term-bar.lazyloaded:before {
    opacity: .5;
}

.scbbg{
    position: absolute;
    left: -10%;
    top: -10%;
    right: -10%;
    height: 120%;
    width: 120%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 150% 150%;
    background-size: 100%;
    overflow: hidden;
    background-image: url(https://cdn.zkww.site/2020/11/1606461072-6ef8ef0a74bf193.jpg);
}

.ripro-dark .scbbg{
    -webkit-filter: blur(13px);
    filter: blur(13px);
   background-image: url(https://cdn.zkww.site/2020/09/1599221849-37f11f048d5e6d7.jpg); 
}
.term-bar .term-title {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .term-bar {
        padding: 40px 0;
    }

    .term-bar .term-title {
        /*margin: 0;*/
        margin-top: 50px;
    }
}

.search-no-results .term-bar {
    display: none;
}

.social-bar {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.social-bar a {
    display: flex;
    font-size: 17px;
    padding: 0 15px;
}

.social-bar span {
    font-weight: 900;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .social-bar a {
        padding:0 10px;
    }
}

.site-footer {
    background-color: #ffffff;
    color: #aaa;
    padding: 20px 0;
    text-align: center;
}

.site-footer a {
    font-weight: 500;
}

.site-footer .nav-list {
    display: flex;
    justify-content: center;
}

.site-footer .nav-list .menu-item+.menu-item:before {
    content: "/";
    margin: 0 10px;
}

.site-footer .site-info {
    margin: 15px auto 0;
    max-width: 750px;
    font-size: 13px;
}

.site-footer .site-info a {
    color: #aaa;
}

.social-bar+.site-footer {
    border-top: 1px solid #e6e6e6;
}

.footer-widget {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 576px) {
    .footer-widget {
        display:none;
    }
}

.footer-widget .widget--title h5 {
    font-family: 'Poppins',sans-serif;
    color: #34495e;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 27px;
}

.footer-widget .footer--logo {
    margin-bottom: 44px;
    max-width: 180px;
}

.footer-widget .widget--about p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #aaaaaa;
}

.footer-widget .widget--about ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #34495e;
    margin-bottom: 4px;
    display: block;
}

.footer-widget .widget--about ul li:last-of-type {
    margin-bottom: 0;
}

.footer-widget .widget--links ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 9px;
    display: block;
}

.footer-widget .widget--links ul li:last-of-type a {
    margin-bottom: 0;
}

.footer-widget .widget--newsletter .newsletter--form {
    position: relative;
}

.footer-widget .widget--newsletter .form-control {
    background-color: #f8f8f8;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #34495e;
    font-size: 14px;
    color: #aaaaaa;
    height: 42px;
    padding-left: 60px;
}

.footer-widget .widget--newsletter button {
    background-color: transparent;
    line-height: 39px;
    color: #f6f6f6;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 2px;
    right: 20px;
    cursor: pointer;
    border: none;
    height: auto;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-widget .widget--newsletter:hover button {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}

.footer-widget .widget--newsletter h6 {
    line-height: 1;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 24px;
}

.social-icons a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #bdbdbd;
}

.social-icons a:hover {
    color: #34495e;
}

.social-icons a:last-of-type {
    margin-right: 0;
}

@media (max-width: 767px) {
    .site-footer .nav-list {
        flex-direction:column;
    }

    .site-footer .nav-list .menu-item+.menu-item {
        margin-top: 5px;
    }

    .site-footer .nav-list .menu-item+.menu-item:before {
        display: none;
    }
}

.numeric-pagination>.page-numbers {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.numeric-pagination li {
    margin: 0 3px;
}

.numeric-pagination .page-numbers:not(ul) {
    align-items: center;
    border-radius: 50px;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.numeric-pagination .page-numbers:not(ul).current {
    background: linear-gradient(-125deg,#0295f9 0%,#2f49fd 100%);
    color: #fff;
}

.numeric-pagination .page-numbers:not(ul).current:hover {
    background: linear-gradient(225deg,#f857a6,#ff5858);
    color: #fff;
}

.numeric-pagination .mdi {
    font-size: 18px;
}

.navigation .nav-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.navigation.comment-navigation .nav-previous,.navigation.comment-navigation .nav-next {
    margin-left: 10px;
    margin-right: 10px;
}

.paged-previous.paged-next .navigation .nav-next {
    margin-right: 2px;
}

.paged-previous.paged-next .navigation .nav-previous a {
    border-radius: 0 30px 30px 0;
}

.paged-previous.paged-next .navigation .nav-next a {
    border-radius: 30px 0 0 30px;
}

.infinite-scroll-status {
    display: none;
    text-align: center;
}

.infinite-scroll-request {
    -webkit-animation: scaleOut 0.3s infinite ease-in-out;
    animation: scaleOut 0.3s infinite ease-in-out;
    background-color: #1a1a1a;
    border-radius: 50%;
    height: 40px;
    margin: 60px auto;
    width: 40px;
}

.infinite-scroll-action {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .infinite-scroll-action {
        margin-top:20px;
    }
}

.ripro-dark .infinite-scroll-button {
    box-shadow: 0 5px 10px rgb(0, 0, 0);
}
.infinite-scroll-button {
    min-width: 250px;
    box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
}

.ripro-dark .infinite-scroll-button {
    background: linear-gradient(90deg,#448aff,#0056ff);
    border: 0px solid #ffc107e0;
}

.pagination-infinite_button .infinite-scroll-request,.pagination-infinite_scroll .infinite-scroll-button,.pagination-infinite_button .posts-navigation,.pagination-infinite_scroll .posts-navigation,.pagination-infinite_button:not(.paged-next) .infinite-scroll-button {
    display: none !important;
}

.breadcrumbs {
    font-size: 13px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #34495e;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ripro-dark .breadcrumbs {
    color: #fff;
}

.breadcrumbs a {
    color: #34495e;
}

.ripro-dark  .breadcrumbs a {
    color:  #fff;
}


@media (max-width: 575px) {
    .breadcrumbs {
        margin-bottom: 10px;
        margin-top: 40px;
    }
}

.entry-wrapper .widget-pay {
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}


.article-content {
    border-radius: 4px;
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px;
}

.article-content img {
    /*     width: 100%; */
    border-radius: 5px;
}

.article-content pre {
    margin: 20px 0;
    padding: 10px 20px;
    border: none;
    background: #03152a;
    color: #b3b3b3;
    font: 12px/20px 'courier new'
}

.article-content blockquote {
    position: relative;
    margin: 30px 0;
    padding: 10px 45px;
    border-radius: 3px;
    background-color: #f8f8fa;
}

.article-content blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) no-repeat;
    content: ''
}

.article-content blockquote:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) -16px 0 no-repeat;
    content: ''
}

.article-content blockquote p {
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}

.article-content .entry-header .entry-meta {
    margin-bottom: 10px;
}

.article-content .entry-header .entry-title {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 30px;
}

.article-content .content-hide-tips {
    padding: 40px 20px 20px;
    border: 1px dashed #ccc;
    margin: 20px 0 40px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
}

.article-content .content-hide-ok {
    padding: 20px;
    border: 1px dashed #ccc;
    margin: 20px 0 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
}

.article-content .content-hide-tips .fa-lock,.content-hide-tips .fa-unlock-alt {
    font-size: 30px;
    right: 10px;
    top: 5px;
    font-style: normal;
    color: #ccc;
    position: absolute;
    z-index: 1;
}

.article-content .content-hide-tips .rate {
    left: 10px;
    top: 5px;
    position: absolute;
    z-index: 1;
    font-weight: 500;
    margin: 10px;
    -webkit-animation: hue 6s infinite linear;
}

.article-content .content-hide-tips .login-false {
    text-align: center;
}

.article-content .content-hide-tips .coin {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-content .content-hide-tips .coin span {
    padding: 4px 18px;
    background-color: #ffffff;
    color: #f0ad4e;
    line-height: 1;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #f0ad4e;
}

.article-content .content-hide-tips .t-c {
    text-align: center;
    font-size: 13px;
}

.article-content .content-hide-tips .red {
    color: #ff3b41;
}

.article-content .pc-button {
    margin: 0 auto;
    text-align: center;
}


/*//VIDEO*/
#ripro-mse {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    border: 0 solid rgba(202, 202, 202, 0.1);
    margin: -20px;
    margin-bottom: 20px;
}

.article-content .content-do-video {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.video-filter{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.article-content .content-do-video .views{
    display: block;
    padding: 10px;
}

.article-content .content-do-video .rate {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 1;
    font-weight: 500;
    margin: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 20px;
}

.article-content .content-do-video .login-false {
    text-align: center;
    color: #efd696;
    display: block;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}

.article-content .content-do-video .coin {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-content .content-do-video .coin span {
    padding: 4px 18px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #efd696;
    line-height: 1;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #f3dfa1;
}

.article-content .content-do-video .t-c {
    text-align: center;
    font-size: 13px;
}

.article-content .content-do-video .red {
    color: #ff3b41;
}

.article-content .content-do-video .pc-button {
    margin: 0 auto;
    text-align: center;
}

.article-content .content-do-video .pc-button .btn {
    color: #623A0C;
    text-align: center;
    background-image: linear-gradient(-135deg, #FBE8A8 0%, #F8E7AC 15%, #E2C078 100%);
    -webkit-box-shadow: 0 3px 5px rgba(248, 230, 172, .3);
    box-shadow: 0 3px 5px rgba(247, 230, 171, .3);
}

@media (max-width: 575px) {
    .article-content .content-do-video .login-false {
        font-size: 12px !important;
    }
    .dplayer-logo {
        left: 10px !important;
        top: 10px !important;
        max-width: 80px !important;
    }
    .article-content .content-do-video .rate {
        right: 0;
        top: 0;
        padding: 2px 5px;
        font-size: 12px;
    }
}


/**fenye**/
.article-content .fenye {
    text-align: center;
    margin: 20px auto 20px;
    font-weight: normal;
}

.article-content .fenye span {
    background-color: #e0e0e0;
    color: #b9b9b9;
    font-weight: bold;
    margin: 0px 1px;
    padding: 2px 3px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    line-height: 1;
    border-radius: 4px;
}

.article-content .fenye a {
    text-decoration: none;
}

.article-content .fenye a span {
    background-color: #e0e0e0;
    color: #fff;
    font-weight: bold;
    margin: 0px 1px;
    padding: 4px 6px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    line-height: 1;
    border-radius: 4px;
}

.article-content .fenye a:hover span {
    background-color: #DDDDDD;
    color: #fff;
}

.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: #4CAF50;
    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;
}

.archives-list a span {
    margin-left: 2px;
    font-size: 14px;
    color: #FF5E52;
}

/*tags*/
.tags .tagslist {
    overflow: hidden;
}

.tags .tagslist ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -2% 0 0;
}

.tags .tagslist li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #ffffff;
    border-radius: 2px;
}

.tags .tagslist li .name {
    background-color: #eee;
    display: inline-block;
    padding: 0 10px 0;
    font-size: 12px;
    color: #666;
}

.tags .tagslist li .name:hover {
    background-color: #444;
    color: #fff;
}

.tags .tagslist li:hover {
    border-color: #ccc;
}

.tags .tagslist li:hover .name {
    background-color: #333;
    color: #fff;
}

.tags .tagslist li small {
    margin-left: 10px;
    color: #bbb;
}

.tags .tagslist li p {
    margin: 10px 0 0;
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    display: block;
    line-height: 1.5;
}

.tags .tagslist li .tit {
    color: #999;
}

.tags .tagslist li .tit:hover {
    color: #444;
}

.tags .tagslist a {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .tags .tagslist li {
        width: 31.3333333%;
    }
}

@media (max-width: 768px) {
    .tags .tagslist li {
        width: 48%;
    }

    .mobile-none {
        display: none !important;
    }
}

@media (max-width: 544px) {
    .tags .tagslist li {
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .article-content {
        padding:10px;
    }

    .entry-header .entry-title,.article-content .entry-header .entry-title {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 0;
    }

    .post-edit-link {
        display: none;
    }

    .archives h3 {
        display: none;
    }

    .archives-list {
        padding-left: 0;
        margin: 0;
    }
}

/*zhaunti*/
.zhuanti {
    position: relative;
}

.zhuanti:nth-child(4n) {
    margin-right: 0
}

.zhuanti .zhuanti-tile {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 4px 12px 0 rgba(8, 8, 8, 0.1);
}

.zhuanti .zhuanti-tile__wrap {
    position: relative;
    margin: 0;
    border-radius: 4px
}

.zhuanti .zhuanti-tile__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 320px;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-size: 100% 100%;
    border-radius: 7px ;
    background-image: url(https://cdn.zkww.site/2020/06/1592985823-50b2557e7349967.png);
    padding: 35px;
}

.zhuanti .zhuanti-tile--sm .zhuanti-tile__inner {
    min-height: 120px
}

.zhuanti .zhuanti-tile .link-overlay {
    z-index: 1
}

.zhuanti .zhuanti-tile__text {
    position: relative;
    padding: 20px 20px 15px;
    width: 100%;
    text-align: center;
}

.zhuanti .zhuanti-tile__name {
    display: inline-block;
    padding: .2em 1.5em;
    max-width: 100%;
    border-radius: 4px;
    background: #2196F3;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

.zhuanti .zhuanti-tile__description {
    margin-top: .4em;
    color: rgba(255,255,255,.8);
    font-size: .8571rem
}

.zhuanti .zhuanti-tile:hover .background-img:after {
    opacity: .8
}

.zhuanti .background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.zhuanti .background-img,.zhuanti .has-cover-bg-img {
    border-radius: 6px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.zhuanti .background-img:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #001529;
    content: '';
    opacity: .4;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
}

/* ads */
.site-ads {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.site-ads a img {
    width: 100%;
}

.site-ads.ads-list-header {
    padding-bottom: 30px
}

.site-ads.ads-list-footer {
    padding-top: 30px
}

.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    clear: both;
    overflow: hidden;
}

.widget-area .widget+.widget {
    margin-top: 20px;
}

.widget-area .widget.widget_magsy_promo_widget+.widget_magsy_promo_widget {
    margin-top: 20px;
}

.widget-area .widget .widget-title {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 10px;
}

/*Content page Gadget Style start*/
.widget-title{position: relative;color: #393e46;font-size: .875rem;letter-spacing: 5px;padding-bottom: .875rem;margin-bottom: 1.5rem;font-weight: 400;}
.widget-title:after{content: "";position: absolute;background: linear-gradient(125deg,#18cef2 0%,#448aff 100%);left: 1px;width: 50px;height: 3px;bottom: -2px;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.widget:hover .widget-title:after{width: 40%}
/*Content page Gadget Style end*/

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    line-height: 20px;
    padding: 5px 0;
    list-style: none;
}

.widget ul li>a {
    display: inline-block;
}

.widget ul li+li>a,.widget ul ul li>a {
    margin-top: 0;
}

/*widget-userinfo*/
.widget-userinfo {
   background-color: #fff;
}

.widget-userinfo .author-card_content {
    position: relative;
}

.widget-userinfo .author_avatar {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget-userinfo .col-auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
}

.widget-userinfo .col{
   -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.widget-userinfo .col.n2{
   position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.widget-userinfo .col.n2 small{
    color: #fcff07!important;
    font-size: .75rem;
    letter-spacing: 0.07em;
    background: linear-gradient(-125deg,#f90202 0%, #2f49fd 100%);
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    width: 60px;
}

.widget-userinfo .author_avatar .avatar {
    width: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,.16);
    border: 2px solid #eee;
}

.widget-userinfo .btn-qiandao{
    color: #ffc107;
    background-color: #171819;
    border-radius: 50rem;
    padding: .375rem 1rem;
    font-size: .75rem;
    line-height: 1.5;
}
.widget-userinfo .author-fields {
    width: 100%;
    border-top: 1px solid #f6f6f6;
    padding-top: 5px;
    margin-top: 5px;
}

.widget-userinfo .author-fields .num{
    font-size: 16px;
    color: #34495e;
    background: transparent;
    left: 60%;
}
.widget-userinfo .author-fields .d-block{
    color: #34495e;
    font-size: 15px;
    text-align: left;
}

.widget-userinfo .author_avatar a {
    display: block!important;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
}

.widget-area .widget.widget-adss {
    overflow: hidden;
    padding: 0;
    border-radius: 0;
}

.widget-adss a {
    width: 100%
}

.widget-adss .asr {
    display: block;
    padding: 30px 15px;
    text-align: center;
    color: #fff !important;
    background: #64ddbb;
}

.widget-adss .asr h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.widget-adss .asr h5 {
    margin: 15px 0 0;
    font-weight: normal;
    color: #fff;
}

.widget-adss .asr .btn {
    margin-top: 20px;
    font-weight: normal;
    border-radius: 100px;
    text-align: center;
    vertical-align: top;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 4px 30px;
    line-height: inherit;
}

.btn-outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-outline:hover,.btn-outline:focus,.btn-outline.focus {
    color: #555;
    background-color: #fff;
}

.widget-userstop {
}

.widget-userstop li {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.widget-userstop li span {
    font-size: 14px;
}

.widget-userstop li .index {
    color: #080808;
    font-size: 15px;
    width: 25px;
    line-height: 30px;
    font-weight: 600;
}

.ripro-dark .widget-userstop li .index {
    color: #ffc107;
}

.widget-userstop li .index.num-1 {
    color: #F44336;
}

.widget-userstop li .index.num-2 {
    color: #4CAF50;
}

.widget-userstop li .index.num-3 {
    color: #FFC107;
}

.widget-userstop li .index.num-4 {
    color: #00BCD4;
}

.widget-userstop li .index.num-5 {
    color: #2196F3;
}

.widget-userstop li .index.num-6 {
    color: #E91E63;
}

.widget-userstop li .index.num-7 {
    color: #4caf50;
}

.widget-userstop li .index.num-8 {
    color: #f4e3ab;
}

.widget-userstop li .index.num-9 {
    color: #9c27b0;
}

.widget-userstop li .index.num-10 {
    color: #3f51b5;
}

.widget-userstop li .avatar {
    width: 40px;
}

.widget-userstop li .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.widget-userstop li .name {
    flex: 1;
    line-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #34495e; 
}
.ripro-dark .widget-userstop li .name {
    color: #fff;
}

.widget-userstop li .credits {
    min-width: 45px;
    line-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #cac8ff;
}

.widget-comments a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    color: #777;
    margin: 0;
    width: 100%;
    margin-bottom: 5px;
}

.widget-comments li:last-child a {
    padding-bottom: 0
}

.widget-comments a:hover {
    color: #444
}

.widget-comments .inner {
    position: relative;
}

.widget-comments time {
    display: block;
    margin-bottom: 10px;
    color: #bbb;
    font-size: 12px;
    font-weight: 500;
}

.widget-comments strong {
    margin-right: 10px;
    color: #bbb
}

.widget-comments .avatar {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.widget-comments small {
    background-color: #f6f6f6;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 4px 10px;
    position: relative;
    font-size: 14px;
    color: #bbb;
}

.widget-comments small:before {
    content: " ";
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-bottom-color: #f6f6f6;
    position: absolute;
    left: 5px;
    top: -10px;
}

.widget .widget-pay {
    display: block;
}

.widget-pay .rateinfo-abs {
    display: inline-block;
    padding-top: 30px;
}

.widget-pay .pay--rateinfo {
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: #FFF;
}
.widget-pay .pay--rateinfo b{
    margin: 0 10px;
}

.widget-pay .pay--rateinfo b .price {
    font-size: 28px;
    margin-right: 5px;
}

.widget-pay .pay--rateinfo b .ua {
    color: #8c8c8c;
}
.widget-pay .pay--rateinfo b sup {
    font-size: 14px;
    margin-left: 3px;
}

.widget-pay .pay--rateinfo .desc {
    color: #626a71;
}

.widget-pay .pricing-options{
    position: relative;
    margin-bottom: 10px;
}
.widget-pay .pricing-options li{
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    color: #8c8c8c;
}
.ripro-dark .widget-pay .pricing-options li{
    color: #f6f6f6;
}
.widget-pay .pricing-options li +li {
    border-top: 1px solid #e6e6e6;
}

.widget-pay .pricing-options li .pricing__opt{
    font-weight: 600;
}

.widget-pay .boosvip-abs {
    padding: 4px 12px;
    text-align: center;
    background-color: #eee;
    color: #fd721f;
    font-size: 14px;
}

.widget-pay .pay--content {
    position: relative;
    padding-bottom: 10px;
}

.widget-pay .pay-box {
}

.widget-pay .pay-box .pwd {
    padding: 5px;
    margin-top: 10px;
    display: block;
    background-color: #fffacd;
    color: #999999;
    border-radius: 4px;
    text-align: center;
    border: 1px dashed #ffc12b;
}

.ripro-dark .widget-pay .pay-box .pwd {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}
.widget-pay .pay-box .pwd .copypaw {
    cursor: copy;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 4px;
    color: #969696;
    padding: 0 10px;
}
.ripro-dark .widget-pay .pay-box .pwd .copypaw {
    background-color: #666;
    color: #ccc;

}

.widget-pay .pay-box .pwd .copypaw:hover {
    cursor: copy;
}

.widget-pay .pay-box .go-pay {
    margin-top: 10px;
    display: none;
}

.widget-pay .pay--content p {
    margin-bottom: 10px;
    text-align: center;
}

.widget-pay .pay--btn {
    padding-bottom: 20px;
}

.widget-pay .pay--content .info {
    display: block;
    padding-bottom: 20px;
}

.pay--content .info .price {
    color: #fd721f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}

.pay--content .info .price font i {
    margin-right: 10px;
}

.pay--content .info .price span {
    font-size: 16px;
}

.pay--content .info .vip_rate {
    padding: 6px 12px;
    background-color: #f3f7ff;
    border-radius: 4px;
    text-align: center;
}

.pay--content .info .paynum {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
}

.widget-pay .agent--contact {
    overflow: hidden;
    border-radius: 4px;
}

.type_icont {
    padding: 0 6px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    font-weight: normal;
    background: #E3F1FF;
    border-color: #2489F5;
    color: #2489F5;
}

.type_icont a {
    color: #2489F5;
}

.type_icont_2 {
    display: inline-block;
    height: 22px;
    line-height: 21px;
    color: #666;
    border: 1px solid #DDDDDD;
    padding: 0 16px;
    border-radius: 13px;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ff8a00;
    border-color: #ff8a00;
}

.type_icont_2:hover {
}

.agent--contact ul {
}

.agent--contact .list-paybody {
    padding: 10px;
    background-color: #f3f7ff;
}

.widget-pay .ac_qqhao {
    padding-top: 20px;
    text-align: center;
}

.widget-pay .ac_qqhao a {
}

.agent--contact ul{
}

/*资源下载*/
.widget-pay .pay--rateinfo {
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 12px 0 rgba(52,73,94,.1);
    background: #FFF;
}
.agent--contact ul li {
    font-size: 11px;
    list-style: none;
    position: relative;
    padding: 1px 20px 17px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: currentColor;
    justify-content: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.agent--contact ul li:before {
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg,#467eff 0,#0056ff 98%);
}
.agent--contact ul li:after {
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 1px solid #0056ff;
    border-radius: 50%;
    background-color: #467eff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.agent--contact ul li:after, .agent--contact ul li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: calc((1em - -5px)/ 2);
}
.agent--contact .list-paybody span:nth-child(1) {
    font-style: inherit;
    letter-spacing: .075em;
    margin-top: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: currentColor;
}
.agent--contact .list-paybody span {
    font-style: inherit;
    letter-spacing: 0;
    font-size: 12px;
    letter-spacing: .025em;
    color: #8a92a9;
    padding-right: 10px;
}
.ripro-dark .agent--contact .list-paybody span {
    color: #ffffff;
}
.widget-pay .pay--rateinfo b .price {
    font-size: 28px;
    margin-right: 5px;
    color: #1461ff;
}
.ripro-dark .widget-pay .pay--rateinfo b .price {
    color: #FFEB3B;
}
.widget-pay .pay--rateinfo b sup {
    font-size: 13px;
    margin-left: 5px;
    color: #555555;
    font-weight: 400;
}

.ripro-dark .widget-pay .pay--rateinfo b sup {
    color: #fff;
}
/*资源下载*/

.agent--contact ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8c8c8c;
    font-size: 13px;
}

.ripro-dark .agent--contact ul li {
    color: #fff;
}

.cao-widget-posts .posts {
    display: block;
}

.cao-widget-posts .posts .grid{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.cao-widget-posts .posts .grid .entry-media {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
}

.cao-widget-posts .posts .left {
    padding: 10px 0 5px 115px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}

.cao-widget-posts .posts .left .entry-media {
    margin-bottom: 10px;
    position: relative;
    width: 100px;
    float: left;
    margin-left: -115px;
}

.widget_magsy_about_widget .profile-image {
    margin: 0 auto 15px;
}

.widget_magsy_about_widget .bio {
    text-align: center;
}

.widget_magsy_about_widget .profile-name {
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 900;
    margin-top: 15px;
    text-align: center;
}

.widget_magsy_about_widget .profile-autograph {
    margin: 20px auto 0;
}

.widget_calendar #wp-calendar {
    margin: 0;
    width: 100%;
}

.widget_calendar #wp-calendar caption {
    margin-bottom: 10px;
}

.widget_calendar #wp-calendar th,.widget_calendar #wp-calendar td {
    border: 0;
    font-size: 12px;
    padding: 3px;
    text-align: center;
}

.widget_calendar #wp-calendar th {
    color: #1a1a1a;
}

.widget_calendar #wp-calendar td a {
    font-weight: 700;
}

.widget_calendar #wp-calendar tfoot td {
    padding-top: 10px;
}

.widget_magsy_category_widget .category-item+.category-item {
    margin-top: 0;
}

.widget_magsy_category_widget .category-item>a {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.widget_magsy_category_widget .category-name {
    align-items: center;
    display: flex;
    font-weight: 600;
}

.widget_magsy_category_widget .dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 8px;
    margin-top: 1px;
    width: 6px;
}

.widget_magsy_category_widget .category-count {
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
}

.widget_mc4wp_form_widget .mc4wp-form-fields {
    padding: 45px 0 0;
    position: relative;
    text-align: center;
}

.widget_mc4wp_form_widget .mc4wp-form-fields:before {
    color: #aaa;
    content: "\f5ef";
    font-family: "Material Design Icons";
    font-size: 36px;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget_mc4wp_form_widget .mc4wp-form-fields>p+p {
    margin: 20px 0 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields input {
    text-align: center;
}

.widget_magsy_picks_widget .entry-title {
    font-size: 17px;
}

.widget-posts .posts>div {
    align-items: center;
    display: flex;
}

.widget-posts .posts>div+div {
    margin-top: 23px;
}

.widget-posts .entry-thumbnail {
    flex-shrink: 0;
    height: 60px;
    position: relative;
    width: 60px;
}

.widget-posts .entry-thumbnail img {
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.widget-posts .entry-header {
    margin-bottom: 0;
    margin-left: 15px;
}

.widget-posts .entry-title {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}

.widget-posts .entry-meta {
    line-height: 1;
}

.widget-posts .posts.reverse>div {
    flex-direction: row-reverse;
}

.widget-posts .posts.reverse .entry-header {
    flex-grow: 1;
    margin-left: 0;
    margin-right: 15px;
}

.widget_recent_comments .recentcomments .url {
    color: #555;
}

.widget_recent_comments .recentcomments>a {
    color: #1a1a1a;
    display: block !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 5px;
}

.widget_recent_comments .recentcomments+.recentcomments {
    margin-top: 18px;
}

.widget_search .search-field {
    margin-bottom: 0;
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud>a {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #555;
    display: flex;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1;
    margin: 0 6px 6px 0;
    padding: 6px 8px;
}

.widget_text .textwidget>*:last-child {
    margin-bottom: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.alignleft {
    float: left;
    margin: 10px 30px 10px 0 !important;
}

.alignright {
    float: right;
    margin: 10px 0 10px 30px !important;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 30px auto !important;
}

.alignnone {
    margin: 30px 0 !important;
}

@media (max-width: 767px) {
    .alignleft,.alignright {
        float:none;
        margin: 20px auto !important;
    }
}

.wp-caption {
    max-width: 100%;
    position: relative;
}

.wp-caption-text,.wp-block-image figcaption {
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-top: 15px;
    text-align: center;
}

.entry-content .gallery {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 20px;
}

.entry-content .gallery:before,.entry-content .gallery:after {
    content: " ";
    display: table;
}

.entry-content .gallery:after {
    clear: both;
}

.entry-content .gallery-item {
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 10px;
    border: solid 10px #ffffff;
    -webkit-box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    margin: 1%;
}

.entry-content .gallery-item img {
    display: inline-block;
    vertical-align: middle;
}

.entry-content .gallery-caption {
    display: block;
}

.entry-content .gallery-columns-2 .gallery-item {
    max-width: 48%;
}

.entry-content .gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left;
}

.entry-content .gallery-columns-3 .gallery-item {
    max-width: 31%;
}

.entry-content .gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}

.entry-content .gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.entry-content .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}

.entry-content .gallery-columns-5 .gallery-item {
    max-width: 18%;
}

.entry-content .gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left;
}

.entry-content .gallery-columns-6 .gallery-item {
    max-width: 14%;
}

.entry-content .gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left;
}

.entry-content .gallery-columns-7 .gallery-item {
    max-width: 12%;
}

.entry-content .gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left;
}

.entry-content .gallery-columns-8 .gallery-item {
    max-width: 10%;
}

.entry-content .gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left;
}

.entry-content .gallery-columns-9 .gallery-item {
    max-width: 8%;
}

.entry-content .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.screen-reader-text {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page-links {
    clear: both;
    font-size: 13px;
    font-weight: 700;
    margin-top: 30px;
}

.page-links a {
    text-decoration: none !important;
}

.page-links a span {
    border: 0;
}

.page-links span {
    border-bottom: 3px solid var(--accent-color);
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    padding-bottom: 3px;
    text-align: center;
    width: 10px;
}

.wp-block-cover-image {
    margin: 30px 0;
}

.wp-block-cover-image .wp-block-cover-image-text {
    font-family: Lato,sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
}

.wp-block-image {
    margin: 30px 0;
}

.wp-block-image.alignleft img {
    margin-right: auto;
}

.wp-block-image.alignright img {
    margin-left: auto;
}

.wp-block-gallery {
    margin-bottom: 22px;
    margin-top: 22px;
}

.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    font-family: Lato,sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    padding-bottom: 20px;
    text-align: center;
}

p.wp-block-subhead {
    color: #aaa;
    opacity: 1;
}

.wp-block-pullquote {
    padding: 10px 0 10px 20px;
    text-align: left;
}

.wp-block-preformatted {
    margin: 30px 0;
}

.wp-block-button .wp-block-button__link {
    border-radius: 30px;
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    outline: none;
    padding: 13px 21px;
    text-align: center;
}

.wp-block-columns {
    margin-left: -15px;
    margin-right: -15px;
}

.wp-block-columns .wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1230px) {
    body:not(.sidebar-right):not(.sidebar-left) .alignwide {
        margin-left:calc(-1000px / 2 + 100% / 2);
        margin-right: calc(-1000px / 2 + 100% / 2);
        max-width: 1000px;
    }

    body:not(.sidebar-right):not(.sidebar-left) .alignwide img {
        width: 100%;
    }
}

body:not(.sidebar-right):not(.sidebar-left) .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

body:not(.sidebar-right):not(.sidebar-left) .alignfull img {
    width: 100%;
}

.admin-bar.navbar-sticky:not(.ads-before-header) .site-header,.admin-bar.navbar-sticky_transparent:not(.ads-before-header) .site-header,.admin-bar.stick-now .site-header,.admin-bar .off-canvas {
    top: 32px;
}

.admin-bar .off-canvas {
    height: calc(100vh - 32px);
}

.admin-bar ._404 {
    height: calc(100vh - 80px - 120px - 32px);
}

@media screen and (max-width: 782px) {
    .admin-bar.navbar-sticky:not(.ads-before-header) .site-header,.admin-bar.navbar-sticky_transparent:not(.ads-before-header) .site-header,.admin-bar.stick-now .site-header,.admin-bar .off-canvas {
        top:46px;
    }

    .admin-bar .off-canvas {
        height: calc(100vh - 46px);
    }

    .admin-bar ._404 {
        height: calc(100vh - 80px - 60px - 46px);
    }
}

._404 {
    display: flex;
    height: calc(80vh - 80px - 120px);
}

._404 ._404-inner {
    margin: auto;
}

._404 .entry-title,._404 .entry-content {
    text-align: center;
}

._404 .entry-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 60px;
}

._404 .search-form {
    margin: 45px auto 0;
    max-width: 350px;
}

@media (max-width: 767px) {
    ._404 {
        height:calc(100vh - 80px - 60px);
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 55px;

}

img.mr-2 {
    width: 120px;
    margin-left: 10px;
}

img.qr-pay {
    display: inline-block;
    margin: 0;
    padding: 20px 0;
    width: 120px;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

select,.form-control,textarea.form-control {
    font-family: 'Poppins',sans-serif;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 42px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-control:focus,textarea.form-control:focus {
    border-color: #64ddbb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

.form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}

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

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

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

textarea.form-control {
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #eeeeee;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-btn {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background: linear-gradient(-125deg,#f90202 0%, #2f49fd 100%);
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    background-color: #777;
    border-radius: 10px;
}

.badge-warning {
    color: #ffffff;
    background-color: #ffc107;
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.form-box {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    background: #ecf0f3;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

input[type=checkbox],input[type=radio] {
    clear: none;
    display: inline-block;
    margin: -3px 4px 0 0;
    padding: 0 !important;
    width: 18px;
    height: 18px;
    min-width: 18px;
    outline: 0;
    border-radius: 2px;
    background: #171616;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    -webkit-appearance: none;
}

input[type=radio] {
    border-radius: 20px;
}

input[type=checkbox]:checked,input[type=radio]:checked {
    background: #2196F3;
}

input[type=checkbox]:checked:before,input[type=radio]:checked:before {
    display: inline-block;
    margin-top: 1px;
    color: #fff;
    content: "\f00c";
    vertical-align: middle;
    font-size: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#user-profile {
}

.user-profile {
}

.user-profile .sidebar-card {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.author-card .author-infos {
    padding: 30px 0;
    text-align: center;
}

.author-card .author-infos .author_avatar {
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.author_avatar .avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    border: 1px solid #eee;
}

.ripro-dark .author_avatar .avatar {
   border: 1px solid rgba(0,0,0,.1);
}

.author-card .author-infos .author {
    padding-top: 15px;
}

.author-card .author-infos .author h4 {
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.author-card .author-infos .author p {
    line-height: 30px;
    padding-top: 6px;
    margin: 0;
}

.user-profile .edit--profile-area {
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 21px 40px;
    margin-bottom: 30px;
}

.edit--profile-links li a {
    padding: 6px 12px;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: center;
}

.edit--profile-links li a:hover {
    opacity: 0.8
}

.edit--profile-links li a.active {
    background: linear-gradient(-125deg,#61be33 0%, #2f49fd 100%);
    color: #ffffff;
}

@media (max-width: 576px) {
    .edit--profile-links {
        display: flex;
        justify-content: normal;
        align-items: center;
        flex-wrap: wrap;
    }

    .edit--profile-links li {
        width: 50%;
    }

    .edit--profile-links li a.active {
        background: transparent;
        color: #ffffff;
    }

    .author-card .author-infos .author_avatar {
        display: none;
    }

    .author-card .author-infos {
        padding: 10px 0;
        text-align: center;
    }
}

.csf-shortcode-button {
    display: none !important;
    opacity: 0;
}

.card-box {
    display: block;
}

.card-box .author-info {
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 22px 0 20px;
    margin-bottom: 30px;
}

.card-box .author-info:hover {
    box-shadow: 0 10px 20px rgba(213,213,213,0.4);
    transition: all 0.3s;
}

.card-box .author-info p {
    color: #fff;
    margin-bottom: 7px;
}

.card-box .author-info small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 6px 16px;
    opacity: 0.5;
}

.card-box .author-info h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.mcolorbg4 {
    background: #ff6a6d;
}

.pcolorbg {
    background: #0674ec;
}

.scolorbg {
    background: #7347c1;
}

.mcolorbg2 {
    background: #4CAF50;
}

.pcolorbg2 {
    background: #FFC107;
}

.scolorbg2 {
    background: #FF5722;
}

.btn.avatarinfo {
    margin-right: 0;
    padding-left: 0;
}

.btn.avatarinfo label {
    position: relative;
}

.btn.avatarinfo a[class*=upload] {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -17px 0 0 -24px;
    width: 100%;
    height: 100%;
}

.btn.avatarinfo a[class*=upload] i {
    font-size: 20px;
    color: #000000;
    opacity: 0.5;
}

.btn.avatarinfo a[class*=upload] input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn.avatarinfo img {
    margin: 0;
    padding: 0;
    margin-right: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.form_title_area {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form_title_area h6 {
    display: inline-block;
}

.form_title_area small {
    float: right;
}

.form_title_area:before,.form_title_area:after {
    display: table;
    content: "";
    clear: both;
}

.payvip-box {
    display: block;
}

.payvip-box .vip-info {
    position: relative;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 22px 0 20px;
    margin-bottom: 30px;
    border: 1px solid;
    border-color: transparent;
    opacity: 1;
    filter: alpha(opacity=30);
    cursor: pointer;
}

.payvip-box .vip-info.active {
    border-color: #F44336;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-animation: hue 6s infinite linear;
    transition: all 0.3s;
    transform: scale(1.1);
}

.payvip-box .vip-info:hover {
    box-shadow: 0 10px 20px rgba(150,150,150,0.51);
    transition: all 0.3s;
    border-color: #F44336;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.payvip-box .vip-info p {
    color: #18cef2;
    margin: 0;
    padding: 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.payvip-box .vip-info small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 2px 14px;
    background-color: #fff;
    border-radius: 0 7px 0 0;
}

.payvip-box .vip-info .vipc {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 6px 16px;
    opacity: 0.4;
}

.payvip-box .vip-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.mypay-list a.right-edit {
    position: absolute;
    top: 10px;
    right: 20px;
}

.mypay-list a.right-edit:hover {
    opacity: 1;
}

.mypay-list .mypost-status-nav {
    display: block;
    padding: 0;
    margin-top: -10px;
    padding-bottom: 20px;
}

.mypay-list .mypost-status-nav a {
    padding: 4px 10px;
    color: #34495e;
    margin-right: 10px;
}

.hide1,.hide2,.hide3,.hide4,.hide5 {
    display: none;
}

.media-modal-content .media-frame select.attachment-filters {
    display: none !important;
}

.media-modal-content .attachments-browser .search {
    display: none !important;
}

.attachment-details .setting+.description,.attachment-details .setting,.media-sidebar .setting {
    /* display:none !important; */
}

.image-line {
    width: 100%;
    height: 20px;
    background-image: url(./images/img_line.png);
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.charge .modules__title {
    border-bottom: 0px solid #ececec;
    padding: 10px;
    position: relative;
}

.charge .modules__title h4 {
    text-align: center;
    padding: 10px;
    background-color: #61be3300;
    border-radius: 5px;
    color: #34495e;
}

.ripro-dark .charge .modules__title h4 {
    color: #fff;
}

.charge .modules__title .btn-order {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.charge .well {
    background-color: #f6f6f6;
    border: 1px solid #ff6a6d;
}

.charge .modules__content {
    padding: 30px 30px 0;
}

.charge .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.charge .modules__content .amounts {
    padding-bottom: 10px;
}

.charge .modules__content .amounts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.charge .modules__content .amounts ul li p.selected {
    background: #0674ec;
    color: #fff;
}

.charge .modules__content .amounts ul li {
    list-style: none;
}

.charge .modules__content .amounts ul li p {
    font-size: 16px;
    font-weight: 600;
    background: #ffc107;
    padding: 6px 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 200px;
}

.charge .modules__content .amounts ul li p:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.modules__content .amounts ul li+li {
}

.input-group .payradio label {
    cursor: pointer;
}

.or {
    width: 100%;
    background: #ececec;
    height: 1px;
    margin-bottom: 33px;
    position: relative;
}

.or:before {
    content: 'Or';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background: #ecf0f3;
    padding: 0px 20px;
    color: #0674ec;
    font-weight: 500;
    transform: translate(-50%,-50%);
}

.input-group .input-group-addon {
    border: none;
    font-size: 18px;
    color: #555;
}

@media (max-width: 768px) {
    .charge .modules__content .amounts ul li p {
        font-size:14px;
        padding: 0 10px;
        font-weight: 500;
    }

    #pay-qrcode p {
        font-size: 16px;
        text-align: center;
        float: none;
        padding: 0;
        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .form-box {
        padding:20px;
    }

    .charge .modules__content {
        padding: 10px 10px 0;
    }

    .charge .modules__title .btn-order {
        position: initial;
    }
}

.register-login-modal .modal-dialog {
    width: 370px;
    margin: 100px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.register-login-modal .modal-content {
    border: none;
    box-shadow: none;
    position: relative;
    background-color: transparent;
    border-radius: 0 10px 10px 0;
}

.register-login-modal .popup-logo {
    height: auto;
    width: 60%;
    margin: 0 auto;
    padding: 10px 20px;
}

.register-login-modal .nav-tabs {
    border-bottom: none;
    text-align: center;
    padding-left: 0;
    padding: 10px;
    list-style: none;
    margin: 0;
}

.register-login-modal .nav-tabs>li {
    float: none;
    display: inline-block;
}

.register-login-modal .nav-tabs>li>a {
    opacity: .3;
    padding: 0px 10px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 600;
}

.register-login-modal .nav-tabs>li.active>a,.register-login-modal .nav-tabs>li.active>a:focus,.register-login-modal .nav-tabs>li.active>a:hover,.register-login-modal .nav-tabs>li>a:focus,.register-login-modal .nav-tabs>li>a:active,.register-login-modal .nav-tabs>li>a:hover {
    background-color: transparent;
    border: none;
    opacity: 1;
}


.register-login-modal .tab-content {
    padding: 20px;
    background-color: rgba(61, 7, 207, 0.16);
    border-radius: 7px;
}

.register-login-modal .open-oauth .btn {
    color: #ffffff !important;
    font-size: 25px;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 2px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    letter-spacing: 0;
    font-weight: normal;
}

.register-login-modal .open-oauth .btn:hover {
    opacity: .5
}

.register-login-modal .open-oauth {
    margin-bottom: 20px
}

.register-login-modal .open-oauth .btn-qq {
    background-color: #1296DB;
    background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
    box-shadow: 0 8px 10px rgba(32,160,255,.3);
}

.register-login-modal .open-oauth .btn-weixin {
    background-color: #23BF36;
    background: linear-gradient(-125deg,#23BF36 0%, #23BF36 100%);
    box-shadow: 0 8px 10px rgba(32, 255, 44, 0.2);
}
.register-login-modal .open-oauth .btn-mpweixin {
    background-color: #03A9F4;
    background: linear-gradient(-125deg,#23BF36 0%, #23BF36 100%);
    box-shadow: 0 8px 10px rgba(32, 255, 44, 0.2);
}

.register-login-modal .open-oauth .btn-weibo {
    background-color: #FF9100;
    background: linear-gradient(-125deg,#FF9100 0%, #FF9100 100%);
    box-shadow: 0 8px 10px rgba(223, 141, 28, 0.3);
}

.register-login-modal .btn--facebook i {
    margin-right: 7px;
}

.register-login-modal .or-text {
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}

.register-login-modal .or-text:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
}

.register-login-modal .or-text span {
    background-color: #ffffff;
    display: inline-block;
    padding: 0 8px;
    z-index: 2;
    position: relative;
}

.register-login-modal .form-group {
    margin-bottom: 15px;
}

.register-login-modal .input-checkbox {
    padding-top: 10px;
    margin-bottom: 25px;
}

.register-login-modal .label-checkbox span,.register-login-modal .label-checkbox span a {
    color: #aaaaaa;
}

.register-login-modal .label-checkbox span a {
    text-decoration: underline;
}

.register-login-modal .forget-password {
    margin-top: 20px;
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #aaaaaa;
    font-size: 13px;
}

.poster-share-ico {
    margin: 5px 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.poster-share-ico a {
    height: 30px;
    font-size: 12px;
    width: 30px;
    background-color: #03A9F4;
    line-height: 1;
    position: relative;
    color: #FFF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50% !important;
}

.poster-share-ico a:hover {
    opacity: 0.8;
}

.modal-body {
    position: relative;
    padding: 15px
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.text-center {
    text-align: center;
}

.rollbar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    display: none;
    width: 50px
}

.rollbar .rollbar-item {
    position: relative;
    margin-top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #fff707;
    text-align: center;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

.rollbar .rollbar-item a {
    color: #000;
}

.rollbar .rollbar-item:hover {
    opacity: .9
}

.rollbar .rollbar-item .fa,.rollbar .rollbar-item .mdi {
    font-size: 15px;
    line-height: 35px;
}

@media (max-width: 768px) {
    .cs-moble-false {
        display:none;
    }

    .flinks {
        display: none
    }

    .rollbar {
        right: -100px
    }
}

.alert {
    position: relative;
    padding: 0.875rem 0.875rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert {
    font-size: 15px;
}

.alert strong {
    font-weight: 600;
}

.alert hr {
    margin: 0.875rem 0;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert-heading {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 0.15rem;
}

.alert-flush {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.alert-modern {
    display: inline-block;
    padding: 0;
    border-radius: 50rem;
    margin: 0 !important;
    padding: 0.3rem 0.8rem 0.375rem 0.8rem;
}

@media (max-width: 768px) {
    .alert-modern {
        width:100%
    }
}

.alert-modern .alert-content .note {
    margin-left: 0.5rem;
    background-image: -webkit-linear-gradient(45deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
    max-width: 600px;
}

.alert-modern .alert-content {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert-dark {
    background-color: #ffffff;
    color: #34495e;
    border: 0;
}

.notify-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.notify-content h3 {
    letter-spacing: 2px;
    padding: .8em;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    background: rgba(0,0,0,.1);
    border-radius: 3px 3px 0 0;
    margin: 0;
    margin-bottom: 0;
    color: #FFFF;
}

.notify-content div {
    padding: 15px 30px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    text-align: left;
}
/*pay box btn*/

.swal2-popup .pay-button-box {
    padding: 12px 30px;
    z-index: 1;
    text-align: center;
}

.swal2-popup .pay-button-box .pay-item {
    width: 100%;
    height: 60px;
    border: 0;
    cursor: pointer;
    font-size: 1.25rem;
    display: inline-block;
    line-height: 60px;
    text-align: center;
}

.swal2-popup .pay-button-box .pay-item +.pay-item {
    border-top: 1px solid #e6e6e6;
}

.swal2-popup .pay-button-box .pay-item span {
    display: inline-block;
    text-align: center;
    width: 120px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swal2-popup .pay-button-box .pay-item i.alipay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../ripro/assets/icons/alic.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.weixinpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../ripro/assets/icons/wxc.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.yecpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../ripro/assets/icons/yec.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item:hover {
    opacity: 0.6;
    color: #1990fc;
    transition: all 0.3s ease;
}


.xgplayer {
    z-index: 2 !important;
}



.qrcon {
    position: relative;
}

.qrcon h5 {
    padding: 0;
    margin-top: 1.8em;
}

.qrcon img.qr-pay {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    text-align: center;
}

.qrcon .title {
    font-size: 16px;
    margin: 10px auto;
}

.qrcon .qrcode img {
    width: 200px;
    height: 200px;
}

.qrcon .bottom {
    border-radius: 0 0 .3125em .3125em;
    width: 100%;
    background: #33465a;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.qrcon .bottom.alipay {
    background: #00a7ef;
}

.qrcon .bottom.weixinpay {
    background: #08bb21;
}


/*列表*/

.entry-footer {
    display: block;
}
.entry-footer .post-meta-box {
    display: flex;
    padding: 5px 15px;
    font-size: 12px;
    align-items: center;
    justify-content: flex-end;
    border-top: 0px solid #ebeef5;
    color: #b4b4b4;
    margin: -15px;
    margin-top: 10px;
    list-style: none;
}
.entry-footer .post-meta-box li:nth-child(1) {
    flex: 1;
    padding: 0;
}
.entry-footer .post-meta-box .meta-date {
    color: #555;
}
.entry-footer .post-meta-box .meta-like {
    padding-left: 8px;
}
.entry-footer .post-meta-box .meta-comment {
    padding-left: 8px;
}
.entry-footer .post-meta-box .meta-views {
    padding-left: 8px;
}
.entry-footer .post-meta-box .meta-price {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #61be33;
    color: #fff;
    border-radius: 30px;
    line-height: initial;
}
.post-grid .entry-header .entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    color: rgba(0, 0, 0, .8);
    height: 22px;
    line-height: 22px;
    white-space: unset;
    text-overflow: unset;
}

.xh-sc {
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 5px;
    color: #ffffff;
}

@media (max-width:767px) {
 .xh-sc {
	display: none;
	}
}

.ripro-dark .post-grid .entry-header .entry-title {
    color:#fff; 
}

.entry-excerpt {
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
    line-height: 22px;
    font-size: 13px;
    height: 44px;
}

/*ripro纯标题改成三栏教程(CSS美化类)*/
.uposts .codesign-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000000;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}
.post-list .cao-cover img{
	display: none;
}

/*mod ripro-dark  .ripro-dark */
.ripro-dark .site-header {
    background-color: transparent;
}

.ripro-dark a {
    color: #eee;
}

.ripro-dark .navbar .menu-item.menu-item-has-children>a:after {
    color: #eee;
}

.ripro-dark .navbar .sub-menu {
    background-color: rgba(2, 10, 18, .8);
}

.ripro-dark .mega-menu {
    background-color: rgba(2, 10, 18, .8);
}

.ripro-dark .navbar .user-pbtn {
    color: #fff;
}

.ripro-dark .navbar .navbar-button,.ripro-dark .off-canvas .canvas-close {
    color: #fff;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
}

.ripro-dark .burger {
    background: linear-gradient(180deg,#ffc107,#ff0707);
    color: #fff;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);
}

.ripro-dark .module.parallax {
    background: #171819;
}

.ripro-dark .module.parallax img {
    display: none;
}

.ripro-dark .bgcolor-fff {
    background-color: #0e1032;
}

.ripro-dark .module.slider .entry-wrapper:before {
    background-color: #000000;
}

.ripro-dark .module.slider .post:before {
    background-color: #000;
}

.ripro-dark .owl .owl-dot {
    background-color: #FFF;
}

.ripro-dark .owl .owl-dot.active {
    background-color: #FF9800;
}

.ripro-dark .off-canvas {
    background-color: #191616;
}

.ripro-dark .widget-area .widget {
       background-color: #94b3d2;
}

.ripro-dark .off-canvas .widget-area .widget .widget-title ,.ripro-dark .cao-widget-posts .posts .left {
    border-bottom: 1px solid #232121;
}

.ripro-dark .alert-dark {
    background-color: #1d1e1f;
    color: #FF9800;
}

.ripro-dark .dropdown {
    background-color: #1d1e1f;
    border: 1px solid #232425;
}

.ripro-dark .dropdown .selected::after {
    box-shadow: inset -55px 0 25px -20px #1d1e1f;
}

.ripro-dark .dropdown div {
    background: #1d1e1f;
    border: 1px solid #292929;
    border-top: 1px solid #292929;
}

.ripro-dark .home-filter--content {
    background-color: #171819;
}

.ripro-dark .home-filter--content .form-box input {
    border:0px solid #aaa;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.4);
}

.ripro-dark .home-filter--content .form-box {
    background: rgba(0, 0, 0, 0.3);
    background-image: url(#);
    border: 1px solid #aaa;

}

.ripro-dark .home-filter--content .home-search-results {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    border: 1px solid #212121;
}

.ripro-dark.modular-title-2 .section-title:before {
    background-color: #232425;
}

.ripro-dark.modular-title-2 .section-title span {
    background-color: #171616;
    background: #171616;
    text-align: right;
    box-shadow: 0 5px 15px rgb(0, 0, 0);
}

.post-expire-time.ok {
    background: #8BC34A;
    color: #fff;
    margin-top: 80px;
}

.post-expire-time {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 12px;
    background: #f9655a;
    color: #fff;
    border-radius:10px 0 0  10px;
    font-size: 13px;
}

.ripro-dark .widget-pay .pay--rateinfo {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.ripro-dark .agent--contact .list-paybody {
    background-color: rgba(0,0,0,.4);
}

.ripro-dark .post-list {
   background: #171819;
    box-shadow: 5px 5px 5px rgb(0, 0, 0);
}

.ripro-dark .post-grid:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgb(0, 0, 0);
    box-shadow: 0 34px 20px -24px rgb(0, 0, 0);
    border: 2px solid #ffa363;

}

.ripro-dark .entry-media img:hover {
    opacity: 1;
}

.ripro-dark .grid_author_avt:after {
    background-image: url(data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMjFweCIgaGVpZ2h0PSIxMzNweCIgdmlld0JveD0iMCAwIDMyMSAxMzMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyMSAxMzMiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIzMjEiIGhlaWdodD0iMTMzIiB4PSIwIiB5PSIwIgogICAgaHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFVRUFBQUNGQ0FNQUFBRHkzcm9WQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQU5sQk1WRVgvLy84ZEhoOGRIaDhkSGg4ZApIaDhkSGg4ZEhoOGRIaDhkSGg4ZEhoOGRIaDhkSGg4ZEhoOGRIaDhkSGg4ZEhoOGRIaC8vLy8rZGhDQ2dBQUFBRUhSU1RsTUFRRkNBCnYrL1BqMkFnMzU5d01LOFFCVWpUT0FBQUFBRmlTMGRFQUlnRkhVZ0FBQUFIZEVsTlJRZmpCd1FYSmhTaEsycG5BQUFDOUVsRVFWUjQKMnUzY0M1YUNNQkJFVVVPQy9NSDlyM1pFUjRmeGQ1QWlkSGVvdHdLNEowU0NrTU9CTWZhVXk3d1BJZVNuZThjUUNsKzZTdnJJOUZkbApQdFNuRDRXbWRkSUhxYmF1N2ZQVHJJS240bU5EMXRUejlHNzFMUy9wZTBQWmY2ZDNteHlKZU1rMU02L2RsNGpsSUgzOHdnMyt5NHYzCnFienBwRTlDc0tvQithNkZVdnBFaEhKaEZiK3hlbytHSy9ydDByQmIxMjkzaHNNNjg5OWpZVGYzMlI2NGZmbGNzNHQ3RzNlTTVYY3UKVC85U0hvcUlmbU1oOFhXS1EyK2c5ejRNWXcvQWEzMnlzMkVWY3dhY1ZpZTYwTXVpL1FRL2wrU1Z2TTBWZkt1UlB0M1ZHNVk5QWx6ZQpNYkhKY0xNcGNFS1kxR1RZYlRnRjNzc1RJaFFCVElsUUNEQWRRakhBVkFnRkFjK0VtZlRwR3djOEpYQnZMUTFvbmxBZTBQaGNxQURRCk5xRUtRTXVFUS96SHFmT3FqYTZSaCszWHd1K3krWmhCRWFCUndxMGZaMzJ1bCtiNHZqaC9xaS9QM0NOWGJZRG1DRXRwcnhlWldweG8KQkRSRnFCUFFFR0VuTGZVMkk0c1RKV3U1VjlsWTN5a0d0RUdvR3RBQ29YSkEvWVRxQWJVVEdnRFVUV2dDVURPaEVVQzloR1lBdFJLVwpkZ0Ixdm16ZFNxTjhXU3NOOWxDa3I1UmlwdXZyblU3VGZ5SnowL1NLcHFrcDhDODFrK0htcjBpdmw0NHZUemI0VENsZUN0Nk9NendBCnIvWEMzK0cxTm1mQWFia1h2SlJOWDhCL2lYMGR2L0pPQ2FLR0VsL0hKK1EzZHR4NkhHWnArWTNWRzI2Zk5MUnB6SCtQNWNVMnY4dk8KM2hKNGZ2SDM4ZXFLTklmZnBENGk0Zzc0ZmhGamJNdFhsY2dtZC9hcWkyekZvWGpXMjhuZys5K3hLZkVIWU9QT3Nyc2FlMCtGeGkvYwpndGhsdmtudnBtOXBvZmV0bTdWdzZaeHJmUkZJOTZaNjNCZDd4SFJ1TWsxNmY5ay9PMWg4VWkvZVJWRDZJRXhIUVRRS29sRVFqWUpvCkZFU2pJQm9GMFNpSVJrRTBDcUpSRUkyQ2FCUkVveUFhQmRFb2lFWkJOQXFpVVJDTmdtZ1VSS01nR2dYUktJaEdRVFFLb2xFUWpZSm8KRkVTaklCb0YwU2lJUmtFMENxSlJFSTJDYUJSRW95QWFCZEVvaUVaQk5BcWlVUkNOZ21nVVJLTWdHZ1hSS0loR1FUUUtvbEVRallKbwpGRVNqSU5xQk1mRitBRFlWN1FPTDQ1TlJBQUFBSlhSRldIUmtZWFJsT21OeVpXRjBaUUF5TURFNUxUQTNMVEEwVkRFMU9qTTRPakl3Ckt6QTRPakF3eDVtQndRQUFBQ1YwUlZoMFpHRjBaVHB0YjJScFpua0FNakF4T1Mwd055MHdORlF4TlRvek9Eb3lNQ3N3T0Rvd01MYkUKT1gwQUFBQVpkRVZZZEZOdlpuUjNZWEpsQUVGa2IySmxJRWx0WVdkbFVtVmhaSGx4eVdVOEFBQUFBRWxGVGtTdVFtQ0MiIC8+Cjwvc3ZnPgo=)
}

.ripro-dark .entry-footer a {
    background: rgb(35, 36, 37);
    color: #5d5d5d;
}

.ripro-dark .module.slider .entry-footer a {
    color: #fff;
}

.ripro-dark .category-box .entry-thumbnails {
    background-color: #1d1e1f;
}

.ripro-dark .slider.big {
    box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.3);
}

.ripro-dark .uposts {
    background-color: #171819;
    box-shadow: 0 3px 10px rgb(0, 0, 0);
}

.ripro-dark .module.parallax {
    /*opacity: 0.5;*/
}

.ripro-dark .site-footer {
    background-color: #181616;
    background-image: url(https://cdn.zkww.site/2020/08/1596373623-6b87f8ba12e5d00.jpg);
    background-attachment: fixed;
}

.ripro-dark .footer-widget .widget--newsletter .form-control {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255,255,255,.15);
    padding-left: 60px;
}

.ripro-dark .footer-widget {
    border-bottom: 1px solid #212121;
}

.ripro-dark input {
    border: 1px solid #ffc107e0;
    background-color: #0e1032;
    color: #FFF;
    
}

.ripro-dark .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #232425;
}

.ripro-dark .widget-comments small {
    background-color: #232425;
}

.ripro-dark .widget-comments small:before {
    border-bottom-color: #232425;
}

.ripro-dark .widget_tag_cloud .tagcloud>a {
    border: 1px solid #171616;
    color: #555;
}

.ripro-dark .article-content {
    background-color: #94b3d2;
}

.ripro-dark #crumbs a {
    color: #34495e;
}

.ripro-dark .article-content blockquote {
    background-color: #232425;
    color: #949494;
}

.ripro-dark .article-content .content-hide-tips {
    border: 1px dashed #F44336;
    background-color: #232425;
}

.ripro-dark .article-content .entry-header .entry-title {
    border-bottom: 1px  #383838;
    color: #fff;
    word-break: break-all;
}

.ripro-dark h1,.ripro-dark h2,.ripro-dark h3,.ripro-dark h4,.ripro-dark h5,.ripro-dark h6 {
    color: #fff;
}

.ripro-dark .article-content p {
    color: #eee;
}

.ripro-dark ul,.ripro-dark ul ol,.ripro-dark ul dl {
    color:#eee;
}

.ripro-dark .entry-tags a {
    background-color: #232425;
    border: 1px solid #232425;
}

.ripro-dark .article-copyright {
    background:linear-gradient(0deg,#34495e 0,#b5fffc8f 100%);
    border: 0px dashed #ffeeba;
    color: #11fc02;
}

.ripro-dark .comments-area {
    background-color: #94b3d2;
}

.ripro-dark .filter--content {
    box-shadow: 0 34px 20px -24px rgba(52, 73, 94, .5);
    border: 1px solid #171819;
    background-color: #171819;
}

.ripro-dark .filter--content .filter-item span,.ripro-dark .filter--content .filter-tab span {
    background-color: #61be33;
}

.ripro-dark select,.ripro-dark .form-control, .ripro-dark textarea.form-control {
   background-color: #eee;
    border: 0px solid #171616;
    color: #2f49fd;
}

.ripro-dark .user-profile .sidebar-card {
    background: rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    background-size: 100% 170%;
    border-radius: 10px;
}

.ripro-dark .user-profile .edit--profile-area {
    background-color: rgba(0, 0, 0, 1);
    background-repeat: no-repeat;
    background-size: 100% 170%;
    border-radius: 10px;
}

.ripro-dark .charge .modules__title {
    border-bottom: 0px solid #212121;
}


.ripro-dark .or {
    background: #232425;
}

.ripro-dark .or:before {
    background: #f6f6f6;
}

.ripro-dark .well {
    background-color: rgba(0,0,0,.1);
    border: 1px solid #171819;
}

.ripro-dark .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.7);
}

.ripro-dark .swal2-popup {
    background: #292929;
}

.ripro-dark .swal2-title {
    color: #FFF;
}

.ripro-dark textarea {
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}

.ripro-dark .edit--profile-links li a.active {
    background: linear-gradient(-125deg,#61be33 0%, #2f49fd 100%);
}

.ripro-dark .navbar .login-btn {
    color: #ffffff;
     border-radius:50px;
    background: transparent;
    border: 1px solid rgb(255, 255, 255);   
}

.ripro-dark .register-login-modal .tab-content {
    background-color: rgba(61, 7, 207, 0.16);
}

.ripro-dark .register-login-modal .or-text span {
    background-color: #f6f6f6;
}



.ripro-dark .slicknav_menu .slicknav_nav {
    background-color: #181616;
}

.ripro-dark .card-box .author-info:hover {
    box-shadow: 0px 0px 10px #fff;
}

.ripro-dark .breadcrumbs a {
    color: #fff;
}

.ripro-dark .entry-navigation {
    background-color: #94b3d2;
}

.ripro-dark .related-posts .post {
    background-color: #171616;
    padding: 10px;
    width: 103%;
    border-radius: 7px;
}

.ripro-dark .tags .tagslist li {
    background-color: #151515;
    border: 1px solid #151515;
}

.ripro-dark .tags .tagslist li .name {
    background-color: #000000;
    color: #fff;
}

.ripro-dark .term-bar:before,.ripro-dark .term-bar {
    background-color: rgba(2, 10, 18, .8);
}

.ripro-dark .entry-thumbnails-17codesign {
    background:#171819;
    box-shadow: 0 5px 8px rgb(0, 0, 0);
    border: 0px solid #448aff;
}

.ripro-dark .home-vip-mod {
    background-color:#0e1032;
}

.ripro-dark .home-vip-mod .vip-cell {
    box-shadow: 0 7px 10px rgb(0, 0, 0);
    background-image: url(https://cdn.zkww.site/2020/12/1607610630-3d0c2a0817cbabc.jpg);
    background-repeat: no-repeat;
    background-size: 100% 170%;
    border-radius: 20px;
}

.ripro-dark .home-vip-mod .vip-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.ripro-dark .codecdk-panel .jq22-flex {
    background: #171819;
}


.ripro-dark .header__group.active .header__cat {
    background:  #181616;
}
.ripro-dark .header__dropdown {
    background: rgba(2, 10, 18, .8);
}


.ripro-dark .entry-footer .post-meta-box {
    border-top: 1px solid #0e1032;
}

.ripro-dark .entry-footer .post-meta-box .meta-price {
    background-color: #61be33;
}

.ripro-dark .comments-area .must-log-in {
    background-color: #232425;
}

.ripro-dark .related-posts-grid {
        background-color: #94b3d2;
}


.ripro-dark .entry-content .gallery {
    background-color: #232425;
}

.ripro-dark .entry-content .gallery-item {
    border: solid 10px #171616;
    -webkit-box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.3);
    box-shadow: 0 34px 20px -24px rgba(0, 0, 0, 0.3);
}

.ripro-dark .home-cat-nav-wrap {
    background-color: rgba(0, 0, 0, 0);
}

.ripro-dark .home-cat-nav-wrap .btn--white {
    background: transparent;
    color: #ffffff;
    border: 1px solid #0056ff;
        background: #0056ff;
}
.ripro-dark .home-cat-nav-wrap .btn--white:hover {
    /*background: linear-gradient(0deg,#34495e,#18cef2);*/
    background:linear-gradient(0deg, #006eff, #13adff);
    border: 1px solid #18cef2;
}


.ripro-dark .home-cat-nav-wrap ul li:hover .btn{
    background-color: #232425;
}


.ripro-dark .home-search-results li:hover {
    background-color: rgba(52, 84, 94, 0.98);
}

.ripro-dark .theme-item-brand1 {
  background-color: rgba(0, 0, 0, 0);  
}

.ripro-dark .theme-item-brand2 {
  background-color: rgba(0, 0, 0, 0);  
}

.ripro-dark .deanchartdiv span {
    color: #fff;
}

.ripro-dark .footer-widget .widget--title h5 {
    color: #fff;
    font-size: 15px;
}

.ripro-dark .deanggc ul li a {
	font-weight: 400;
	color:#fff;
	float:left;
	width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ripro-dark .deanggc ul li a:hover {
	color:#FFC107;
	text-decoration: blink;
}

.ripro-dark .logo-wrapper::before{
    background-color: rgba(255,255,255,0.1);
}

.ripro-dark .theme-item-price strong{
    color:#fff;
}

.ripro-dark .pagination ul li a {
    background-color: #353535;
}

.ripro-dark .entry-footer .post-meta-box .meta-date {
    color: #f6f6f6;
}

.ripro-dark .filter--content .filter-item a {
    color: #f6f6f6;
}

.ripro-dark .filter--content .filter-item a.on {
    border: 1px dashed #F44336;
    background-color: #F44336;
}

.ripro-dark .filter--content .filter-item a:hover {
    border: 1px dashed #61be33;
    background-color: rgba(2, 10, 18, .8);
}

.form-box-bar {
    background-color: #ecf0f3;
    position: relative;
    border-radius: 0 0 20px 20px ;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}
.ripro-dark .form-box{
       background-color: #94b3d2;
}


.ripro-dark .form-box-bar {
    background-color: #171819;
    box-shadow: 0 3px 10px rgb(0, 0, 0);
}

.form-box-vip {
    background-color: #fff;
}

.ripro-dark .form-box-vip {
    background-color: #0e1032;
}


/*//////////////////////////////////////////////星海diy部分//////////////////////////////////////////////*/
/*头像*/
.bg-cover {
    border: #ececec 1px solid;
    
}
.ripro-dark .bg-cover {
    border: #232425 1px solid;

}

/*头像旋转*/
.avatar{
-webkit-transition:0.4s;
-webkit-transition:-webkit-transform 0.4s ease-out;
transition:transform 0.4s ease-out;
-moz-transition:-moz-transform 0.4s ease-out;
}
.avatar:hover{
transform:rotateZ(360deg);
-webkit-transform:rotateZ(360deg);
-moz-transform:rotateZ(360deg);
}

/* LOGO*/
.ripro-dark {
     background-color: #0e1032; 
}

.logo-wrapper {
    position: relative;
    font-size:2em;
    font-weight:700;
    line-height:39px;
    overflow:hidden;
    margin:0;
}

.logo-wrapper::before{
    content:"";
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}

@-webkit-keyframes searchLights {
    0% { left: -90px; top: 0; }
    to { left: 90px; top: 0; }
}

/*文章标题优化开始*/
.sjblog-avatar {
    width: 50px;
    float: left;
}
.sjblog-avatar img {
    float: left;
    width: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.sjblog-tgroup{
    padding-left: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.article-content .entry-header .entry-title{
    padding-bottom:0;
    margin-bottom: 0;
    border-bottom: none;
}
.sjblog-name {
    display: block;
    font-size: 13px;
    color: #cdcdcd;
}
.sjblog-name a{
    color: #cdcdcd;
}
.sjblog-name a:hover{
    color: #2756fc;
}
.sjblog-time {
    margin-left: 20px;
}
/*文章标题优化结束*/

/*搜索放大镜*/
.video-search-icon {
    position: absolute;
    top: 8px;
    left: 18px;
    z-index: 5;
}

/*视频背景*/
.xinghaiimage-box {
    display: none;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    vertical-align: middle;
}

@media (max-width:767px) {
.xinghaiimage-box {
	display: block;
	}
}

@media (max-width:767px) {
	.xinghaivideo-box {
		display: none
	}
}

.xinghaivideo-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.7;
}

.xinghaivideo-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/** 首页搜索框动态特效*/
@keyframes imgMove {
from {
    background-position-x: 1386px;
  }
  to {
    background-position-x: 0;
  }
}

.home-filter--content {
display: block;
width: 100%;
height: 100%;
z-index: 1;
position: relative;
box-shadow: 0 34px 20px -24px rgba(0,36,100,0.06);
padding: 20px;
background: linear-gradient(to right, #34495e, #4e6b88, #34495e);
background-position: center center;
background-size: cover;
background-repeat: repeat;
vertical-align: middle;
}

@media (max-width:767px) {
.home-filter--content {
        height: 100%;
    }
}

/*首页幻灯片滚动轮播开始*/
@media (max-width:767px) {
	.static {
		display: none
	}
}

@media (max-width:767px) {
	.sc-1wssj0-17 {
		display: none
	}
}

.section {
    padding-top: 20px;
}
.ripro-dark .section {
    padding-top: 20px;
}
.home-first-screen {
    padding: 40px 0 30px;
    margin-top: -10px;
}
.toptu
{
	background-color: #fff;
}
.item.scroll {
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 0;
    background: #666;
    word-wrap: break-word;
    box-sizing: border-box;
    outline: none;
}

.item.scroll .scroll-image {
    position: relative;
    height: 100%;
    transform: translateX(0px);
    animation: banner 40s linear infinite;
    opacity: 0.5;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.hVBrzU {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    width: 100%;
    margin: auto;
}

.static {
    z-index: 2;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1399px;
}

.static .flex {
    padding: 0;
    display: flex;
}

.static li.st_one {
    flex: 1;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    list-style: none;
    transition: all .3s ease-out;
    /*box-shadow: 0 4px 12px 0 rgba(52,73,94,0.1);*/
}

.ripro-dark .static li.st_one {
    /*box-shadow: 0 5px 10px rgb(0, 0, 0);*/
}


.static li.st_one:hover {
    transform: translateY(10px);
}

.static .st_one .card-main {
    width: 100%;
}

.static .active-card-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));*/
    width: 100%;
    padding: 1px 20px;
    font-size: 16px;
}

@media screen and (max-width: 900px) {
    .item.scroll {
        height: 200px;
        margin-top: -54px;
    }
}

.sc-1wssj0-17 img{
  display: inline-block;
}


@-webkit-keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes banner {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


.view {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.view_content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
    -ms-flex-preferred-size: 72.71063%;
    flex-basis: 72.71063%;
    *margin-right: 1.18978%;
}
.sucaishuoming .title {
    font-weight: 300;
    font-style: inherit;
    letter-spacing: .51px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.sucaishuoming .description {
    color: #7c7c7d;
    font-size: 14px;
    margin: 10px 0;
    max-height: 320px;
    position: relative;
    overflow: hidden;
}

.open_more {
    color: #ff6499;
    font-size: 14px;
    line-height: 50px;
    cursor: pointer;
}
.view_right {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 0;
    -ms-flex-preferred-size: 26.09959%;
    flex-basis: 26.09959%;
    margin-left: 1.18978%;
    width: auto;
    box-shadow: none;
    padding-left: 20px;
    box-sizing: border-box;
}
.mt_60 {
    margin-top: 60px;
}
.r_format {
    list-style: none;
    padding: 0;
    margin: 0;
}
.format_li {
    font-size: 11px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.format_li:after, .format_li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: calc((1em - -5px) / 2);
}
.format_li:not(:last-of-type):before {
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg, #399dff 0%, #297dcf 98%);
}
.r_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_box {
    padding: 3px 20px 17px 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.flex_tit {
    float: left;
    font-style: inherit;
    font-size: 12px;
    letter-spacing: .075em;
    margin-top: 0;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}
.flex_tip.uppercase {
    text-transform: uppercase;
}
.flex_tip {
    font-style: inherit;
    letter-spacing: 0;
    font-size: 12px;
    letter-spacing: .025em;
    color: #7c7c7d;
    margin-bottom: 0;
    word-break: break-word;
    display: block;
}
.section:after {
    content: "";
    display: table;
    clear: both;
}

.format_li:after, .format_li:not(:last-of-type):before {
    content: "";
    position: absolute;
    top: calc((1em - -5px) / 2);
}

/*首页幻灯片滚动轮播结束*/

/*热门搜素开始*/
@media (max-width:767px) {
	.sousuocenter {
		display: none
	}
}
.sousuocenter {
    margin-left: 21%;
    /*padding: 0px 60px;*/
    line-height: 40px;
    position: relative;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    top: 0px;
    width: 100%;
    min-width: 320px;
}
.sousuocenter span {
    float: left;
    color: #e6e6e6;
    position: relative;
    top: 1px;
}
.sousuocenter span .fa-futbol-o fa fa-spin {
    background: #fff3;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 7px;
}
.sousuocenter span .fa-futbol-o fa fa-spin:before {
    content: "\ecf4";
    position: relative;
    top: -12px;
}
.sousuocenter ul {
    margin: 0 auto;
    float: left;
}
.sousuocenter li {
    float: left;
    margin-right: 20px;
}
.sousuocenter li a {
    float: left;
    color: #e6e6e6;
    padding: 0 9px;
}
.sousuocenter li a  :hover{
    color: #ffc107;
}
/*热门搜素结束*/

/*二级导航前面小圆点开始*/
.lanse {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
	margin-left: 10px;
    margin-top: -6px;
    left: 0;
	border-color: #61e1b9;
	border: 3px solid #7a99f2;
}

.lvse {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
	margin-left: 10px;
    margin-top: -6px;
    left: 0;
	border-color: #61e1b9;
	border: 3px solid #70d7cf;
}
.huangse {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
	margin-left: 10px;
    margin-top: -6px;
    left: 0;
	border-color: #61e1b9;
	border: 3px solid #f5c745;
}
.hongse {
    box-sizing: border-box;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -6px;
    left: 0;
    border-color: #61e1b9;
    border: 3px solid #f1787f;
}
/***二级导航前面小圆点结束***/

/*导航栏目统计*/
.num {
    position: absolute;
    left: 75%;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    background: #34495e;
    font-size: 12px;
    min-width: 32px;
}
/*导航栏目统计结束*/

/*底部统计模块开始*/
@media (max-width:767px) {
	.go-fav {
		display: none
	}
}

.ripro-dark .go-fav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #232425;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.go-fav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #232425;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.go-fav span {
    padding: 5px 10px;
    background: #FFEB3B;
    border-radius: 5px;
    color: #202020;
    margin: 0 5px;
}
.go-fav a {
    margin-top: 2px;
    width: 120px;
    height: 30px;
    background: #FFEB3B;
    border-radius: 25px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-size: 20px;
}

.go-fav a:hover {
    transition: all 0.3s;
    transform: scale(1.1);
}

.site-data-wp {
  height: 246px;
  font-size: 0;
  text-align: center;
  background-color: #7a99f2;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}
.go-fav b {
    font-weight: normal;
    margin: 0 20px;
}


.site-data-wp {
  height: 350px;
  font-size: 0;
  text-align: center;
  background-color: #7a99f2;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  min-height: 85px;
  padding-top: 35px;
  padding-bottom: 32px;
  padding-left: 0;
  margin: 0;
  font-size: 0;
  -webkit-box-pack: center;
  justify-content: center;
}

.site-data-wp li {
  display: inline-block;
  width: 250px;
  vertical-align: top;
}

.site-data-wp li :hover{
    transition: all 0.3s;
    transform: scale(1.1);
    color: #f44336;
}

.site-data-wp li i {
  display: inline-block;
  height: 45px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.site-data-wp li:hover i {
  color: #fff;
}

.site-data-wp li:hover span {
  color: #fff;
}

.site-data-wp li strong {
 position: relative;
    display: block;
    font-size: 45px;
    line-height: 60px;
    color: #FFEB3B;
}

.site-data-wp li strong::after {
  position: absolute;
  padding-left: 3px;
  font-size: 18px;
  line-height: 1;
  content: '+';
  opacity: 1;
}

.site-data-wp li strong.active::after {
  opacity: 1;
}

.site-data-wp li span {
  display: block;
  font-size: 12px;
  line-height: 3;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.site-data-wp .btn-outlined {
  min-width: 150px;
  height: 35px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  top: 15px;
  color: #fff;
  background: linear-gradient(-125deg,#0295f9 0%,#2f49fd 100%);
  box-shadow: 0 3px 10px -1px #2c63ff!important;
}

.btn.btn-outlined:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  content: '';
  background-color: #fff0;
  border-radius: 50%;
}

.btn.btn-outlined:hover:before {
  display: block;
  -webkit-animation: circleIn .3s linear;
  animation: circleIn .3s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.site-data-wp .btn-outlined:active,
.site-data-wp .btn-outlined:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
  transform: scale(1.1); /* 放大1.1倍 */
}

@media (max-width: 768px) {
  .site-data-wp {
    height: auto;
    padding-bottom: 30px;
    background-size: auto 100%;
  }
  .site-data-wp li {
    width: 50%;
  }
}
/*底部统计模块结束*/

/*太阳滚动侧边*/
@font-face {font-family: "iconfont";
  src: url('//at.alicdn.com/t/font_1380870_o08dhovorbr.eot?t=1567357317161'); /* IE9 */
  src: url('//at.alicdn.com/t/font_1380870_o08dhovorbr.eot?t=1567357317161#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABEYAAsAAAAAHqQAABDIAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGIAqrSKJiATYCJANYCy4ABCAFhG0HgW4bRhmzERVsHEAC4oPI/g8HnNyfr4CgXA7Zp11By6tdaW93l73AEg1ErucOKvaaIe6mEebHk8iPeoW6zOuhlCDRsmW2XS3uG6WuxJdqUXg8CuHRYAyuCYlQCFmrRDM8bfPfe0cdIHBGUgZG1Ec4GzO/MxIXJaEOdWn8YSy6XYWxyvoEQAMk3CSeN6e+tLG1sSWnzYCSjghke8Dp1n3EkX21r4JAywmPAGT73f/xt/nA+f8CCDh0y1ep2JhhQcdf61t9s0DsaLgQ4Q3BDcZ4mKA/P5faJCV2lfiLc5VmRv7k8Ccv7b1xASDrmCWg8CzUISRFcDk3QLspP2fmJlWF8rO1FiA8/HEtk5UmtsllZmUWzIrK7DUWhwAxQ55sPWymIMQgZMEZh9B0BIS2w5iQMiFscT5xzZ4CKqE6egcAJ/z75Rv4DqGwmgi7V7mmEaw9Ay+m5Rh0hTgKWrJrA9bxQAMeGFCt74DktM48K7Hf+YYnAFgypj9N8RuEobMkZM+RM29yNdRabbfLQY+e2+7pi2k3vAG5OyFeXVjiVYn+K8+RYskJ0UQUBGQ0YkqVVifBoKghDs1JAeRxCdDhDdwQYRsQB8CApAA6EAuwBJIDhEBCgD1kkoAjkAjgDKQAeEMmK5ADyQA1QBqAGkgMaAVSArYDqQC7gLSAg7A0Ax7hABJ4t0UMw1O0oXhLrGinJpSe4nhwAHB/UQmF5xcrHAaLmkIdmvjdngjRBC7Jj1l1XoGoSEIwmRY4LoaOkM3msWGB1LgsDDJxPsHGxKgIZ/tQBCEddrOXbWREavpFNjhuyaSY8wixmVDI5xvbiWlUJ1ivqxsENW1iPdG0lGiF/tORpa6JudBSqq7ckWh5jHizfk3RgWFoB2XLdXjj7gexSvu45ks6BkznHF8PZqDO8GQYb4U0CEz/ZYNpfYyOiqpbQ37FKZt6j+Unonil9vXnyG9ohVFkLTXenbYaLV6kpZLKr3tsKapMZZDoeIwznj1sLdzw7znFPcrSg5goDOfC76LILsz7kZfR2M5w7TM1qiM45uFx/f3AHN4STE5E0a+UVhUc+S+ywnDPSX/B7SAYjTEHOs6AYQmf48qU88OxIBZtX7x4Q6HgMD1/TfPmCkHqtRgbZ+7GjaQQbqlh09YHYyzKdKNt2sVJUhoNI9y4QVzDgF2Rs21FmMV0XB6G848mX1IJjvzapGBH/h5oCdb4URxlAvQyGpl9kPxqZ24j3yiFMy88SbrQnZgXkjBMiU4ooy4R2oThXCC0C4PFVms1Ajvz4z5Ttsp4jmvhQE1OlOFS2C1rA/cULiuabsH84bTM5SnP1ITMaxRFcenjTG+a/jZeC9devBo/f9+QbfWpJumSncLTG7eX1YRKNGmS9QMrawO8Kukpa0Z/OCB/L9Yjcz8xsPQw3l37zg8811G5XpjrRmAPvXVQzqPosGlTao4FN0c0s4ma+4C9F+y78DEnmIDH8QXA4WigL2FJ+4hxN0LfATAAJo0cBNaLcExXtO55MLpdHfX0YZ3jXJ6A9VcJpLUo0YukAWM2dDUiiJZrKD6B7tN5UgoxQ0J2hBi1q7AznCtYesyc9xg4j8YxXYcn4DgYch1wjCp6GPC0wrmhJQg3U9Ts1920+08Y2r87/bZfN9u0rZRJ9V9mdi/34ZOD3kR58ErP314xazTJUiGjN7LBHjkuct+88DGeztuiaozNxcmDELqzrkZlpM5Ge/YWSWvIytrmRVqAeUaPpWPAKN0t4esvskYWMmk9/04YZGo+25ep+DW36pVNJ1PwSzmYNTXfeKT6hrwq+sNw6gV32sUo8oNgynngqMXDR/OyxRNxEqwnImfU7JrvydA8afG0jlJH+1xO/pu/de8c6OGcv38bnfTvPrwIe7oXHtz525u5F+3ZhxofpQ6h/b8pektpGtX29fcfdj3Q+tn9/R2fU/1EFXZ3794G4KvEmqz1oeZduIj6rwV3Y+WT1XClKCZvUE3kx1O1uNw+5bO5p1KLNU7aF9m1qNGFQEgD+RybAbalRIjj35roYPMosg1doWsWYwBwjkzKSuzl8GHbFZrmMdC/7dgwdxohNCsl63L0FyvAk3lcXGvGJvWYnswDtrmE/9q+NKIxUhEx0JZ9Wq0j/GYb+U4FZhDYaTX+kaJeaIXRkWuz87HmYbER2fps8sZcQRpuzivF20bGW4bzDC4k5vg0P0nG0rF6QUbUrKRHGqQRrly8lLrAWL4tCMIeFVA6J0WxQjLI0fv1uMxBmf2bCdLbnYyJoTT6c9zN4UZTf5/r+x/JMcZMdK3UOjPBqEzzYWsf56BbkN+/3AfevVjmvv/waJ7b3Af/9LV1xzmeaBrzgmHjwnNUsb4gMEu/lMXykswRK4p+ZFrxRTIpdDpLZkn4MslmrPN+GL5Q6PlnWhZWj5TtajNje/Nlp5Io3XXvHNXD/n+tixNLYtjchb53TdTm3eMYQaFDbX9XtnAuQuSK55tLGfJKXG5mLiJ6ZUhcMc9uAFWbTq9nWJg8wWp8TO74lj5aTzBxF1qedPby3KaRM1cWASmkYMpN3RrYAtd2I6VQWXkLtI5fXeJvlZtDVnVVXSD5JMd0PH/8ZmCY0vN5CLQeNdAxHc5FwxuxNpCQoCa97JXN/9D22xJgpRNSb1wWWW6mcmlwpTN+vMiXfncVbpou8PTHjvVIfHdpBldGdlouacabcHF1kpf7jKV3eTB3h+UhJTNuSdIx0RncY66IxsTrFsnf2WvNZzUwrPycsbF+/hxZWYX5BoKFu9Jrpde2lVjJVTi5o/I7YCKRBCsrYTuTTITDnH0fXkxP4xgVu8i5RpxdzU5g1c3Qt6JEUPc3TIen+DXDEQLwGUXqT9T1oAWr2Fq+JnqVMSJQzKpDr31rwSqvP2Bsb+HbMyZUZltgTneU0Pna5VaS/WhoUTjdJkaYrfVNMS088fLXnvVc+obdjAErL9HVOxRtcqPLQpGX1QBj9wY6N/g08+YJ00K/lNocTjaLHr7oFm+9xGp7HZ8uCWSY2xaEy9Ps6WrUsYyqLeJSmBRW0F3PRmqxuw/V6A/OlY0eJMyMM9w/hKRKFhl3pUlCPujuG1PgYAlP9pNtRPVxpxU3et51ptIkLAqhpGrbl4EHt5+kUrwDEwZ3EqnqXsGReayg0LFihnHqysGgBDFWcuXW81Z2nmd+WM9ab4H+7JP1SOwfs6eXp6jqttnVzbow/gKlM0ZNpO3ocpbdtTNih1s2paquTxCm9bAybmnnARCqu0qPlinv5kMFBUPty9c1Ii3iDwO1YxSkyD8rV9KiUUHHoY8Hst6/iBAmcnbM984EObYPKq0rP2TbZgLv+TuEokSPG4bo74+H/DoEHl87dmy9cAO5X7j+2RNSZZ4e3JZuPm1eTQ36zonmNfGiOSu45IfniUYf5g18x5334fXS/bFEYBib5zjI5Q455YvOizkO5bbZPtGT0datqJ2TTYTDDNM2ENuo324paS+vWPH7FLmJjZjj0N4ukUTqafdJcXlFu4PlVn1j7KzadklFOfj1eSMcUQrjXexift6kZduX9YKiCPwAwwPfgEeAom0s2/7bAG4b4wLiS0t3F7lgLkjZ3f0+ORFm/3/fSUxkMErV8d5xPyEePywR2djaq3dtlo0Ecm/GAeIAwxvIU6uieHBZPAXSEYQAe2/n0w9FDqudW/77Z236sHHz7Vur1CY+NjAk4W9LJG1usepzEMF+H2PAw4wRBQGQQBu/DMqIlMo08+kbtkHKRq576xrPUp8DN1/u2VundHZWKvfudU9Kshx51O88Nyl5z55eZZ1yzzmRtHeP/h0413oXFsp2xR4B9cAols2z5vmV7mQJnTQtz9VjUyxqW593AM6C32itRcpY9XzkGichWNZ+wdTjULItWONeGhTa11qQPN75g/4729yooJxu1vHJEe4VbmSsf64NGIX6mlCRq51COHeaHYUnVsC++0RAi8bFMv2oR8iloyv4Huu+rZGQZRF70Bn3M5Kbh2sE+7LWRnuZDWkVa9LoZRcWP3NyDC61S5YXFFYUFSTLSu1HldmLnsR6Xy/HTJ/qHgGlpeFIwvMukHzC2k6btu6sPVRoqwpgIdRUUTlM0lRGtKP7WP/ljJdMFk2WjN/F5T6YyGYAjGrTVemA/lK0p80uay/ysrWyWqvH/l7Wu2w8Ay6lX/plO+nQD+bkXc2bFfmzOZSh8Jqee3+oiF0cG2qdxnd/Ytwx3ZGvFvZpEF9TP9MkP1YDbrkzP5A8phlJmj19yiPFZPqIE32lw0/M5JFcJpcEEZ+CameuuXhwFG/pDjCkX4/VT5IpnGOFZYrxUwxJyTzePMlv27FtoWQQjP45GgLouwzXaSkrYhQVsrwFfUM5PVS1DgfLf0AAuvF+nIcPMMF1Nt6vY10DzhCTi99mdgKDYfoNYRn2AhqAPkIWod2gX3od9B2OQbmyC4D/Z2hUSeAGPuDcWT8OuiHodx4zZDB0dpi3rbj4kO4hcPrxgLb6ddt1gFYInkQXiP1BDw0HJroDYNlQQoXxndhkRfJNQUUU4RqveaILjYHtx9cR05jT9IM/S7/fr5pwqsF23KjDpY5J2duWjw90z5lwTSWuXBkxdHXomQpqBspidoRVxJAeiqBxOWUITDm2stRxnD+GkW4NxwMzoOYUABiE2jMA8jAQsvRl+XWzQFoDtbD006JG34gh2KKJfhcdM6/gYbTUqFSqlJrqjkgVjGuZ6gmOVJodfs8uNkvO1UANFkqxNNSG1PXBMSRbsmrqtVCqo0MamspxaWC2lk8Eb2UbbQ02Lsnfuvpxg4mgj8cwXf/eHp5t+/cLBdSP/bpJWZGV1pscblcTdaeCGDdNfvHbgB348NhtxOFxanhh3/Wq4HG821Inyyx5UKzua/8HnCM5JzO725KczF1SJ/RWdWNTLm5bhKbC4WniulmMkztRq9D5hv7lrOW7tTataFMPGonq19pb0SS0uQ+ro0przk1ICWjwfuf61vsCx5kLgfSe613pEWMcTDL8QfjEelA6AIZ7FIDZ2ct2ogNjkwbhmI49H+rPxaSGp4bPhkAGTKzor8P+9WvbjsnQrhtAGQ0A2HL0FQedwPqxcHHRcQx9wuVH0F+A4ThdJVtWjp6Nbe9/wxRUvaT/ECspk6JHE2sHAMutAn/ROtvpDwx/haX/csO/Mlh/RYdv9lhPYbF66qRsOxgABXVCAGYykd6w5947TnZxxJxyuObWUmA+3PDU/0Z4HHoDIPe72NPonTHnfRi6tGn9X/TU7qqidtLWuVy1M4kiYEA0ITO8yfLEkrBCHCGrJGbZbuKExhHQiAksOVaIULoiipxroindUKacdUssvV/iKGsSsw9NdCbMXRlmt47TwBkpDgRKgyKPhZl25huXrabOaueKL+48DJMsTp3Tjxy5yyKC38o8BEGEMzV5UJbGtTakcabiZYhVCM0mSYRfxLg0dWfWkTtOw6MhI4pDcygNipeHmevXv3HZaupCbnhs/sWdh/cnMrFUgn9UUOqGVTnfb2UuUJsgt8udqYkHauNanTBE4++r4mWIqQRjzUZCDxKySly8Wr8KKiPxJsJwvyek0oZp2Y5rXmcXPP/ps+cvXr56bfj6alsc7TjsAfuW2ejW22LeAxvoRrLR62sNFEeC4n8LcweVbbI2XkEkVzbtiyg2gDIfOnDEzPOLdiENyqOiKxU1g6/nl/0kEuvbHAnWmw0PfEfxRLW0oCjagmNUmuYweACtOx0AAAA=') format('woff2'),
  url('//at.alicdn.com/t/font_1380870_o08dhovorbr.woff?t=1567357317161') format('woff'),
  url('//at.alicdn.com/t/font_1380870_o08dhovorbr.ttf?t=1567357317161') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('//at.alicdn.com/t/font_1380870_o08dhovorbr.svg?t=1567357317161#iconfont') format('svg'); /* iOS 4.1- */
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.srcdict_qd_1:hover {
    background: #ffffff;
    box-shadow: 0 8px 10px rgba(32,160,255,.3);
    color: #0295f9;
 
}
.srcdict_qd_1{
    background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
    box-shadow: 0 8px 10px rgba(32,160,255,.3);
    color: #FFF;
    border-radius: 4px;
}
.icon-QQqun:before {
  content: "\e600";
}
 
.icon-weixin:before {
  content: "\e7e5";
}
 
.icon-qqq:before {
  content: "\e623";
}
 
.icon-qqqun2:before {
  content: "\e721";
}
 
.icon-qq:before {
  content: "\e607";
}
 
.icon-qqq1:before {
  content: "\e601";
}
 
.icon-QQmian:before {
  content: "\e630";
}
 
.icon-fankui:before {
  content: "\e61e";
}
 
.icon-rijianmoshi:before {
  content: "\e626";
}
 
.icon-qqqun1:before {
  content: "\e679";
}
 
.icon-quanping2:before {
  content: "\e6e2";
}
 
.icon-qqqun:before {
  content: "\e603";
}
 
.icon-dingbu:before {
  content: "\e643";
}
 
.icon-gongzhonghao:before {
  content: "\e618";
}
 
.icon-VIPx:before {
  content: "\e628";
}
 
.icon-quanping:before {
  content: "\e682";
}
 
.icon-VIP:before {
  content: "\e6b2";
}
 
.icon-quanping1:before {
  content: "\e887";
}
 
.icon-yewan:before {
  content: "\e669";
}
 
.icon-huabanfuben-copy:before {
  content: "\e6b5";
}
 
.icon-Fill:before {
  content: "\e6bd";
}
 
.float-radius{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.float-text{color:#555} /* 字体颜色 */
.ripro-dark a.float-text{color:#fff} /* 夜晚模式字体颜色 */
.float-icon{color:#555} /* 图标颜色 */
.float-hover{color:#0056ff} /* 鼠标掠过字体颜色 */
.flost-hover-bg{background-color:#0056ff} /* 鼠标掠过背景颜色 */
.float-border{border-color:#ececec !important} /* 边框颜色 */
.float-box{
	width:60px;	/* 宽度 修改之后要修改float-alert-box里的right值，right值计算方式：此数值减去（5*2+2） */
	padding:5px;/* 按钮框边缘留出像素 */
	font-size:14px;/* 按钮字体大小 */
	position:fixed;right:0;top:78%;z-index:9997;
	margin-top:-350px;	/* 自身高度的一半 */
}
.float-ul li .float-qq-box {
    color: #666;
}

.float-alert-box2 {
    width: 220px;
    height: 290px;
    background: linear-gradient(-125deg,#0295f9 0%,#2f49fd 100%);
    position: absolute;
    right: 60px;
    top: -110px;
    z-index: 9998;
}
.float-qq-box {
    padding: 20px 15px;
}
.float-radius {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.custom-num {
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,.17);
    padding-left: 20px;
    line-height: 35px;
    color: #FFF;
}
/*太阳侧边结束*/

/*条形浮动开始*/
@font-face {font-family: "iconfont";
  src: url('//at.alicdn.com/t/font_1629860_rld03ksp3vo.eot?t=1584950047071'); /* IE9 */
  src: url('//at.alicdn.com/t/font_1629860_rld03ksp3vo.eot?t=1584950047071#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArYAAsAAAAAFNwAAAqJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFOAqYeJNhATYCJANICyYABCAFhG0HgXcbVhEz0lFOipPsvzqwjWkP9wCGMpTkhd5srGVCQ2hP9pW/t7n8muKONCyT4RTO/bGIHrw3feNgmOD+HDxf+72eu7uPOACk0ALpqAgJND4RLlyja0ynxpRt7xZcx/f/gKf9S1Ip7ebsmrQd3EFuh07oIGQHoCeqPfpDTAMEELTNAYD/ffe2vYSJMLemZfnp1h9pm99Jm94dz+M0SiEkCMe8bm9J68mvI3VZT5fx7iFnIrCGNUBN0ZoYMLjW6g2vnnXo2ofEExohUeLtfbtXfKhaiYR0h+ke8/jQCBVCpTRCiCzqNHLbAcocIgXpGlwPAVImrJHD28x8iHEgFWh1Qw3VEEeScQW+QmwNM051yDvYxObBmIE3+/Pyl/ViMAQWvNHJWVIt7Cr7152le7QyS0O3x4Cns8ACa8CB/MjM+gTWI2tWSrM6Ot4DJtS3h5caaKpruqkHmqP1+sof+wz/1H/1P3/d9aZIfRL0xH8ZLjJhgquf8p0x9xSoFeQYQjKEgEZKRYRd0X+8kgQkhEk5eP6obqBsiVBD+QgFqABDNuoFCAY0ECEETUDIQHMQBLSe0q75FSA08MkESPEZgFCBf4IQgX+KYMG/QIjBv0Rw4D9DKOHXUCYJKLX6lDmwCfsP5wHLs81KCE4wcZwYZpOICNTI7FwSITfj2qIYztvRgQTJNvuLB7ZX8smp+hhYV9fj4wGytaXV1ZCDPP87nXiqz2foruL8QuqStqDMk8Wf6UaGhpYAztBukWl5+cktfg0GbSdBU2dKmOYejfvcvKRG515mQtanPlaUzVqHMAIlnGSo/nPiQWgUNTcPNDox4uXDltARAMX5HYaG8/P8ICjQMlRnsc1HUSGWpP2my8gIwy5xZHa1QWkTW3UQFOhV2P5cMLAWY3V9oAomF4Yj6ePHRMKIGmJR13gZD6xRYvtpp+X1vbniiK754fioNuAjMdZ8mKh6KJ04wCluFBf+jghNnk5J7DgLyZg4cUpoPQ5EAr3VGMfvZx6pfUIb9T7+uamxT3WeH2UaAqHANFUi2H4ajIbXBSDDgvGqkUYWOqkwIWxZsiELeUDR6VKBvh08t+WxuAxOebBp/I7Fo7gYSIvD8Wnf8UZAJXSeJ6ZvhqrEnigFL3YTNw+kQXPN8aMh8TgYA9TmQIgmasmYeNMnkjHeyopjr2jxLOb76jZwhgu7gqTcYqga3L48jFIG6E1Y41uHa51KyjCoebZ6fJ+2BGlzBWnKvMnbDX6k9sfU0fqvShVyBicUmB+0kRVFndUIVN4ip0z+tyo8kZ5K4kNJev47ff2cTOhKMWMrUid2h+WNTmX6qQOJJOOMVTxAhEEdV1KA7g4HV6/wVU7Cupn3lDiAweM5McVl2y/AJg/XrMDwXvcmHFUTB1m64GmPEKuW4IQFxAgjlO8EEKjCimDndcdH03wH2WwXKAAVV0gGQrArIjenGzzDGJDr3e6bKhiLkD8tuFZtOa1uldhn83JL8+R0LrMYpofnTof8xqa31njusC9Gnbxe1ed3eNWS1ZsrNLoTUwX8QpAWVMb0D3z4+NkT6JBFteG5XwP76p66ynylVQ8fkl2PZ4uhrzwUhaRNBN7iwHnkE2fboM013DbbvXHmxnXjvmVMOq3sTXfm6t1+fj8hkRP4g4kHFKHyV0UxjgHBvEXQRzMnHuCZAhWXFCR2uUSPV4HJ/3ZLiNDS9eRcjMTmkiVa6YFLlw5ItRLXXMK4YsZFpMgxhjSnZh0+b3YxuVkevjfOmhs7LG6m1bRirRVtZXKZi9HYvF8U8xw218UUl1sL/iiJDm3eMoxyUT8BHYKi8vlZqhpyscmhxXZRFwtilCPn1g4jefXxIaRh7twGZULYPKQheMfOW3iKbnB39rSfN5K9FYmpLeK4HGDxodFKR9UsgBJ0ePPmYXQI3bLZ44PSmvk6qs5pkcmm1b4encG+JXjv/uBabIJADGi6gAe8AvpxgWG1w2plfhytshvX7nHjS+wF7xBglOLVlZVzHFQOq1PToOFq8QcJLgFpoa1QRQitb3hAB8s/t/GrXUTXs0n/6shqJVOLr0NrJwNPKncGD56uW9yYrMxLE5wRhIoOWWYId11iHdrtMMP8QSIJFZxRpD1AOov6WLBHYOKqHFiOcq5JcIb/CVlIhvLOtef3cFLbQZuY4dx2yHuQFt+H/Qc9OTsjHSHy4VGTqV7IwMe/PDdxcYgGUTmybpl3ddzgijz4gLimuooQR1xcrxbjjohInaoO11cbbBlbjY2s6LZlbDRfrpixrrLuXMgSS3vf3g+ng6Wz7bDJXYD8x7JvDtl2+DWbG5VeJQLRPcH5pWTOrOpCMIAWPVdNPc+/J/zxOJ1s/M6qyXFGvF/IgPlDrH20XazS0h/O9euZtrN9/Ygmz7DkdsY3h8m2fXMg7Bex4Ocq1LiM1Hf6ddVs4878exv1CXEVxQSGxpHv1sUL/Zbbcx/bor3xR/c/mcetsVpSFika/2jZ1IJHd2H9KGmYX50B4uNB7YHdZr/VGXRv2QaruFG5lxOPHMtANJy9sz4Cl5Q3Na62V9nPaWwql0SzCHdJssTsvtR8n/CAvDMwHrIBzYBMy6QyWq9eKlJZiaRyUR+bP9dYvUg+W77AaDynOVdtDFQXGavvau4ajQs0WRiSFYPFdvS0rC/v7ZXf1edyetcj5+5T6JMfCKdPsKWxWKK+yreJQ6YT3tMVj/O8NUOE/GKlU3Mu4wU6QlwcnxdvM49Hx5a2WCf4MZuWs6V6tLyPtpE/g3Cajj02RlkNE9j9WKpZLyWkeg+iOAG1IJS5KFHPwHHZD7KL8ypAFhQYgk7Mlx+CQ/Lx+WhI4KYH1gC9ZNWZJuMyd07D22WvdQnqqk1VyqTz+d9yGtyNy5rOUBbH3xT/U+fxndQ+htqv2Q9O7qN24uf/pxS/wQRzKehdxC5hsTaExj5gdNZDk9GsJ0Yg8QebMAj5yUfMkXxdB1iFHMUsWFaDTx3EYgBLLI3+D0AJ3gMy5Kn9mGfIr27Qr/a+gF1C5zD/forFwmr/BO0G/3ucw5XSyN942X+l0m8b5k+xmAboTjQAMaCAVHrS/MFxsKBA+Nf4acCUlvU+ljKZ+bfVnNablx+iACUCvg5g+kn317fZemRaTeKI7gmiIuMQE5sDLM81yJbZhByxHSiw6u5soU60SZYAePhyoKh9Q6P0AVq1H+A8f2FgwD8M1VmYOu2SM7PQ5cFVxIKxhvITqPJOiDQ+cFvfo8ymiGGDDX7GmKgUeu1uvPYOHcY2jkgL2WcWIKK3cOvcDI3xEKJvsOK2Yg7zTkdkHdmuvF07cCBCBdbRa6D0qUoqniM2ZweJ77+HpMwoxIJBP1SfoSihrYOeti4B3EmONOhYOiYLUh8zJoDsGXkWuGUMGV7lgZC9UwNVWJuqURHMddhkgiq1+7fYoy/B4RsSv4g8I1acBBJKJLEkkkomuRRSSiV1TW2do6PLhhxazrT3QYWrC9/bu/18MyQVH7vFgoyJkMPVx1TKCctukHGgvNHlSad+v7I9dhoqVOF3W2x8pNgWZnQIFAa9vXtFAqnpT8iNAzl5WsanBzhMqaUKI3YlOrkit8k+7KpMn5SktTUAAA==') format('woff2'),
  url('//at.alicdn.com/t/font_1629860_rld03ksp3vo.woff?t=1584950047071') format('woff'),
  url('//at.alicdn.com/t/font_1629860_rld03ksp3vo.ttf?t=1584950047071') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('//at.alicdn.com/t/font_1629860_rld03ksp3vo.svg?t=1584950047071#iconfont') format('svg'); /* iOS 4.1- */
}

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

.iconmenulinemtui:before {
  content: "\e64f";
}

.iconqiandao1:before {
  content: "\e62c";
}

.iconmy_light:before {
  content: "\e7d5";
}

.iconmy_fill_light:before {
  content: "\e7d9";
}

.iconcommentfill:before {
  content: "\e666";
}

.iconcomment:before {
  content: "\e634";
}

.iconhome_light:before {
  content: "\e7d4";
}

.iconhome_fill_light:before {
  content: "\e7d8";
}

.iconjiahao:before {
  content: "\e879";
}

.iconqiandao:before {
  content: "\e746";
}

.iconhtmal5icon31:before {
  content: "\e643";
}

.iconzhifeiji:before {
  content: "\e60a";
}

.iconquanping:before {
  content: "\e609";
}

.iconbrightness-half:before {
  content: "\e7e5";
}

.icongengxin:before {
  content: "\e74b";
}

.icontop:before {
  content: "\e605";
}

.iconhuiyuan:before {
  content: "\e6da";
}
/*Floating navigation Style start*/
.rightList ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
.rightList ul,ol,li{list-style-type:none}
.rightList.bar-v2{position:fixed;right: 18px;bottom:34px;z-index:999;text-align:center;width:50px;height:auto;box-sizing:border-box;padding-bottom:55px;background:transparent;box-shadow:none;}
.rightList.bar-v2 .sidebar{position:relative;transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);width:100%;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.12);border-radius:6px}
.rightList.bar-v2 .Top{display:none;position:absolute;left: -3px;bottom:0;cursor:pointer;z-index:10;width:100%;height:45px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.12);border-radius:6px;text-align:center;box-sizing:border-box;padding-top:12px;}
.bar-v2 .Top i{font-size:16px;color:#000;transition:.3s}
.bar-v2 .Top span{display:block;margin: -7px auto 0;width:16px;height:2px;border:0;border-radius:1px;}
.bar-v2 .Top:hover i{color:#448aff}
.ripro-dark .bar-v2 .Top:hover i{color:#ffa363}
.bar-v2 .sidebar li{position:relative}
.bar-v2 .sidebar li>a{display:block;padding: 8px 0;cursor:pointer;position:relative;border:0;opacity:1;}
.bar-v2 .sidebar li>a:after{content:"";position:absolute;top:0;left:3px;width:44px;height:1px;background:#707070;opacity:.1}
.bar-v2 .sidebar .vip .iconfont{font-size:22px;color:#ffa363;background-image:linear-gradient(to bottom,#ffa363 0,#fd7d5b 100%);background-image:-webkit-gradient(to bottom,#ffa363 0,#fd7d5b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.bar-v2 .sidebar li .right-icon{display:block;margin:0 auto;background-image:url(//img.srcdict.com/right-icon-v2.png);background-repeat:no-repeat;background-size:auto 20px}
.bar-v2 .sidebar .iconfont{font-size:22px;color:#448aff;background-image:linear-gradient(to bottom,#18cef2 0,#448aff 100%);background-image:-webkit-gradient(to bottom,#18cef2 0,#448aff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.ripro-dark .bar-v2 .sidebar .iconfont{color:#FFC107;background-image:linear-gradient(to bottom,#FFC107 0,#ffa363 100%);background-image:-webkit-gradient(to bottom,#FFC107 0,#ffa363 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.bar-v2 .sidebar li .sign-icon{width:18px;height:17px;background-position-x:0}
.bar-v2 .sidebar li .custom-icon{width:18px;height:18px;background-position-x:-18px}
.bar-v2 .sidebar li .client-icon{width:18px;height:18px;background-position-x:-37px}
.bar-v2 .sidebar li .log-icon{width:17px;height:20px;background-position-x:-56px}
.bar-v2 .sidebar li .recruit-icon{width:16px;height:19px;background-position-x:-73px}
.bar-v2 .sidebar li .red-bag{width:15px;height:20px;background-position-x:-90px}
.bar-v2 .sidebar li span{display:block;margin-top:2px;font-size:12px;color:#232323;text-align:center;transition:.3s;line-height: 16px;}
.bar-v2 .sidebar li:hover span{color:#18cef2}
.bar-v2 .sidebar .vip span{font-size:12px;color:#ee663f;padding:0 10px;letter-spacing:0;}
.bar-v2 .sidebar li.vip:hover span{color:#ee663f}
.bar-v2 .sidebar .vip .left-box{position:absolute;top:0;right:106%;cursor:pointer;width:0;opacity:0;transition:.3s;border-radius:4px;overflow:hidden;box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.33);}
.bar-v2 .sidebar .vip:hover .left-box{width:220px;opacity:1}
.bar-v2 .sidebar .vip .left-box>img{width:100%}
.bar-v2 .sidebar li:hover{background:transparent}
.bar-v2 .sidebar li .service-box{top:50%;transform:translateY(-50%)}
.sidebar .twinkle-point a:before{top:5px;left:5px}
.sidebar .twinkle-point a:before{position:absolute;content:'';top: 7px;left: 7px;width:6px;height:6px;border-radius:50%;background:#448aff;background:linear-gradient(45deg,#448aff 29%,#18cef2 100%);background:-webkit-linear-gradient(-45deg,#448aff 29%,#18cef2 100%);background:-moz-linear-gradient(45deg,#448aff 29%,#18cef2 100%);background:-ms-linear-gradient(45deg,#448aff 29%,#18cef2 100%);animation:twinkle .6s ease-in-out infinite alternate;-webkit-animation:twinkle .6s ease-in-out infinite alternate;-moz-animation:twinkle .6s ease-in-out infinite alternate;-o-animation:twinkle .6s ease-in-out infinite alternate;}
.ripro-dark .sidebar .twinkle-point a:before{background:#ffa363;background:linear-gradient(45deg,#ffa363 29%,#FFC107 100%);background:-webkit-linear-gradient(-45deg,#ffa363 29%,#FFC107 100%);background:-moz-linear-gradient(45deg,#ffa363 29%,#FFC107 100%);background:-ms-linear-gradient(45deg,#ffa363 29%,#FFC107 100%);}
@keyframes twinkle{0%{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}
100%{transform:scale(1.6);-webkit-transform:scale(1.6);-ms-transform:scale(1.6);-o-transform:scale(1.6)}
}@-webkit-keyframes twinkle{0%{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}
100%{transform:scale(1.6);-webkit-transform:scale(1.6);-ms-transform:scale(1.6);-o-transform:scale(1.6)}
}@-ms-keyframes twinkle{0%{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}
100%{transform:scale(1.6);-webkit-transform:scale(1.6);-ms-transform:scale(1.6);-o-transform:scale(1.6)}
}@-o-keyframes twinkle{0%{transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}
100%{transform:scale(1.6);-webkit-transform:scale(1.6);-ms-transform:scale(1.6);-o-transform:scale(1.6)}
}
.customer-service{position:relative}
li.customer-service:hover .service-box{opacity:1;width:225px}
.sidebar li .service-box{opacity:0;position:absolute;width:0;right:93.3%;top:50%;transform:translateY(-50%);padding-right:5px;transition:opacity .3s}
.sidebar li .service-box .service-con{width:100%;height:100%;overflow:hidden;border-radius:4px;font-size:14px;}
.sidebar li .service-box .service-con>a{display:block;line-height:35px;height:36px;border-bottom:1px solid rgba(255,255,255,.17);color:inherit;padding-left:34px;text-align:left}
.sidebar li .service-box .service-con .iconfont{font-size:12px;color:inherit;margin-left:5px}
.sidebar li .service-box .service-con p{color:inherit;padding-left:34px;text-align:left;line-height:18px}
.sidebar li .service-box .custom-box,.sidebar li .service-box .custom-tel{padding:6px 0;text-align:left;border-bottom:1px solid rgba(255,255,255,.17)}
.sidebar li .service-box .btn-contact{display:block;margin:6px auto 6px 34px;width:100px;height:26px;background-color:#fff;box-shadow:0 3px 4px 0 #448affe0;border-radius:4px;line-height:26px;text-align:center;font-size:14px;transition:all .2s}
.sidebar li .service-box .btn-contact.lg{width:140px}
.sidebar li .service-box .btn-contact:hover{transform:translateY(-3px)}
.sidebar li .service-box .warning-box{padding:10px 0}
.common-gradient{color:#fff;border:1px solid #448aff;background:#18cef2;background-image:-o-linear-gradient(90deg,#448aff 0,#18cef2 100%);background-image:-moz-linear-gradient(90deg,#448aff 0,#18cef2 100%);background-image:-webkit-linear-gradient(0deg,#448aff 0,#18cef2 100%);background-image:-ms-linear-gradient(90deg,#448aff 0,#18cef2 100%);background-image:linear-gradient(90deg,#448aff 0,#18cef2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#448aff',endColorstr='#18cef2',GradientType=1);transition:all .3s ease-in-out}
.common-gradient:hover{background:#448aff;background-image:-moz-linear-gradient(90deg,#448aff 0,#18cef2 100%);background-image:-webkit-linear-gradient(0deg,#448aff 0,#18cef2 100%);background-image:-ms-linear-gradient(90deg,#448aff 0,#18cef2 100%);background-image:-o-linear-gradient(90deg,#448aff 0,#18cef2 100%);background-image:linear-gradient(90deg,#448aff 0,#18cef2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#448aff',endColorstr='#18cef2',GradientType=1)}
.ripro-dark .common-gradient{border:1px solid #ffa363;background:#FFC107;background-image:-o-linear-gradient(90deg,#ffa363 0,#FFC107 100%);background-image:-moz-linear-gradient(90deg,#ffa363 0,#FFC107 100%);background-image:-webkit-linear-gradient(0deg,#ffa363 0,#FFC107 100%);background-image:-ms-linear-gradient(90deg,#ffa363 0,#FFC107 100%);background-image:linear-gradient(90deg,#ffa363 0,#FFC107 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa363',endColorstr='#FFC107',GradientType=1);transition:all .3s ease-in-out}
.ripro-dark .common-gradient:hover{background:#ffa363;background-image:-moz-linear-gradient(90deg,#ffa363 0,#FFC107 100%);background-image:-webkit-linear-gradient(0deg,#ffa363 0,#FFC107 100%);background-image:-ms-linear-gradient(90deg,#ffa363 0,#FFC107 100%);background-image:-o-linear-gradient(90deg,#ffa363 0,#FFC107 100%);background-image:linear-gradient(90deg,#ffa363 0,#FFC107 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa363',endColorstr='#FFC107',GradientType=1)}
/*Floating navigation phone Style*/
@media (max-width: 768px){.rightList {display:none;}}
/*Floating navigation Style end*/
/*条形浮动结束*/

/* 会员开通开始 */
.float-vip{text-align:center;line-height:1.2;}
.float-vip a{display:block;width:100%;padding:10px 0;border:1px solid #ececec;background-color:#FFF;}
.float-vip a:hover{border-color:#0056ff !important;background-color:#0056ff;opacity:1;color:#FFF;}
.float-vip .iconfont{font-size:32px;line-height:32px;}
/* 会员开通结束 */
.float-ul,.float-ul li{margin:0;padding:0;}
.float-ul{margin-top:5px;text-align:center;line-height:1.2;list-style:none;background-color:#FFF;box-shadow: 0 2px 5px #e6e6e6;}
.ripro-dark .float-ul{background-color:rgba(27,30,35,.5) !important;box-shadow: 0 2px 5px #e6e6e6;}
.float-ul .iconfont{font-size:20px;line-height:20px;}
.float-ul li a{display:block;width:100%;padding:10px 0;line-height:18px;}
.float-ul li a:hover{
  background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);box-shadow: 0 8px 10px rgba(32,160,255,.3);color:#FFF;}
.float-ul li a.qq{-moz-border-top-left-radius:4px;-moz-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px;position: relative;}
.float-ul li a.weixin{position: relative;}
.float-ul li a.fankui{-moz-border-bottom-left-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}
.float-ul li a.fankui .iconfont{font-size:22px;line-height:22px;}
.float-alert-box{width:180px;height:215px;background-color:#FFF;border:1px solid #ececec;position: absolute;right:60px;top:0;z-index:9998;display:none;}
.ripro-dark .float-alert-box{background-color:#333;border:1px solid #333;}
.dbsvip li a:hover {
    background: linear-gradient(-125deg,#ffab23 0%, #ff0036 100%);
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 8px 10px rgba(255, 0, 12, 0.3);
    color: white;
    border-radius: 50%;  
    opacity: 1;}
/* 此上为按钮弹出微信框的数值，top值可调节整体高度*/
.float-qq-box{padding:20px 15px;}
.float-weixin-box{padding:15px;}
.float-weixin-box img{margin:0 auto;}
.float-weixin-box p{font-weight:600;color:#0056ff;margin-bottom:5px;}
.float-alert-box h6{font-size:20px;color:#0056ff;}
.float-alert-box p{line-height:24px;}
.float-ul li .float-qq-box{color:#666;}
.float-ul li .float-weixin-box{color:#666;top:-61px;}
.float-qq-btn{padding:10px;background-color:#2f49fd;color:#FFF;}
.fk_service_button{padding: 10px;background-color: #2f49fd;color: #FFF; border-radius: 4px;margin-top: 5px;}
@media screen and (max-width:675px){.float-box{display:none;}}
.dbsvip {
    background: linear-gradient(-125deg,#ffab23 0%,#ff0036 100%);
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 8px 10px rgba(255,0,12,.3);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 8px rgba(255, 12, 0, 0.3);
}
.ripro-dark .dbsvip {
    background: linear-gradient(-125deg,#ffab23 0%,#ff0036 100%);
    box-shadow:0px 0px 8px 8px rgba(255, 12, 0, 0.3);
}
.dbsvipd {
    padding: 10px;
    background: linear-gradient(-125deg,#ffab23 0%, #ff0036 100%);
    color: #FFF;
}
.dbsvipa{
	color: #FFF;
}
.zzhuti_qd_1 {
    background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
    box-shadow: 0 8px 10px rgba(32,160,255,.3);
    color: #FFF;
}
.float-ul li a {
    border-radius: 4px;
}
/*首页网站快讯统计*/
.fa-volume-up:before {
    content: "\f028";
    color: #FFEB3B;
}

.deanggwrap {
	width: 100%;
	padding-top: 3px;
	padding-right: 40px;
    background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 8px;
    border-radius: 50px;
    /*box-shadow: 0 10px 100px 0 #448aff;*/
    margin-top: 2px;
}

.ripro-dark .deanggwrap {
    border-radius: 50px 50px 0 0 ;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    background: transparent;
}

.ripro-dark .deangg{
    background: transparent;
	border-radius: 50px;
}

@media (max-width:767px) {
	.deanggwrap {
		display: none
	}
}
.deangg {
	width:100%;
	float:left;
	line-height:30px;
	margin-right: 30px;
	padding:10px 0;
	border-radius:30px;
}

@media (max-width:767px) {
	.deangg {
		display: none
	}
}
.deanggspan {
	float:left;
	width:105px;
	margin:0 auto;
	color:#333;
	font-size:14px;
	background: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}
.deanggspan i {
	display:block;
	float:left;
	font-size:18px;
	color:#f60;
	margin-top:7px;
	margin-left:15px;
	margin-right:6px;
}
.deanggspan span {
	display:block;
	float:left;
	color: #fff;
}
.deangg b {
	/*height:12px;*/
	/*margin-top:9px;*/
	/*width:1px;*/
	/*display:block;*/
	/*float:left;*/
	/*background:#a8a8a8;*/
}
.deanggc {
	width:730px;
	margin-left:20px;
}
.announce-wrap {
	height:30px;
	overflow:hidden;
}
.deanggc ul {
	}
.deanggc ul li {
	font-size:14px;
	width:730px;
	display:block;
	clear:both;
	height:30px;
	
}
.deanggc ul li a {
	font-weight: 400;
	color:#fff;
	float:left;
	width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.deanggc ul li a:hover {
	color:#2575fc;
	text-decoration: blink;
}
.deanggc ul li span {
	color:#fff;
	font-size:14px;
	width:120px
}

.deanchart {
	float:right;
	height:50px;
	width:30%;
	color:#fff;
	margin-left: 0px;
}
@media (max-width:767px) {
	.deanchart {
		display: none
	}
}
.deanchart ul {
	width: 460px;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
.deanchart ul li {
	float:left;
	height:100%;
	margin-right:20px;
	font-size:14px;
}

.deanchart ul li:hover {
    transition: all 0.3s;
    transform: scale(1.2);
}
    

.deanchart ul li i {
	display:block;
	float:left;
	width:35px;
	height:35px;
    margin-top: 12px;
}
.deanchart ul li.deanchart2 i {
	background:url(./assets/images/icon1.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart3 i {
	background:url(./assets/images/icon2.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart4 i {
	background:url(./assets/images/icon3.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart5 i {
	background:url(./assets/images/icon5.png) 0 0 no-repeat;
}
.deanchartdiv {
	float:left;
	margin-left:8px;
	margin-top:5px;
	text-align:center;
}
.deanchartdiv em {
	font-size:12px;
	color:#fff;
	font-style: inherit;
}
.deanchartdiv span {
	font-size:12px;
	color:#fff;
	font-weight:bold 
}
.deanchartdiv a {
	font-size:12px;
	color:#999;
}
.clear{
	margin-top: 0px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter p.wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*首页网站快讯统计*/

/*首页底部友情链接*/
.col-xs-12.friend-links {
padding: 14px;
}
.yqljleft{
    font-size: 14px;
    background: linear-gradient(-125deg,#0295f9 0%,#2f49fd 100%);
    height: 60px;
    padding: 0 30px;
    padding-top: 0;
    color: #fff;
    padding-top: 6px;
    margin-top: 4.5px;
    margin: -1px;
    text-align: center;
    border-radius: 5px 0 0 5px; 
}

.ripro-dark .yqljleft{
    background: transparent;
}

.yqljright{
list-style: none;
padding: 0;
margin:0;
font-size: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;  
margin-left: 10%;
position: absolute;
}
.codesign-fl {
display: flex;
list-style: none;
padding: 0;
margin: 0;
font-size: 13px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.codesign-fl li{
margin-left: 5px;
}
.codesign-fl a{
color: #cccccc;
}
.codesign-fl a:hover{
color: #058ff9;
}
.codesign-dw{
border-top: 1px solid #eeeeee;
margin-top: 20px;
}
.footer-widget{
padding-bottom:0;
}
.ripro-dark .codesign-dw{
border-top: 1px solid #232425; 
}

.codesign-fl a {
    padding: 1px 2px;
    color: #34495e;
}

.ripro-dark .codesign-fl a {
    padding: 1px 2px;
    color: #fff;
}

.yqljleft a {
    background: linear-gradient(-180deg,#ffffff 2%,#ffffff 98%);
    padding: 1px 10px;
    border-radius: 20px;
    color: #171616;
}

.ripro-dark .yqljleft a {
    background: #40aa0c;
    padding: 1px 10px;
}

/*VIP介绍*/
.vip-banner .vipbj h2 {
	text-align: center;
	font-size: 40px;
	color: #fff
}
.vip-banner .vipbj p {
	text-align: center;
	font-size: 18px;
	color: #fff
}
.vip-banner {
	background: url(/wp-content/themes/ripro-chlid/images/svip-banner.png) no-repeat center;
	position: relative;
	width: 100%;
	height: 246px;
	position: relative;
}
.vip-banner-bg {
	background-position: center;
	background-size: cover;
	height: 100%
}
.vip-banner .vipbj {
	position: absolute;
	width: 100%;
	top: 30%
}
.vip-slogan {
	box-shadow: 0 2px 10px rgba(0,0,0,.02);
	border-radius: 5px;
	height: 280px;
	width: 1200px;
	background: #fff;
	box-sizing: border-box;
	font-size: 0;
	margin: 40px auto auto auto
}
.vip-slogan-box:nth-of-type(-n+3) {
	border-bottom: 0
}
.vip-slogan-box {
	padding-top: 20px;
	display: inline-block;
	border: 1px solid #f4f4f4;
	height: 50%;
	width: 373.2px;
	box-sizing: border-box;
	vertical-align: middle
}
.vip-slogan-box i {
	width: 100px;
	line-height: 100px;
	display: inline-block;
	background-image: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	text-align: center;
	vertical-align: middle
}
.vip-slogan-text {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	color: #898989
}
.vip-slogan-text p:first-child {
	font-size: 18px;
	color: #575959
}
.container-vip {
	width: 1250px
}
.vip-content {
	text-align: center;
	margin-bottom: 50px
}

.module-line {
	width: 100%;
	text-align: center;
	margin-top: 40px
}

@media (max-width:767px) {
	.module-line {
		display: none
	}
}

.module-line .arrow {
	width: 84px;
	height: 16px
}
.module-line .text {
	font-size: 26px;
	color: #ffd2ab!important;
	margin: 0 10px
}
.module-line span {
	display: inline-block;
*display:inline;
*zoom:1;
}

.vip-banner .vipbj>a {
	width: 200px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	background-image: linear-gradient(90deg, #ed1c24 0, #fb8f02 100%);
	color: #fff;
	margin: 0 auto;
	margin-top: 0;
	display: block;
}

.vip-row {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    zoom:1}

.vip-row:after,.vip-row:before {
    display: table;
    content: ''
}

.vip-block-wrapper {
    position: relative;
    display: flex;
    padding: 20px 0;
    height: 100%;
    justify-content: center
}

.vip-block-wrapper .vip-block-item {
    display: block;
    box-sizing: border-box;
    padding: 20px 40px;
    width: 33.333%;
    text-align: center;
}

.home-vipbox {
    padding: 1px 0px 38px 0px;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home-vipbox:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(213,213,213,0.4);
}

p.vip-bt {
    color: #fff;
    margin: 0 auto;
    width: 100px;
    padding: 8px 0;
    border-radius: 26px;
}

.vip-block-item a p {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.vip-block-item:nth-child(n) a:hover p {
    box-shadow: 0 10px 20px rgba(245,47,62,.4);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #f52f3e;
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,#f52f3e,#ff4c22);
    background-image: -webkit-linear-gradient(left,#f52f3e,#ff4c22);
    background-image: -o-linear-gradient(left,#f52f3e,#ff4c22);
    background-image: linear-gradient(left,#f52f3e,#ff4c22);
}

.vip-block-item:nth-child(1) >.home-vipbox {
    /* outline:1px solid rgba(245,210,47,0.24); */
    /* outline-offset:-8px; */
}

.vip-block-item:nth-child(1) h3 {
    color: #f5a02f;
    text-shadow: 0 5px 6px #ffe1b9;
}

.vip-block-item:nth-child(1) .vip-bt {
    background-image: -webkit-linear-gradient(left,#021b31,#001529);
}

.vip-block-item:nth-child(2) >.home-vipbox {
    /* outline:1px solid rgba(47,146,245,0.15); */
    /* outline-offset:-8px; */
}

.vip-block-item:nth-child(2) h3 {
    color: #1890ff;
    text-shadow: 0 5px 6px rgba(24,144,255,0.40);
}

.vip-block-item:nth-child(2) .vip-bt {
    background-image: -webkit-linear-gradient(left,#1390de,#2f9af5);
}

.vip-block-item:nth-child(3) >.home-vipbox {
    /* outline:1px solid rgba(245,47,47,0.2); */
    /* outline-offset:-8px; */
}

.vip-block-item:nth-child(3) h3 {
    color: #fd3d00;
    text-shadow: 0 5px 6px #ffb9b9;
}

.vip-block-item:nth-child(3) .vip-bt {
    background-image: -webkit-linear-gradient(left,#f1bc37,#fadb37);
}

p.vip-home-price {
    position: relative;
    font-size: 1.875rem;
    font-weight: bold;
    width: 200px;
    margin: 15px auto;
}

p.vip-home-price i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .vip-block-wrapper {
        display:block
    }

    .vip-block-wrapper .vip-block-item {
        float: left;
        width: 100%;
        padding: 10px 0;
    }
}

.vip-block-wrapper .vip-block-item .icon {
    width: 20%;
    padding-top: 20px;
    margin: 0 auto;
}

.vip-block-wrapper .vip-block-item img {
    width: 100%;
    height: 60px;
}

.vip-block-wrapper .vip-block-item .content0-title {
    padding: 0;
    font-size: 1.875rem;
}
/*VIP介绍*/

/*底部波浪*/
.waveHorizontals {
width: 100%;
height: 20px;
position: relative;
overflow: hidden;
z-index: 1;
background-color:#fff !important
}
.ripro-dark .waveHorizontals {
width: 100%;
height: 20px;
position: relative;
overflow: hidden;
z-index: 1;
background-color:#181616 !important
}
#waveHorizontal1 {
-webkit-mask: url(./assets/images/svg/augsc_01.svg);
mask: url(./assets/images/svg/augsc_01.svg);
animation-delay: -2s;
animation-duration: 12s;
}
#waveHorizontal1, #waveHorizontal2, #waveHorizontal3 {
background-color: #0056ff!important;
}
.ripro-dark #waveHorizontal1{
background-color: #f1f1f1!important;
}
.ripro-dark #waveHorizontal2{
background-color: #f1f1f1!important;
}
.ripro-dark #waveHorizontal3{
background-color: #f1f1f1!important;
}
.waveHorizontal {
width: 200%;
height: 100%;
display: block;
position: absolute;
left: 0;
bottom: 0;
background-repeat: repeat-x;
background-position: left bottom;
background-size: 350px 100%;
transform-origin: 0 100% 0;
animation-name: move;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes move{0%{transform:translate(-175px,0px) scale(1,1)}50%{transform:translate(-87px,0px) scale(1,0.5)}100%{transform:translate(0px,0px) scale(1,1)}}
#waveHorizontal2 {
-webkit-mask: url(./assets/images/svg/augsc_02.svg);
mask: url(./assets/images/svg/augsc_02.svg);
animation-delay: -2s;
animation-duration: 5s;
}
#waveHorizontal3 {
-webkit-mask: url(./assets/images/svg/augsc_03.svg);
mask: url(./assets/images/svg/augsc_03.svg);
animation-delay: -1s;
animation-duration: 3s;
}

/*菜单标签美化开始*/
.vip {
display: inline-block;
transform: translateY(0px);
    font-size: .75rem;
    letter-spacing: 0.05em;
background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}

.new {
    display: inline-block;
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}


.label {
display: inline-block;
transform: translateY(0px);
    font-size: .75rem;
    letter-spacing: 0.05em;
background: linear-gradient(-125deg,#f90202 0%, #2f49fd 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}
/*菜单标签美化结束*/

/*列表美化角标开始*/
.title-iconse {
    height: 8px;
    width: 8px;
    background: #fd4b4b;
    padding: 0px;
    display: inline-block;
    border-radius: 50%;
    line-height: 0;
    position: relative;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    margin: 0 10px;
}
.float-rightse {
    float: right;
	position: absolute;
    right: 30px;
}
@media (max-width:767px) {
	.float-rightse {
		display: none
	}
}
.title-iconse:before {
    content: " ";
    height: 8px;
    width: 8px;
    background: #ffd12a;
    border-radius: 50%;
    margin-left: 15px;
    position: absolute;
    display: block;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}
.title-iconse:after {
    content: " ";
    height: 8px;
    width: 8px;
    background: #79f52a;
    border-radius: 50%;
    margin-left: 30px;
    position: absolute;
    display: block;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}
/*列表美化角标结束*/

/*文章标题优化开始*/
.sjblog-avatar {
    width: 50px;
    float: left;
}
.sjblog-avatar img {
    float: left;
    width: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.sjblog-tgroup{
    padding-left: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.article-content .entry-header .entry-title{
    padding-bottom:0;
    margin-bottom: 0;
    border-bottom: none;
}
.sjblog-name {
    display: block;
    font-size: 13px;
    color: #cdcdcd;
}
.sjblog-name a{
    color: #cdcdcd;
}

.ripro-dark .sjblog-name {
    color: #f6f6f6;
}
.ripro-dark .sjblog-name a{
    color: #f6f6f6;
}

.sjblog-name a:hover{
    color: #2756fc;
}
.sjblog-time {
    margin-left: 20px;
}
/*文章标题优化结束*/

/*页脚显示logo开始*/
.payment .icon {
    height: 25px;
    vertical-align: middle;
    float: left;
}
.payment .icon-v6-stripe {
    margin-left: 16px;
}
/*页脚显示logo结束*/

/*签到 样式开始*/
.widget-userinfo{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.authorinfo-header-title {
    margin-top: 1.5rem;
    display: flex!important;
}
.authorinfo-codesign-avatar {
    width: 45.6px;
    height: 45.6px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
        border-radius: 50%;
    overflow: hidden;
}
.author-info-vip{
        margin-left: 1rem;
    flex-shrink: 0;
    border-radius: 500px;
    cursor: pointer;
}
.authorinfo-header {
    font-size: 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}
.authorinfo-header-time, .label-default{
    font-size: 0.7rem !important;
    color: #dedbd2;
    font-weight: 400;
    line-height: 1.5;
    background-color:rgba(0,0,0,0)
}
.authorinfo-codesign-single {
    width: 40px;
    height: 40px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}
.author-info-vip-single {
    margin-left: 0.4rem;
    flex-shrink: 0;
    border-radius: 500px;
    cursor: pointer;
}
.author-qiandao-single {
    padding: 0px;
    padding-top: 0px;
    height: 40px;
    line-height: 40px;
    right: -15px;
    position: absolute;
}

.ripro-author-fields{
	background-color:rgba(0,0,0,0)!important;    
	color: #fff;
  display:inline-block;
  text-align:center;
  float:left;width:49%;
}
.ripro-author-yue{
	font-size: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
/*签到 样式结束*/

/*弹幕开始*/
.barrage{position: fixed;bottom:70px;right:-500px;display: inline-block;width: 500px;z-index: 99999}
.barrage_box{background-color: rgba(0,0,0,.5);padding-right: 8px; height: 40px;display: inline-block;border-radius: 25px;transition: all .3s;}
.barrage_box .portrait{ display: inline-block;margin-top: 4px; margin-left: 4px; width: 32px;height: 32px;border-radius: 50%;overflow: hidden;}
.barrage_box .portrait img{width: 100%;height: 100%;}
.barrage_box div.p a{ margin-right: 2px; font-size: 14px;color: #fff;line-height: 40px;margin-left: 18px; }
.barrage_box div.p a:hover{text-decoration: underline;}
.barrage_box .close{visibility: hidden;opacity: 0; text-align: center; width:25px;height: 25px;margin-left: 20px;border-radius: 50%;background:rgba(255,255,255,.1);margin-top:8px; background-image: url(close.png);}
.barrage_box:hover .close{visibility:visible;opacity: 1;}
.barrage_box .close a{display:block;}
.barrage_box .close .icon-close{font-size: 14px;color:rgba(255,255,255,.5);display: inline-block;margin-top: 5px; }
.barrage .z {float: left !important;}
.barrage  a{text-decoration:none;}
/*弹幕结束*/

/*加群小工具开始*/
.mobanweb-jiaqun h5 {
    font-size: 16px;
    line-height: 1.4;
}
.mobanweb-jiaqun-small {
    padding: 15px;
}
.mobanweb-jiaqun p {
    max-width: 80%;
}
.mobanweb-jiaqun {
    letter-spacing: .5px;
}
.mobanweb-jiaqun .btn {
    font-size: 13px;
}
.mobanweb-jiaqun .btn i {
    margin-right: 3px;
}
.mobanweb-jiaqun .helper-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}
.mobanweb-jiaqun-btn-on {
    color: #fff;
    background: #2c63ff!important;
    box-shadow: 0 3px 10px -1px #2c63ff!important;
    border: 0;
}
/*加群小工具结束*/

/*站长导航链接开始*/
.link {
	height: 60px;
    background: #f7f8fa;
    border: 1px solid #eeeeee;
	border-radius: 5px;
} 
.link ul{
    list-style: none;
    list-style-type: none;
	padding-left: 0px;
	margin: 5px 0;
}
.link ul>span {
    float: left;
    display: block;
    font-size: 14px;
    background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
    height: 60px;
    padding: 0 30px;
    padding-top: 0;
    color: #FFF;
    padding-top: 6px;
	margin: -1px -1px -1px -1px;
    text-align: center;
	border-radius: 5px 0 0 5px;
}
.link ul>span>a {
    background: linear-gradient(-180deg, #ffffff 2%, #ffffff 98%);
    padding: 1px 10px;
    border-radius: 20px;
    color: #0a79ed;
}
.link li {
    float: left;
}
.link ul li a {
    display: inline-block;
    padding: 0 10px;
    float: left;
    margin-bottom: 10px;
    font-size: 14px;
    color: #828282;
    padding-top: 8px;
	font-weight: 400;
}
/*站长导航链接结束*/

/*自助申请友情链接开始*/
@media screen and (max-width: 750px) { 
.container .row .card  {width: 100%} 
} 
.container .row .pricing-deco .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
 
.container .row .pricing-deco:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px,0,0);
	transform: translate3d(15px,0,0);
}
 
.container .row .pricing-deco:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px,0,0);
	transform: translate3d(-15px,0,0);
}
 
.srcdict-yqlj{
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	background:#fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	box-shadow: 0 4px 12px 0 rgba(52, 73, 94, 0.1);
}
 
.clearfix{
	color: #fff;
	background-color: #0295f9;
	margin-top: 1rem;
	padding: 1rem 1.5rem;
	border: 1px solid transparent;
	border-radius: .375rem;
	max-width: 100%;
}
 
.mt20{
	margin-bottom: 15px;
	margin-top: 20px;
}
 
.card-header
{
    padding: 1.25rem 1.5rem;
    font-size: 1.0625rem;
    background-color: #fff;
}
.card-header:first-child
{
    border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0;
}
/*自助申请友情链接开始结束*/

/*资源类型判断图标开始*/
.vvip0,.vvip10,.vvip30,.vvip70,.vvip75,.vvip80,.vwip0,.vwip10,.vwip30,.vwip70,.vwip75,.vwip80,.vvip302,.vvip702,.vvip752,.vvip802,.vwip302,.vwip702,.vwip752,.vwip802 {
    display: inline-block;
    background-image: url(/wp-content/themes/ripro-chlid/images/jb.png);
    background-size: auto 40px;
    vertical-align: middle;
    height: 40px;
    width: 40px
}

.vvip0,.vvip10,.vvip30, .vvip70, .vvip75, .vvip80, .vvip302, .vvip702, .vvip752, .vvip802 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


.vvip0,.vwip0 {
    background-position: 0 0
}

.vvip70,.vwip70 {
    background-position: -80px 0
}

.vvip30,.vwip30 {
    background-position: -40px 0
}

.vvip302,.vvip702,.vvip752,.vvip802 {
    background-position: -200px 0
}

.vvip75 {
    background-position: -160px 0
}

.vvip80,.vwip75,.vwip80 {
    background-position: -120px 0
}

.vwip0,.vwip10,.vwip30,.vwip70,.vwip75,.vwip80,.vwip302 {
    position: absolute;

    z-index: 10;
    border-radius: 5px 0 0 0
}

.vvip10,.vwip10 {
    background-position: 0 0
}
/*资源类型判断图标结束*/

/*WordPress宇宙超级无敌美化框*/
#zm_mhz,#zm_xgh,#zm_tkzj,#zm_xyz,#zm_gll ,#zm_xty,#zm_yyz,#zm_szh,#zm_wbk{
	/*圆角值,在此定义*/
	border-radius: 8px;
}
/*迷幻紫*/
#zm_mhz{
    color: #555555;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 10px;*/
    box-shadow: 6px 0 12px -5px rgb(190, 196, 252), -6px 0 12px -5px rgb(189, 196, 252);
    background-color: #8EC5FC;
    background-image: linear-gradient(62deg,#8EC5FC 0%,#E0C3FC 100%);
    background-image: -webkit-linear-gradient(62deg,#8EC5FC 0%,#E0C3FC 100%);
}
/*西瓜红*/
#zm_xgh{
	color: #555555;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 10px;*/
    box-shadow: 6px 0 12px -5px rgb(255, 176, 172), -6px 0 12px -5px rgb(255, 161, 174);
    background-color: #ff9a8b66;
    background-image: linear-gradient(220deg,#FF9A8B 0%,#ff6a8838 55%,#FF99AC 100%);
    background-image: -webkit-linear-gradient(220deg,#ff9a8b7a 0%,#ff6a88ab 55%,#ff99ac82 100%);
}
/*华为P30 天空之境*/
#zm_tkzj {
    color: #555555;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 10px;*/
    box-shadow: 6px 0 12px -5px rgb(253, 223, 234), -6px 0 12px -5px rgb(215, 240, 243);
    background-color: #FFDEE9;
    background-image: linear-gradient(0deg,#ffdee9c4 0%,#b5fffc8f 100%);
    background-image: -webkit-linear-gradient(0deg,#ffdee9c4 0%,#b5fffc8f 100%);
}
/*小宇宙*/
#zm_xyz {
    color: #eeeeee;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 10px;*/
    box-shadow: 6px 0 12px -5px rgb(12, 85, 141), -6px 0 12px -5px rgba(10, 58, 93, 0);
    background-image: radial-gradient( circle 263px at 100.2% 3%, rgba(12,85,141,1) 31.1%, rgba(205,181,93,1) 36.4%, rgba(244,102,90,1) 50.9%, rgba(199,206,187,1) 60.7%, rgba(249,140,69,1) 72.5%, rgba(12,73,116,1) 72.6% );
}
/*橄榄绿*/
#zm_gll {
    color: #eeeeee;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 10px;*/
    box-shadow: 6px 0 12px -5px rgb(68, 110, 92), -6px 0 12px -5px rgb(204, 212, 163);
    background-image: linear-gradient( 102deg, rgba(68,110,92,1) 17.4%, rgba(107,156,120,1) 49.3%, rgba(154,183,130,1) 83.4%, rgba(247,237,191,1) 110.3% );
}
/*小太阳*/
#zm_xty {
    color: #ffffff;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
     /*border-radius: 10px; */
    box-shadow: 6px 0 12px -5px rgb(253, 223, 234), -6px 0 12px -5px rgb(215, 240, 243);
    background-image: radial-gradient( circle farthest-corner at -8.9% 51.2%, rgba(255,124,0,1) 0%, rgba(255,124,0,1) 15.9%, rgba(255,163,77,1) 15.9%, rgba(255,163,77,1) 24.4%, rgba(19,30,37,1) 24.5%, rgba(19,30,37,1) 66% );
}
/*优雅紫*/
#zm_yyz {
	color: #ffffff;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 10px;*/
    box-shadow: 6px 0 12px -5px rgb(175, 160, 208), -6px 0 12px -5px rgba(177, 161, 207, 0);
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(95,117,227,1) 0%, rgba(188,167,205,1) 90% );
}
/*深邃黑*/
#zm_szh {
	color: #c7c7c7;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
    /*border-radius: 5px;*/
    box-shadow: 6px 0 12px -5px rgb(155, 170, 185), -6px 0 12px -5px rgba(177, 161, 207, 0);
    background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(0,0,0,1) 0%, rgba(64,64,64,1) 90.2% );
}
/*无边框*/
#zm_wbk {
    color: #000000;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
}
#zm_xyz a , #zm_gll a{
	 color: #eeeeee;
}
#zm_szh a{
	color: #c7c7c7;	
}
#zm_xty a, #zm_yyz a{
	color: #ffffff;
}

/*vip翅膀*/
@media (max-width:767px) {
	.hh_home_nav_left_shenqingvip {
		display: none
	}
}

	.hh_home_nav_left_shenqingvip:hover{
      transform: scale(1.1);
	}

.header__link {
    position: relative;
}
.hh_home_nav_left_shenqingvip .mid_link.tab_super {
    color: #FFEB3B;
}

.ripro-dark .hh_home_nav_left_shenqingvip .mid_link.tab_super {
    color: #f7d26e;
}

.hh_home_nav_left_shenqingvip .mid_link {
    color: #fff;
    text-align: center;
    line-height: 37px;
}
.header__link>a {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    padding: 15px 15px 15px 15px;
    color: #adb7be;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: color .2s;
}
.ic_gif {
    position: absolute;
    top: 37%;
    left: 52%;
    width: 86px;
    margin: 0 0 0 -45px;
}
.hh_home_nav_left_shenqingvip .mid_link.tab_super .ic_gif::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: url(/wp-content/themes/ripro-chlid/images/cb.png) no-repeat 0 0;
    width: 13px;
    height: 15px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    animation: super_giftl 1s linear both infinite;
    -webkit-animation: super_giftl 1s linear both infinite;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hh_home_nav_left_shenqingvip .mid_link.tab_super .ic_gif::after {
    content: "";
    position: absolute;
    top: -0px;
    right: 0;
    background: url(/wp-content/themes/ripro-chlid/images/cb.png) no-repeat -20px 0;
    width: 13px;
    height: 15px;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    animation: super_giftr 1s linear both infinite;
    -webkit-animation: super_giftr 1s linear both infinite;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hh_home_nav_left_shenqingvip .mid_link.tab_super .txt {
    position: relative;
    font-size: 15px;
}
@keyframes super_giftl{0%,100%{transform:rotateY(0deg);}50%{transform:rotateY(-50deg);}}@-webkit-keyframes super_giftl{0%,100%{-webkit-transform:rotateY(0deg);}50%{-webkit-transform:rotateY(-50deg);}}@keyframes super_giftr{0%,100%{transform:rotateY(0deg);}50%{transform:rotateY(50deg);}}@-webkit-keyframes super_giftr{0%,100%{-webkit-transform:rotateY(0deg);}50%{-webkit-transform:rotateY(50deg);}}

/*自定义分类栏目列表分页代码开始*/
.pagination .page-numbers {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 5px 5px;
}

.pagination ul li.active span {
    background: linear-gradient(-125deg,#0295f9 0%,#2f49fd 100%);
    color: #fff;
     box-shadow:14px 14px 20px #cbced1, -14px -14px 20px white;
}

.ripro-dark .pagination ul li.active span {
    box-shadow: 0 7px 10px rgb(0, 0, 0);
}

.pagination ul li.active span:hover {
   background: linear-gradient(225deg,#f857a6,#ff5858);
    box-shadow: 0px 0px 6px 6px #e6e6e6;
}
.pagination ul li a {
    background-color: #f6f6f6;
    text-decoration: none;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

.ripro-dark .pagination ul li a {
    background-color: #333;
    text-decoration: none;
    border: 1px solid #232425;
    box-shadow: 0 3px 10px rgb(0, 0, 0);
}

.pagination ul li a:hover {
    border: 1px solid #2fc4fd
}

.ripro-dark .pagination ul li a:hover {
    border: 1px solid #2196f3
}

.pagination ul li a, .pagination ul li span {
    display: inline-block;
    border-radius: 4px;
    padding: .4rem .85rem;
}

.pagination ul li span {
    color: #aaa;
    cursor: default;
}

.ripro-dark .pagination ul li span {
    color: #fff;
}
.goto .diyfenye {
    width: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #ecf0f3;
    font-size: 14px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

.ripro-dark .goto .diyfenye {
    border: 1px solid #ffc107;
}

@media (max-width:767px) {
	.zhankr_type_bj {
		display: none
	}
}
/*自定义分类栏目列表分页代码结束*/

/*首页cms查看更多开始*/
.gengduo {
    position: relative;
    float: right;
    top: -5px;
}
/*首页cms查看更多结束*/



/*VIP页FAQ开始*/
.vip-footer {
    margin-top: 50px;
}
.vip-wrapper .vip-faq  {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    background: #fff;
    border-radius: 5px;
}

.vip-footer>h2, .vip-footer>p {
    text-align: center;
    color: #222;
}

.ripro-dark .vip-footer>h2, .vip-footer>p {
    color: #fff;
}

.vip-footer>h2 {
    font-size: 30px;
}

.vip-faq dt {
    font-size: 20px;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
}

.dt {
    font-weight: 700;
}

.vip-faq dt i {
    margin-right: 10px;
}

.vip-faq dd {
    font-size: 15px;
    padding: 10px 20px;
    color: #bcbcbc;
}
/*VIP页FAQ结束*/

/** ==文章页常见问题FAQ开始== */
#help h2, #down h2 {
  font-size: 18px;
  line-height: 54px;
  color: #323232;
  border-bottom: 2px solid #4f8af1;
  width: 150px;
  font-weight: normal;
}
#help dt {
  cursor: pointer;
  color: #353535;
  font-size: 18px;
  margin-bottom: 20px;
}
#help dd {
  display: none;
  color: #767676;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background: #f0f0f0;
  margin-bottom: 20px;	
  line-height: 25px;
  letter-spacing: 1px;
}
.ripro-dark #help dd {
  color: #d3f321;
  background: rgba(0,0,0,.3);
}
#help dt, #help dd {
  margin-left: 40px;
  position: relative;
}
#help dt i, #help dd i {
  background: url(https://www.zkww.site/wp-content/themes/ripro-chlid/images/faq.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
}
#help dd i {
  background-position: 0 -35px;
}
.mt20 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.ripro-dark #help h2, #down h2, .ripro-dark #help dt {
  color: #eee;
}
/** ==文章页常见问题FAQ结束== */

/*用户协议隐私政策*/
.site-terms {
    margin-top: 15px;
    padding: 10px 0;
    font-size: 15px;
    color: #34495e;
    text-align: center;
    background: rgba(61, 7, 207, 0.16);
    border-radius: 10px;
}
.site-terms a {
    color: #0dce9e;
}

/* 登录注册弹窗 start */
@media (min-width: 768px) {
.modal-body{
    height: 540px;
}
}
.register-login-modal {
    border-radius: 5px;
    width: 100%;
    float: left;
    background: #ff9e01;
    background-image: url(../ripro-chlid/assets/images/login-img.png);
    background-position: left  top 5px;
    background-repeat: no-repeat;
}
.register-login-modal .modal-content {
    width: 50%;
    float: left;
}
.register-login-modal .modal-content:last-child {
    background: #ff9e01;
}
.register-login-modal .login-img {
    padding: 340px 50px 0;
}
.register-login-modal .login-img h2 {
    /*margin-bottom: 30px;*/
    color: #fff;
    font-size: 22px;
}
.register-login-modal .login-img ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.register-login-modal .login-img ul li {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    text-align: left;
}
.register-login-modal .login-img ul li i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    opacity: .52;
}
.tab-content input {
    width: 100%;
    padding: 10px;
    transition: .3s;
    border: 1px solid #e8e8e8;
    font-size: 20px;
    height: 48px;
    border-radius: 3px;
    caret-color: #615fe1;
}
.tab-content input:focus {
    outline: none;
    border: 1px solid #504BCC;
}
.tab-content input:focus + span {
    color: #615fe1;
}
.tab-content label {
    display: block;
}
.tab-content label>span {
    position: absolute;
    left: 12px;
    top: 17px;
    font-size: 15px;
    color: #b2bac2;
    cursor: text;
    display: block;
    line-height: 1;
    padding: 0 7px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition-property: color,bottom,transform;
    transition-property: color,bottom,transform;
    pointer-events: none;
    -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    left: 10px;
    cursor: default;
    -webkit-transform: scale(.85) translateY(-30px);
    transform: scale(.85) translateY(-30px);
}
.tab-content label>span:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    top: 6px;
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 1;
}
.tab-content label>span b {
    position: relative;
    z-index: 1;
    font-weight: 300;
}
.register-login-modal .active>a:focus {
    outline: none;
}
.register-login-modal .kj_login {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
.register-login-modal .kj_login_button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 10px;
    border: 1px solid #f5f5f5;
    position: relative;
}
.kj_login_button .button {
    box-shadow: inherit;
}
.register-login-modal .kj_login_button > div {
    display: flex;
    font-size: 12px;
    color: #999;
    position: relative;
    z-index: 2;
}
.register-login-modal .kj_login_button a {
    background: rgba(0, 132, 255, 0.09);
    padding: 5px 6px;
    margin-right: 8px;
}
.register-login-modal .kj_login_button a:last-child {
    margin-right: 0;
}
.register-login-modal .login-qq {
    color: #ff7a09;
}
.register-login-modal .login-wx {
    color: #23BF36;
}
.register-login-modal .login-wb {
    color: #f00;
}
.register-login-modal .login-qq i {
    top: 2px !important;
}
.register-login-modal .kj_login_button i {
    font-size: 15px;
    position: relative;
    top: 3px;
}

.login-tk {
    margin-top: -10px;
    text-align: center;
    font-size: 14px;
}
.login-tk p.login-p {
    display: flex;
    justify-content: space-between;
}
.login-box-des {
    font-size: 12px;
    color: #ccc;
    text-align: right;
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 5px;
}
#signup .cap {
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    box-shadow: none;
    background: #615fe1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
}
@media (max-width: 768px) {
.register-login-modal .modal-content:first-child {
        display: none;
    }
    .register-login-modal .modal-content:last-child {
        width: 100%;
        border-radius: 5px;
    }
    .popup-logo {
        display: none;
    }
}
/************/


/*游客提示登录*/
.site-header{
	transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.zhankr_slogin_btn i.fa.fa-user{
	color: #fff !important;
}
.zhankr_slogin {
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    height: auto;
    line-height: 45px;
    background: #f9f9f9;
    /*border-top: 1px solid #fff;*/
    font-family: microsoft yahei;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    background: rgba(2, 10, 18, .7);
}
@media (max-width:767px) {
.zhankr_slogin  {
		display: none
	}
}
.zhankr_slogin .wp {
    width: 100%;
    align-content: center;
}
.zhankr_slogin_info {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
}
.zhankr_slogin_info a {
    color: #3d7eff;
}
.zhankr_slogin_btn {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 0 8px;
}
.zhankr_slogin_btn a {
    display: block;
    background: #673AB7;
    color: #fff;
    padding: 0 30px;
    border-radius: 3px;
    font-size: 16px;
    border-radius: 50px;
}
.zhankr_slogin_qq .fa-qq, .zhankr_slogin_wechat .fa-wechat, .loginbutton .fa-user {
    color: #fff;
    margin-right: 3px;
}
.zhankr_slogin_line {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 1px;
    height: 10px;
    /*background: #f6f6f6;*/
}
.zhankr_slogin_qq {
    border-radius: 10%;
    display:inline-block !important;
    zoom:1;
    display:inline;
    line-height:40px;
    height:40px;
    margin:0 8px;
    white-space: nowrap;

}
.zhankr_slogin_qq a {
    display: block;
    color: #fff;
    padding: 0 30px;
    border-radius: 3px;
    font-size: 16px;
    background: #2581ff;
    border-radius: 50px;
}
.zhankr_slogin_wechat{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:40px;
	height:40px;
	margin:0 8px;
	white-space: nowrap;
	
}
.zhankr_slogin_wechat a{
	display: block;
    color: #fff;
    padding: 0 30px;
    border-radius: 3px;
    font-size: 16px;
    background: #2bac19;
    border-radius: 50px;
}

.zhankr_slogin_weibo {
    border-radius: 10%;
    display:inline-block !important;
    zoom:1;
    display:inline;
    line-height:40px;
    height:40px;
    margin:0 8px;
    white-space: nowrap;

}
.zhankr_slogin_weibo a {
    display: block;
    background: #ec2546;
    color: #fff;
    padding: 0 30px;
    border-radius: 3px;
    font-size: 16px;
    border-radius: 50px;
}


@media (max-width:768px) {
.zhankr_slogin {
	display: none;
	
}
}
/*游客提示登录*/

/*首页cms菜单模块-2*/
.hide_sm{display: flex;}
.container .col-1-4{float: left;box-sizing: border-box;margin-right: 7.3333px;width: 100%;}
.container .col-1-4:last-child{margin-right: 0;}
@media (min-width:768px){.container .col-1-4{width: 50%}}
@media (min-width:1024px){.container .col-1-4{width: 25%}}
@media (min-width:768px){.home-first .h-images:after{display: none}}
@media (min-width:768px){.home-first .h-images{display: box;display: -ms-flexbox;display: flex;width: 100%;justify-content: space-between}}
@media (min-width:1024px){.home-first .h-images{width: 25%}}
.home-first .h-images .item-tuwen{float: left;padding: 0 6.5px;width: 50%}
@media (min-width:1024px){.home-first .h-images .item-tuwen{float: none}}
@media (min-width:1024px){.home-first .h-images{display: block;box-sizing: border-box;padding: 0 7.3333px}.home-first .h-images .item-tuwen{padding: 0;width: auto}}
.home-first .item-tuwen{margin-bottom: 15px}
@media (min-width:768px){.home-first .item-tuwen{margin-bottom: 13px}}
.home-first .item-tuwen a{position: relative;display: block;overflow: hidden;border-radius: 3px}
.home-first .item-tuwen a .thumb{padding-top: 57%;transition: all .2s;transform-origin: center}
.home-first .item-tuwen a strong{position: absolute;right: 0;bottom: 0;left: 0;z-index: 10;display: block;padding: .4em .8em .6em;background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);background-repeat: repeat-x;box-shadow: 0 -7px 15px rgba(0,0,0,.2);color: #fff;letter-spacing: .5px;font-weight: 700;font-size: 9pt;line-height: 1.3}
@media (min-width:768px){.home-first .item-tuwen a strong{letter-spacing: 1px;font-size: 14px;line-height: 1.4}}
.home-first .hf-widget{
    box-sizing: border-box;padding: 14px 17px 0;border: 1px solid #f2f2f2;
    margin: auto;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white
}
.ripro-dark .home-first .hf-widget{border: 0px solid #fff;
    background: #0056ff;
    box-shadow: 0 3px 10px rgb(0, 0, 0);
    background-color: #0056ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(0deg, #006eff, #13adff);
}
@media (min-width:768px){.home-first .hf-widget{overflow: hidden;height: 135px}}
@media (min-width:1024px){.home-first .hf-widget{margin-bottom: 0}}
.home-first .hf-widget [class*=" icon-"]:before,.home-first .hf-widget [class^=icon-]:before{margin: 0}
.home-first .hf-widget .hf-widget-title{margin-bottom: 14px;padding: 0 0 10px;border-bottom: 1px solid  #18cef2;color: #383838;letter-spacing: 1px;font-weight: 700;font-size: 15px;line-height: 20px;margin-bottom: 10px;}
.ripro-dark .home-first .hf-widget .hf-widget-title{border-bottom: 1px solid #696969;}
.ripro-dark .home-first .hf-widget .hf-widget-title a{color:#FFEB3B;}
.home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #448aff;}
.ripro-dark .home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #ffeb3b}
.home-first .hf-widget .hf-widget-title span{margin-left: 10px;color: #333;font-weight: 400;font-size: 9pt;line-height: 20px}
.ripro-dark .home-first .hf-widget .hf-widget-title span{margin-left: 10px;color: #ffeb3b;font-weight: 400;font-size: 9pt;line-height: 20px}
@media (min-width:1024px){.home-first .hf-widget .hf-widget-title span{display: none}}
@media (min-width:1330px){.home-first .hf-widget .hf-widget-title span{display: inline}}
.home-first .hf-widget .hf-widget-title .pages{float: right;padding-top: 2px}
.home-first .hf-widget .hf-widget-title .pages .next,.home-first .hf-widget .hf-widget-title .pages .prev{float: left;margin: 0;padding: 0 3px;height: 1pc;border: 0px solid #eee;color: #18cef2;font-size: 15px;line-height: 15px;cursor: pointer;border-radius: 50px;}
.home-first .hf-widget .hf-widget-title .pages .next:hover,.home-first .hf-widget .hf-widget-title .pages .prev:hover{color: #448aff}
.home-first .hf-widget .hf-widget-title .pages .prev{border-right: none}
.home-first .hf-widget .hf-tags{margin-bottom: -10px}
@media (min-width:768px){.home-first .hf-widget .hf-tags{overflow: hidden;height: 4pc}}
.home-first .hf-widget .hf-tags a{display: inline-block;margin: 0 5px 10px;padding: 0 5px;height: 22px;border-radius: 2px;background: #ecf0f3;color: #888;white-space: nowrap;font-size: 9pt;line-height: 22px;word-break: break-all}
.home-first .hf-widget .hf-tags a.style_orange,.home-first .hf-widget .hf-tags a:hover{background: #448aff;color: #fff;}
.ripro-dark .home-first .hf-widget .hf-tags a{border-radius: 4px;background: transparent;color: #ffffff;;}
 .ripro-dark .home-first .hf-widget .hf-tags a:hover{ background: #ff1207; color: #f6f6f6;}
.home-first .hf-widget-4 .hf-widget-content{color: #888;font-size: 14px}
.home-first .hf-widget-4 .hf-widget-content a{color: #888}
.home-first .hf-widget-4 .hf-widget-content a:hover{color: #ffc107;}
.ripro-dark .home-first .hf-widget-4 .hf-widget-content a{color: #eee}
.ripro-dark .home-first .hf-widget-4 .hf-widget-content a:hover{color: #fff;}
.home-first .hf-widget-4 .hf-widget-content h3{overflow: hidden;height: 22px;font-weight: 400;font-size: 13px;line-height: 22px;margin: 0 0 10px;}
.home-first .hf-widget-4 .hf-widget-content em{float: right;padding: 0 5px;height: 22px;border-radius: 2px;background: #fff5ef;color: #ff5c00;font-style: normal;font-size: 9pt;line-height: 22px}
.home-first .hf-widget-4 .hf-widget-content ul li{margin-bottom: 5px}
.home-first .hf-widget-4 .hf-widget-content ul li:last-child{margin-bottom: 0}
.home-first .hf-widget-1 .hf-widget-content a{color: #888}
.ripro-dark .home-first .hf-widget-1 .hf-widget-content a{color: #fff}
.ripro-dark .home-first .hf-widget-1 .hf-widget-content a:hover{color: #ffeb3b;}
.home-first .hf-widget-1 .hf-widget-content a:hover{color: #69a1ff;}
.home-first .hf-widget-1 .hf-widget-content li{float: left;box-sizing: border-box;padding: 0 10px;width: 25%;text-align: center;font-size: 9pt}
.home-first .hf-widget-1 .hf-widget-content li .thumb{margin: 0 auto 4px;padding-top: 36px;width: 36px}
.home-first .hf-widget-1 .hf-widget-content li span{display: block; height: 16px; line-height: 16px; overflow: hidden;}
.home-first .hf-widget-1 .hf-widget-content .scroll-h{margin: 0 -10px;}
.home-first .scroll-h{position: relative;overflow: hidden;height: 56px;}
.home-first .scroll-h ul{list-style: none;position: absolute;top: 0;left: 0;width: 100%;transition: all .2s; margin:0;padding-left:0;}
.home-first .scroll-h ul:after,.home-first .scroll-h ul:before{clear: both;display: block;visibility: none;height: 0;content: "";line-height: 0}
.home-first .scroll-h .holdon{position: absolute;top: 0;left: 100%}
.home-first .scroll-h .holdon-prev{left: -100%}
.home-first .hf-widget-hot-cats .hhicon{display: inline-block;margin-bottom: 5px;width: 36px;height: 36px;border-radius: 100%;background: #e8fbff;color: #448aff;text-align: center;font-size: 20px;line-height: 36px;}
.ripro-dark .home-first .hf-widget-hot-cats .hhicon{background: #e8fbff;color: #2196f3;}
.home-first .hf-widget-hot-cats .scroll-h li a{display: block}
.home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon{background: #448aff;color: #fff;}
.ripro-dark .home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon{background: #ffeb3b;color: #fff;}
.home-first .thumb{position: relative;display: block;overflow: hidden;padding-top: 66.7%;width: 100%;height: 0;background-color: transparent;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .2s}
.home-first i{font-weight: 300}
@media screen and (max-width:720px){.home-first .hf-widget-1 .hf-widget-content .scroll-h,.home-first .hf-widget-content{margin: 1pc -10px}}
@media (max-width: 768px){.sxweb {display:none;}}
.zhankr-bj{
	background: #f4faff;
	padding-bottom: 0px !important;
}
.ripro-dark .zhankr-bj{
	background: #0e1032;
}
/*首页cms菜单模块-2*/

/*添加评论之星VIP等级*/
.cvp,.cvip,.cvip1,.cvip2,.cvip3,.cvip4,.cvip5,.cvip6,.cvip7{background: url(/wp-content/themes/ripro-chlid/images/vip.png) no-repeat;display: inline-block;overflow: hidden;border: none;}
.cvp{background-position:-515px -2px;width: 16px;height: 16px;margin-bottom: -3px;}
.vp:hover{background-position:-515px -22px;width: 16px;height: 16px;margin-bottom: -3px;}
.cvip{background-position:-494px -3px;width: 16px;height: 14px;margin-bottom: -2px;}
.cvip:hover{background-position:-494px -22px;width: 16px;height: 14px;margin-bottom: -2px;}
.cvip1{background-position:-1px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip1:hover{background-position:-1px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip2{background-position:-63px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip2:hover{background-position:-63px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip3{background-position:-144px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip3:hover{background-position:-144px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip4{background-position:-227px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip4:hover{background-position:-227px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip5{background-position:-331px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip5:hover{background-position:-331px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip6{background-position:-441px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip6:hover{background-position:-441px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip7{background-position:-611px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.cvip7:hover{background-position:-611px -22px;width: 46px;height: 14px;margin-bottom: -1px;}

/*优快讯*/
.youkuaixun-header h1 {
    font-size: 12px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    margin: 0 0 15px 0;
}
.youkuaixun-header{
	padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-top: 20px;
}
.youkuaixun-title{
	font-size: 13px;
    text-align: center;
    color: #555;
    font-weight: 400;
}
strong { font-weight: normal;}
.youkuaixun {
position: relative;
}
.youkuaixun h2{
	color: #555;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
	margin-top: -30px;
    font-size: 15px;
}
.ripro-dark .youkuaixun h2{
	color: #ffc107;
}
.youkuaixun li {
padding: 8px 0;
display: block;
}
.youkuaixun-content {
box-shadow: 0 0 1px RGBA(0,0,0,.15);
    background-color: #f6f6f62e;
    border: 1px #ccc0 solid;
    border-radius: 4px;
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 0 30px 0 40px;
    letter-spacing: 1px;
    padding: 20px 20px 0px 30px;
    color: #666;
    min-height: 60px;
    position: relative;
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP Printers */
	word-wrap: break-word; /* IE 5+, 文本行的任意字内断开 */
}
.youkuaixun-content p{margin:0;margin-top: -60px;}
/*作者*/
.youkuaixun-meta {text-align: right;letter-spacing: 0px;margin-top:-15px;}
.youkuaixun-meta span{background-color:#f9f9f9;border-radius:3px;padding:2px 5px;font-size:13px}
.youkuaixun-meta a {color: #666 !important;}
/*年月日*/
.calendar{text-align:center;position:relative;margin-bottom:5px;margin-right:-5px;margin-top:0;border:1px solid #c9c9c9;-webkit-border-top-left-radius:7px;-webkit-border-bottom-right-radius:7px;border-radius-topleft:7px;border-radius-bottomright:7px;border-top-left-radius:7px;border-bottom-right-radius:7px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;top:20px;float:left;margin-left: 3px;-webkit-box-shadow:#c6c6c6 1px 1px 3px;box-shadow:#c6c6c6 1px 1px 3px}
.calendar-year{
	text-align: center;
    position: relative;
    margin-bottom: -50px;
    margin-right: -5px;
    margin-top: 0;
    -webkit-border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    top: -25px;
    float: left;
    margin-left: 27px;
	color: #bbb;
	}
.cal-year{color:#b2b1b2;background-color:#e9e9e9;text-shadow:white -1px -1px 1px;-webkit-border-top-left-radius:6px;border-radius-bottomleft:6px;border-bottom-left-radius:6px;letter-spacing:-2px;font:bold 15px Helvetica,"Arial Rounded MT Bold",Geneva,sans-serif;padding:1px 4px 2px 0;text-align:center;border:1px solid #fff}
.cal-month{-webkit-border-top-left-radius:6px;border-radius-topleft:6px;border-top-left-radius:6px;font-size:10px;font-weight:bold;color:#fff;letter-spacing:0;text-transform:uppercase;padding:3px 10px}
.cal-date{color:#222;background-color:#e9e9e9;text-shadow:white -1px -1px 1px;-webkit-border-bottom-right-radius:6px;border-radius-bottomright:6px;border-bottom-right-radius:6px;letter-spacing:-2px;font:bold 21px Helvetica,"Arial Rounded MT Bold",Geneva,sans-serif;padding:1px 4px 2px 0;text-align:center;border:1px solid #fff}
.month-01{background-color:#767c8f}.month-02{background-color:#345abe}.month-03{background-color:#37838d}.month-04{background-color:#55b06c}.month-05{background-color:#409ad5}.month-06{background-color:#be63c5}
.month-07{background-color:#f79445}.month-08{background-color:#4e1e00}.month-09{background-color:#a04262}.month-10{background-color:#284461}.month-11{background-color:#4d1d77}.month-12{background-color:#af1919}
/*波浪线*/
.youkuaixun li em{float:left;background:url("bolangxian.png") no-repeat;width:55px;height:10px;margin:42px 0 0 26px;}
/*头像*/
.youkuaixun .avatar{border-radius: 50%;
    margin: 0px 10px 0 -40px;
    float: left;
    padding: 0px;
    border: 1px #ddd solid;
    display: block;
    transition: .5s;
    width: 25px;
    height: 25px;
    overflow: hidden;
	box-shadow: 0px 0px 5px 1px rgb(41, 83, 252);
	}
.youkuaixun li:hover .avatar {
transform: rotate(360deg);-webkit-transform: rotate(720deg);-moz-transform: rotate(720deg);border-color: #0c0;}
/*前面的轴*/
.youkuaixun:before {
height: 100%;
width: 2px;
background: #eee;
position: absolute;
left: 30px;
content: "";
top:0px;
}
.youkuaixun-content:before {
position: absolute;
    top: -15px;
    bottom: 0px;
    left: -46px;
    background: #fff;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    content: "";
    box-shadow: inset 0 0 2px #2c50fd;
}
.youkuaixun-content:after {
    position: absolute;
    top: -13px;
    bottom: 0px;
    left: -44px;
    background: #0590f9;
    height: 8px;
    width: 8px;
    border-radius: 6px;
    content: "";
}
.youkuaixun li:hover .youkuaixun-content:after {
background: #0c0;
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
}
.youkuaixun li:hover .youkuaixun-content:before {-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);}
/*后面的轴*/
.youkuaixun li:hover .youkuaixun-meta:after {
background: #0c0;
}
@media screen and (max-width: 550px) {
.youkuaixun-content {margin:0 30px 0 30px;padding: 10px 3px 0px 8px;font-size:0.9em;}
.calendar{left: -46px;top:8px;margin-right:-46px;}
.cal-month{font-size:8px;padding:0px 3px}
.cal-date{font:bold 13px Helvetica,"Arial Rounded MT Bold",Geneva,sans-serif;}
.calendar-year{left: -46px;top:26px;}
.cal-year{font:bold 9px Helvetica,"Arial Rounded MT Bold",Geneva,sans-serif;padding:0 1px 0 0;}
.youkuaixun:before {left: 20px;}
.youkuaixun-content:before {left: -16px;top:25px;}
.youkuaixun-content:after {left: -14px;top:27px;}
.youkuaixun:after {right: 20px;}
.youkuaixun .avatar{margin: 16px -17px 0 5px;width: 30px;height: 30px;}
.youkuaixun li em{float:left;width:10px;height:10px;margin:25px 0 0 -12px;}
.youkuaixun-meta span{font-size:10px}
}
/*优快讯*/

/*资源标签*/
 .xinghai-tab-dj {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #fd721f;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-tj {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #2196F3;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-jp {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-zx {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #fd9d2f;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-ycs {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #5342e4;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-2k {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #8660ec;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-meihua {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #e643f4;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.xinghai-tab-jishou {
   /* margin-left: 8px;*/
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #18257f;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}

/*分类页新增栏目*/
.zhankr_type_bj {
    background-color: #f33a0e;
    height: 60px;
    border-radius: 20px 20px 0 0;
}
.zhankr_type_bj i {
    font-size: 18px;
    margin-left: 33px;
    color: #fff;
}
.zhankr_type_bj span {
    line-height: 56px;
    padding-left: 100px;
    position: relative;
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,.49);
}
.zhankr_type_bj span .text-p {
    position: absolute;
    top: 6px;
    text-shadow: none;
    line-height: 19px;
    font-size: 14px;
    background: #fff;
    right: -138px;
    font-weight: 400;
    border-radius: 8px 0 8px 0;
    padding: 4px 12px;
    color: #ed1c24;
}
.openVip-Btn {
    float: right;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
    border-radius: 4px;
    margin-right: 80px;
    padding: 0 8px;
    background-image: none;
    background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
    background-size: 1400% 300%;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    color: #fff;
    border: 0px solid #DDDDDD;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #ff8a00;
}
@media (max-width: 768px){
.zhankr_type_bj span .text-p {
    display: none;
}
}
.filter--content {
    padding: 0px;
}
.zhankr_lmdh{
	padding: 20px;
}

.header_search .search_form .search_input{width:238px}
.header_search{width:620px;height:42px;float:left;left:34%;position:absolute}
.header_search input{background:0 0;border-radius:0;outline:0;resize:none;appearance:none}
.header_search .search_form .search_input{float:left;width:268px;height:38px;border:1px solid #ddd;border-right:none;border-radius: 30px 0 0 30px;    position: relative;
    font-size: 14px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;}
.header_search .search_form .search_input input{width:267px;border:none;color:#999;font:14px tahoma,PingFangSC,microsoft yahei ui,microsoft yahei,sans-serif;font-size-adjust:none;overflow:hidden;position:absolute;border-radius: 50px 0 0 50px ;}
.header_search .search_btn{width:80px;height:38px;line-height:38px;display:block;float:left;border-radius: 0 30px 30px 0;border:none;cursor:pointer;background:linear-gradient(125deg,#61be33 0,#61be33 100%)}
.header_search .search_btn:hover{opacity:.8}
.header_search .search_btn .icon_search{display:block;width:80px;height:40px;margin:2px auto 0;background:url(/wp-content/themes/ripro-chlid/images/index_icons.png) no-repeat -68px -82px}
.selected_type{position:relative;cursor:pointer;width:75px;height:38px;line-height:38px;display:inline-block;padding-left:9px;color:#666}
.selected_type:after{border:5px solid transparent;border-top:6px solid #d2d2d2;width:0;height:0;position:absolute;top:18px;right:6px;content:' ';transition:all .3s;-webkit-transition:all .3s}
.search_filter_selected dl.search_type{display:block}
.search_filter_selected .selected_type:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:12px}
.search_filter .search_type{display:none;position:absolute;left:-1px;top:38px;z-index:999;background-color:#fff;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.12);box-sizing:border-box;padding:5px 0;width:88px}
.search_filter .search_type dd{cursor:pointer;color:#666;font-size:14px;padding:6px 12px;text-align:left}
.search_filter .search_type dd:hover{background-color:#0099ed;color:#fff}
.header_search .hotword{float:left}
.header_search .hotword{font-size:12px;width:550px;overflow:hidden}
.header_search .hotword a{color:#999;margin:0 9px}

/*仿优设底部收藏*/
.footer-fav {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #f7fafc;
	background: #edf3f9
}

@media (min-width:768px) {
	.footer-fav {
		overflow: visible;
		width: auto;
		background: #edf3f9
	}
}

.footer-fav .container {
	overflow: visible;
	padding-top: 36px;
	padding-bottom: 36px
}

.footer-fav .site-info {
	width: 60%
}

@media (min-width:768px) {
	.footer-fav .site-info {
		display: inline-block;
		width: auto
	}
}

.footer-fav .site-info h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.4
}

@media (min-width:768px) {
	.footer-fav .site-info h2 {
		font-size: 26px
	}
}

.footer-fav .site-info h2 a {
	color: #000
}

.footer-fav .site-info .site-p {
	margin-bottom: 10px
}

.footer-fav .site-info .site-p p:first-child:after {
	content: ','
}

@media (min-width:768px) {
	.footer-fav .site-info .site-p {
		margin-bottom: 0
	}

	.footer-fav .site-info .site-p p:first-child:after {
		content: ''
	}
}

.footer-fav .site-info p {
	display: inline;
	margin-bottom: 10px;
	color: #797979;
	font-size: 9pt;
	line-height: 1.8
}

@media (min-width:768px) {
	.footer-fav .site-info p {
		display: block;
		margin-bottom: 0;
		font-size: 14px
	}
}

.footer-fav .site-fav {
	padding-top: 5px
}

@media (min-width:768px) {
	.footer-fav .site-fav {
		float: right;
		display: block;
		padding-top: 24px
	}
}

.footer-fav .site-fav .btn-orange {
	padding: 0 1.2em;
	font-size: 14px;
	line-height: 2.5
}

@media (min-width:768px) {
	.footer-fav .site-fav .btn-orange {
		padding: 0 2em;
		color: #fff;
		font-size: 1pc;
		line-height: 3.5
	}
}

.footer-fav .site-girl {
	position: absolute;
	bottom: 0;
	left: 50%
}

.footer-fav .site-girl .girl {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	transition: all .3s
}

@media (min-width:768px) {
	.footer-fav .site-girl .girl {
		left: -50px
	}
}

.footer-fav .site-girl .girl:after {
	position: absolute;
	top: 40%;
	left: 100%;
	display: block;
	visibility: hidden;
	color: #a7a7a7;
	content: 'Hi~';
	font-size: 20px;
	opacity: 0;
	transition: all .2s;
	transition: all .3s
}

.footer-fav .site-girl .thumb {
	display: block;
	padding-top: 116.667%
}

.footer-fav .site-girl .girl-info {
	margin-bottom: 55px;
	margin-left: 150px
}

.footer-fav .site-girl h4 {
	color: #797979;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8
}

.footer-fav .site-girl a {
	color: #797979
}

.footer-fav .site-girl a:hover {
	color: #ff5c00
}

@media (min-width:768px) {
	.footer-fav:hover .site-girl .girl {
		left: -5pc
	}

	.footer-fav:hover .site-girl .girl:after {
		visibility: visible;
		opacity: 1;
		transition: all .2s
	}
}

@media (max-width:767px) {
	.footer-fav .btn-group>.btn:last-child {
		border-radius: 3px
	}
}

@media (max-width:767px) {
	.home .footer-fav {
		display: none
	}
}
.btn-orange {
	display: block;
	outline: 0;
	border: none;
	border-radius: 3px;
	background: #746afc;
	color: #fff;
	text-align: center;
	line-height: 2.4;
	cursor: pointer
}

/*今日下载次数统计*/
.author-card .down-info, .author-card .aff-info {
    padding: 5px 0;
    /*border-top: 1px solid #232425;*/
}

.text-center {
    text-align: center!important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    
}
.btn-light1 {
    color: #212529;
    background-color: #38cd3e;
    border-color: #f8f9fa;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    font-size: 1rem;
    line-height: 1.5;
}
.btn-light2 {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-size: 1rem;
    line-height: 1.5;
}
.btn-light3{
    color: #212529;
    background-color:#ffc107;
    border-color: #f8f9fa;
    font-size: 1rem;
    line-height: 1.5;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/*节日灯笼*/
.post-grid .cao-cover,.post-list .cao-cover,.menu-post .cao-cover{ pointer-events:none !important;}
.deng-box{position:fixed;top:30px;left:0px;z-index:9999;}
.deng-box1{position:fixed;top:150px;left:0px;z-index:9999;}
@media (max-width:767px){.deng-box,.deng-box1{display:none;}}
.deng-box1 .deng{position:relative;width:120px;height:90px;margin:50px;background:#d8000f;background:rgba(216,0,15,0.8);border-radius:50% 50%;-webkit-transform-origin:50% -100px;-webkit-animation:swing 5s infinite ease-in-out;box-shadow:-5px 5px 30px 4px rgba(252,144,61,1);}
.deng{position:relative;width:120px;height:90px;margin:50px;background:#d8000f;background:rgba(216,0,15,0.8);border-radius:50% 50%;-webkit-transform-origin:50% -100px;-webkit-animation:swing 3s infinite ease-in-out;box-shadow:-5px 5px 50px 4px rgba(250,108,0,1);}
.deng-a{width:100px;height:90px;background:#d8000f;background:rgba(216,0,15,0.1);margin:12px 8px 8px 10px;border-radius:50% 50%;border:2px solid #dc8f03;}
.deng-b{width:45px;height:90px;background:#d8000f;background:rgba(216,0,15,0.1);margin:-4px 8px 8px 26px;border-radius:50% 50%;border:2px solid #dc8f03;}
.xian{position:absolute;top:-20px;left:60px;width:2px;height:20px;background:#dc8f03;}
.shui-a{position:relative;width:5px;height:20px;margin:-5px 0 0 59px;-webkit-animation:swing 4s infinite ease-in-out;-webkit-transform-origin:50% -45px;background:#ffa500;border-radius:0 0 5px 5px;}
.shui-b{position:absolute;top:14px;left:-2px;width:10px;height:10px;background:#dc8f03;border-radius:50%;}
.shui-c{position:absolute;top:18px;left:-2px;width:10px;height:35px;background:#ffa500;border-radius:0 0 0 5px;}
.deng:before{position:absolute;top:-7px;left:29px;height:12px;width:60px;content:" ";display:block;z-index:999;border-radius:5px 5px 0 0;border:solid 1px #dc8f03;background:#ffa500;background:linear-gradient(to right,#dc8f03,#ffa500,#dc8f03,#ffa500,#dc8f03);}
.deng:after{position:absolute;bottom:-7px;left:10px;height:12px;width:60px;content:" ";display:block;margin-left:20px;border-radius:0 0 5px 5px;border:solid 1px #dc8f03;background:#ffa500;background:linear-gradient(to right,#dc8f03,#ffa500,#dc8f03,#ffa500,#dc8f03);}
.deng-t{font-family:华文行楷,Arial,Lucida Grande,Tahoma,sans-serif;font-size:3.2rem;color:#dc8f03;font-weight:bold;line-height:85px;text-align:center;}
.night .deng-t,.night .deng-box,.night .deng-box1{background:transparent !important;}@-moz-keyframes swing{0%{-moz-transform:rotate(-10deg)}50%{-moz-transform:rotate(10deg)}100%{-moz-transform:rotate(-10deg)}}@-webkit-keyframes swing{0%{-webkit-transform:rotate(-10deg)}50%{-webkit-transform:rotate(10deg)}100%{-webkit-transform:rotate(-10deg)}}
@media (max-width: 1500px){ .deng-box,.deng-box1{ display: none; } }
@media (max-width:768px){.downinfo .btn--block{line-height:24px;width:100%!important}.zy h2{margin:5px;width:100%!important}#sch_banner{padding:5px 10px 10px!important }.meta .serv li{ padding:10px 0px 0px !important}.meta .serv{ padding-bottom:10px !important; margin:0px 1em 0px 0px !important}}.downinfo .btn--block{min-width:180px}.buy span.Tips{color:#fff!important}.navbar .showzx{color:#ff1841}.type_icont_2{background:linear-gradient(90deg,#ffc107,#ff7365,#ff82ea,#ffc107);background-size:1400% 300%;animation:mymove 10s ease infinite;-webkit-animation:mymove 10s ease infinite;-moz-animation:mymove 10s ease infinite;color:#fff!important; height:30px !important;line-height:30px !important;border-radius:20px !important;border:none;margin-left:20px}@keyframes mymove{0%{background-position:0 0}50%{background-position:50% 100%}100%{background-position:100% 0}}

/*用户下拉框新增推广链接*/
.header-box .tg-xinghai {
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 5px;
    padding-left: 10px;
    color: #fff;
    background: linear-gradient(125deg,#f90202 0%, #2f49fd 100%);
}

.ripro-dark .header-box .tg-xinghai {
    color: #fff;
}
.header-box .tg-xinghai em {
    float: right;
    color: #fff;
    padding-right: 10px;
    position: absolute;
    right: 0;
    font-style: normal;
}
.ripro-dark .header-box .tg-xinghai em  {
    color: #ffc107 ;
}

/*首页分类CMS美化更多*/
.post-list {
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(52,73,94,.1);
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}
.choosetype {
    text-align: center;
}
.choosetype a {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 28px;
    margin: -14px 10px 24px 10px;
    color: #777;
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: #eff1f4;
}
.choosetype a:hover {
background: linear-gradient(-125deg,#0295f9 0%, #2f49fd 100%);
box-shadow: 0 8px 10px rgba(32,160,255,.3);
color: #ffffff;
border: 1px solid #0b85f9;
}
@media (max-width: 767px){
.choosetype a {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 28px;
    margin: 10px 10px;
    color: #666;
    border: 1px solid #ffffff00;
    border-radius: 15px;
}
}
.modular-title-2 .section-title {
    margin-bottom: 40px;
}

@media (max-width: 767px){
.modular-title-2 .section-title {
    font-size: 15px;
    margin-bottom: 20px;
}
}



/*文章底部公众号标签*/
.gzhzm{
				margin:0 auto; /*块居中*/
				height:150px;/*块高*/
				width:470px;/*块宽*/
				box-shadow:0 0px 5px 5px #f6f6f6;/*设置阴影*/
				margin-top:40px;/*顶部边距*/
				border-radius:10px;/*块圆角值*/
				}
.gzhimg{
				float: left;		/*居左显示*/
				width: 110px;		/*图片宽*/
				margin-top: 20px;	/*img距离盒子顶部边距*/
				margin-left: 30px;	/*img距离盒子左侧边距*/
				}
.gzhp 	{
				margin-left: 160px;/*文字距离盒子左侧的距离*/
				line-height:30px/*行距*/
				
				}
.gzhzm2{
				margin-left: 160px;/*文字距离盒子左侧的距离*/
				font-size:14px;/*字号*/
				line-height:1.5;/*行距*/
				color:#919191/*文字颜色*/;
				}
				
@media (max-width:767px) {
.gzhzm {
		display: none
	}
}

/*运营模块*/
@media (min-width:992px){.newworklist .col-lg-8{flex:0 0 0!important;max-width:none!important}
}
@media (max-width:768px){.billboard,.newworklist,.seanggwrap,.slideTxtBox,.subnav,.top-dvertisement,.diamond-vip,.wic_slogin,.free-theme-tag,.jing-theme-tag{display:none}
}
.ripro-dark .newworklist {background: rgb(0, 0, 0, 0);}
.mfr{float:right}
.newworklist{overflow:hidden;background:#ecf0f3;width:100%}
.newworklist h1{color:#333;font-size:24px;text-align:center;margin:60px 0 23px;font-weight:700}
.newworklist .choosetype{text-align:center}
.newworklist .choosetype a{display:inline-block;width:96px;height:30px;line-height:30px;margin:24px 10px;color:#666;border:1px solid #dedede;border-radius:15px}
.newworklist .choosetype a.on,.newworklist .choosetype a:hover{color:#008040;border:1px solid #008040;border-radius:15px}
.indexNews{width:615px;height:485px;background-color:#fff;position:absolute;border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;z-index: 10}
.indexNewsNav{margin:0;padding:0;background-color:#ed1c24;overflow:hidden;border-radius: 20px 20px 0 0}
.indexNewsNav li{float:left;width:50%}
.indexNewsNav li a{font-size:22px;font-weight:400;display:block;background-color:#FFEB3B;width:100%;height:46px;line-height:46px;color:#000;text-align:center}
.indexNewsNav li a.active{background-color:#FF5722;color:#fff;font-size:22px;font-weight:400}
.indexDynamic{padding:20px;display:none}
.wrapInner .active{display:block;}
.dynamicItem{overflow:hidden;background-color:#f6f6f6;margin-top:12px;border-radius: 4px;}
 .ripro-dark .dynamicItem{overflow:hidden;background-color:#171819;margin-top:12px;border-radius: 4px;}
.dynamicItem:first-child{margin-top:0}
.dynamicItem:hover{background-color:#8BC34A;transition:.3s,color .5s}
.dynamicItem:hover h3{color:#fff;transition:.3s,color .5s}
.dynamicItem:hover p{color:#fff;transition:.3s,color .5s}
.dynamicItem:hover span{color:#f6f6f6}
.dynamicPic{float:left;width:100px;height:90px}
.dynamicPic img{height: 90px!important;border-radius: 0px}
.dynamicTit{float:right;padding:18px 16px 0 16px;width:468px;font-size:12px;color:#999}
.dynamicTit h3{font-size:14px;height:17px;overflow:hidden;font-weight:400;line-height:17px;padding:0!important;margin:0!important}
.dynamicTit h3 a{color:#666}
.dynamicTit p{height:30px;line-height:30px;overflow:hidden;color:#999;padding:0!important;margin:0!important}
.servicesBox{width:798px}
.servicesBox .serBox{cursor:pointer;width:246px;height:232px;float:left;overflow:hidden;background-color:#fff;position:relative;margin:0 0 20px 20px;    border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;}
.servicesBox .serBoxOn{display:none;width:246px;height:232px;background-color:#535353;position:absolute;left:0;top:0;z-index:2}
.servicesBox .serBox .pic1{width:110px;height:110px;text-align:center;position:absolute;top:96px;right:68px}
.servicesBox .serBox .pic2{width:110px;height:110px;text-align:center;position:absolute;top:22px;left:-110px;z-index:21}
.servicesBox .serBox .txt1{width:192px;height:100px;color:#000;position:absolute;top:20px;left:27px}
.servicesBox .serBox .txt2{width:220px;height:100px;color:#fff;position:absolute;top:145px;right:-240px;z-index:20;text-align:center}
.servicesBox .serBox h3.tit{font-size:20px;display:block;text-align:center}
.servicesBox .serBox .txt1 .tit{font-size:22px;font-weight:400;color:#000;line-height:25px;border:rgba(238,238,238,0) 1px solid}
.servicesBox .serBox .txt2 a{color:#fff;width:100%}
.servicesBox .serBox span{line-height:30px}
.servicesBox .serBox p{text-align:center}

/*双栏广告*/
.top-dver-item{float:left;position:relative}
.top-dver-item:nth-child(2n+0){float:right}
.top-dver-item img{width:100%;height:auto ;box-shadow:0 4px 12px 0 rgba(52,73,94,0.1);margin-top: 7px; border-radius: 20px;box-sizing: border-box;background: #ecf0f3;box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;}
.ripro-dark .top-dver-item img{box-shadow: 0 3px 10px rgb(0, 0, 0);margin-top: 7px;}
.img-info{position:absolute;right:5px;top:10px;padding:0;text-align:right;color:#fff}
.img-info i{position:relative;display:inline-block;color:rgba(251,251,251,.55);font-size:18px;line-height:19px;text-align:center;z-index:9;font-style:inherit;animation:fade 1s infinite;-webkit-animation:fade 1s infinite}
.img-info .info{position:absolute;bottom:1px;right:1px;width:0;padding:5px 0 5px;overflow:hidden;background:#ed1c24;border-radius:10px;line-height:10px;text-align:center;font-size:10px;color:#fff;white-space:nowrap}
.img-info .info a{color:#fff}
.h-images .item-tuwen .info a{display:inline-block!important;height:auto!important}
.img-info .info a{color:#fff}
.h-images .item-tuwen .info a{display:inline-block!important;height:auto!important}
.inner:hover .info,.item-tuwen:hover .info,.top-dver-item:hover .info{width:auto;padding:5px 23px 5px 12px;-webkit-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-moz-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-ms-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;-o-transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;transition:all .2s cubic-bezier(0,.34,.71,1.26)!important;font-size:12px;z-index:1}
@media (min-width:992px){.newworklist .col-lg-8{flex:0 0 0!important;max-width:none!important}
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*微信弹窗分享开始*/
/*关闭弹窗*/
        .popBox {
            display: none;
        }
 
        /*打开弹窗*/
        .popBox:target {
            align-items: center;
            display: flex;
            justify-content: center;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
 
        /*设置弹窗内容*/
        .popBox .con {

            border-radius: 5px;
            padding: 1.5rem;
            position: relative;
            z-index: 3;
        }
 
        /*关闭按钮*/
        .popBox .close::after {
            align-items: center;
            color: white;
            content: "×";
            cursor: pointer;
            background-color: #E91E63;
            border-radius: 50%;
            display: flex;
            font-size: 1.25rem;
            justify-content: center;
            position: absolute;
            right: -2.5rem;
            top: -2.5rem;
            height: 2rem;
            width: 2rem;
            z-index: 2;
        }
 
        /*弹窗遮罩层*/
        .popBox::before {
            content: "";
            cursor: default;
            background-color: rgba(3, 3, 3, 0.7);
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 2;
        }

/*公安备案*/
.gonganbeian {
   width: 15px;
    height: auto;
    position: absolute;
    margin-left: 275px;
    margin-top: 5px;
}

/*vip提醒*/
.vip-current {
    padding: 15px 30px;
    margin: 30px 0;
    color: #171616;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}   

/*vip提醒*/
.ripro-dark .vip-current {
    color: #fff;
}   


/***二开CMS**/
.topic-title {
    height: 80px;
    color: #484747;
    text-align: left;
}

.topic-title .wlimit {
    display: inline-block;
    color: #ffc107;
    font-size: 20px;
    background-color: #171616;
    background: #f6f6f6;
    box-shadow:0px 0px 6px 6px #e6e6e6;
    padding: 4px 15px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    
}

.ripro-dark .topic-title .wlimit {
    display: inline-block;
    color: #ffc107;
    font-size: 20px;
    background-color: #171616;
    background: #171616;
    box-shadow:0 7px 10px rgb(0, 0, 0);
    padding: 4px 15px;
    position: relative;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 4px;
}

.topic-title .wlimit a {
    font-weight: 400;
    font-size: 25px;
}


.topic-title ul,.topic-title ul li {
    display: inline-block
}

.topic-title ul {
    float: right;
    margin-top: 0px;
}

.topic-title ul li em {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    font-family: SimSun
}

.topic-title ul li a {
    display: inline-block;
    margin-right: 11px;
    padding: 0 10px;
    height: 35px;
    color: #555;
    font-size: 13px;
    line-height: 35px;
    font-size: 18px;
    margin-top: 11px;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

.ripro-dark .topic-title ul li a {
    background-color: #171616;
    background: #555;
    box-shadow: 0 7px 10px rgb(0, 0, 0);
    color: #fff;
    
}

.topic-title ul li a:hover {
    /*background: #f5b344;*/
    box-shadow: 0px 0px 6px 6px #e6e6e6;
}

.ripro-dark .topic-title ul li a:hover {
        background: #61be33;
    box-shadow: 0px 0px 6px 6px #222;
}

/***内页选择****/
.nav-plate {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #171717;
    z-index: 99;
    width: 95px;
    text-align: center;
    font-size: 14px;
}

@media (max-width:767px) {
   .nav-plate {
		display: none
	}
}

.nav-plate > span {
    cursor: pointer;
}

.nav-plate:hover .nav-plate-item {
    display: block;
    clear: both;
}

.nav-plate-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: cover;
}

.nav-plate-item {
    display: none;
    position: absolute;
    top: -5px;
    right: 0;
    width: 95px;
    text-align: center;
    padding: 4px;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 2px 11px 0px rgba(0,87,255,0.24);
}

.nav-plate-item a {
    display: block;
    height: 100%;
    padding: 4px 0;
}

.nav-plate-item a:hover, .nav-plate-item a.active {
    color: #0057ff;
}

.filter--content ul:after {
    content: " ";
    display: table;
    clear: both;
}

.post-expire-time .ok {
    z-index: 999;
    border-radius: 0 4px 0 0;
}

/*弹出下载*/
.post-grid .cao-cover, .post-list .cao-cover, .menu-post .cao-cover,.grid .cao-cover ,.post .cao-cover{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background:  rgba( 0,0,0,.25);
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 25px;
    border-radius: 20px 20px 0 0;
}
.grid .cao-cover,.post .cao-cover{
    opacity: 0;
}
.grid .cao-cover:hover,.post .cao-cover:hover{
    opacity: 1;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}
.qtw-button.qtw-button--jx {
    border: 0;
    border: 0;
    background-image: linear-gradient(to right, #ff6363 0%, #495aff 100%);
    color: #fff;
    width: 160px !important;
    height: 40px !important;
    position: absolute;
    top: 83%;
    margin-top: -25px;
    left: 50%;
    margin-left: -80px;
    border-radius: 7px;
}
.entry-star{
    /*background-image: linear-gradient(to right, #f5b344 0%, #495aff 100%);*/
}
.related-posts-grid .cao-cover{
    display: inline;
}
/*弹出下载*/

/*侧边栏*/
@media (max-width:767px) {
	.bianlan {
		display: none
	}
}

/*手机菜单*/
.aini_foot_nav {
    border-top: 1px solid #eee;
    display: none;
    padding: 8px 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}


@media (max-width: 767px) {
    .aini_foot_nav {
        display:block;
    }
}

.aini_foot_nav .nohover {
    color: #00a1ff
}

.aini_foot_nav .iconjiahao {
    color: #ffffff
}

.aini_foot_nav .amy em {
    position: absolute;
    width: 8px;
    left: 50%;
    height: 8px;
    top: 0;
    margin-left: 5px;
    border-radius: 50%;
    border: 1px solid #fff
}

.aini_foot_nav li {
    width: 20%;
    text-align: center;
    float: left
}

.aini_foot_nav li a {
    width: 100%;
    display: block;
    color: #888
}

.aini_foot_nav li i {
    display: block;
    font-size: 28px;
    line-height: 26px
}

.aini_foot_nav li p {
    overflow: hidden;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    color: #888
}


.aini_foot_nav .foot_btn {
    width: 48px;
    padding: 5px 0;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin: 7px auto 0;
    border-radius: 2px
}

.aini_foot_nav li.aini_zjbtn a span i.foot_btn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    padding: 0;
    margin-top: 8px;
    background: #00a1ff;
    color: #fff
}


.aini_foot_nav li.aini_zjbtn a span {
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 30px);
    z-index: 110;
    width: 60px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    padding: 0 1px
}

.aini_foot_nav li.aini_zjbtn a {
    bottom: 0;
    left: calc(50% - 30px);
    width: 60px;
    height: 40px;
    border-radius: 50%;
    overflow: visible
}

.aini_foot_nav li.aini_zjbtn a em {
    display: block;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    z-index: 100;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.aini_foot_nav li.aini_zjbtn {
    overflow: visible;
    position: relative
}

.aini_foot_nav .bg_f {
    background: #fff !important
}

.aini_foot_nav .b_ok {
    border: 1px solid #efefef !important
}

.aini_foot_nav ul,.aini_foot_nav p,.pc {
    margin: 0;
    padding: 0
}

.aini_foot_nav ul,.aini_foot_nav p,.pc {
    margin: 0;
    padding: 0
}

/*优惠券弹窗*/
/* 弹窗 (background) */
.yhjmodal {
    display: none; /* 默认隐藏 */
    position: fixed; 
    z-index: 999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

/* 弹窗内容 */
.yhjmodal-content {
    position: relative;
    margin: auto;
    padding: 0;
    border: 0px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    border-radius: 8px;
    animation-duration: 0.4s
}

/* 添加动画 */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* 关闭按钮 */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.yhjmodal-header {
    padding: 5px;
    background-color: #61be33;
    color: white;
    border-radius: 8px 8px 0 0;
}

.yhjmodal-body {
    padding: 0px;
}

.yhjmodal-footer {
    padding: 3px;
    background-color: #232425;
    color: white;
    border-radius: 0 0 8px 8px;
}

/*锚点链接*/
.home-shape-arrow {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -38px;
    z-index: 1;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px) {
	.home-shape-arrow {
		display: none
	}
}


.mouse-down .mover:hover {
animation-play-state: paused;
}


.mouse-down{
    margin-top: -160px;
    display: inline-block;
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@keyframes mover{
  0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
  transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
  }
  40%,
  /*43%{*/
  /*transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);*/
  /*transform: translate3d(0,-3px,0);*/
  /*}*/
  /*70%{*/
  /*transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);*/
  /*transform: translate3d(0,-6px,0);*/
  /*}*/
  100%{
  transform: translate3d(0,-5px,0);
  }
}


/*业务广告*/
@media (max-width:767px) { .excerpts { display: none } } 
.ripro-dark .excerpt{background-color: #171616; }
.ripro-dark .excerpt>h2>a {color: #fff;}
.excerpts { min-height: 0; margin-right: -1%; margin-left: -1%; margin-bottom: 15px; min-height: 0px; margin-top: 35px; }
.excerpt { position: relative; display: inline-block; margin-right: .6%; margin-bottom: 2.5%; padding: 10px; border-radius: 6px; background-color: #fff; background-clip: padding-box; vertical-align: top; opacity: 1; transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1); transform: translate(0,0); margin-left: 1%; } 
.excerpt-c5 { width: 18%;position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white; }
.excerpt .tool-img { margin-bottom: 6px; height: 106px; border-radius: 4px; position: relative; overflow: hidden; box-shadow: 0 0 4px rgba(0,0,0,.1); transition: all .4s; }
.excerpt:hover .tool-img img { transform: scale(1.22) rotate(13deg); } 
.excerpt .tool-img img { display: block; width: auto; height: 106px; margin: 0 auto; transform: translateZ(0); transition: all .4s ease; backface-visibility: hidden; } 
.excerpt>h2>a { font-size: 18px; color: #555; font-weight: 700; line-height: 1.2; margin: 0 40px; } 
.excerpt>h2>a:hover { color: #01CDB8; }


/*VIP弹出框*/
.diamond {
    position: absolute;
    top: 55px;
    left: 100%;
    display: none;
    margin-left: -650px;
    padding: 15px;
    height: auto;
    border-radius: 6px;
    background: #fff;
    z-index: 200;
    width: 330px;
}
.ripro-dark .diamond {
    background: rgba(2,10,18,.8);
}

.diamond .imgs {
    display: inline-block;
    overflow: hidden;
    width: 300px;
    height: 83px;
    border-radius: 4px
}

.diamond .imgs img {
    width: 100%;
    height: 100%
}

.diamond .kt {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 11px;
    width: 300px;
    height: 36px;
    border-radius: 45px;
    background-image: linear-gradient(135deg,#448aff,#18cef2);
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}

.diamond .kt:hover {
    background-image: linear-gradient(135deg,#18cef2 0%,#448aff 100%);
}

.diamond .kt em {
    position: absolute;
    top: -26px;
    right: 12px;
    width: 95px;
    height: 34px;
    background: url(../ripro-chlid/assets/images/newuser.png) 1px -775px no-repeat;
    font-size: 12px;
    line-height: 28px
}

.diamond ul {
    margin: 10px 0;
    display: inline-block;
}

 .diamond ul li {
    display: inline-block;
    margin-left: 10px;
    width: 272px;
    height: 40px;
    color: #333;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    font-size: 14px;
    line-height: 40px
}

.ripro-dark .diamond ul li {
     color: #fff;
}

.diamond ul li i {
    display: inline-block;
    margin-right: 4px;
    width: 17px;
    height: 14px;
    background: url(../ripro-chlid/assets/images/newuser.png) -28px -109px no-repeat;
    vertical-align: -1px
}

/*手机端隐藏*/
@media (max-width: 768px) {
    .float-right,.login-btn .diamond,.footer-fav .site-girl .girl,.footer-fav .site-girl .girl-info,.new,.diamond,.nav-plate,.post-list-meta-box,
    .jhsbrand,.r,.navcoler1,.navcoler2,.navcoler3,.navcoler4,.navcoler5,.navcoler6,.navcoler7,.b2-radius,.postdown_ad,.jhszx,.post-list-meta,.search-open.navbar-button,.footer-fav,.img-info .info,.wlimit .category-num{
        display: none;
    }

    #ripro-mse {
        margin-right: 5px;
        margin-left: 5px;
        margin: 5px;
    }
}

/**4ghot*/
.tab-site {
    overflow: hidden;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
}

.ripro-dark .tab-site {
    background-color: #171616;
    border: 0px solid #18cef2;
    box-shadow: 0 7px 10px rgb(0, 0, 0);
}

.ripro-dark .tab-bd {
    border-top: 0px solid #2b2b2b;
    padding: 5px;
    background-color: #2d2d2d;
}

.ripro-dark .tab-hd-con {
    border-right: 0px solid #2b2b2b;
}

.tab-hd {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 5px;
}

.tab-hd-con {
    float: left;
    text-align: center;
    cursor: pointer;
    height: 39px;
    border-right: 1px solid #f6f6f6;
    font-size: 1pc;
}

.tab-hd-con {
    width: 25%;
}

.dom-display .current {
    display: block;
}

.tab-hd .current a {
    /*color: #2c63ff;*/
    text-decoration: none
}

.ripro-dark .tab-hd .current a {
    text-decoration: none
}

.tab-bd-con {
    display: none;
    overflow: hidden;
    height: 100px;
}

.tab-bd li {
    float: left;
    width: 47.35%;
    line-height: 210%;
    margin: 0 20px 0 0;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .tab-bd li {
        width: 95%;
        margin: 0 0 0 0;
    }
}

.list-title {
    width: 84%;
    line-height: 210%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab-site {
    overflow: hidden;
    background: #fff;
}

.tab-bd li a {
    color: #555;
}

.ripro-dark .tab-bd li a {
    color: #f6f6f6;
}

.tab-bd .list-title .tab-icon:before {
    content: '\f105'
}

.tab-bd .list-title .tab-icon {
    font-family: fontawesome;
    margin-right: 5px;
}

.tab-bd li a:hover {
    /*color: #2c63ff;*/
    text-decoration: none
}

.tab-bd {
    background: #fff;
    padding: 0px 15px;
    margin-top: -1px;
    border-top: 1px solid #f6f6f6;
}

/*弹窗公告*/
.notify-content {
    background-color:#fff;
    background-size: cover;
    height: 430px;
    width: 100%;
    border-radius: 10px;
    font-size: 35px;
     }
.notify-content h3 {
    letter-spacing: 2px;
    padding: .8em;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    background: #ec2546;
    border-radius: 3px 3px 0 0;
    margin: 0;
    margin-bottom: 0;
    color: #FFFF;
}
.notify-content div {
    padding: 50px 30px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 30px;
}
@media (max-width: 768px) {
    .notify-content {
        height: 100%;
    }
  .notify-content h3 {
    padding: 100px 0 0 0;
    font-size: 16px;
}
  .notify-content div {
    padding: 50px 30px 30px;
    font-size: 14px;
    line-height: 25px;
     }
}

/*会员中心开始*/

/*个人中心板块阴影*/
.user-profile .sidebar-card {
    box-shadow: 4px 6px 10px #3a4f7017;
}
.user-profile .edit--profile-area {
    box-shadow: 4px 6px 10px #3a4f7017;
}
/*个人中心导航菜单*/
.edit--profile-links li a.active {
    -webkit-box-shadow: 0 8px 10px rgba(32,160,255,.3);
    box-shadow: 0 8px 10px rgba(32,160,255,.3);
  }
  /*个人中心顶部*/
  /*内页上方波浪*/
.lang {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -60px;
    background: rgba(0, 0, 0, 0) none repeat scroll !important;
}
.ripro-dark .lang{
	background: rgba(0, 0, 0, 0) none repeat scroll !important;
}

.lang__1 {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_05.png) repeat-x;
    width: 7000px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 8px;
}

.lang__2 {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_04.png) repeat-x;
    width: 7000px;
    height: 60px;
    animation: langs 12s infinite linear;
    position: relative;
    top: 0;
}

.lang__3 {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_03.png) repeat-x;
    width: 7000px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 0;
}
.ripro-dark .lang__1{
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) ), url('https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_05.png');

}
.ripro-dark .lang__2{
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) ), url('https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/wave_04.png');
}
.ripro-dark .lang__3{
	background: linear-gradient( rgba(0, 0, 0, 0), #673ab7 ), url(./assets/images/svg/augsc_03.svg);
}


.footer  .lang {
    margin-top: -55px;
}

@keyframes langs {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1938px;
    }
}

@-webkit-keyframes langs {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1938px;
    }
}
/*.site-content {*/
/*    background-color: rgb(246,246,246);*/
/*}*/
.ripro-dark .site-content {
    background-color: #0e1032;
}

.menghuan {
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    width: 100%;
}
  .header-center .jinbi i {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/jinbi.png) no-repeat center;
    background-size: cover;
}
.header-center .dou i {
    background: url(https://mobanweb.oss-cn-hangzhou.aliyuncs.com/image/dou.png) no-repeat center;
    background-size: cover;
}
.header-top {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cecece;
}
.author-card .author-infos .author p {
    line-height: 30px;
    padding-top: 6px;
    font-size: 12px;
    margin: 0;
    color: #555;
    font-weight: 500;
}
.card-box .author-info h3 {
    color: #2d3039;
    font-weight: 700;
    margin-top: 44px;
    font-size: 34px;
    margin-bottom: 6px;
}
.card-box .author-info {
    position: relative;
    text-align: left; 
    position: relative;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}
.card-box .author-info p {
    text-align: right;
    color: #627079;
}
.pcolorbg,.mcolorbg4,.scolorbg {
    background: #ffffff;
}
.card-box .author-info small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 600;
    color: #66737c;
    opacity: 1;
}
.form-control, textarea.form-control {
    color: #2d3039;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    background: #ecf0f3;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    padding: 10px;
    padding-left: 20px;
}
.card-box .author-info small{
    left: 8px;
    top:20px;
    text-align: left;
}
.author-info scolorbg2{
    left: 8px;
    top:20px;
    text-align: left;
}
i.fa.fa-ticket {
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 20px;
    color: #f9c009;
    background: #fcf6d9;
    padding: 16px;
    border-radius: 50%;
}
i.fa.fa-shopping-cart{
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 20px;
    color: #0390ff;
    background: #d9ecfc;
    padding: 16px 17px;
    border-radius: 50%;
}
i.fa.fa-rmb{
    position: absolute;
    right: 22px;
    top: 16px;
    font-size: 20px;
    color: #ff6262;
    background: #fcd9d9;
    padding: 16px 21px;
    border-radius: 50%;
}
.mcolorbg2,.pcolorbg2,.scolorbg2 {
    background: #ffffff;
}
/*会员中心*/
.term-bar:before {
    background-color: #c77ffe;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
    border-radius: 7px 7px 0 0;
}
.photo{
	border-radius: 50px;
}
/*会员中心*/
/**cosy-user**/
.apollo-user-meta {
    position: relative;
    margin-top: 4rem;
    padding-bottom: 1.5rem;
}
.w-96 {
    width: 96px;
}
@media (min-width: 768px){
.user-d-flex{
    align-items: center;
    flex-direction: row;
    display: flex;
}
}
.user-d-flex{
    display: flex;
    flex: 1 1 auto;
}
@media (min-width: 768px){
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
}
.rounded {
    border-radius: 6px;
}
.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem!important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.text-lg {
    font-size: 1.25rem !important;
    text-align:left;
}
.text-white {
    color: #ffffff!important;
}
.apollo-user-meta .name .badge {
    position: relative;
    top: -2.5px;
}
.badge-primary {
    background-color: #11999e;
}
.badge {
    border-radius: 2px;
    font-weight: normal;
}
.text-xs {
    font-size: 0.75rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.font-theme {
    font-family: nicetheme, Arial, sans-serif;
}
.apollo-user-meta .data small {
    position: relative;
    top: -1px;
}
.text-light {
    color: #ebedf3 !important;
}
.data{
    text-align:left;
}
@media (max-width:767.98px){
    .text-white{
        padding-top:18px;
    }
}
.navbar-apollo{
	position: relative;
}
.navbar-apollo .nav-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.nav-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-apollo .nav-user-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}
.nav-user-link {
    display: block;
    padding: 1rem 1rem;
}
.d-block {
    display: block!important;
    width: 30PX;
}
.nice-apollo-two .text-xl {
    font-size: 1.5rem !important;
}
.nice-icon {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.nice-icon {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-xl {
    font-size: 1.625rem !important;
}

.navbar-apollo .nav-user-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}
.nav-user{
	flex-wrap: nowrap;
	overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 5px;
	position: relative;
    margin-bottom: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    height: 0px;
    line-height: 30px;
    background: #ffffff;
    padding: 36px 0;
    border-radius: 100px;
    margin-top: 20px;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}
.ripro-dark .nav-user{
     background:#0e1032;
}
.menghuan{
    animation: mymove 10s ease infinite;
    -webkit-animation: mymove 10s ease infinite;
    -moz-animation: mymove 10s ease infinite;
    width: 100%;
}
.nav-user::-webkit-scrollbar {
    display: none;
}
@media (max-width:768px){
	.apollo-user-meta{
		    padding-left: 10px;
	}
}
.payvip-box .vip-info{
	opacity: 0.7;
}


@keyframes langs {
	0% {
	margin-left:0
}
100% {
	margin-left:-1938px
}
}@-webkit-keyframes langs {
	0% {
	margin-left:0
}
100% {
	margin-left:-1938px
}
}
/*会员中心结束*/

/*活动按钮*/
@media screen and (max-width: 800px){
.ceo-footer-sidebar-girl {
    display: none;
}
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.ceo-footer-sidebar-girl { width: 60px; height: 60px; border-radius: 50%; position: fixed; bottom: 421px; 
left: 15px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.ceo-footer-sidebar-girl:focus { outline: 0 }
.ceo-footer-sidebar-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px) }
.ceo-footer-sidebar-girl:after { content: ''; width: 12px; height: 12px; border-radius: 50%; background-image: linear-gradient(90deg,  #fc2626, #fca626); position: absolute; right: 1px; top: 1px; z-index: 50 }
.ceo-footer-sidebar-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50 }
.ceo-footer-sidebar-girl .animated-circles .circle { background: rgba(255, 0, 0, 0.25); width: 60px; height: 60px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.ceo-footer-sidebar-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.ceo-footer-sidebar-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.ceo-footer-sidebar-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.ceo-footer-sidebar-girl.animation-stopped .circle { opacity: 0!important }
.ceo-footer-sidebar-girl.animation-stopped .circle { opacity: 0!important }
.ceo-footer-sidebar-girl .livechat-hint { position: absolute; right: 40px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.ceo-footer-sidebar-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1 }
.ceo-footer-sidebar-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0) }
.ceo-footer-sidebar-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important }
.ceo-footer-sidebar-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
@media only screen and (max-width:1599px) {
.ceo-footer-sidebar-girl .livechat-hint.rd-notice-tooltip { max-width: 1060px!important }
}
@media only screen and (max-width:1309px) {
.ceo-footer-sidebar-girl .livechat-hint.rd-notice-tooltip { max-width: 984px!important }
}
@media only screen and (max-width:1124px) {
.ceo-footer-sidebar-girl .livechat-hint.rd-notice-tooltip { max-width: 600px!important }
}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45 }
.rd-notice-type-success { background-color: #ff2626; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-type-success .rd-notice-content { background-color: #ff2626 }
.rd-notice-type-success:after { background-color: #ff2626; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }

.ceo-footer-h {
    bottom: -39px !important;
}

.ceo-footer-h {
    position: fixed;
    z-index: 9999;
}

@media (max-width: 768px) {
   .ceo-footer-h {
        display: none;
    }
}