:root {
    --primary-color: #006fff;
    --border-color: #f2f6fc;
    --mini-color: #8590a6;
}
.zyx-home-homevip{
    padding: 100px 0;
    background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
    .zyx-home-homevip {
        padding: 40px 0;
    }
}
.home-homevip-boxmk{
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,.05);
    padding: 20px;
    position: relative;
}
.home-homevip-boxmk .top{
    padding-top: 30px;
}
.home-homevip-boxmk .top .name{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
}
.home-homevip-boxmk .top .tag {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient( 102.51deg,#ff451d 3.76%,#ff6f32 93.18%);
    border-radius: 4px 0 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
}
.home-homevip-boxmktitle{
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.home-homevip-boxmktitle .price{
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: 15px;
}
.home-homevip-boxmktitle .price strong{
    font-size: 43px;
    margin: 0 5px;
}

.home-homevip-boxmktitle p span{
    
}
.home-homevip-boxmk a{
    align-items: center;
    justify-content: center;
    background-color: #006fff;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    display: flex;
}
.home-homevip-boxmk:hover a{
    opacity: .8;
}
.home-homevip-boxmks{
    padding-top: 20px;
}
.home-homevip-boxmks span{
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
}
.home-homevip-boxmks p{
    text-align: left;
    line-height: 2.5;
}
.home-homevip-boxmks p em{
    float: right;
    color: #333;
}

.home-homevip2-boxmk{
    padding: 30px;
}
.home-homevip2-boxmk .title{
    
}
.home-homevip2-boxmk .title i{
    display: block;
    font-size: 14px;
    line-height: 27px;
    background-color: #f0506e17;
    color: #f0506e;
    border-radius: 50px;
    width: 100px;
    text-align: center;
}
.home-homevip2-boxmk .title span{
    font-size: 30px;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    color: #333;
}
.home-homevip2-boxmk .title p{
    
}

.home-homevip2-boxmk .i{
    width: 60px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    background: #fff;
    font-size: 30px !important;
    box-shadow: 0px 15px 60px rgba(54, 127, 255, 0.1);
    transition: box-shadow .2s;
}
.home-homevip2-boxmk:hover .i{
    box-shadow: 0 0 0 10px rgba(198, 209, 255, 0.45), 0 0 0 24px rgba(197, 209, 255, 0.22);
    border-radius: 100%;
}
.home-homevip2-boxmk .an{
    margin-top: 20px;
    height: 33px;
    line-height: 33px;
}
.home-homevip2-boxmk .an a{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 110px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    border-radius: 4px;
    background: #006fff;
}
.home-homevip2-boxmk .an .jg{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.home-homevip2-boxmk .an .jg em{
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px;
    color: #777;
}

.zyx-flex-1 {
    flex: 1;
}

.zyx-home-title {
    text-align: center;
    margin-bottom: 60px;
}

.zyx-home-title span {
    font-size: 28px;
    font-weight: bold;
    color: #0B1D30;
}

.zyx-home-title p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {
    .zyx-home-title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 900px) {
    .zyx-home-title span {
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) {
    .zyx-home-title p {
        font-size: 14px;
    }
}

.zyx-container >:last-child {
    margin-bottom: 0;
}

.zyx-grid {
    margin-left: -20px;
}
.zyx-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zyx-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {
    .zyx-width-1-1\@s {
        width:100%;
    }

    .zyx-width-1-2\@s {
        width: 50%;
    }

    .zyx-width-1-3\@s {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-width-2-3\@s {
        width: calc(100% * 2 / 3.001);
    }

    .zyx-width-1-4\@s {
        width: 25%;
    }

    .zyx-width-3-4\@s {
        width: 75%;
    }

    .zyx-width-1-5\@s {
        width: 20%;
    }

    .zyx-width-2-5\@s {
        width: 40%;
    }

    .zyx-width-3-5\@s {
        width: 60%;
    }

    .zyx-width-4-5\@s {
        width: 80%;
    }

    .zyx-width-1-6\@s {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-width-5-6\@s {
        width: calc(100% * 5 / 6.001);
    }

    .zyx-width-small\@s {
        width: 150px;
    }

    .zyx-width-medium\@s {
        width: 300px;
    }

    .zyx-width-large\@s {
        width: 450px;
    }

    .zyx-width-xlarge\@s {
        width: 600px;
    }

    .zyx-width-xxlarge\@s {
        width: 750px;
    }

    .zyx-width-auto\@s {
        width: auto;
    }

    .zyx-width-expand\@s {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .zyx-width-1-1\@m {
        width:100%;
    }

    .zyx-width-1-2\@m {
        width: 50%;
    }

    .zyx-width-1-3\@m {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-width-2-3\@m {
        width: calc(100% * 2 / 3.001);
    }

    .zyx-width-1-4\@m {
        width: 25%;
    }

    .zyx-width-3-4\@m {
        width: 75%;
    }

    .zyx-width-1-5\@m {
        width: 20%;
    }

    .zyx-width-2-5\@m {
        width: 40%;
    }

    .zyx-width-3-5\@m {
        width: 60%;
    }

    .zyx-width-4-5\@m {
        width: 80%;
    }

    .zyx-width-1-6\@m {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-width-5-6\@m {
        width: calc(100% * 5 / 6.001);
    }

    .zyx-width-small\@m {
        width: 150px;
    }

    .zyx-width-medium\@m {
        width: 300px;
    }

    .zyx-width-large\@m {
        width: 450px;
    }

    .zyx-width-xlarge\@m {
        width: 600px;
    }

    .zyx-width-xxlarge\@m {
        width: 750px;
    }

    .zyx-width-auto\@m {
        width: auto;
    }

    .zyx-width-expand\@m {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .zyx-width-1-1\@l {
        width:100%;
    }

    .zyx-width-1-2\@l {
        width: 50%;
    }

    .zyx-width-1-3\@l {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-width-2-3\@l {
        width: calc(100% * 2 / 3.001);
    }

    .zyx-width-1-4\@l {
        width: 25%;
    }

    .zyx-width-3-4\@l {
        width: 75%;
    }

    .zyx-width-1-5\@l {
        width: 20%;
    }

    .zyx-width-2-5\@l {
        width: 40%;
    }

    .zyx-width-3-5\@l {
        width: 60%;
    }

    .zyx-width-4-5\@l {
        width: 80%;
    }

    .zyx-width-1-6\@l {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-width-5-6\@l {
        width: calc(100% * 5 / 6.001);
    }

    .zyx-width-small\@l {
        width: 150px;
    }

    .zyx-width-medium\@l {
        width: 300px;
    }

    .zyx-width-large\@l {
        width: 450px;
    }

    .zyx-width-xlarge\@l {
        width: 600px;
    }

    .zyx-width-xxlarge\@l {
        width: 750px;
    }

    .zyx-width-auto\@l {
        width: auto;
    }

    .zyx-width-expand\@l {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .zyx-width-1-1\@xl {
        width:100%;
    }

    .zyx-width-1-2\@xl {
        width: 50%;
    }

    .zyx-width-1-3\@xl {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-width-2-3\@xl {
        width: calc(100% * 2 / 3.001);
    }

    .zyx-width-1-4\@xl {
        width: 25%;
    }

    .zyx-width-3-4\@xl {
        width: 75%;
    }

    .zyx-width-1-5\@xl {
        width: 20%;
    }

    .zyx-width-2-5\@xl {
        width: 40%;
    }

    .zyx-width-3-5\@xl {
        width: 60%;
    }

    .zyx-width-4-5\@xl {
        width: 80%;
    }

    .zyx-width-1-6\@xl {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-width-5-6\@xl {
        width: calc(100% * 5 / 6.001);
    }

    .zyx-width-small\@xl {
        width: 150px;
    }

    .zyx-width-medium\@xl {
        width: 300px;
    }

    .zyx-width-large\@xl {
        width: 450px;
    }

    .zyx-width-xlarge\@xl {
        width: 600px;
    }

    .zyx-width-xxlarge\@xl {
        width: 750px;
    }

    .zyx-width-auto\@xl {
        width: auto;
    }

    .zyx-width-expand\@xl {
        flex: 1;
        min-width: 1px;
    }
}

@media (max-width: 900px) 
{
    .zyx-grid + .zyx-grid-zyxsmls,.zyx-grid + .zyx-grid-row-zyxsmls,.zyx-grid-zyxsmls > .zyx-grid-margin,.zyx-grid-row-zyxsmls > .zyx-grid-margin,* + .zyx-grid-margin-zyxsmls {
        margin-top: 20px;
    }
    
    .zyx-grid + .zyx-grid, .zyx-grid > .zyx-grid-margin, * + .zyx-grid-margin {
        margin-top: 20px;
    }
    
    [class*='zyx-width'] {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .home-homevip2-boxmk .an .jg {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    .home-homevip2-boxmk .title p {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    .home-homevip2-boxmk .title span {
        font-size: 20px;
    }
}

.zyx-grid-zyxsmls > *, .zyx-grid-column-zyxsmls > * {
    padding-left: 20px;
}

.zyx-grid > * >:last-child {
    margin-bottom: 0;
}

.zyx-grid-medium, .zyx-grid-column-medium {
    margin-left: -30px;
}


.zyx-grid-medium > *, .zyx-grid-column-medium > * {
    padding-left: 30px;
}

.zyx-grid-medium > *, .zyx-grid-column-medium > * {
    padding-left: 0px;
}
    
@media (min-width: 768px) {
    .zyx-grid-medium > *, .zyx-grid-column-medium > * {
        padding-left: 30px;
    }
}

@media screen and (max-width: 900px) {
    .home-homevip2-boxmk {
        padding: 20px;
    }
}

.zyx-flex {
    display: flex;
}

.home-homevip-boxmk {
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
    padding: 20px;
    position: relative;
}

.zyx-background-default {
    background: var(--main-bg-color);
}

.home-homevip-boxmktitle p {
    font-size: 14px;
    line-height: 27px;
    background-color: #f7faff;
    color: #006fff;
    border-radius: 50px;
    margin: 0;
    padding: 0
}

.zyx-grid-zyxsmls, .zyx-grid-column-zyxsmls {
    margin-left: -20px;
}

em, cite, i {
    font-style: normal;
}

.zyxfont {
    font-size: 14px!important;
    display: inline-block;
    transform: translateY(1px);
    line-height: 1;
}

.zyx-dongtai {
    transition: all .3s;
}

.zyx-dongtai:hover {
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.zyx-images img {
	width:100%;
	height:100%;
	vertical-align:top;
	-webkit-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s;
	transition:all .3s ease-out 0s
}

#zyx {
    background: rgb(245, 247, 253);
}

.zyx-home-spread {
    padding: 100px 0;
}

.zyx-light, .zyx-section-primary:not(.zyx-preserve-color), .zyx-section-secondary:not(.zyx-preserve-color), .zyx-tile-primary:not(.zyx-preserve-color), .zyx-tile-secondary:not(.zyx-preserve-color), .zyx-card-primary.zyx-card-body, .zyx-card-primary >:not([class*='zyx-card-media']), .zyx-card-secondary.zyx-card-body, .zyx-card-secondary >:not([class*='zyx-card-media']), .zyx-overlay-primary, .zyx-offcanvas-bar {
    color: rgba(255, 255, 255, 0.7);
}
.zyx-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}
.zyx-position-relative {
    position: relative !important;
}
.zyx-slider-container {
    overflow: hidden;
}

.zyx-slider-items.zyx-grid {
    flex-wrap: nowrap;
}

.zyx-slider-items {
    will-change: transform;
    position: relative;
}

[class*='zyx-child-width'] > * {
    box-sizing: border-box;
    width: 100%;
}

.zyx-child-width-1-2 > * {
    width: 50%;
}

.zyx-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001);
}

.zyx-child-width-1-4 > * {
    width: 25%;
}

.zyx-child-width-1-5 > * {
    width: 20%;
}

.zyx-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001);
}

.zyx-child-width-auto > * {
    width: auto;
}

.zyx-child-width-expand >:not([class*='zyx-width']) {
    flex: 1;
    min-width: 1px;
}

@media (min-width: 640px) {
    .zyx-child-width-1-1\@s > * {
        width:100%;
    }

    .zyx-child-width-1-2\@s > * {
        width: 50%;
    }

    .zyx-child-width-1-3\@s > * {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-child-width-1-4\@s > * {
        width: 25%;
    }

    .zyx-child-width-1-5\@s > * {
        width: 20%;
    }

    .zyx-child-width-1-6\@s > * {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-child-width-auto\@s > * {
        width: auto;
    }

    .zyx-child-width-expand\@s >:not([class*='zyx-width']) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .zyx-child-width-1-1\@m > * {
        width:100%;
    }

    .zyx-child-width-1-2\@m > * {
        width: 50%;
    }

    .zyx-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-child-width-1-4\@m > * {
        width: 25%;
    }

    .zyx-child-width-1-5\@m > * {
        width: 20%;
    }

    .zyx-child-width-1-6\@m > * {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-child-width-auto\@m > * {
        width: auto;
    }

    .zyx-child-width-expand\@m >:not([class*='zyx-width']) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .zyx-child-width-1-1\@l > * {
        width:100%;
    }

    .zyx-child-width-1-2\@l > * {
        width: 50%;
    }

    .zyx-child-width-1-3\@l > * {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-child-width-1-4\@l > * {
        width: 25%;
    }

    .zyx-child-width-1-5\@l > * {
        width: 20%;
    }

    .zyx-child-width-1-6\@l > * {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-child-width-auto\@l > * {
        width: auto;
    }

    .zyx-child-width-expand\@l >:not([class*='zyx-width']) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1600px) {
    .zyx-child-width-1-1\@xl > * {
        width:100%;
    }

    .zyx-child-width-1-2\@xl > * {
        width: 50%;
    }

    .zyx-child-width-1-3\@xl > * {
        width: calc(100% * 1 / 3.001);
    }

    .zyx-child-width-1-4\@xl > * {
        width: 25%;
    }

    .zyx-child-width-1-5\@xl > * {
        width: 20%;
    }

    .zyx-child-width-1-6\@xl > * {
        width: calc(100% * 1 / 6.001);
    }

    .zyx-child-width-auto\@xl > * {
        width: auto;
    }

    .zyx-child-width-expand\@xl >:not([class*='zyx-width']) {
        flex: 1;
        min-width: 1px;
    }
}

.zyx-slider-items > * {
    flex: none;
    position: relative;
    touch-action: pan-y;
}

.home-spread-boxmk {
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
}

.home-spread-boxmk:hover img {
    animation: float 1s ease-in-out infinite alternate;
}

.home-spread-boxmk img {
    display: block;
    margin: 0 auto;
    height: 40px;
}

.home-spread-boxmk span {
    margin-top: 33px;
    font-size: 16px;
    font-weight: bold;
    color: #0B1D30;
    display: block;
}

.home-spread-boxmk p {
    margin-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #757F92;
    line-height: 22px;
}

.zyx-grid > * {
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
    .zyx-grid > * {
        padding-left: 10px;
    }
    .problem-box-mk > * {
        padding-left: 20px;
    }
    .problem-box > * {
        padding-left: 20px;
    }
}
.grids > * {
    padding-left: 20px;
}

.zyx-grid > * {
    margin: 0;
}

.zyx-grid {
    margin-left: -20px;
}

@keyframes float{ 
    0%{ transform: translate(0, 0)}
    100%{ transform: translate(0, -10px)}
}

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

.zyx-width-auto {
    width: auto;
}

.zyx-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-news-boxmk{
    padding: 23px 10px;
}
.home-news-boxmk:hover{
    background: #fff;
}
.home-news-boxmk .md{
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.home-news-boxmk .y{
    font-size: 14px;
    color: #9AA3B7;
    text-align: right;
}
.home-news-boxmk .title{
    font-size: 15px;
    color: #454F66;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.home-news-boxmk .content{
    font-size: 14px;
    color: #9AA3B7;
}
.home-news-boxmk .btn{
    width: 144px;
    height: 56px;
    background-color: #F6F9FF;
    border-radius: 28px;
    float: left;
    font-size: 14px;
    color: var(--primary-color);
    line-height: 45px;
    cursor: pointer;
}
.zyx-home-news-box .btns{
    margin-top: 20px;
    text-align: center;
}
.zyx-home-news-box .btns a{
    border-radius: 50%;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
}
.zyx-home-news-box .btns a:hover {
    box-shadow: 0px 6px 16px 2px rgba(55, 110, 242, 0.49);
}
.zyx-home-news-box .btns a i{
    font-size: 18px!important;
}

@media screen and (max-width: 900px) {
    .home-news-boxmk .btn {
        width: 82px;
        height: 32px;
        line-height: 17px;
    }
}

.zyx-grid-zyxsmls, .zyx-grid-column-zyxsmls {
    margin-left: -20px;
}

.zyx-grid + .zyx-grid-zyxsmls, .zyx-grid + .zyx-grid-row-zyxsmls, .zyx-grid-zyxsmls > .zyx-grid-margin, .zyx-grid-row-zyxsmls > .zyx-grid-margin, * + .zyx-grid-margin-zyxsmls {
    margin-top: 20px;
}

.zyx-home-news {
    padding: 100px 0;
    background-size: 100% 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 900px) {
    .zyx-home-news {
        padding: 40px 0;
    }
}

.zyx-footer-new {
    z-index: 999;
    position: fixed;
    left: 50%;
    bottom: 30px;
    max-width: 920px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background-color: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 15px 20px;
    line-height: 33px;
    box-sizing: border-box;
}

.zyx-footer-newbox a.newwen {
    color: #666;
}

.zyx-footer-newbox a.newwen em {
    margin-right: 10px;
    animation: my-face 5s infinite ease-in-out;
    display: inline-block;
}
em, cite, i {
    font-style: normal;
}
em {
    color: #f0506e;
}

.zyx-footer-newbox a.newbtn {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 110px;
    height: 33px;
    line-height: 33px;
    margin-left: 100px;
    color: #fff;
    border-radius: 50px;
    background: var(--primary-color);
}

@-webkit-keyframes my-face {

    2%,
    24%,
    80% {
    -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
    transform: translate(0, 1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
    -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
    transform: translate(0, -1.5px) rotate(-.5deg)
    }

    38%,
    6% {
    -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
    transform: translate(0, 1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
    -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
    transform: translate(0, -1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
    -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
    transform: translate(0, 2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
    -webkit-transform: translate(0, -.5px) rotate(1.5deg);
    transform: translate(0, -.5px) rotate(1.5deg)
    }

    14%,
    54% {
    -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
    transform: translate(0, -1.5px) rotate(1.5deg)
    }

    16% {
    -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
    transform: translate(0, -.5px) rotate(-1.5deg)
    }

    18%,
    22% {
    -webkit-transform: translate(0, .5px) rotate(-1.5deg);
    transform: translate(0, .5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
    -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
    transform: translate(0, -1.5px) rotate(2.5deg)
    }

    26%,
    50% {
    -webkit-transform: translate(0, .5px) rotate(.5deg);
    transform: translate(0, .5px) rotate(.5deg)
    }

    28% {
    -webkit-transform: translate(0, .5px) rotate(1.5deg);
    transform: translate(0, .5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
    -webkit-transform: translate(0, -.5px) rotate(2.5deg);
    transform: translate(0, -.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
    -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
    transform: translate(0, 1.5px) rotate(-.5deg)
    }

    42% {
    -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
    transform: translate(0, 2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
    -webkit-transform: translate(0, 1.5px) rotate(.5deg);
    transform: translate(0, 1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
    -webkit-transform: translate(0, -.5px) rotate(.5deg);
    transform: translate(0, -.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
    -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
    transform: translate(0, 2.5px) rotate(2.5deg)
    }

    58% {
    -webkit-transform: translate(0, .5px) rotate(2.5deg);
    transform: translate(0, .5px) rotate(2.5deg)
    }

    84% {
    -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
    transform: translate(0, 1.5px) rotate(2.5deg)
    }

    90% {
    -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
    transform: translate(0, 2.5px) rotate(-.5deg)
    }

    92% {
    -webkit-transform: translate(0, .5px) rotate(-.5deg);
    transform: translate(0, .5px) rotate(-.5deg)
    }

    94% {
    -webkit-transform: translate(0, 2.5px) rotate(.5deg);
    transform: translate(0, 2.5px) rotate(.5deg)
    }

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

    @keyframes my-face {

    2%,
    24%,
    80% {
    -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
    transform: translate(0, 1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
    -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
    transform: translate(0, -1.5px) rotate(-.5deg)
    }

    38%,
    6% {
    -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
    transform: translate(0, 1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
    -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
    transform: translate(0, -1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
    -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
    transform: translate(0, 2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
    -webkit-transform: translate(0, -.5px) rotate(1.5deg);
    transform: translate(0, -.5px) rotate(1.5deg)
    }

    14%,
    54% {
    -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
    transform: translate(0, -1.5px) rotate(1.5deg)
    }

    16% {
    -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
    transform: translate(0, -.5px) rotate(-1.5deg)
    }

    18%,
    22% {
    -webkit-transform: translate(0, .5px) rotate(-1.5deg);
    transform: translate(0, .5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
    -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
    transform: translate(0, -1.5px) rotate(2.5deg)
    }

    26%,
    50% {
    -webkit-transform: translate(0, .5px) rotate(.5deg);
    transform: translate(0, .5px) rotate(.5deg)
    }

    28% {
    -webkit-transform: translate(0, .5px) rotate(1.5deg);
    transform: translate(0, .5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
    -webkit-transform: translate(0, -.5px) rotate(2.5deg);
    transform: translate(0, -.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
    -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
    transform: translate(0, 1.5px) rotate(-.5deg)
    }

    42% {
    -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
    transform: translate(0, 2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
    -webkit-transform: translate(0, 1.5px) rotate(.5deg);
    transform: translate(0, 1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
    -webkit-transform: translate(0, -.5px) rotate(.5deg);
    transform: translate(0, -.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
    -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
    transform: translate(0, 2.5px) rotate(2.5deg)
    }

    58% {
    -webkit-transform: translate(0, .5px) rotate(2.5deg);
    transform: translate(0, .5px) rotate(2.5deg)
    }

    84% {
    -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
    transform: translate(0, 1.5px) rotate(2.5deg)
    }

    90% {
    -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
    transform: translate(0, 2.5px) rotate(-.5deg)
    }

    92% {
    -webkit-transform: translate(0, .5px) rotate(-.5deg);
    transform: translate(0, .5px) rotate(-.5deg)
    }

    94% {
    -webkit-transform: translate(0, 2.5px) rotate(.5deg);
    transform: translate(0, 2.5px) rotate(.5deg)
    }

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

@media (max-width: 767px) {
    .zyx-visible\@s {
        display: none !important;
    }
}

.zyx_follow_img a {
    animation: zyx_follow_img_swing 2.5s .15s linear infinite;
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 63px;
    z-index: 10;
}

@keyframes zyx_follow_img_swing{
    10%{transform:rotate(15deg);}
    20%{transform:rotate(-10deg);}
    30%{transform:rotate(5deg);}
    40%{transform:rotate(-5deg);}
    50%,100%{transform:rotate(0deg);}
}

.zyx_follow_img {
    margin-bottom: 10px;
}

.float-right.round .float-btn {
    margin-top: 6px;
}

/*
* ------------------------------------------------------------------------------
* VIP页面
* ------------------------------------------------------------------------------
*/
.zyx-vip-bg{
    margin-bottom: 40px;
}
.zyx-pages-vipbox{
    padding-bottom: 60px;
}
.zyx-pages-vip-box{
    margin-top: -60px;
}
.vip-box-mk-zt{
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,.05);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.vip-box-mk-zt .top{
    padding: 50px 20px 20px 20px;
}
.vip-box-mk-zt .tag {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: linear-gradient(
102.51deg,#ff451d 3.76%,#ff6f32 93.18%);
    border-radius: 4px 0 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
}
.vip-box-mk-zt .top .name{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.vip-box-mk-zt-top{
    text-align: center;
    position: relative;
}
.vip-box-mk-zt-top-dj{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.vip-box-mk-zt-top-dj strong{
    font-size: 43px;
    margin: 0 5px;
}
.vip-box-mk-zt-top-pi{
    font-size: 14px;
    line-height: 27px;
    background-color: #f7faff;
    color: var(--primary-color);
    border-radius: 50px;
}
.vip-box-mk-zt-mbox{
    padding: 20px;
}
.vip-box-mk-zt-mbox-s{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    overflow: hidden;
}
.vip-box-title{
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
}
.vip-box-mk-zt-mbox-s p{
    text-align: left;
    line-height: 2.5;
}
.vip-box-mk-zt-mbox-s p em{
    float: right;
    color: #333;
}
.vip-box-mk-zt:hover a{
    opacity: .8;
}
.vip-box-mk-zt a{
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    display: flex;
}

.vip-box-mk-zts{
    box-shadow: 0px 0px 24px rgba(7,38,74,0.09);
    border-radius: 6px;
    text-align: center;
    padding: 30px;
    margin-top: 40px;
}
.vip-box-mk-zts .vip-box-mk-zt-i{
    margin-top: -75px;
}
.vip-box-mk-zts .vip-box-mk-zt-i i{
    padding: 25px;
    font-size: 40px !important;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0px 24px rgba(7,38,74,0.09);
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
}
.zyxicon-gift-2-line i {
    /* 设置宽度和高度 */
    width: 50px; /* 自定义宽度 */
    height: 50px; /* 自定义高度 */
    
    /* 使用flex布局居中图标内容 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
    /* 调整图标字体大小 */
    font-size: 24px; /* 根据需要调整 */
    
    /* 保持图标形状 */
    line-height: 1; /* 防止行高影响尺寸 */
}
.vip-box-mk-zts span{
    font-size: 18px;
    color: #333;
}
.vip-box-mk-zts p{
    margin-top: 10px;
    font-size: 13px;
}
.zyx-pages-problem{
    background-image: linear-gradient(to bottom, #fff, #f6f7fd);
    padding: 60px 0;
}
.problem-title{
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}
.problem-title h2{
    font-weight: bold;
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}
.problem-title p{
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}
.problem-box-mk-w{
    display: block;
    margin-bottom: 20px;
    border: 1px solid #eee;
    position: relative;
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.problem-box-mk-w h2{
    margin: 0;
    padding: 20px 30px;
    line-height: 26px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.problem-box-mk-w p{
    line-height: 24px;
    font-size: 14px;
    padding: 20px 30px;
    color: #999;
    border-top: 1px dotted #eee;
    overflow: hidden;
}

.zyx-pages-vipbox .vip-header {
    height: 515px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.zyx-pages-vipbox .vip-header .top-title {
    text-align: center;
    padding-top: 95px;
}

.zyx-pages-vipbox .vip-header .top-title h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 6px 16px rgb(0 0 0 / 30%);
}

.zyx-pages-vipbox .vip-header .top-title ul {
    margin-top: 30px;
}

.zyx-pages-vipbox .vip-header .top-title ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.zyx-pages-vipbox .vip-header .top-title ul li:last-child{
    margin-right: 0px;
}
.zyx-pages-vipbox .vip-header .top-title ul li:after{
    content: '';
    position: absolute;
    top: 11px;
    right: -17px;
    width: 2px;
    height: 2px;
    border-radius: 50px;
    background: #fff;
}
.zyx-pages-vipbox .vip-header .top-title ul li:last-child:after{
    margin-right: 0px;
    display: none;
}
.zyx-pages-vipbox .vip-header .vip-left-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 577px;
    height: 308px;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    background: url(/wp-content/themes/zhiyan/assets/images/vip-left-bg.png) no-repeat;
    background-size: 577px 308px;
}
.zyx-pages-vipbox .vip-header .vip-right-bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 577px;
    height: 308px;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    background: url(/wp-content/themes/zhiyan/assets/images/vip-right-bg.png) no-repeat;
    background-size: 577px 308px;
}

@media screen and (max-width: 900px) {
    /*会员页面*/
    .zyx-pages-vipbox .vip-header {
        height: 238px;
    }
    .zyx-pages-vipbox .vip-header .top-title {
        padding-top: 50px;
    }
    .zyx-pages-vipbox .vip-header .top-title h1 {
        font-size: 25px;
    }
    .zyx-pages-vipbox .vip-header .vip-left-bg {
        width: 277px;
        height: 148px;
        background-size: 277px 148px;
    }
    .zyx-pages-vipbox .vip-header .vip-right-bg {
        width: 277px;
        height: 148px;
        background-size: 277px 148px;
    }
    .zyx-pages-vipbox .vip-tocmk {
        margin-top: -80px;
        margin-bottom: 30px;
    }
    .zyx-pages-vipbox .vip-problem {
        padding: 30px 0;
    }
    .zyx-pages-vipbox .vip-problem .problem-title {
        margin-bottom: 20px;
    }
    .zyx-pages-vipbox .vip-problem .problem-title span {
        font-size: 20px;
    }
    .zyx-pages-vipbox .vip-problem .problem-title p {
        font-size: 14px;
    }
    .zyx-pages-vipbox .vip-problem .mk {
        padding: 20px;
    }
    .zyx-pages-vipbox .vip-problem .mk i {
        font-size: 30px !important;
        padding: 15px;
    }
    .zyx-pages-vipbox .vip-problem .mk span {
        font-size: 16px;
    }
    .zyx-pages-vipbox .vip-problem .mk p {
        font-size: 12px;
    }
    .zyx-pages-vipbox .vip-enterprise {
        padding: 30px 0;
    }
    .zyx-pages-vipbox .vip-enterprise .enterprise-title {
        margin-bottom: 20px;
    }
    .zyx-pages-vipbox .vip-enterprise .enterprise-title span {
        font-size: 20px;
    }
    .zyx-pages-vipbox .vip-enterprise .enterprise-title p {
        font-size: 14px;
    }
    .zyx-pages-vipbox .vip-qa {
        padding: 30px 0;
    }
    .zyx-pages-vipbox .vip-qa .qa-title {
        margin-bottom: 20px;
    }
    .zyx-pages-vipbox .vip-qa .qa-title span {
        font-size: 20px;
    }
    .zyx-pages-vipbox .vip-qa .qa-title p {
        font-size: 14px;
    }
    .zyx-pages-vipbox .vip-qa .mk span {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .zyx-pages-vipbox .vip-qa .mk p {
        line-height: 1.5;
    }
    .zyx-pages-vipbox .vip-qa .mk span em {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .zyx-pages-vipbox .vip-qa .mk p em {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

.zyx-pages-vipbox .zyx-home-homevip-box {
    margin-top: -230px;
}

@media screen and (max-width: 900px) {
    .zyx-pages-vipbox .zyx-home-homevip-box {
        margin-top: -80px;
    }
}

.zyx-site-bg{
    height: 299px;
}
.zyx-site-bg .title{
    margin-top: 75px;
}
.zyx-site-bg .title h1{
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 6px 16px rgb(0 0 0 / 30%);
}
.zyx-pages-site{
    
}
.site-switcher {
	width: 690px;
}

.site-switcher-menu {}

.site-switcher-menu li {
	display: inline-block;
	padding-bottom: 5px;
    margin: 0 20px 10px 20px;
    margin-top: 0px!important;
}
.site-switcher-menu li span {
	cursor: pointer;
	font-size: 15px;
	color: #fff;
}
.site-switcher-menu .zyx-active {
	position: relative;
}
.site-switcher-menu .zyx-active::after {
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 1px 7px -1px var(--primary-color);
    border-radius: 50px;
}
.site-switcher-main{
    box-shadow: 0 6px 20px -8px #e5f2ff;
}
.site-form input {
    width: 100%;
    border-radius: 4px;
    padding: 18px 0;
    text-indent: 1em;
    border: 0;
}
.site-form input:focus {
	outline: medium;
}

.site-form button {
	position: absolute;
	top: 9px;
	right: 0;
	border: 0;
	background: none;
	cursor: pointer;
	margin: 5px 10px;
	font-weight: bold;
	color: #54677b;
	outline: 0 none;
}
.site-form button i{
    font-size: 20px!important;
}
.sitenav {
    padding-top: 40px;
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 10px 1px rgb(0 0 0 / 5%);
    height: 100vh;
}
.sitenavbox{
    text-align: center;
}
.sitenavbox span{
    display: block;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.sitenav ul{
    padding: 0 30px;
}
.sitenav li {
	list-style: none;
	margin-bottom: 15px;
}
.sitenav li:last-child {
	border: 0;
}
.sitenav li a {
	color: #636c78;
	font-size:14px;
}
.sitenav li a:hover {
	color:var(--primary-color)
}
.sitenav li i {
	font-size: 14px;
	color: #ddd;
	margin-right: 3px;
	transition: all .3s
}
.site-navbtn{
    text-align: center;
    padding: 0px 15px 15px 15px;
}
.site-navbtn a{
    line-height: 22px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0;
    display: block;
    background: var(--primary-color);
}
.site-module{
    margin-bottom: 40px!important;
    margin-top: 40px;
    padding: 0 100px;
}
.section-title{
    margin-bottom: 10px;
    font-size: 18px;
}
.section-title a{
    font-weight: 400;
}
.site-item{
    display: block;
    padding: 15px;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.05);
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.05);
}
.site-item .item-img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.site-item .item-img img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.site-item .item-info{

}
.site-item .item-info span{
    font-weight: 600;
    display: block;
}
.site-item .item-info p{
    margin-top: 5px;
    font-size: 12px;
    color: #8f8f8f;
}
/*内页*/
.zyx-site-single{
    padding: 20px 0;
    background: #f5f7fa;
}
.site-box{
    padding: 20px;
}
.site-title span{
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
    color: #262626;
    font-size: 15px;
}
.site-box-cover{
    width: 160px;
    height: 160px;
    border-radius: 4px;
}
.site-box-cover img{
    width: 100%;
    height: 100%;
}
.site-box-cover .zyx-overlay-primary img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.site-content{

}
.site-content ul{
    padding: 20px;
    border-radius: 4px;
}
.site-content ul li{
    margin-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.site-content ul li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 0px;
}
.site-content ul li a{
    color: var(--primary-color);
}
.site-content-sp{
    padding: 20px;
}
.site-content-sp span{
    display: block;
}
.site-content-sp p{
    line-height: 2;
}
.site-side a{
    background: #f5f7fa;
    padding: 10px;
}
.site-side a img{
    height: 34px;
    width: 34px;
    border-radius: 50px;
}
.zyx-switcher > :not(.zyx-active) {
    display: none;
}
.zyx-text-center {
    text-align: center !important;
}
.zyx-list {
    padding: 0;
    list-style: none;
}
.zyx-container::before, .zyx-container::after {
    content: "";
    display: table;
}
.zyx-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*
 * Faster animations
 */
.zyx-sticky[class*='zyx-animation-'] {
  animation-duration: 0.2s;
}
.zyx-sticky.zyx-animation-reverse {
  animation-duration: 0.2s;
}
.zyx-text-bolder {
    font-weight: bolder;
}
.zyx-float-right {
    float: right;
}
.zyx-text-muted {
    color: #999 !important;
}
.zyx-text-small {
    font-size: 1.2rem;
    line-height: 1.5;
}
.zyx-width-expand {
    flex: 1;
    min-width: 1px;
}
.zyx-animation-slide-top {
  animation-name: zyx-fade-top;
}
@keyframes zyx-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#stickyNav {
    position: sticky;
    top: 100px;
}
@media screen and (min-width: 767px) {
    .zyx-expands {
        padding-left: 0;
    }
}
[class*='zyx-float-'] {
    max-width: 100%;
}
@media screen and (max-width: 900px) {
    .section-title {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 900px) {
    .site-module {
        margin-bottom: 30px !important;
        margin-top: 30px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 900px) {
    .zyx-site-bg .title {
        margin-top: 50px;
    }
}
@media screen and (max-width: 900px) {
    .zyx-site-bg .title h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 900px) {
    .site-switcher {
        width: 290px;
    }
}
@media screen and (max-width: 900px) {
    .site-switcher-menu li {
        margin: 0 10px 10px 10px;
    }
}
@media screen and (max-width: 900px) {
    .site-form input {
        padding: 12px 0;
    }
}
@media screen and (max-width: 900px) {
    .zyx-site-bg {
        height: 235px;
    }
}
.zyx-background-cover {
    background-size: cover;
}
.zyx-background-cover, .zyx-background-contain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
    .site-item .item-info p {
        margin-top: 0;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 900px) {
    .site-item .item-img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
}
.zyx-display-block {
    display: block !important;
}

@media (max-width: 900px) {
    .zyx-grid-zyxsmls, .zyx-grid-column-zyxsmls {
        margin-left: -10px;
    }
}
@media (max-width: 900px) {
    .expands {
        padding-left: 10px;
    }
}

.zyx-sites > * {
    margin-top: 20px;
}
@media screen and (max-width: 900px) {
    .site-form button {
        top: 2px;
    }
}























@media (max-width: 768px) {
    .navbar-top .navbar-logo>img {
        padding: 0;
        height: 30px;
    }
    
    .navbar-top .navbar-brand {
        padding: 10px 5px;
    }
}

@media (max-width: 768px) {
    .new-navbar-top {
        float: right;
    }
    
    .zyx-navbar-toggle {
        margin-left: 5px;
        margin-right: 0;
        margin-top: 9px;
        opacity: .7;
        height: 32px;
        width: 32px;
        padding: 3px;
        background-color: rgb(0 59 255 / 8%);
        border-radius: 50px;
    }
    
    .new-nav {
        float: left;
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 6px;
        opacity: .7;
        height: 26px;
    }
}

@media (min-width: 768px) {
    .zyx-navbar-toggle {
        display: none;
    }
}

.zheader {
    max-width: none;
}

.navbar-right.zyx-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    padding-right: 5px;
}

.absz {
    pointer-events: none;
}

.absz form,
.absz a {
    pointer-events: auto;
}

.navbar .zyx-nav .navbar-nav li > a {
    margin: 0 8px;
}

.navbar-right.zyx-nav ul.navbar-nav,
.navbar-right.zyx-nav ul.navbar-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-top .zyx-nav .sub-menu {
    right: auto;
}

.zyx-nav .navbar-nav>li:before {
    opacity: 0;
}

.zsearch {
    display: block;
    padding: 0 1.8em;
    color: #666;
    background: var(--this-bg);
    --this-bg: var(--main-border-color);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 32px;
    font-size: 14px;
}

.navbar-top .zheader li:hover>a {
    color: #ff6000;
}

.zsearch:hover {
    background: #fff5ef;
    color: #ff6000;
}

.zsearch i.txt:hover {
    color: #ff6000;
}

.zsearch svg:hover {
    color: #ff6000;
}

.header .zheader .zsearch svg {
    margin-right: 0.6rem;
}

.zbtn {
    padding: 0px 7px;
}

.zr {
    margin-left: -15px;
}

.header .zheader .sw .toggle-radius {
    width: 34px;
    height: 34px;
}

@media (max-width: 996px) {
    ul.nav.navbar-nav.show {
            top: auto;
    }
}

.zyx-badge-text {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    height: 18px;
    line-height: 1.5;
    padding: 4px;
    margin-right: 3px;
}

.zyx-badge-text:after {
    position: absolute;
    content: " ";
    display: block;
    left: -100%;
    top: -5px;
    width: 15px;
    height: 145%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    animation: sweepTitle 3s ease-in-out infinite;
    transform: rotate(28deg);
}

@keyframes sweepTitle {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}

.zyx-posts-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 35px;
}

.zyx-post-list-item {
    overflow: hidden;
    border-radius: var(--main-radius);
    flex: 1 1 calc(20% - 10px); 
    box-sizing: border-box; 
    margin-bottom: 1px; 
    position: relative; 
}

@media screen and (max-width: 768px) {
    .zyx-post-list-item {
        flex: 1 1 calc(50% - 10px); 
    }
}

.zyx-post-module-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--main-radius);
    transition: transform 0.3s ease; 
}

.zyx-post-module-thumb img:hover {
    transform: scale(1.2) rotate(5deg);
}

.zyx-post-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6) 100%);
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.zyx-post-info h2 {
    font-size: 1em;
    margin: 0;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zyx-post-info a {
    text-decoration: none;
    color: #fff;
}

.zyx-post-meta {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    color: #fff;
}

.zyx-post-meta .zyx-post-views {
    padding: 2px 5px;
    border-radius: 3px;
    opacity: 0; 
    transition: opacity 0.3s ease; 
}

.zyx-post-module-thumb:hover .zyx-post-meta .zyx-post-views {
    opacity: 1; 
}

.zyx-post-meta .zyx-post-images {
    padding: 2px 5px;
    border-radius: 3px;
}

.zyx-widget-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zyx-sort-link {
    font-size: 0.9em;
    color: #0073aa;
    text-decoration: none;
    margin-right: 10px;
}

.zyx-sort-link:hover {
    text-decoration: underline;
}

.zyx-more-link {
    text-decoration: none;
    margin-top: 15px;
}

.zyx-more-link:hover {
    text-decoration: none;
}

.post-note {
    border-radius: var(--main-radius);
    font-size: 13px;
    line-height: 1.8em;
    padding: 15px;
    background: #eef7ff;
    margin-bottom: 0;
}

.post-note img {
    max-width: 100%;
    height: auto;
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.post-note p {
    margin-bottom: 1.7em;
    margin: auto;
}

hr {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}