@charset "utf-8";
.sucaihu-ui-section {
    padding-top: 0;
}

.section {
    padding-bottom: 0;
    padding-top: 20px;
}

.site-header {
    height: 76px;
    box-shadow: 0 0;
}

.uitop {
    margin-top: 36px;
}

@media (max-width:768px) {
    .header-banner {
        display: none;
    }
    .module.parallax {
        display: none;
    }
    .site-footer {
        display: none;
    }
}

@media (max-width:768px) {
    .site-header {
        height: 76px;
        margin-top: 0;
        box-shadow: 0 0;
    }
}

.navFix {
    margin-top: 0;
    position: fixed!important;
    background-color: rgba(255, 255, 255);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 0.3125rem 0.3125rem -.3125rem rgba(0, 0, 0, .117);
    -moz-box-shadow: 0 0.3125rem 0.3125rem -.3125rem rgba(0, 0, 0, .117);
    box-shadow: 0 0.3125rem 0.3125rem -.3125rem rgba(0, 0, 0, .117);
}

.frosted {
    background-color: rgba(255, 255, 255, 1);
}

.ripro-dark .frosted {
    background-color: rgba(25, 22, 22, .7);
}

.navbar {
    height: 76px;
}

.header-gap {
    height: 76px;
}

.navbar .login-btn {
    background: #ff5757!important;
    color: #fff;
    box-shadow: 4px 3px 10px #2f6bd024;
    border-radius: 5px!important;
}

.search-open.navbar-button {
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
    transition: transform 0.1s;
    box-shadow: 4px 3px 10px #2f6bd024;
    color: #fff;
}

.ripro-dark .navbar .navbar-button,
.ripro-dark .off-canvas .canvas-close {
    color: #ffc107;
    box-shadow: 4px 3px 10px #40404024;
    border: 2px solid #000;
    background: linear-gradient(125deg, #333 0, #000 100%);
}

.navbar .navbar-button,
.off-canvas .canvas-close {
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
    transition: transform 0.1s;
    box-shadow: 4px 3px 10px #2f6bd024;
    color: #fff;
}

.off-canvas .canvas-close,
.ripro-dark .navbar .navbar-button {
    color: #ffc107;
    box-shadow: 4px 3px 10px #40404024;
    border: 2px solid #000;
    background: linear-gradient(125deg, #333 0, #000 100%);
}

.burger {
    background: linear-gradient(125deg, #f5ff07 0, #ff1841 100%)!important;
    box-shadow: 4px 3px 10px #ffc1072e!important;
    transition: transform 0.1s!important;
    color: #fff!important;
    border: 0!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
}

.burger:after,
.burger:before {
    background-color: #fff0;
    width: 0;
}

.search-open.navbar-button {
    background: linear-gradient(125deg, #A7F05A 0, #519703 100%);
    transition: transform 0.1s;
    box-shadow: 4px 3px 10px rgba(32, 160, 255, .17);
    color: #fff;
}

.fa-list {
    color: #fff;
}

.ripro-dark .fa-list {
    color: #ffc107;
}

.navbar .login-btn {
    border-radius: 25px;
    width: 90px;
}

.actions .login-btn {
    position: relative;
}

.login-btn .diamond {
    position: absolute;
    top: 30px;
    left: 110%;
    display: none;
    margin-left: -165px;
    padding: 15px;
    height: auto;
    border-radius: 6px;
    background: #fff;
}

.actions a.login-btn:hover {
    opacity: 1;
}

.login-btn:hover .diamond {
    display: inline-block;
    background: rgba(255, 255, 255, 1);
}

.diamond .kt {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 11px;
    width: 176px;
    height: 36px;
    border-radius: 45px;
    background-image: linear-gradient(135deg, #35e9fa, #ffb800);
    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, #ffb800 0, #ff5c00 100%);
}

.diamond .kt em {
    position: absolute;
    top: -26px;
    right: 12px;
    width: 95px;
    height: 34px;
    background: url("../sheji-child/assets/images/newuser.png") 1px -775px no-repeat;
    font-size: 12px;
    line-height: 28px;
}

.login-btn .diamond ul {
    margin: 10px 0;
    padding-left: 0!important;
}

.login-btn .diamond ul li {
    display: inline-block;
    margin-left: 15px;
    width: 127px;
    height: 40px;
    color: #333;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    font-size: 14px;
    line-height: 40px;
}

.login-btn .diamond ul li i {
    display: inline-block;
    margin-right: 4px;
    width: 17px;
    height: 14px;
    background: url("../sheji-child/assets/images/newuser.png") -28px -109px no-repeat;
    vertical-align: -1px;
}

.logo-wrappers {
    position: relative;
    font-size: 2em;
    font-weight: 700;
    line-height: 39px;
    overflow: hidden;
    margin: 0;
}

.logo-wrappers::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;
}

.ripro-dark .logo-wrappers::before {
    background-color: rgba(25, 22, 22, .5);
}

@-webkit-keyframes searchLights {
    0% {
        left: -90px;
        top: 0;
    }
    to {
        left: 90px;
        top: 0;
    }
}

.navbar .user-pbtn img {
    height: 35px;
    width: 35px;
    box-shadow: 4px 3px 10px #2f6bd017;
}

.ripro-dark .user-pbtn img {
    height: 30px;
    width: 30px;
    box-shadow: 4px 3px 10px #40404024;
    border: 2px solid #000;
}

.navbar .user-pbtn {
    z-index: 99;
}

.search-open.navbar-button {
    z-index: 99;
}

.wp-VIP {
    background: linear-gradient(125deg, #ffe1a9 0, #ffcc6d 100%);
    color: #b6833f;
}

.header-top .group-name {
    background: linear-gradient(90deg, #ffb800, #ff5c00);
}

.header-top {
    border-bottom: 1px dashed #ced5dc;
}

.filter--content {
    border: 0;
    padding: 20px 0;
    margin-top: -120px;
}

.ripro-dark .filter--content {
    background-color: #232425;
}

.ripro-dark .filter--content .form-box {
    background-color: #232425;
}

.lang {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -55px;
}

.lang__1 {
    background: url("../sheji-child/assets/images/sch_b.png") repeat-x;
    width: 4500px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 8px;
}

.lang__2 {
    height: 60px;
}

.lang__3 {
    background: url("../sheji-child/assets/images/sch_c.png") repeat-x;
    width: 4500px;
    height: 60px;
    animation: langs 18s infinite linear;
    position: absolute;
    top: 0;
}

.lang__4 {
    background: url("../sheji-child/assets/images/sch_d.png") repeat-x;
    width: 4500px;
    height: 60px;
    animation: langs 12s infinite linear;
    position: relative;
    top: 0;
}

.ripro-dark .lang__3 {
    background: url("../sheji-child/assets/images/sch_e.png") repeat-x;
}

.ripro-dark .lang__4 {
    background: url("../sheji-child/assets/images/sch_f.png") repeat-x;
}

.author .lang {
    margin-top: -132px;
}

@keyframes langs {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1938px;
    }
}

@-webkit-keyframes langs {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1938px;
    }
}

.filter--content .filter-item span {
    background-color: #ffffff00;
    color: #ff5c00;
}

.filter--content .filter-tab span {
    background-color: #ffffff00;
    color: #ff5c00;
}

.find-light-icon {
    position: absolute;
    right: 4px;
    top: 26px;
    width: 8px;
    height: 8px;
    background: #ff5c00;
    border-radius: 100%;
    display: none;
}

.filter--content .filter-item a.on {
    border: 1px dashed #ff5c00;
    background-color: #a4f0ff1f;
}

.filter--content .filter-item a:hover {
    border: 1px dashed #ff5c00;
    background-color: #fff0;
}

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

.filter--content .filter-tab .tab.on i:before {
    color: #ff5c00;
}

.ripro-dark .filter--content .filter-item span {
    background-color: #ffffff00;
    color: #fff;
}

.ripro-dark .filter--content .filter-item span,
.ripro-dark .filter--content .filter-tab span {
    background-color: #ffffff00;
    color: #fff;
}

.ripro-dark .filter--content .filter-item a {
    color: #eee;
}

.ripro-dark .filter--content .filter-tab a {
    color: #eee;
}

.owl .owl-dot.active {
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
}

.slider.big.diy {
    border-radius: 4px;
}

.r_b_tip_box {
    position: relative;
}

.r_b_tip {
    width: 182px;
    height: 67px;
    position: absolute;
    bottom: 0;
    z-index: 88;
    right: 0;
}

.site-ads.ads-list-footer {
    padding-top: 0;
    padding-bottom: 20px;
}

@media (max-width:768px) {
    .r_b_tip_box {
        display: none;
    }
    .navmain,
    .rtcontm {
        display: none;
    }
}

.static .flex {
    padding: 0;
    margin: 0;
    display: flex;
}

.static li.st_one {
    flex: 1;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    list-style: none;
    transition: all 0.3s ease-out;
    height: 145.5px;
}

.static li.st_one:last-child {
    margin-right: 0;
}

.static li.st_one:hover {
    transform: translateY(-5px);
}

.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: 12px 20px;
    font-size: 16px;
    margin: 0;
}

@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;
}

.ripro-dark .post-grid {
    background-color: #171819;
    border: 1px solid #171819;
}

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

.entry-media .placeholder {
    background-color: unset;
}

@media (max-width:768px) {
    .static {
        display: none;
    }
}

.vwip30 {
    background-position: -40px 0;
}

.vwip10,
.vwip30 {
    position: absolute;
    z-index: 10;
    border-radius: 5px 0 0 0;
}

.vwip10,
.vwip30 {
    display: inline-block;
    background-image: url("../sheji-child/assets/images/tuyiyi_vip4.png");
    background-size: auto 40px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
}

.vvip10,
.vwip10 {
    background-position: 0 0;
}

#down h2,
#help h2,
#help .question {
    font-size: 18px;
    line-height: 54px;
    color: #323232;
    border-bottom: 2px solid #4f8af1;
    width: 150px;
    font-weight: 400;
}

#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;
    margin-bottom: 20px;
    line-height: 25px;
    letter-spacing: 1px;
}

#help dd,
#help dt {
    margin-left: 40px;
    position: relative;
}

#help dd i,
#help dt i {
    background: url("../sheji-child/assets/images/ico.png") no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
}

#help dd i {
    background-position: 0 -35px;
}

.entry-star {
    background: -webkit-linear-gradient(-45deg, #ff5c00 29%, #ffb800 100%);
}

.entry-star a {
    color: #fff;
}

.entry-star a:hover,
.entry-star:hover {
    color: #000;
    background: -webkit-linear-gradient(-45deg, #ffa363 29%, #ffc107 100%);
}

.menu-post .cao-cover,
.post-grid .cao-cover,
.post-list .cao-cover {
    opacity: 0;
}

.menu-post .cao-cover,
.post-grid .cao-cover,
.post-list .cao-cover {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .45);
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-size: 25px;
    border-radius: 4px 4px 0 0;
}

.menu-post .cao-cover img,
.post-grid .cao-cover img,
.post-list .cao-cover img {
    width: 50px!important;
    height: 50px!important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-filter: blur(0)!important;
    -moz-filter: blur(0)!important;
    -ms-filter: blur(0)!important;
    filter: blur(0)!important;
}

.menu-post:hover .cao-cover,
.post-grid:hover .cao-cover,
.post-list:hover .cao-cover {
    opacity: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.post-grid:hover .entry-media img,
.post-list:hover .entry-media img,
menu-post:hover .entry-media img {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.entry-header .entry-meta .meta-category .dot {
    border: 2px solid #f05a29;
    background-color: #fd721f00;
    height: 8px;
    width: 8px;
}

.entry-header .entry-meta .meta-category a:nth-child(2) .dot {
    border: 2px solid #4caf50;
    background-color: #fd721f00;
    height: 8px;
    width: 8px;
}

.entry-content .gallery-item {
    margin-bottom: 10px;
}

.widget_tabcontent h3 .selected {
    color: #000;
    border-bottom: 2px solid #ff5c00;
}

.ripro-dark .widget_tabcontent h3 .selected {
    color: #ffb800;
    border-bottom: 2px solid #ffb800;
}

.widget_tabcontent h3 span {
    color: #999;
    margin: 0 18px;
    letter-spacing: 0.51px;
    position: relative;
    line-height: 1;
    padding-bottom: 6px;
    cursor: pointer;
    font-weight: 400;
}

.ripro-dark .widget_tabcontent h3 span {
    color: #f1f1f1;
}

.widget_tabcontent h3 span:hover {
    border-bottom: 2px solid #ff5c00;
}

.widget_tabcontent .hide-code {
    display: none;
    padding-left: 0;
    margin: 0;
}

.show {
    display: block!important;
}

ol,
ul {
    list-style: none;
}

.cl.pos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.h-screen {
    margin: 15px 0 0;
    padding-left: 0;
}

.h-screen li {
    position: relative;
    float: left;
}

.h-screen li a {
    display: block;
    height: 35px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
}

.ripro-dark .h-screen li a {
    color: #fff;
}

.h-screen li a:hover {
    color: #3d7eff;
}

.ripro-dark .h-screen li a:hover {
    color: #ffa363;
}

.h-screen li a .num {
    position: relative;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 3px;
    background-color: #3d7eff;
    font-size: 12px;
    color: #fff;
}

.h-screen li a .num:after,
.h-screen li a .num:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
}

.h-screen li a .num:before {
    top: 0;
    left: -7px;
    border-color: transparent #3d7eff transparent transparent;
    border-width: 9px 7px 9px 0;
}

.h-screen li a .num:after {
    top: 0;
    right: -7px;
    border-color: transparent transparent transparent #3d7eff;
    border-width: 9px 0 9px 7px;
}

.h-screen li.on a {
    border: 1px solid #3d7eff;
    border-radius: 20px;
    font-weight: 700;
    color: #3d7eff;
}

.ripro-dark .h-screen li.on a {
    border: 1px solid #ffa363;
    border-radius: 20px;
    font-weight: 700;
    color: #ffa363;
}

.h-screen li.on a:hover {
    border-color: #3d7eff;
}

.ripro-dark .h-screen li.on a:hover {
    border-color: #fff;
}

.h-screen li.on a .num {
    display: none;
}

.h-soup {
    position: relative;
    float: right;
    width: auto;
    height: 40px;
    padding: 0 110px 0 20px;
    background-color: #fff7e7;
    border-radius: 20px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    margin: 15px 0 0 auto;
}

.h-soup li {
    float: right;
}

.h-soup li i {
    position: absolute;
    top: 8px;
    font-size: 28px;
    color: #eae1d0;
    cursor: pointer;
}

.h-soup li.open i {
    color: #e67e22;
}

.h-soup li i.icon_star {
    right: 7px;
}

.h-soup li i.icon_heart {
    right: 41px;
}

.h-soup li i.icon_warn {
    right: 75px;
}

.h-soup li .txt {
    display: none;
    font-size: 14px;
    color: #6b3612;
    line-height: 40px;
    white-space: nowrap;
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
}

@media screen and (min-width:1760px) {
    .h-soup li .txt {
        max-width: 500px;
    }
}

.h-soup li.open .txt {
    display: block;
}

@media (max-width:768px) {
    .h-screen {
        margin: 15px 0 0;
        padding-left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .h-soup {
        display: none;
    }
    .h-screen li a {
        padding: 0 10px;
    }
}

#hitokoto {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.home_title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}

.home_title .title {
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 48px);
}

.home_title .title .pricing-title {
    font-size: 18px;
    color: #333;
    margin-right: 8px;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: bottom;
}

.ripro-dark .home_title .title .pricing-title {
    color: #e2e2e2;
}

.index_fenlei {
    float: right;
    margin-left: 20px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #878787;
    margin-top: 4px;
    display: block;
    padding: 3px 0;
    border-radius: 5px;
    line-height: 16px;
}

@media (max-width:768px) {
    .index_fenlei {
        display: none;
    }
}

.fwq_fenlei_title {
    float: right;
    display: block;
    padding: 3px 0;
    width: 18px;
    height: 24px;
    line-height: 24px;
}

.fwq_fenlei_title:after {
    display: inline-block;
    padding: 0 0.5rem;
    content: '/';
    color: #6cb5fe;
    vertical-align: middle;
    position: relative;
    top: -.3rem;
    left: -17px;
    font-weight: 600;
}

.fwq_fenlei_title:before {
    display: inline-block;
    padding: 0 0.5rem;
    content: '/';
    color: #ff7979;
    vertical-align: middle;
    position: relative;
    top: -.3rem;
    font-weight: 600;
}

.infinite-scroll-button {
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
    -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, .3);
    box-shadow: 0 6px 10px rgba(32, 160, 255, .27);
    min-width: 120px;
    padding: 14px;
}

.ripro-dark .infinite-scroll-button {
    color: #333;
    background: #e2e2e2;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 0.3125rem 0.3125rem -.3125rem rgba(0, 0, 0, .117);
    -moz-box-shadow: 0 0.3125rem 0.3125rem -.3125rem rgba(0, 0, 0, .117);
    box-shadow: 0 0.3125rem 0.3125rem -.3125rem rgba(0, 0, 0, .117);
}

.rightList ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.rightList ul,
li,
ol {
    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: 0 0;
    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, .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, .12);
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}

.bar-v2 .Top i {
    font-size: 16px;
    color: #000;
    transition: 0.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: #ff5c00;
}

.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: 0.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("../sheji-child/assets/images/right-icon-v2.png");
    background-repeat: no-repeat;
    background-size: auto 20px;
}

.bar-v2 .sidebar .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;
}

.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: 0.3s;
    line-height: 16px;
}

.bar-v2 .sidebar li:hover span {
    color: #ffa363;
}

.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: 0.3s;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(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: 0 0;
}

.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: rgba(243, 127, 98, 1);
    background: linear-gradient(45deg, rgba(243, 127, 98, 1) 29%, rgba(247, 162, 107, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(243, 127, 98, 1) 29%, rgba(247, 162, 107, 1) 100%);
    background: -moz-linear-gradient(45deg, rgba(243, 127, 98, 1) 29%, rgba(247, 162, 107, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(243, 127, 98, 1) 29%, rgba(247, 162, 107, 1) 100%);
    animation: twinkle 0.6s ease-in-out infinite alternate;
    -webkit-animation: twinkle 0.6s ease-in-out infinite alternate;
    -moz-animation: twinkle 0.6s ease-in-out infinite alternate;
    -o-animation: twinkle 0.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 0.3s;
}

.sidebar li .service-box .service-con {
    background: #fb8f02;
    background-image: none;
    background-image: -o-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
    background-image: -moz-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
    background-image: -webkit-linear-gradient(30deg, #1fb29c 0, #81d6a5 100%);
    background-image: -ms-linear-gradient(120deg, #1fb29c 0, #81d6a5 100%);
    background-image: linear-gradient(120deg, #ed1c24 0, #fb8f02 100%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.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 .custom-num {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    padding-left: 34px;
    line-height: 35px;
}

.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 #fb8f02;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ed1c24;
    transition: all 0.2s;
}

.sidebar li .service-box .btn-contact:hover {
    transform: translateY(-3px);
}

.sidebar li .service-box .btn-contact.lg {
    width: 140px;
}

.sidebar li .service-box .warning-box {
    padding: 10px 0;
}

.common-gradient {
    color: #fff;
    border: 1px solid #ff5c00;
    background: #ffb800;
    background-image: -o-linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    background-image: -moz-linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    background-image: -webkit-linear-gradient(0deg, #ff5c00 0, #ffb800 100%);
    background-image: -ms-linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    background-image: linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    transition: all 0.3s ease-in-out;
}

.common-gradient:hover {
    background: #ff5c00;
    background-image: -moz-linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    background-image: -webkit-linear-gradient(0deg, #ff5c00 0, #ffb800 100%);
    background-image: -ms-linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    background-image: -o-linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
    background-image: linear-gradient(90deg, #ff5c00 0, #ffb800 100%);
}

.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%);
    transition: all 0.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%);
}

@media (max-width:768px) {
    .rightList .twinkle-point{
        display: none;
    }
}

svg.iconf {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

.site-data-wp svg {
    fill: #abbae5;
    -webkit-transition: fill 0.3s cubic-bezier(.31, 1, .34, 1);
    transition: fill 0.3s cubic-bezier(.31, 1, .34, 1);
}

.site-data-wp li span.active::after {
    opacity: 1;
}

.site-data-wp li strong {
    display: block;
    color: #abbae5;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: color 0.3s cubic-bezier(.31, 1, .34, 1);
    transition: color 0.3s cubic-bezier(.31, 1, .34, 1);
}

.site-data-wp li:hover svg {
    fill: #fff;
}

.site-data-wp li:hover strong {
    color: #fff;
}

.site-data-wp {
    height: 246px;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-color: #7a99f2;
    background-position: center;
    text-align: center;
    font-size: 0;
}

.site-data-wp .data-items {
    padding-top: 45px;
    padding-bottom: 32px;
    font-size: 0;
    min-height: 85px;
    margin: 0;
    padding-left: 0;
}

.site-data-wp li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

.site-data-wp li i {
    display: inline-block;
    height: 25px;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

.site-data-wp li strong {
    display: block;
    color: #abbae5;
    font-size: 12px;
    line-height: 1;
    -webkit-transition: color 0.3s cubic-bezier(.31, 1, .34, 1);
    transition: color 0.3s cubic-bezier(.31, 1, .34, 1);
}

.site-data-wp li span {
    display: block;
    line-height: 48px;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.site-data-wp li span::after {
    content: '+';
    font-size: 18px;
    position: absolute;
    line-height: 1;
    padding-left: 3px;
    opacity: 0;
}

.site-data-wp li span.srcshujia::after {
    opacity: 1;
}

.site-data-wp .btn-outlined {
    min-width: 100px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.site-data-wp .btn-outlined:active,
.site-data-wp .btn-outlined:hover {
    background-color: rgba(255, 255, 255, .2);
}

.btn-outlined {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    min-width: 80px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    border: 0 none;
    position: relative;
    overflow: hidden;
}

@media (max-width:768px) {
    .footer-statistics {
        display: none;
    }
}

.footer-fav {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f7fafc;
    background: #edf3f9;
}

@media (min-width:768px) {
    .footer-fav {
        overflow: visible;
        width: auto;
        background: #edf3f9;
    }
}

@media (min-width:768px) {
    .ripro-dark .footer-fav {
        background: #2d2d2d;
    }
}

.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;
}

.ripro-dark .footer-fav .site-info h2 a {
    color: #eee;
}

.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;
}

.ripro-dark .footer-fav .site-info p {
    color: #dadada;
}

@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 0.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 0.2s;
    transition: all 0.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;
}

.ripro-dark .footer-fav .site-girl h4 {
    color: #eee;
}

.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 0.2s;
    }
}

@media (max-width:767px) {
    .footer-fav .btn-group>.btn:last-child {
        border-radius: 3px;
    }
}

@media (max-width:767px) {
    .footer-fav {
        display: none;
    }
}

.site-footer .site-info {
    max-width: 100%;
}

.g-footer h4,
.g-footer p,
.g-footer ul {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

.g-footer ol,
ul {
    list-style-type: none;
    list-style-image: none;
}

.copyright {
    font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
    text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
    outline: 0;
    text-rendering: optimizeLegibility;
}

.g-footer {
    padding: 20px 0;
}

.g-footer .logo a {
    margin-right: 10px;
}

.g-footer .logo img {
    height: 36px;
}

.g-footer .links {
    font-size: 14px;
    color: grey;
}

.g-footer .links:after,
.g-footer .links:before {
    display: table;
    content: "";
}

.g-footer .links:after {
    clear: both;
}

.g-footer .links .links-menu {
    float: left;
    max-width: 50%;
}

.g-footer .links .links-menu2 {
    float: right;
}

.g-footer .links h4 {
    float: left;
    width: 100px;
    line-height: 32px;
}

.g-footer .links ul:after,
.g-footer .links ul:before {
    display: table;
    content: "";
}

.g-footer .links ul:after {
    clear: both;
}

.g-footer .links ul.nav li {
    padding-right: 16px;
    margin-right: 15px;
    position: relative;
}

.g-footer .links ul.nav li:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #979797;
    position: absolute;
    right: 0;
    top: 11px;
}

.g-footer .links ul.nav li:last-child:before {
    display: none;
}

.g-footer .links li {
    float: left;
}

.g-footer .links li a {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    color: grey;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

.g-footer .links li a:hover {
    color: #4f4f4f;
}

.g-footer .links .menu-items {
    padding-bottom: 10px;
}

.g-footer .links .menu-items ul {
    margin-left: 100px;
}

.g-footer .links .copyright {
    line-height: 32px;
    padding-top: 5px;
}

@media screen and (max-width:640px) {
    .g-header .g-nav>ul>li.active>a,
    .g-header .g-nav>ul>li.current-menu-item>a,
    .g-header .g-nav>ul>li:hover>a,
    .have_search .g-header .g-nav>ul li.active>a,
    .have_search .g-header .g-nav>ul li.current-menu-item>a,
    .have_search .g-header .g-nav>ul li:hover>a,
    .page-scroll .g-header .g-nav>ul li.active>a,
    .page-scroll .g-header .g-nav>ul li.current-menu-item>a,
    .page-scroll .g-header .g-nav>ul li:hover>a {
        border: none;
    }
    .copyright,
    .g-footer .links-menu2 {
        display: none;
    }
    .g-footer {
        padding: 0;
    }
    .g-footer .links,
    .g-footer .logo {
        display: inline-block;
        margin: 0;
    }
    .g-footer .links .links-menu {
        max-width: 100%;
    }
    .g-footer p {
        display: none;
    }
}

.col-xs-12.friend-links {
    /* padding: 14px 0; */
}

.codesign-fl {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.codesign-fl li {
    margin-left: 15px;
    color: #171819;
    line-height: 39px;
}

.ripro-dark .codesign-fl li {
    color: #fff;
}

.codesign-dw {
    margin-top: 20px;
    color: #4f4f4f;
    /* border-top: 1px solid #494949; */
    border-bottom: 1px solid #494949;
}

.ripro-dark .codesign-dw {
    text-shadow: #000 0 1px 0;
}

@media (max-width:767px) {
    .codesign-dw {
        display: none;
    }
    .focusbox-title {
        display: none;
    }
    .sousuocenter {
        display: none;
    }
    .container-search {
        width: 100%!important;
        padding-bottom: 0!important;
    }
    .home-division ul {
        padding-left: 0!important;
    }
    .html-box {
        margin-bottom: 20px;
    }
}

ul.plinks {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

ul.plinks li.linkcat {
    padding: 20px;
    border-radius: 6px;
}

ul.plinks li.linkcat h2 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

ul.plinks li.linkcat ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.plinks li.linkcat ul li {
    float: left;
    overflow: hidden;
    margin-top: 15px;
    width: calc(20% - 20px);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px #9e9e9e solid;
}

.ripro-dark ul.plinks li.linkcat ul li a {
    color: #eee;
}

.ripro-dark ul.plinks li.linkcat ul li {
    background: #2d2d2d;
    border: 1px #9e9e9e solid;
}

ul.plinks li.linkcat ul li:hover {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .1);
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px #ff5c00 solid;
}

ul.plinks li.linkcat ul li a {
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    padding: 20px 18px 0;
    color: #333;
}

ul.plinks li.linkcat ul li a:hover {
    color: #005fee;
}

ul.plinks li.linkcat ul li a img {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: inline-block;
}

@media (max-width:768px) {
    ul.plinks li.linkcat ul li {
        width: calc(100% - 20px);
    }
}

@media (max-width:544px) {
    ul.plinks li.linkcat ul li {
        width: calc(100% - 20px);
    }
}

.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: #fff!important;
}

.apollo-user-meta .name .badge {
    position: relative;
    top: -2.5px;
}

.badge-primary {
    background-color: #11999e;
}

.badge {
    border-radius: 2px;
    font-weight: 400;
}

.text-xs {
    font-size: 0.75rem!important;
}

.mt-2,
.my-2 {
    margin-top: 0.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: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.nav-user-link {
    display: block;
    padding: 0.5rem 1rem;
}

.d-block {
    display: block!important;
}

.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: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.nav-user {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 22px;
}

.nav-user::-webkit-scrollbar {
    display: none;
}

@media (max-width:768px) {
    .apollo-user-meta {
        padding-left: 10px;
    }
}

.content-hide-tips .label-warning {
    border-radius: 16px;
    line-height: 14px;
}

.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:1024px) {
    .ripro-dark .home-first {
        background: #232425;
    }
}

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

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

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

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

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

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

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

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

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

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

.home-first .item-tuwen a strong {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding: 0.4em 0.8em 0.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: 0.5px;
    font-weight: 700;
    font-size: 9pt;
    line-height: 1.3;
}

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

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

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

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

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

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

.home-first .hf-widget .hf-widget-title {
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f2f2f2;
    color: #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: #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-first .hf-widget-4 .hf-widget-content a:hover {
    color: #ff5c00;
}

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

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

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

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

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

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

.home-first .hf-widget-1 .hf-widget-content a:hover {
    color: #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 0.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: #ff5c00;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}

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

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

.home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon {
    background: #ff5c00;
    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 0.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;
    }
}

.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 0.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;
}

.sub-menu li>a:hover:before,
.sub-menu li.current-menu-ancestor>a:before,
.sub-menu li.current-menu-item>a:before,
.sub-menu li.current-menu-parent>a:before,
.sub-menu li.current_page_ancestor>a:before,
.sub-menu li.current_page_item>a:before {
    opacity: 1;
}

.sub-menu li>a:hover,
.sub-menu li.current-menu-ancestor>a,
.sub-menu li.current-menu-item>a,
.sub-menu li.current_page_ancestor>a,
.sub-menu li.current_page_item>a {
    color: #ff5c00;
    padding-left: 1.75rem;
    opacity: 1;
}

.sub-menu li a {
    font-size: 0.875rem;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-menu li a:before {
    content: '';
    height: 1px;
    width: 10px;
    background-color: #ff5c00;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navbar .nav-list>.menu-item>a:hover {
    color: #F05A29;
}

.navbar .nav-list>.menu-item>a:hover:before {
    opacity: 1;
    bottom: -1px;
}

.sub-menu:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 40px;
    z-index: 0;
}

.ripro-dark .sub-menu:before {
    background: 0 0!important;
}

.scroll {
    background-color: rgba(2, 10, 18, .8);
}

.ripro-dark .navbar .user-pbtn {
    background: 0 0;
    border: none;
    color: #d4e2ff;
    background-image: none;
    -webkit-animation: none;
}

.navigation-down .nav-down-menu1 {
    width: 100%;
    margin: 0;
    background: url("../sheji-child/assets/images/tuyiyi_bg.png") center top;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    -ms-box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 11px rgba(0, 0, 0, .2);
    z-index: 3;
}

.navigation-down-inner {
    margin: auto;
    width: 1200px;
    position: relative;
}

.navigation-down {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

.suspend {
    display: none;
}

@media (max-width:767px) {
    .suspend {
        width: 66px;
        height: 90px;
        position: fixed;
        bottom: 20px;
        right: 15px;
        overflow: hidden;
        z-index: 999999;
        display: block;
    }
    .suspend dl {
        width: 53px;
        height: 57px;
    }
    .suspend dl dt {
        width: 30px;
        height: 149px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }
    .suspend dl a {
        display: block;
        width: 53px;
        height: 57px;
        background: url("../sheji-child/assets/images/suspend.png") no-repeat 0 0;
        transition: width 0s;
        -moz-transition: width 0s;
        -webkit-transition: width 0s;
        -o-transition: width 0s;
    }
    .suspend dl a:hover {
        background-position: -60px 0;
    }
}

.aini_foot_nav {
    border-top: 1px solid #eee;
    display: none;
    padding: 8px 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}

.ripro-dark .aini_foot_nav {
    border-top: 1px solid #000;
    background: #1c1c1c;
}

@media (max-width:767px) {
    .aini_foot_nav {
        display: block;
    }
}

.aini_foot_nav .nohover {
    color: #F05A29;
}

.ripro-dark .aini_foot_nav .nohover {
    color: #ffc107;
}

.aini_foot_nav .iconjiahao {
    color: #fff;
}

.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;
}

.ripro-dark .aini_foot_nav li p {
    color: #eee;
}

.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: #F05A29;
}

.ripro-dark .aini_foot_nav li.aini_zjbtn a span i.foot_btn {
    background: #ffbf00;
}

.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;
}

.ripro-dark .aini_foot_nav .bg_f {
    background: #232425!important;
}

.aini_foot_nav .b_ok {
    border: 1px solid #efefef!important;
}

.ripro-dark .aini_foot_nav .b_ok {
    border: 1px solid #000!important;
}

.aini_foot_nav p,
.aini_foot_nav ul,
.pc {
    margin: 0;
    padding: 0;
}

.aini_foot_nav p,
.aini_foot_nav ul,
.pc {
    margin: 0;
    padding: 0;
}

.footer-logo {
    border-right: 1px solid #494949;
    padding-right: 15px;
    margin-left: 0!important;
}

.footer-logo img {
    width: 135px;
}

.codesign-fl a.ctrl-apply svg {
    fill: #999;
    display: inline-block;
    vertical-align: middle;
}

.codesign-fl a.ctrl-apply:hover {
    color: #2778ff;
    border-color: var(--mainColor, #2778ff);
}

.codesign-fl a.ctrl-apply:hover svg {
    fill: var(--mainColor, #2778ff);
}

.item.scroll {
    left: 0;
    width: 100%;
    height: 420px;
    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: #000;
    word-wrap: break-word;
    box-sizing: border-box;
    outline: 0;
}

.item.scroll .scroll-image {
    position: relative;
    height: 100%;
    transform: translateX(0);
    animation: banner 40s linear infinite;
    opacity: 0.5;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.hVBrzU {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    width: 100%;
    margin: auto;
}

.statics {
    position: static;
    margin-top: -76px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .static {
        display: none;
    }
}

@media (max-width:767px) {
    .home-course {
        display: none;
    }
    .home-subjects {
        display: none;
    }
}

.statics .flex {
    padding: 0;
    margin: 0;
    display: flex;
}

@media (max-width:767px) {
    .statics {
        display: none;
    }
}

.statics li.st_one {
    flex: 1;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    list-style: none;
    transition: all 0.3s ease-out;
}

.statics li.st_one:hover {
    transform: translateY(5px);
}

.statics li.st_one:last-child {
    margin-right: 0;
}

.statics .st_one .card-main {
    width: 100%;
}

.statics .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: 12px 20px;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width:900px) {
    .item.scroll {
        height: 200px;
        margin-top: 0;
    }
}

.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;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.pay--content .info .price font i {
    font-size: 16px;
    margin-left: 5px;
}

.pay--content .info .price span {
    color: #333;
    font-size: 14px;
    margin-left: 7px;
}

.widget-pay .pay--content .info {
    padding-top: 20px;
}

.pay--content .info .price span i {
    position: relative;
    left: 5px;
    color: red;
}

.widget-pay .pay-box .sc-bdVaJa {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
}

.pay--content .info .paynum span {
    position: relative;
    top: 23px;
}

.widget-pay .pay--content .btn--primary {
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 6px 0;
    /* background: #3c3c3c; */
    font-weight: 400;
}

.widget-pay .pay--content .showgouwu {
    font-size: 20px;
    position: relative;
    top: 2px;
    font-weight: 300;
}

.widget-pay .pay--content .btn--primary:hover {
    color: #fff;
    font-weight: 700;
    /* background: #0056ff; */
}

.post-grid .entry-media img {
    border-radius: 0;
}

.filter--content {
    border: unset;
    box-shadow: none;
    margin-top: -120px;
    padding: 10px;
}

.term-bar {
    padding: 60px 0 110px;
}

.widget-pay .pay-box .pwd {
    border-radius: 0;
    background-color: #f9f9f9;
    border: 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 ul li:after {
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 1px solid #33a5fa;
    border-radius: 50%;
    background-color: #1ec5f3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.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:not(:last-of-type):before {
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg, #1acbf3 0, #408ffe 98%);
}

.agent--contact .list-paybody span {
    font-style: inherit;
    letter-spacing: 0;
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #8a92a9;
    padding-right: 10px;
}

.agent--contact .list-paybody span:nth-child(1) {
    font-style: inherit;
    letter-spacing: 0.075em;
    margin-top: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: currentColor;
}

.agent--contact .list-paybody {
    background-color: #f9f9f9;
}

.register-login-modal .nav-tabs .active {
    border-bottom: 3px solid #333;
}

.tab-content .btn--secondary {
    padding: 0 18px;
}

.pay--content .info .price {
    text-align: left;
    color: #33a4fa;
    font-size: 20px;
}

.pay--content .info .paynum {
    top: 3px;
}

.Hh-goumai-title {
    padding-left: 12px;
    font-size: 16px;
    position: relative;
    color: #666;
}

.Hh-goumai-title:before {
    content: "";
    width: 5px;
    height: 16px;
    background: #30a8f9;
    position: absolute;
    top: 2px;
    left: 0;
}

.authorinfo-header-title {
    margin-bottom: 1.5rem;
    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-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: 0;
    height: 40px;
    line-height: 40px;
    right: -15px;
    position: absolute;
}

.ripro-author-fields {
    background-color: rgba(0, 0, 0, 0)!important;
    color: #fff;
}

.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;
}

.widget-title {
    position: relative;
    color: #393e46;
    font-size: 0.875rem;
    letter-spacing: 5px;
    padding-bottom: 0.875rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.widget-title:after {
    content: "";
    position: absolute;
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
    left: 1px;
    width: 50px;
    height: 3px;
    bottom: -2px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.widget:hover .widget-title:after {
    width: 40%;
}

.home-filter--content:before {
    background-color: rgba(91, 91, 91, 0);
}

.home-filter--content {
    background: linear-gradient(to right, #fff0, #fff0, #fff0);
}

.ripro-dark .home-filter--content {
    background: linear-gradient(to right, #232425, #232425, #232425);
}

.home-filter--content .form-box {
    margin-right: 0;
    margin-left: 0;
}

.btn--primary,
.button {
    background: #F05A29;
}

@media (max-width:768px) {
    .home-filter--content .form-box {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.btn--primary,
.ripro-dark .button {
    background: #F05A29;
    -webkit-box-shadow: 0 8px 10px rgb(0, 0, 0, .12);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .12);
    color: #fff;
}

.ripro-dark .form-box {
    background-color: #232425;
}

.ripro-dark .home-filter--content .form-box input {
    box-shadow: 8px 8px 9pt #212121;
}

.sjblog-tgroup {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccd4e0;
    margin-bottom: 10px;
}

.sjblog-tgroup .entry-header {
    margin-bottom: 0!important;
}

.article-content .entry-header .entry-title {
    padding-bottom: 0;
    margin-bottom: 0!important;
    border-bottom: none;
}

.sjblog-name {
    padding-top: 5px;
    display: block;
    font-size: 13px;
    color: #cdcdcd;
}

.sjblog-name a {
    color: #cdcdcd;
}

.sjblog-name a:hover {
    color: #0056ff;
}

.sjblog-time {
    margin-left: 10px;
}

.sjblog-views {
    margin-left: 10px;
}

.entry-wrapper .u-clearfix h2 {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 18px;
    color: #555;
    font-weight: 700;
    text-shadow: 0 0 #000;
}

.entry-wrapper .u-clearfix h3 {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 18px;
    color: #555;
    font-weight: 700;
    text-shadow: 0 0 #000;
}

.entry-wrapper .u-clearfix h4 {
    font-size: 16px;
}

.u-clearfix h2:before {
    content: "|";
    margin-right: 5px;
    color: #f05a29;
    font-family: src;
}

.u-clearfix h3:before {
    content: "|";
    margin-right: 5px;
    color: #f05a29;
    font-family: src;
}

.u-clearfix h4:before {
    content: "-";
    margin-right: 5px;
    color: #f05a29;
    font-family: src;
}

.page-numbers li a {
    color: #379efb;
}

.numeric-pagination .page-numbers:not(ul).current {
    background: linear-gradient(125deg, #ffb800 0, #ff5c00 100%);
}

.menu-post .cao-cover,
.post-grid .cao-cover,
.post-list .cao-cover {
    pointer-events: none!important;
}

@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 0 0 !important;
    }
    .meta .serv {
        padding-bottom: 10px!important;
        margin: 0 1em 0 0 !important;
    }
}

.downinfo .btn--block {
    min-width: 180px;
}

.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;
    }
}

.downinfo .btn--block {
    line-height: 32px!important;
    margin-top: 15px!important;
    margin-right: 15px!important;
}

.downinfo .btn-buy,
.downinfo .go-down {
    background: linear-gradient(-125deg, #f90202 0, #fd2f44 100%)!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}

.downinfo .btn {
    border-radius: 0!important;
    border: 0!important;
}

.downinfo span.btn-demo {
    background-color: #c1c1c1!important;
    border: 0!important;
}

.downinfo a.btn-demo {
    background: linear-gradient(-125deg, #2f49fd 0, #1f97fb 100%)!important;
    border: 0!important;
}

.article-info .thumb {
    border-radius: 0!important;
}


/* 文章 独家 测试 标签 */

.dujia-theme-tag {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #ff5c00;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}

.ceshi-theme-tag {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #11b719;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}

.noceshi-theme-tag {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #FF5757;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}

.yuanc-theme-tag {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #27b6da;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}
.wangl-theme-tag {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    text-align: center;
    background-color: #a223e7;
    color: #fff;
    border-radius: 2px;
    line-height: initial;
}

.jbvip {
    display: inline-block;
    transform: translateY(-12px);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #efd3b0 0, #f9e1be 100%);
    color: #fff;
    border-radius: 1rem;
    padding: 0.15rem 0.275rem;
    line-height: 1;
    font-weight: 700;
}

.new {
    display: inline-block;
    transform: translateY(-12px);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #f308a0 0, #fb0655 100%);
    color: #fff;
    border-radius: 1rem;
    padding: 0.15rem 0.275rem;
    line-height: 1;
    font-weight: 700;
}

.footer-widget .widget--title h5 {
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 0 1rem;
    margin: 0;
    font-weight: 300;
    color: #fff;
}

.site-footer a {
    color: #cbcfd8;
}

.footer-widget {
    padding-bottom: 0;
    border-bottom: 1px solid #eeeeee00;
}

.site-footer-nav {
    position: relative;
    background-color: #000;
}

.site-footer-nav .site-info {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    position: relative;
}

.site-footer-nav .site-info a {
    color: #fff;
}

.site-footer {
    background-color: #222;
}

.footer-widget .widget--newsletter .form-control {
    border-radius: 25px;
}

.widget--content .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.38889;
    margin-bottom: 14px;
}

.icon-v6-lock {
    margin-right: 6px;
    margin-top: -3px;
}

.icon {
    height: 20px;
    vertical-align: middle;
    float: left;
}

.icon-v6-stripe.alipay {
    width: 64px;
    height: auto;
}

.icon-v6-stripe {
    margin-left: 16px;
}

.icon-v6-stripe.weixinpay {
    width: 75px;
    height: auto;
}

.col-md-2f {
    text-align: center;
}

.pb-0 {
    background: #fff!important;
    padding: 30px 0!important;
}

.ripro-dark .pb-0 {
    background-color: #232425!important;
    margin-top: 15px!important;
    padding: 30px 0!important;
}

.ripro-dark .container .navmain,
.ripro-dark .container .rtcontm li {
    background: #171819!important;
}

.ripro-dark .container .rtcontm li b,
.ripro-dark .container .zprt dl dd b {
    color: #eee!important;
}

.products-category .content-wrapper {
    padding-bottom: 20px;
}

.products-category .pricing-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.51px;
    position: relative;
    line-height: 1;
}

.products-category .pricing-title a {
    color: #333;
}

.products-category p {
    color: #bcbcbc;
    font-size: 13px!important;
    letter-spacing: 0.46px;
    line-height: 1.86;
    margin: 1em 0;
}

.products-category .center {
    text-align: center;
}

.page-product .category-num,
.products-category .category-num {
    position: absolute;
    top: -2px;
    left: 100%;
    margin-left: 3px;
    padding: 1px 6px;
    background: #ff5c00;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    text-shadow: none;
    line-height: normal;
    font-family: Montserrat-Semi-Bold;
}

.container .navmain {
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .03);
    float: left;
    margin-right: 15px;
}

.container .zprt {
    height: 95px;
}

.container .zprt dl {
    position: relative;
    height: 100%;
    padding: 14px 0 0 10px;
    cursor: pointer;
    border: 1px solid transparent;
}

.container .zprt dl:after {
    position: absolute;
    top: 40%;
    right: 20px;
    content: "";
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    transform: rotate(45deg);
}

.container .zprt dl dt {
    float: left;
    padding-top: 3px;
}

.container .zprt dl dt img {
    display: block;
}

.container .zprt dl dd {
    width: 160px;
    float: right;
    margin: 0!important;
}

.container .zprt dl dd b {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.container .zprt dl dd p {
    display: block;
    font-size: 14px;
    color: #666;
}

.container .zprt .mansav {
    position: absolute;
    top: 0;
    min-height: 350px;
    width: 935px;
    border: 1px solid #0773fc;
    background: #fff;
    left: 234px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .06);
    font-size: 12px;
    display: none;
    z-index: 999999;
}

.container .zprt .mansav ul {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.container .zprt .mansav:before {
    position: absolute;
    left: -1px;
    width: 2px;
    height: 85.5px;
    background: #fff;
    content: "";
}

.container .zprt:nth-child(1) .mansav:before {
    top: 0;
}

.container .zprt:nth-child(2) .mansav:before {
    top: 87.5px;
}

.container .zprt:nth-child(3) .mansav:before {
    top: 175px;
}

.container .zprt:nth-child(4) .mansav:before {
    top: 262px;
}

.container .zprt:nth-child(5) .mansav:before {
    top: 280px;
}

.container .zprt li {
    padding: 10px 22px;
}

.container .zprt li b {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    margin-left: 8px;
}

.container .zprt li span {
    display: block;
    line-height: 20px;
    overflow: hidden;
    padding-top: 10px;
    margin-right: -12px;
}

.container .zprt li span a {
    float: left;
    display: block;
    width: 93px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #dfdfdf;
    margin: 5px 8px;
    background: #fff;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, .05);
}

.container .zprt:hover .mansav {
    display: block;
}

.container .zprt li span.hot a {
    color: #0773fc;
    border: 1px solid #0773fc;
}

.container .zprt li span a:hover {
    color: #0773fc;
}

.container .rtcontm {
    width: 100%;
    margin: 0 0 0 15px!important;
    padding: 0!important;
}

.container .rtcontm li {
    height: 116px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    position: relative;
}

.container .rtcontm li a {
    display: block;
    padding: 20px 0 0 17px;
}

.container .rtcontm li img {
    display: block;
    transition: all 0.3s;
}

.container .rtcontm li i {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.container .rtcontm li b {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #212121;
    padding-left: 10px;
    margin-bottom: 10px;
}

.container .rtcontm li b:after {
    display: block;
    content: "";
    height: 16px;
    width: 3px;
    background: #bcbcbc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
}

.container .rtcontm li p {
    display: block;
    line-height: 18px;
    color: #999;
    font-size: 13px;
    padding-left: 11px;
    margin: 0 !important;
}

.post-list-item:hover .post-module-thumb i.b2-play1 {
    transition: color 0.5s;
    color: #fff;
}

.post-list-meta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -43px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    transition: bottom 0.2s ease;
}

.post-list-meta-box {
    color: #fff;
}

.post-grid:hover .post-list-meta-box {
    bottom: 0;
    transition: bottom 0.2s ease;
}

.post-list-cat {
    font-size: 12px;
}

a.post-list-cat-item {
    color: #fff;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    display: none;
}

.post-list-meta-box .post-list-cat a:first-child {
    display: block;
}

.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.post-list-meta-views {
    padding-right: 5px;
}

.post-list-meta-avatar {
    display: flex;
    align-items: center;
}

.post-list-meta-avatar img {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    position: relative;
}

.post-list-meta-like {
    padding-right: 5px;
}

.post-list-meta-comment {
    padding-right: 5px;
}

.post-grid .entry-media {
    overflow: hidden;
    border-radius: 5px;
}

.post .entry-media {
    overflow: hidden;
    border-radius: 5px;
}

.post:hover .post-list-meta-box {
    bottom: 0;
    transition: bottom 0.2s ease;
}

.b2-radius {
    border-radius: 5px;
}

.post-list-meta li {
    list-style: none;
    margin-bottom: 0;
}

.freeicon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 12px;
    top: 8px;
    border-radius: 5px;
    background: #11b719 url("../sheji-child/assets/images/free.svg") 50% no-repeat;
    background-size: 20px auto;
    z-index: 1;
}

.vipicon {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 12px;
    top: 8px;
    border-radius: 5px;
    background: #ffa800 url("../sheji-child/assets/images/vip.svg") 50% no-repeat;
    background-size: 20px auto;
    z-index: 1;
}

.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.custom_style {
    height: 200px;
    color: #fff;
    overflow: hidden;
}

.custom_style>.wrapper {
    font-size: 0;
}

.custom_style .wrapper {
    width: 80%;
    margin: 0 auto;
    clear: both;
}

.custom_style>.wrapper>section {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
}

.custom_desc {
    line-height: 200px;
}

.custom_desc span {
    font-size: 24px;
}

.custom_style>.wrapper>section {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
}

.custom_btn {
    text-align: right;
}

.custom_btn a {
    margin: 0 0 0 12px;
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    border-radius: 6px;
}

.home_button:after,
.home_button:before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: #013686;
    z-index: 1;
}

.home_title ul li a:hover {
    color: #013686;
}

.home_button {
    display: block;
    width: 260px;
    height: 48px;
    text-align: center;
    line-height: 42px;
    margin: 36px auto 0;
    background-color: #fff;
    border: 4px #f4f4f4 solid;
    position: relative;
    overflow: hidden;
}

.home_button:after,
.home_button:before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: #ff5780;
    z-index: 1;
}

.home_button:before {
    top: -30px;
}

.home_button:after {
    bottom: -30px;
}

.home_button:hover {
    border-color: #111;
}

.home_button:hover:before {
    top: 0;
}

.home_button:hover:after {
    bottom: 0;
}

.home_button span {
    position: relative;
    z-index: 10;
}

.home_button:hover span {
    color: #fff;
}

.custom_style .home .container {
    padding: 0;
}

.fa-briefcase {
    font-size: 60px!important;
    vertical-align: middle!important;
    margin-right: 10px!important;
}

@media only screen and (max-width:768px) {
    .custom_style {
        text-align: center;
        padding: 20px 0;
    }
    .custom_style>.wrapper>section {
        width: 100%;
    }
    .custom_btn,
    .custom_desc {
        line-height: 24px;
        float: none;
        overflow: hidden;
        padding: 16px 0;
    }
    .custom_btn {
        text-align: center;
    }
    .custom_btn a.custom {
        margin-left: 10px;
    }
    .custom_desc span {
        font-size: 16px;
    }
    .home_button {
        display: block;
        width: 260px;
        height: 28px;
        text-align: center;
        line-height: 22px;
        margin: 36px auto 0;
        background-color: #fff;
        border: 4px #f4f4f4 solid;
        position: relative;
        overflow: hidden;
    }
    .premium-category {
        margin-top: 0;
    }
}

@media only screen and (max-width:1024px) {
    .custom_btn a {
        width: calc(50% - 20px);
        margin: 0;
    }
}

.related-posts-grid .entry-title a {
    font-size: 15px!important;
}

.header__cat .user-pbtn span {
    color: #fff!important;
}

.active .header__cat .user-pbtn span {
    color: #34495e!important;
}

.navbar .menu-item.menu-item-has-children>a:after {
   /* color: #fff!important;*/
}

.edit--profile-links li a {
    padding: 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.active {
    color: #fff;
    background: #F05A29;
}

.site-header-n {
    background-color: rgba(255, 255, 255, 1);
}

.navbar .nav-list>.menu-item>a {
    color: #000;
}

.ripro-dark .navbar .nav-list>.menu-item>a {
    color: #fff;
}

.term-bar:before {
    background: 0 0!important;
}

.home-filter--content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.home-filter--content .focusbox-title {
    text-align: center;
    font-size: 25px!important;
    margin-bottom: 40px!important;
    letter-spacing: 0!important;
}

.home-filter--content .focusbox-title:before {
    content: "//";
    font-weight: 900;
    position: relative;
    left: -17px;
    opacity: 0.5;
}

.home-filter--content .focusbox-title:after {
    content: "//";
    font-weight: 900;
    position: relative;
    left: 17px;
    opacity: 0.5;
}

.home-filter--content .form-box {
    background: 0 0!important;
}

.home-filter--content .home_search_input:focus {
    outline: 0;
}

.home-filter--content .home_search_input::-webkit-input-placeholder {
    color: #fff;
}

.home-filter--content .home_search_input {
    margin: 0 auto;
    width: 600px!important;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    height: 54px;
    line-height: 32px;
    border-radius: 4px;
    box-shadow: none;
    padding-left: 19px;
    background: #ffffff38;
    border: 1px solid #ffffff14!important;
}

.search-properties .btn--block {
    display: block;
    border-radius: 4px;
    /* background: #F05A29; */
    width: 120px;
    height: 54px;
    position: relative;
    border: 1px solid #ffffff14;
    font-size: 18px;
    right: 6px;
}

.container-search {
    width: 750px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.home-filter--content .form-box {
    margin-bottom: 30px!important;
}

.sousuocenter {
    margin: 0 auto;
    padding: 0 60px;
    line-height: 40px;
    border-radius: 73px;
    position: relative;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background: #F05A29;
    font-weight: 600;
}

.sousuocenter span {
    float: left;
    color: #e6e6e6;
    position: relative;
    top: 1px;
}

.sousuocenter span .ri-fire-fill {
    background: #fff3;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 7px;
}

.sousuocenter span .ri-fire-fill:before {
    content: "\ecf4";
    position: relative;
    top: -12px;
}

.sousuocenter li a:hover {
    color: #f44336;
}

.sousuocenter ul {
    margin: 0 auto;
    float: left;
}

.sousuocenter li {
    float: left;
    margin-right: 20px;
}

.sousuocenter li a {
    float: left;
    color: #e6e6e6;
    padding: 0 9px;
}

.btn--white {
    background-color: #fff;
    color: #34495e;
}

.btn {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 33px;
    outline: 0;
    margin: 0 6px;
    padding: 0 18px;
    text-align: center;
    position: relative;
}

.home-cat-nav-wrap ul li:hover .btn {
    background: #F05A29;
    color: #fff;
}

.home-cat-nav-wrap {
    background-color: #eff1f4;
    position: relative;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 20px 0 30px;
}

.sucaihuzx {
    background-color: #eff1f4;
    padding-bottom: 20px;
}

.home-cat-nav-wrap li:first-child button.btn {
    background-color: #F05A29!important;
    color: #fff!important;
}

.pb1 {
    background-color: #eaeef1;
}

.pb2 {
    background-color: #eff1f4;
}

.pb3 {
    background-color: #eaeef1;
}

.pb4 {
    background-color: #eff1f4;
}

.pb5 {
    background-color: #eaeef1;
}

.pb6 {
    background-color: #eff1f4;
}

.html-box {
    background: #fff;
    position: relative;
}

.ripro-dark .html-box {
    background-color: #232425;
}

.ripro-dark .home-division li h3 {
    color: #fff;
}

.ripro-dark .pb1,
.ripro-dark .pb2,
.ripro-dark .pb3,
.ripro-dark .pb4,
.ripro-dark .pb5,
.ripro-dark .sucaihuzx {
    background-color: #2d2d2d;
}

.ripro-dark .products-category .pricing-title a {
    color: #b4b3b2;
}

.home-division {
    overflow: hidden;
}

.home-division a {
    color: #525252;
    display: block;
    padding: 20px 0 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.home-division a:hover .item-thumb,
.home-division a:hover h3 {
    color: #F05A29;
}

.home-division a:hover .icon-inspiration-nav-1:before {
    content: "\e82c";
}

.home-division a:hover .icon-tool-nav-1:before {
    content: "\e82a";
}

.home-division a:hover .icon-course-nav-1:before {
    content: "\e82e";
}

.home-division ul {
    margin: 0;
    overflow: hidden;
}

.home-division li {
    float: left;
    line-height: 1;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.home-division li h3 {
    font-size: 13px;
    line-height: 1;
    margin: 10px 0;
    color: #43484d;
    font-weight: 400;
}

.home-division li h3 .go {
    background: #F05A29;
    display: none;
    height: 14px;
    line-height: 14px;
    padding: 0 2px 2px 5px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
}

.home-division li h3 .go i {
    vertical-align: middle;
    margin: -2px 3px 0;
}

.home-division li p {
    font-size: 13px;
    color: #9a9a9a;
    display: none;
}

@media (min-width:768px) {
    .home-division a {
        text-align: left;
        padding: 22px 0 30px 50px;
    }
}

@media (min-width:1330px) {
    .home-division a {
        padding-left: 75px;
    }
}

@media (min-width:768px) {
    .home-division li h3 {
        font-size: 18px;
        font-weight: 700;
    }
}

@media (min-width:1024px) {
    .home-division li h3 .go {
        display: inline-block;
    }
}

@media (min-width:1024px) {
    .home-division li p {
        display: block;
    }
}

.home-division li .item-thumb {
    font-size: 28px;
}

@media (max-width:1023px) {
    .home-division li .item-thumb {
        color: #F05A29;
    }
}

@media (min-width:768px) {
    .home-division li .item-thumb {
        position: absolute;
        left: 5px;
        top: 20px;
        font-size: 36px;
        color: #999;
    }
}

@media (min-width:1330px) {
    .home-division li .item-thumb {
        top: 30px;
        left: 20px;
    }
}

@media (min-width:1024px) {
    .home-division li.li_4 .item {
        background: #f3f8ff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #F05A29;
    }
    .home-division li.li_4 .item .item-thumb,
    .home-division li.li_4 .item h3 {
        color: #F05A29;
    }
    .home-division li.li_4 .item:hover {
        background: #F05A29;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff;
    }
    .home-division li.li_4 .item:hover h3,
    .home-division li.li_4 .item:hover i,
    .home-division li.li_4 .item:hover p {
        color: #fff;
    }
}

* {
    margin: 0;
    padding: 0;
}

.vip-container {
    padding: 40px 0 25px;
    margin-bottom: 0;
    background-image: url("../sheji-child/assets/images/vipbg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.vip-article-header {
    text-align: center;
}

.vip-article-title {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 28px;
}

.vip-desc {
    text-align: center;
    font-size: 14px;
    color: #8a92a9;
    margin-top: -40px;
    margin-bottom: 40px;
}

.vip-wrapper {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.vip-top>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 60px 0;
}

.vip-top .content-area {
    width: 100%;
    border: 0;
    padding: 40px 0;
}

.vip-top .hhviptop {
    background: url("../sheji-child/assets/images/newvip-bg.png") no-repeat;
    width: 100%;
}

.vip-top .hhviptop h1 {
    text-align: center;
    letter-spacing: 0!important;
    font-size: 28px!important;
    color: #ffd2ab!important;
    font-weight: 400!important;
    margin-top: 20px;
}

.vip-top .hhviptop .descript {
    color: #a99686;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}

.vip-current {
    width: 1440px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    background: url("../sheji-child/assets/images/viptbg.png") no-repeat center;
}

a.post-list-cat-item {
    float: left;
    margin-right: 3px;
}

.vip-top .hhvipicon {
    width: 40px;
    text-align: center;
    height: 34px;
    display: block;
    margin: 0 auto;
    background: url("../sheji-child/assets/images/vipicon.png");
}

.clearfix {
    clear: both;
    margin: 0;
    padding: 0;
}

.vip-content {
    text-align: center;
    margin-bottom: 50px;
}

.vip-content h2 {
    margin: 0 0 45px;
    font-size: 24px;
    text-align: center;
    position: relative;
    font-weight: 400;
}

.vip-content h2 span {
    position: relative;
}

.vip-content h2 span:after {
    content: " ";
    width: 20px;
    background: #ff5f33;
    height: 3px;
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

.vip-item {
    padding: 0 30px 50px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    width: 22%;
    margin: 0 1% 30px;
    display: inline-block;
    top: 0;
    position: relative;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .1);
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}

.ripro-dark .vip-item {
    background-color: #2d2d2d;
}

.vip-item:hover {
    top: -10px;
}

.vip-item h6 {
    font-size: 20px;
    margin: 0 -30px;
    background: #ff5f33;
    padding: 15px 0;
    font-weight: 400;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.vip-item.item-1 h6 {
    background: #0ec0e6;
}

.vip-item p.border-decor {
    margin-bottom: 50px;
    text-align: center;
}

.vip-item p.border-decor span {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 7px 12px 5px;
    color: #333;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
}

.vip-item .price {
    font-weight: 600;
    font-size: 32px;
    display: block;
    margin: 20px 0 5px;
}

.vip-item .price small {
    font-size: 14px;
}

.vip-item ul {
    margin-bottom: 20px;
}

.vip-item ul li {
    font-size: 15px;
    padding-bottom: 10px;
    list-style: none;
}

.vip-item ul li:not(:first-child) {
    padding-top: 10px;
}

.vip-item ul li i {
    width: 8px;
    height: 8px;
    border: 2px solid #46c70c;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.vip-item .btn {
    color: #fff!important;
    background: #ff5f33;
    border-radius: 50px;
    padding: 5px 35px;
}

.vip-item.item-1 .btn {
    background: #0ec0e6!important;
}

.vip-footer {
    margin-top: 50px;
}

.vip-footer>h2 {
    font-size: 30px;
}

.vip-footer>h2,
.vip-footer>p {
    text-align: center;
}

.vip-faq dt {
    font-size: 15px;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
}

.vip-faq dd {
    font-size: 15px;
    padding: 10px 20px;
    color: #bcbcbc;
}

.vip-faq-list dt {
    color: #d7d7d7;
}

@media (max-width:925px) {
    .vip-item {
        width: 47%;
        margin: 0 1% 30px;
    }
}

@media (max-width:620px) {
    .vip-item h6 {
        margin: 0 -20px;
    }
}

@media (max-width:480px) {
    .vip-item {
        width: 97%;
        margin: 0 1% 30px;
    }
}

.sucaihu-jiaqun h5 {
    font-size: 16px;
    line-height: 1.4;
}

.sucaihu-jiaqun-small {
    padding: 15px;
}

.sucaihu-jiaqun p {
    max-width: 80%;
}

.sucaihu-jiaqun {
    letter-spacing: 0.5px;
}

.sucaihu-jiaqun .btn {
    font-size: 13px;
}

.sucaihu-jiaqun .btn i {
    margin-right: 3px;
}

.sucaihu-jiaqun .helper-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}

.sucaihu-jiaqun-btn-on {
    color: #fff;
    background: #F05A29!important;
    box-shadow: 0 3px 10px -1px #F05A29!important;
    border: 0;
}

@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);
}

.sucaihu-yqlj {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 6px;
    box-shadow: 0 4px 12px 0 rgba(52, 73, 94, .1);
}

.sucaihu-yqlj .clearfix {
    color: #fff;
    background: linear-gradient(-125deg, #fdafae 0, #F05A29 100%);
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    max-width: 100%;
}

.mt20 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.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;
}

.notify-content h3 {
    color: #fff!important;
}