/* 基础样式 */
a {
    text-decoration: none!important;
}
img {
    max-width: 100%;
    height: auto;
}
dl, ol, ul {
    margin-bottom: 0!important;
    padding-left: inherit!important;
}
@media (min-width: 1001px) {
    .sf-header__content {
        height: 80px!important;
    }
}

h1 {
    font-size: 35px!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px!important;
}

h2 {
    font-size: 26px !important;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

h3 {
    font-size: 22px !important;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

p {
    padding: 10px;
    font-size: 18px;
}

.sfrgjbhnjjjdmap {
    padding: 50px 30px 40px 30px;
}

@media (min-width:1000px) {
    .sfrgjbhnjjjdmap {
        padding: 50px 100px 40px 100px;
    }
}

.lhyhyhjjhj {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sf-homepage-hero {
    background-color: #75b42d;
    width: 100%;
    position: relative;
    padding: 40px 0 !important;
    overflow: hidden;
}

/* 移动端菜单样式 */
.sf-header__mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    padding: 80px 20px 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.sf-header__mobile-nav.is-active {
    display: block;
}

.sf-mobile-nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.sf-mobile-nav-close svg {
    width: 24px;
    height: 24px;
}

/* 底部固定按钮样式 */
.fixed-bottom-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
}

.fixed-bottom-buttons .login-btn {
    width: 46.5%;
    margin-left: 2%;
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px #fff solid;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none;
}

.fixed-bottom-buttons .register-btn {
    width: 46.5%;
    margin-right: 2%;
    float: right;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px #186AF2 solid;
    background: #186AF2;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    text-decoration: none;
}

.sf-header__mobile-nav.is-active {
    display: block;
}

.sf-mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sf-mobile-nav li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    width: 100%;
    display: block;
}

.sf-mobile-nav a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

/* 移动端登录注册按钮样式 */
.sf-mobile-nav li.menu-item-5003 {
    border-bottom: none;
    margin: 10px 0;
}

.sf-mobile-nav li.menu-item-5003 a {
    background-color: #75b42d;
    color: white;
    border-radius: 25px;
    margin: 5px 20px;
    padding: 12px 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.sf-mobile-nav li.menu-item-5003 a:hover {
    background-color: #5a8a22;
}

.sf-header__mobile-nav-control {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 1000px) {
    .sf-header__main-nav {
        display: none;
    }
    
    .sf-header__mobile-nav-control {
        display: block;
    }
    
    /* 确保移动端菜单完全展开 */
    .sf-header__mobile-nav.is-active {
        display: block !important;
        height: 100vh !important;
        overflow-y: auto !important;
    }
    
    /* 移动端菜单容器样式 */
    .menu-header-nav-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20px;
    }
    
    /* 确保菜单项完全可见 */
    .sf-mobile-nav {
        width: 100%;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
}

/* 按钮样式 */
.dncfdjdkhjhkhlh {
    font-size: 18px;
    color: white;
    width: 140px;
    height: 50px;
    border: none;
    padding: 10px;
    border-radius: 20px;
    background-size: 400% 400%;
    background-image: linear-gradient(45deg, #3ff74e, #ebeffc, #97edf8, #0bfa2b, #6be0ef);
    cursor: pointer;
    transition: background 0.5s ease-in-out;
    animation: gradientAnimation 5s ease infinite;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.dncfdjdkhjhkhlh:butt {
    background-image: linear-gradient(45deg, #3ff74e, #ebeffc, #97edf8, #0bfa2b, #6be0ef);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* 文章网格样式 */
@media (min-width: 880px) {
				.sf-homepage-services-nav__grid {
					grid-template-columns: repeat(3, 1fr)!important;
				}
			}

			@media (max-width: 870px) {
				.sf-homepage-services-nav__grid {
					grid-template-columns: repeat(1, 1fr)!important;
				}
			}

			.sf-homepage-services-nav__grid {
				background-color: #75b42d!important;
				display: grid!important;
				grid-row-gap: 6px!important;
				row-gap: 28px!important;
				grid-column-gap: 2px!important;
				-webkit-column-gap: 2px!important;
				-moz-column-gap: 2px!important;
				column-gap: 26px!important;
			}

/* 分类描述样式 */
.taxonomy-description {
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

/* 页脚样式 */
@media (max-width: 615px) {
    footer .footer-wrap .footer-inner h3::after {
        content: "+";
        font-family: FontAwesome;
        display: inline-block;
        transform: rotate(0deg);
        position: absolute;
        right: 25px;
        transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    }
}

footer .footer-wrap .footer-inner>div:first-child {
    width: 25%;
}

footer .footer-wrap .footer-inner>div:nth-child(2) {
    width: 25%;
}

footer .footer-wrap .footer-inner>div:last-child {
    width: 25%;
    padding-right: 0;
}

@media (max-width: 940px) {
    footer .footer-wrap .footer-inner>div:first-child {
        width: 50%;
    }
}

@media (max-width: 940px) {
    footer .footer-wrap .footer-inner>div:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 940px) {
    footer .footer-wrap .footer-inner>div:last-child {
        width: 50%;
        margin-top: 50px;
    }
}

@media (max-width: 615px) {
    footer .footer-wrap .footer-inner>div:first-child, 
    footer .footer-wrap .footer-inner>div:nth-child(2), 
    footer .footer-wrap .footer-inner>div:nth-child(3), 
    footer .footer-wrap .footer-inner>div:last-child {
        width: 100%;
        margin-top: 20px;
        clear: both;
        float: none;
    }
}

/* 首页内容样式 */
.WZNRSTYLE1 {
    -webkit-text-stroke: 1px #FFFFFF;
    color: #6666FF;
    font-weight: bold;
}

.856somemoe {
    padding-top: 20px;
    background: linear-gradient(to right, #FFFFFF,pink,  #EAFBEF );
}

.856somemoe .bigcontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 992px) {
    .bigcontainer {
        width: 1070px;
    }
}

.856somemoe .imagesss {
    width: 19%;
    margin: 4px;
    padding-bottom: 20px;
}

.bigcontainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.856somemoe img {
    width: 100%;
    height: 185px;
    border-radius: 45px;
}

@media (max-width: 767px) {
    .856somemoe img {
        width: 100%;
        height: 182px;
    }
    .856somemoe .imagesss {
        width: 45%;
        padding-bottom: 20px;
        margin: 5px;
    }
}

/* 红包相关样式 */
#hongbao0 {display: none;}
.wrapperhb {margin: auto;width: 300px;height: 150px;text-align: center;left: 50%;margin-left: -150px;z-index: 99999;position: fixed;bottom: 20px;}
.wrapperhb h1 {margin-top: 15px;font-size: 12px;color: #f00;}
.wrapperhb .bonus {position: absolute;bottom: 5px;left: 50%;margin-left: -40px;width: 60px;height: 80px;text-align: center;overflow: hidden;border-radius: 10px;background-color: #f00;transition: all 0.75s ease;-webkit-animation-name: shaking;animation-name: shaking;}
.wrapperhb .bonus:after {position: absolute;top: 15px;left: 0;content: '';width: 80px;height: 20px;border-radius: 50%;box-shadow: 0 3px 0 2px #ff0;z-index: 3;}
.wrapperhb .bonus:before {position: absolute;top: 22px;left: 50%;margin-left: -15px;content: '₱';width: 30px;height: 30px;line-height: 35px;font-size: 20px;font-weight: 700;color: #f00;background-color: #ff0;border-radius: 50%;z-index: 4;}
.surprises .fly {position: absolute;top: 45px;left: 0;color: #f37476;z-index: 0;opacity: 0;font-size: 10px;-webkit-animation-duration: 1.65s;animation-duration: 1.65s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: normal;animation-direction: normal;-webkit-animation-delay: 0;animation-delay: 0;-webkit-animation-play-state: running;animation-play-state: running;-webkit-animation-name: flying;animation-name: flying;}
.surprises .fly:nth-child(1) {-webkit-animation-delay: 1.5s;animation-delay: 1.5s;left: 150px;}
.surprises .fly:nth-child(2) {-webkit-animation-delay: 1.2s;animation-delay: 1.2s;left: 130px;}
.surprises .fly:nth-child(3) {-webkit-animation-delay: 0.9s;animation-delay: 0.9s;left: 165px;}
.surprises .fly:nth-child(4) {-webkit-animation-delay: 1.6s;animation-delay: 1.6s;left: 110px;}
.surprises .fly:nth-child(5) {-webkit-animation-delay: 0.3s;animation-delay: 0.3s;left: 175px;}
.surprises .fly:nth-child(6) {-webkit-animation-delay: 0.15s;animation-delay: 0.15s;left: 137px;}
.surprises .fly:nth-child(7) {-webkit-animation-delay: 1.15s;animation-delay: 1.15s;left: 185px;}
.surprises .fly:nth-child(8) {-webkit-animation-delay: 0.75s;animation-delay: 0.75s;left: 118px;}
.hearts {position: relative;}
.hearts:before,.hearts:after {position: absolute;content: '';width: 6px;height: 10px;background: #ff370f;border-radius: 3px 3px 0 0;transform: rotate(-45deg);transform-origin: 10% 50%;}
.hearts:after {left: 0;transform: rotate(45deg);transform-origin: 110% 68%;}
.jumping,.shaking {-webkit-animation-duration: 1.2s;animation-duration: 1.2s;animation-time-function: ease;-webkit-animation-delay: 0;animation-delay: 0;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: normal;animation-direction: normal;-webkit-animation-play-state: running;animation-play-state: running;}

.hob_div {width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;z-index: 999;}
.hob-inlet {position: relative;width: 110px;height: 113px;top: 0;z-index: 1;cursor: pointer;}.hob-inlet-03 {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.hob-inlet-02 {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.hob-inlet-01 {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 3;}
.hob-inlet:not(.disable) .hob-inlet-02 {animation: hob_shake 1s infinite;}
.hob-inlet:not(.disable):hover .hob-inlet-02 {animation: hob 1s 1;}
.for-get-now {z-index: 33;animation: hob_hbbtn 2.5s infinite;}
.hongbao-wrapperhb {display: none;position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;z-index: 200;}
.hongbao-wrapperhb i {display: block;position: absolute;width: 96px;height: 131px;top: -200px;background-repeat: no-repeat;background-size: 100%;-webkit-transition: 2s transform;-moz-transition: 2s transform;-ms-transition: 2s transform;-o-transition: 2s transform;transition: 2s transform;}
.hongbao-wrapperhb i.rotate {-webkit-transform: rotate(7200deg);-ms-transform: rotate(7200deg);-o-transform: rotate(7200deg);transform: rotate(7200deg);}
.hob-cd {position: absolute;color: #eee;font-size: 30px;top: 100px;left: 200px;}
.hob-close {position: absolute;width: 40px;height: 40px;top: 100px;right: 200px;cursor: pointer;z-index: 201;}
.hob-close::before,.hob-close::after {content: "";display: block;position: absolute;width: 30px;height: 2px;top: 19px;left: 5px;background-color: #eee;border-radius: 2px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.hob-close::after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}

.hb_modal {position: fixed;top: 0%;left: 0%;width: 100%;height: 100vh;z-index: 200;user-select: none;}
.hb_modal_main {display: flex;align-items: center;justify-content: center;flex-direction: column;position: fixed;top: 20%;left: 50%; margin-left: -156px;z-index: 99;}
.hb_content {display: block;width: 312px;height: 339px;background-repeat: no-repeat;background-size: contain;font-size: 18px;font-family: ArialMT;color: #b5621f;}
.tips {margin: 55px auto 14px;width: 100%;text-align: center;}
.hb_banner {width: 240px;height: 208px;margin: 0 auto;background-repeat: no-repeat;background-size: 100%;font-size: 17px;color: #ff3743;display: flex;align-items: center;flex-direction: column;}
.hb_banner > span:nth-child(1) {font-size: 43px;font-family: Arial-Black, Arial;font-weight: 900;color: #fe1826;margin-top: 10%;line-height: 60px;}
.hbbtn {background-image: url(../images/bott_get2x.png);width: 264px;height: 53px;background-repeat: no-repeat;background-size: contain;font-size: 18px;color: #ffe5b3;text-align: center;line-height: 53px;border-radius: 10px;}
.close_icon {display: block;position: relative;top: 50px;right: -138px;width: 64px;height: 64px;cursor: pointer;}
.amount[data-v-f0eb257c] {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-family: HelveticaNeueBlack,sans-serif;font-style: normal;font-weight: 900;font-size: 45px;line-height: 41px;text-align: center;text-transform: uppercase;background: linear-gradient(180deg,#ffe600 28.13%,#f90);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-shadow: 0 0 18.1203px rgb(0 0 0 / 40%);}
.textwidget.custom-html-widget {font-size: .75rem;}

.info-box {display: flex;justify-self: right;}
.login-button {border-radius:32px;background: #66A6FE;color: #FFF;}
.hbbtn--shockwave.is-active {-webkit-animation: shockwaveJump 1s ease-out infinite;animation: shockwaveJump 1s ease-out infinite;}
.hbbtn1 {width: 106px;height: 32px;color: #FFF;background: #66A6FE;border-radius: 32px;text-align: center;border: none;padding: 0;position: relative;outline: none;}
.hbbtn--shockwave.is-active:before {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;border-radius: 16px;-webkit-animation: shockwave 1s 0.5s ease-out infinite;animation: shockwave 1s 0.5s ease-out infinite;}
.hbbtn--shockwave.is-active:after {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;border-radius: 16px;-webkit-animation: shockwave 1s 0.65s ease-out infinite;animation: shockwave 1s 0.65s ease-out infinite;}

/* 动画关键帧 */
@-webkit-keyframes jumping {0% {bottom: 5px;transform: rotate(-10deg) scale(0.98);}10% {bottom: 30px;transform: rotate(0deg) scale(1);}50% {bottom: 5px;transform: rotate(10deg) scale(0.98);}60% {bottom: 30px;transform: rotate(0deg) scale(1);}100% {bottom: 5px;transform: rotate(-10deg) scale(0.98);}}
@keyframes jumping {0% {bottom: 5px;transform: rotate(-10deg) scale(0.98);}10% {bottom: 30px;transform: rotate(0deg) scale(1);}50% {bottom: 5px;transform: rotate(10deg) scale(0.98);}60% {bottom: 30px;transform: rotate(0deg) scale(1);}100% {bottom: 5px;transform: rotate(-10deg) scale(0.98);}}
@-webkit-keyframes shaking {0% {margin-left: -35px;}10% {margin-left: -45px;}20% {margin-left: -35px;}30% {margin-left: -45px;}40% {margin-left: -35px;}50% {margin-left: -40px;}65% {bottom: 20px;}100% {bottom: 5px;}}
@keyframes shaking {0% {margin-left: -35px;}10% {margin-left: -45px;}20% {margin-left: -35px;}30% {margin-left: -45px;}40% {margin-left: -35px;}50% {margin-left: -40px;}65% {bottom: 20px;}100% {bottom: 5px;}}
@-webkit-keyframes flying {0% {transform: rotate(20deg);opacity: 0;}50% {transform: rotate(-20deg);opacity: 1;}100% {top: -60px;transform: rotate(20deg);opacity: 0;}}
@keyframes flying {0% {transform: rotate(20deg);opacity: 0;}50% {transform: rotate(-20deg);opacity: 1;}100% {top: -60px;transform: rotate(20deg);opacity: 0;}}
@keyframes hob_shake {15%,45% {-webkit-transform: rotate(3deg);transform: rotate(3deg);transform-origin: 50% 100%;}30% {-webkit-transform: rotate(-3deg);transform: rotate(-3deg);transform-origin: 50% 100%;}60%,100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);transform-origin: 50% 100%;}}
@keyframes hob {10%,30%,50% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}20%,40% {-webkit-transform: translateY(-5px);transform: translateY(-5px);}60%,100% {-webkit-transform: translateY(0);transform: translateY(0);}}
@keyframes hob_hbbtn {10%,30%,50%,70%,90% {-webkit-transform: scale(1.1);transform: scale(1.1);}20%,40%,60%,80% {-webkit-transform: scale(1);transform: scale(1);}}
@-webkit-keyframes shockwaveJump {0% {-webkit-transform: scale(0.4);transform: scale(0.4);}40% {-webkit-transform: scale(1.08);transform: scale(1.08);}50% {-webkit-transform: scale(0.98);transform: scale(0.98);}55% {-webkit-transform: scale(1.02);transform: scale(1.02);}60% {-webkit-transform: scale(0.98);transform: scale(0.98);}100% {-webkit-transform: scale(1);transform: scale(1);}}
@keyframes shockwaveJump {0% {-webkit-transform: scale(1);transform: scale(1);}40% {-webkit-transform: scale(1.08);transform: scale(1.08);}50% {-webkit-transform: scale(0.98);transform: scale(0.98);}55% {-webkit-transform: scale(1.02);transform: scale(1.02);}60% {-webkit-transform: scale(0.98);transform: scale(0.98);}100% {-webkit-transform: scale(1);transform: scale(1);}}
@-webkit-keyframes shockwave {0% {-webkit-transform: scale(1);transform: scale(1);box-shadow: 0 0 2px rgba(255, 255, 255, 0.15), inset 0 0 2px rgba(255, 255, 255, 0.15);}95% {box-shadow: 0 0 4px #ffffff, inset 0 0 4px #ffffff;}100% {-webkit-transform: scale(1.25);transform: scale(1.25);}}
@keyframes shockwave {0% {-webkit-transform: scale(1);transform: scale(1);box-shadow: 0 0 2px rgba(102,166,254, 0.65), inset 0 0 1px rgba(102,166,254, 0.95);}95% {box-shadow: 0 0 16px rgba(102,166,254, 0.15), inset 0 0 16px rgba(102,166,254, 0.15);}100% {-webkit-transform: scale(1.3);transform: scale(1.3);}}

/* 响应式样式 */
@media (max-width: 768px) {
    [mod-relation="hobCoupon"] h5 {font-size: 20px;}
    .hobCoupon-img {max-width: 100%;}
    .hob-cd {top: 20px;left: 30px;}
    .hob-close {top: 20px;right: 20px;}
}

@media (max-width:550px){
    .box-image{display:none;}
}
