@import url("https://fonts.googleapis.com/css2?family=Rosario:wght@600&display=swap");

p,
a {
    font-size: 18px
}

a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all
}

button {
    border: 0px
}

button:hover {
    background-color: transparent
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #E59130 !important;
    outline-color: #E59130 !important
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
    background-color: transparent
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.align-center {
    align-items: center;
}

/* flex 布局 */
.flex {
    display: flex;
    flex-direction: row;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-baseline {
    align-items: baseline;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

.p-t-b-10 {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.p-t-b-20 {
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.p-t-b-20 {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.p-t-b-40 {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.p-t-b-50 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.p-t-b-90 {
    padding-top: .9rem;
    padding-bottom: .9rem;
}

.p-t-b-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.p-r-50 {
    padding-right: .5rem;
}

.p-r-100 {
    padding-right: 1rem;
}

.displayNone {
    display: none;
}

span.mask {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
}

.site-header.sticky {
    padding-top: .6rem;
}

.header_nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.site-header {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 5px solid #4B4746
}

.header_nav {
    background-color: #4B4746;
    width: 100%;
}

.header_top {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    padding: .05rem 0;
}

.header_top .left {
    width: 50%
}

.header_top .left .logo {
    display: flex;
}

.header_top .left .hamburger {
    display: none
}

.header_top .left .mobile_search {
    display: none
}

.header_top .left .mobile_search img {
    width: .5rem
}

.header_top .right {
    width: 50%
}

.header_top .search_outer {
    position: relative;
    text-align: right;
    line-height: 1;
}

.header_top .search_outer input {
    max-width: 2.8rem;
    border-radius: .2rem !important;
    padding: 0.05rem .1rem;
    font-size: .16rem;
}

.header_top .search_outer button {
    position: absolute;
    right: .15rem;
    padding: 0px;
    border: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.header_top .hamburger {
    outline: none;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    position: relative;

}

.header_top .hamburger span {
    width: .6rem;
    height: .05rem;
    border-radius: .2rem;
    background: #1F1307;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header_top .hamburger.active:before {
    background: #fff;
    transform: translate(0, 0) rotate(-45deg)
}

.header_top .hamburger.active span {
    opacity: 0
}

.header_top .hamburger.active:after {
    background: #fff;
    transform: translate(0, 0) rotate(45deg)
}

.header_nav {
    background-color: #4B4746;
    width: 100%
}

.site-navigation {
    flex: 1;
    display: flex;
    align-items: center;
}

.site-navigation .navMenu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: .2rem;
}

.site-navigation .navMenu li {
    position: relative;
}

.site-navigation .navMenu li.has-children::after {
    right: .05rem;
    content: "";
    background: url(/static/images/Icon_ionic-ios-arrow-down.svg);
    width: .11rem;
    height: .06rem;
    background-repeat: no-repeat;
    display: block;
    font-size: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
}

.site-navigation .navMenu li a {
    color: #fff;
    font-size: .18rem;
    display: block;
    padding: .16rem .15rem;
    box-sizing: border-box;
}

.site-navigation .navMenu li .subMenu li a {
    padding: .09rem .15rem;
    width: 100%;
}

.site-navigation .navMenu li a:hover,
.site-navigation .navMenu li a.active {
    color: #FFB745;
}

.site-navigation .navMenu li .subMenu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 1.8rem;
    background: rgba(255, 255, 255, 1);
    padding: 0;
    box-sizing: border-box;
    display: none;
    z-index: 10;
    /* left: 50%;
    transform: translateX(-50%); */
}

.site-navigation .navMenu li .subMenu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.site-navigation .navMenu li .subMenu li a {
    color: #E59130;
}



.right_navigation ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.right_navigation ul li {
    list-style: none;
    position: relative;
}

.right_navigation ul li a {
    color: #fff;
    font-size: .18rem;
    display: block;
    padding: .16rem .15rem;
    box-sizing: border-box;
    position: relative;
}

.right_navigation ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: .1rem;
    background-color: #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.right_navigation ul li:last-child::after {
    display: none;
}

.right_navigation ul li a.account_link {
    color: #FFB745;
}

.right_navigation ul li .cart_count {
    position: absolute;
    top: .05rem;
    font-size: .14rem;
    width: .2rem;
    height: .2rem;
    background-color: #fff;
    color: #FFB745;
    text-align: center;
    right: .0rem;
    border-radius: 9.99rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_navigation ul li a img {
    max-width: 20px;
    position: relative;
    top: 2px;
}

.header_nav .header-inner .close_btn {
    display: none;
    width: 0.7rem;
    height: 0.7rem;
    top: -.5rem;
    right: 0rem;
    outline: none;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 999;
}

.header_nav .header-inner .close_btn::before {
    content: '';
    position: absolute;
    display: block;
    width: 0.7rem;
    height: .03rem;
    border-radius: .03rem;
    background: #1F1307;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.header_nav .header-inner .close_btn span {
    display: block;
    position: absolute;
    width: 0.7rem;
    height: .03rem;
    background: #1F1307;
    border-radius: .03rem;
    top: 0.875em;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.header_nav .header-inner .close_btn::after {
    content: '';
    position: absolute;
    display: block;
    width: 0.7rem;
    height: .03rem;
    border-radius: .03rem;
    background: #1F1307;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.header_nav .header-inner .search_outer {
    display: none;
}

.more__btn.block {
    width: 100%;
}

.more__btn.block a {
    display: block;
    width: 100%;
}

.more__btn a {
    background-color: #E59130;
    color: #ffffff;
    padding: .08rem .25rem;
    text-align: center;
    border-radius: .25rem;
    transition: 0.5s all;
    font-size: .18rem;
    font-weight: 400;
    letter-spacing: .05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.more__btn a:hover {
    opacity: 0.8;
    color: #ffffff;
}

.more__btn.grey a {
    background-color: #7e7573;
}

.more__btn.outline a {
    background-color: transparent;
    border: 1px solid #E59130;
    color: #E59130;
}

.more__btn.outline a:hover {
    background-color: #E59130;
    opacity: 0.8;
    color: #ffffff;
}

.more__btn.grey.outline a {
    background-color: transparent;
    border: 1px solid #7e7573;
    color: #7e7573;
}

.more__btn.grey.outline a:hover {
    background-color: #7e7573;
    opacity: 0.8;
    color: #ffffff;
}

.post__list .title__section {
    margin-bottom: .2rem;
}

.post__list .title {
    display: inline-block;
    position: relative;
    padding-bottom: .12rem;
    color: #454545;
    font-size: .32rem;
    font-weight: 400;
    line-height: .46rem;
    letter-spacing: 1px;
    word-spacing: 0px;
}

.post__list .title::after {
    content: '';
    width: .6rem;
    display: block;
    position: absolute;
    height: .03rem;
    background-color: #A29B94;
    margin-top: .15rem;
}

.post__list .title .en_name {
    padding-left: .15rem;
}

.post__list .more__btn {
    text-align: right;
}

.post__section {
    padding-left: 0px;
    list-style: none
}

.post__section a {
    box-shadow: 0px 3px 10px -5px rgba(13, 11, 11, 0.72);
    -webkit-box-shadow: 0px 3px 10px -5px rgba(13, 11, 11, 0.72);
    -moz-box-shadow: 0px 3px 10px -5px rgba(13, 11, 11, 0.72);
    display: block;
    transition: 0.5s all;
    margin-bottom: .35rem
}

.post__section a:hover {
    transform: scale(1.02)
}

.post__section .post__image {
    position: relative;
    height: 2.87rem;
}

.post__section .post__image .post__cat {
    position: absolute;
    padding: .02rem .15rem;
    top: .1rem;
    left: .1rem;
    background-color: #E59130;
    color: #ffffff;
    font-size: .14rem;
    font-weight: 500
}

.post__section .post__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__section .post__box {
    padding: .25rem;
    background-color: #ffffff
}

.post__section .post__box .post__title {
    font-size: .2rem;
    line-height: 1.5em;
    color: #454545;
    margin-top: .05rem;
    margin-bottom: .12rem
}

.post__section .post__box .post__desc {
    color: #454545;
    font-size: .16rem;
    margin-bottom: .12rem
}

.post__section .post__box .post__date {
    color: #646464;
    font-size: .16rem
}

.post__section .post__box .post__date img {
    margin-right: .08rem;
    position: relative;
    top: 2px
}

.activity__section {
    padding-left: 0px;
    list-style: none
}

.activity__section li {
    display: block;
    transition: 0.5s all;
    margin-bottom: .35rem;
}

.activity__section .image {
    position: relative;
    height: 2.87rem;
    overflow: hidden;
}

.activity__section .image .state__tag {
    position: absolute;
    transform: rotate(-45deg);
    top: .2rem;
    font-size: .16rem;
    background-color: #D8D4D2;
    color: #ffffff !important;
    display: block;
    width: 1.5rem;
    text-align: center;
    left: -0.44rem;
}

.activity__section .image .state__tag.off {
    background-color: #4B4746;
    color: #fff !important;
}

.activity__section .image .state__tag.success {
    background-color: #DB9645;
    color: #fff !important;
}

.activity__section .image .activity__cat {
    position: absolute;
    padding: .02rem .15rem;
    top: .1rem;
    left: .1rem;
    background-color: #E59130;
    color: #ffffff;
    font-size: .14rem;
    font-weight: 500
}

.activity__section .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity__section .activity__box {
    padding: .10rem 0;
    background-color: #ffffff
}

.activity__section .activity__box .activity__title {
    font-size: .2rem;
    line-height: 1.5em;
    color: #454545;
    margin-top: .05rem;
    margin-bottom: .12rem
}

.activity__section .activity__box .start__date {
    color: #646464;
    font-size: .16rem
}

.activity__section .activity__box .activity__title a {
    font-size: .20rem;
}

.activity__section .activity__box .activity__title a:hover {
    border-bottom: 1px solid #141827;
    color: #000000;
}

.activity__section .activity__box .activity__desc {
    color: #727272;
    font-size: .16rem;
    margin-bottom: .12rem;
    line-height: 1.6;
    text-align: justify;
}

.activity__section .activity__footer {
    display: flex;
    align-items: center;
    gap: .2rem;
    font-size: .18rem;
}

.activity__section .activity__footer a {
    color: #E59130;
    border-bottom: 1px solid #E59130 !important;
}

.activity__section .activity__footer .price {
    color: #E59130 !important;
}

.activity__section .activity__box .start__date img {
    margin-right: .08rem;
    position: relative;
    top: 2px
}

.event__meta span {
    color: #646464;
    font-size: .18rem;
    margin-right: .1rem;
}

.event__meta span img {
    margin-right: .1rem;
    position: relative;
}

.fancybox-slide--iframe .fancybox-content {
    width: 10rem !important;
    height: 5.65rem !important;
    margin: 0;
}

.bg-light {
    padding: .5rem .2rem;
    background-color: #D3C5B62B;
}

.not-margin-top {
    margin-top: 0 !important;
}

.not-margin-bottom {
    margin-bottom: 0 !important;
}

.section-style1 {
    padding: 1rem 0;
    box-sizing: border-box;
    margin: 1.5rem 0 .5rem 0
}

.section-style1.join__member {
    background-image: url(/static/images/bn01.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 4.15rem
}

.section-style1.join__us {
    background-image: url(/static/images/bn3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-style1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem
}

.section-style1 .container h1 {
    color: #ffffff;
    font-size: .34rem;
    letter-spacing: 1.5px;
    margin: 0
}

.section-style1 .container p {
    margin: 0;
    color: #ffffff;
    font-size: .2rem;
    text-align: center;
    line-height: 1.8em
}

footer {
    background-color: #4B4746;
    padding: 0em .48rem 0em .48rem;
    min-height: 2.6rem;
    color: #fff;
    display: flex;
    align-items: center;
}

footer .container-fluid {
    width: 100%;
}

footer .row {
    align-items: center;
}

footer .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

footer .nav a {
    color: #fff;
    position: relative;
}

footer .nav a:hover {
    color: #E59130;
}

footer .nav a::after {
    position: absolute;
    content: '';
    height: .15rem;
    width: 1px;
    background-color: #fff;
    top: 50%;
    right: -.25rem;
    transform: translateY(-50%);
}

footer .nav a:last-child::after {
    display: none;
}

footer .social {
    font-size: .18rem;
    text-align: right;
}

footer .icon-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .2rem;
    margin-top: .2rem;
}

footer .icon-list a {
    width: .40rem;
    height: .40rem;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    background-color: #938B84;
    position: relative;
}

footer .icon-list a:hover {
    transform: scale(1.1);
    background-color: #8B8178;
}

footer .icon-list a .iconfont {
    font-size: .24rem;
}

footer .icon-list a:nth-child(2) .iconfont {
    font-size: .20rem;
}

footer .icon-list a .wechat-qrcode__dropdown__container {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    padding-bottom: .1rem;
    width: 2.48rem;
    background: url(/static/images/18bb2d6b29d51f03fcda5514.png);
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .15));
    background-size: 100% 100%;
    z-index: 1000;
}

footer .icon-list a:hover .wechat-qrcode__dropdown__container {
    display: block
}

footer .icon-list span {
    font-size: .16rem;
}

footer .wechat-qrcode__dropdown {
    height: 100%;
    padding: 10px;
    color: #33353c;
    text-align: left;
    font-size: .14rem
}

footer .wechat-qrcode__dropdown .qrcode,
.wechat-qrcode__dropdown span {
    display: inline-block;
    vertical-align: middle
}

footer .wechat-qrcode__dropdown .qrcode {
    margin-right: .13rem;
}

footer .wechat-qrcode__dropdown span {
    width: 1.13rem;
    text-align: left
}

footer .sprite-qrcode-wechat {
    width: .9rem;
    height: .9rem;
    background: url(/static/images/erwema.jpg);
    background-size: 100% 100%;
}

footer .sprite-qrcode-jiaoyu {
    width: .9rem;
    height: .9rem;
    background: url(/static/images/erwema2.jpg);
    background-size: 100% 100%;
}

.fixed__btn {
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: .4rem;
    z-index: 999;
}
.fixed__btn .is-active {
    display: none;
}
.fixed__btn.active .is-active {
    display: block;
}
.fixed__btn .fixed_cart {
    display: none
}

.fixed__btn ul {
    list-style-type: none;
    padding: 0
}

.fixed__btn ul li {
    position: relative;
    line-height: 1;
}
.fixed__btn ul li a {
    display: inline-block;
}
.fixed__btn ul li .contact__dropdown {
    position: absolute;
    right: .5rem;
    top: 0;
    width: 1.2rem;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .1rem;
    background-color: #fff;
    padding: .1rem;
    border-radius: .1rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .2);
}

.fixed__btn ul li .contact__dropdown .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed__btn ul li .contact__dropdown img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}

.fixed__btn ul li .contact__dropdown p {
    margin: 0;
    font-size: .16rem;
    color: #727272;
}

.fixed__btn ul li:hover .contact__dropdown {
    display: flex;
    animation: fadeInRight .5s ease-in-out
}

.fixed__btn ul li a img {
    transition: all 0.5s;
    opacity: 1
}

.fixed__btn ul li a img:hover {
    opacity: 0.8
}

.fixed__btn ul li a#back_to_top {
    display: none;
}

.page__banner__section {
    margin-left: 1rem;
    border-bottom-left-radius: .3rem;
    min-height: 4rem;
    display: flex;
    align-items: flex-end;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page__banner__section .container {
    width: 100%;
    padding: .6rem;
}

.page__banner__section .container h1 {
    color: #FFFFFF;
    font-family: "Rosario", Helvetica;
    font-weight: 600;
    line-height: 1.5em;
    text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
    font-size: .34rem;
}

.page__banner__section.about-us {
    background-image: url(/static/images/about-bn.webp);
}

.page__banner__section.learning-sharing {
    background-image: url(/static/images/blog-bn.webp);
}

.page__banner__section.learning-database {
    background-image: url(/static/images/database-bn.webp);
}

.page__banner__section.questions {
    background-image: url(/static/images/qa-bn.webp);
}

.page__banner__section.donation {
    background-image: url(/static/images/donation-bn.webp);
}

.page__banner__section.contact {
    background-image: url(/static/images/contact-bg.webp);
}

.page__subNav__section {
    padding: .5rem 0em;
}

.page__subNav__section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .15rem;
}

.page__subNav__section .container a {
    border: 1px solid #403D39;
    color: #403D39;
    padding: .1rem;
    min-width: 1.5rem;
    display: inline-block;
    border-radius: .05rem;
    text-align: center;
}

.page__subNav__section .container a:hover,
.page__subNav__section .container a.active {
    background-color: #E59130;
    color: #ffffff;
    border: 1px solid #E59130;
}

.page__subNav__section .container a:focus {
    background-color: #E59130;
    color: #ffffff;
    border: 1px solid #E59130;
}

.head {
    margin: .5rem 0;
}

.head.left .title {
    justify-content: flex-start;
}

.head.left .title::after {
    left: 0%;
    transform: translateX(0%);
}

.head .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    position: relative;
}

.head .title::after {
    position: absolute;
    content: '';
    height: .02rem;
    width: .5rem;
    background-color: #A29B94;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.1rem;
}

.head .sub {
    margin-top: .6rem;
    font-size: .18rem;
    text-align: center;
    line-height: 1.8em;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: .15rem;
}

.image-gallery .gallery-item {
    height: 3.35rem;
}

.image-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-gallery.gallery-columns-4 .gallery-item {
    width: calc((100% - .15rem * 3) / 4);
}

.bg__section {
    background-color: #FBF9F8;
}

.prev__next {
    border-top: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .2rem;
    margin-bottom: .5rem;
    color: #878787;
}

.prev__next a:hover {
    color: #E59130;
}

.prev__next .tody {
    display: none;
}

.prev__next .prev,
.prev__next .next {
    display: flex;
    align-items: center;
    gap: .10rem;
}

.prev__next .prev i,
.prev__next .next i {
    color: #878787;
    font-size: .2rem;
}

.detail-content .detail-title {
    color: #454545;
    font-size: .34rem;
    line-height: .5rem;
    letter-spacing: 1.5px;
    font-weight: 500;
}
.detail-content .title__right{
    font-size:.16rem;
    color:#ff6600;
}

.detail-content .btn {
    margin-top: .1rem;
}

.detail-content .btn i {
    font-size: .26rem;
}

.detail-content .detail-meta {
    font-size: .18rem;
    margin: .1rem 0;
    display: flex;
    align-items: center;
    gap: .1rem;
}

.detail-content .detail-meta .time {}

.detail-content .detail-meta .cost {
    color: #454545;
    font-weight: bold;
}

.detail-content .detail-img {
    margin-bottom: .3rem
}

.detail-content .pay-content {
    background-color: #FBF9F8;
    padding: .3rem;
    margin-bottom: .3rem;
    font-size: .24rem;
    line-height: .34rem;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.detail-content .pay-content a {
    color: #C97A1E;
    font-weight: bold;
    font-size: .24rem;
}

.detail-content .content {
    font-size: .18rem;
    line-height: 1.8em;
    text-align: justify;
}

.detail-content .content p {
    margin: /*.25rem*/ 0;
}

.detail-content .content h3 {
    color: #454545;
    font-size: .28rem;
    font-weight: 500;
    line-height: 1.8em;
    margin: .1rem 0;
}

.detail-content .content p a {
    color: #E59130;
}

.detail-content .content li {
    margin-bottom: .08rem;
}

.detail-content .content hr {
    border: 0;
    height: 1px;
    background-color: #000;
    margin: .3rem 0;
}

.detail-content .content small {
    font-size: .20rem;
    display: flex;
    margin: .1rem auto;
}

.detail-content .prev-next {
    border-top: 1px solid #E6E6E6;
    padding-bottom: .2rem;
    padding-top: .2rem;
}

.detail-content .prev-next h4 {
    font-size: .18rem;
    color: #454545;
    line-height: 1.6em;
    margin: .1rem 0;
}

.detail-content .prev-next a {
    font-size: .16rem;
    border-left: .05rem solid #A29B94;
    color: #454545;
    display: inline-block;
    padding-left: .15rem;
}

.detail-content .related__articles {
    border-top: 1px solid #E6E6E6;
    padding-bottom: .2rem;
}

.detail-content .related__articles h2 {
    font-size: .24rem;
    color: #454545;
    line-height: 1.6em;
    margin: .2rem 0;
}

.activity__articles h2 {
    font-size: .24rem;
    color: #454545;
    line-height: 1.6em;
    margin: .2rem 0;
    padding-top: .2rem;
    border-top: 1px solid #E6E6E6;
}

.Shopping__block {
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #e4e4e4;
    padding: .2rem;
    box-sizing: border-box;
    margin: .2rem 0;
    display: flex;
    flex-direction: column;
}

.Shopping__block .title {
    font-size: .25rem;
    margin-bottom: .2rem;
}

.Shopping__block .order-info {
    margin-bottom: .2rem;
}

.Shopping__block .order-info .item {
    display: flex;
    justify-content: space-between;
    font-size: .16rem;
    color: #5c5c5c;
    border-bottom: 1px solid #e4e4e4;
    padding: .3rem 0;
}

.Shopping__block .order-info .item:nth-child(1) {
    border-top: 1px solid #e4e4e4;
}

.Shopping__block .order-info .lable {
    font-size: .2rem;
    font-weight: 700;
    color: #000;
}

.Shopping__block .order-info strong {
    color: #000;
}

.Shopping__block .buy-btn {
    display: flex;
    justify-content: flex-end;
    font-size:.18rem;
}

.Shopping__block .buy-btn a {
    color: #fff;
    background-color: #E59130;
    padding: .1rem .45rem;
    border-radius: 9.99rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Shopping__block .buy-btn a:hover {
    opacity: .8;
}

.Shopping__block .check__block {
    padding: .1rem 0rem;
}

.Shopping__block .check__block .check {
    font-size: .18rem;
}

.Shopping__block .check__block .check .custom__checkbox a {
    color: #DB9645;
    text-decoration: underline;
}

.Shopping__block .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0px;
    left: 0;
    overflow-y: scroll;
    display: none
}

.Shopping__block .lightbox .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0
}

.Shopping__block .lightbox .content {
    max-width: 800px;
    margin: 0px auto;
    width: 100%;
    background-color: #FBF8F7;
    padding: 60px 80px;
    border-radius: 10px;
    border: 8px none #000000;
    box-shadow: 0px 0px 30px 0px #0f0f0f;
    background-color: #fbf8f7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999
}

.Shopping__block .lightbox .content img.close_lightbox {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.Shopping__block .lightbox .content ul {
    padding-left: 15px
}

.Shopping__block .lightbox .content li {
    margin-bottom: 20px;
    list-style: auto
}

.Shopping__block .lightbox .content li span {
    margin-top: 20px;
    display: block
}

.Shopping__block .lightbox .content h2 {
    text-align: center;
    color: #454545;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 1em;
    font-size: 28px;
    line-height: 36px
}

.Shopping__block .lightbox .content h2:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #c3b8a7;
    display: block;
    margin: 0 auto;
    top: 18px;
    position: relative
}

.Shopping__block .tickets_buy_btn {
    background-color: #D8D4D2 !important;
    color: #E8E8E8 !important;
}

.event-detail {
    width: 100%;
    flex: inherit;
}

.event-detail .title {
    font-size: .25rem;
}

.event-detail dl {
    margin-top: .3rem;
    margin-left: 0;
}

.event-detail dt {
    font-size: .18rem;

}

.event-detail dd {
    color: #777777;
    font-size: .16rem;
    margin-bottom: .2rem;
    margin-left: 0;
}

.event-detail dd a {
    color: #E59130;
    text-decoration: underline;
}

.event-detail dd .tip {
    margin-top: .3rem;
}

.event-detail dd .tip i {
    font-size: .28rem;
    line-height: 1;
}

.custom__checkbox input[type=checkbox] {
    margin-right: .1rem;
    cursor: pointer;
    font-size: 12px;
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 5px
}

.custom__checkbox input[type=checkbox]:after {
    position: absolute;
    width: 18px;
    height: 18px;
    top: -1px;
    left: -1px;
    content: "";
    background-color: #FFFFFF;
    display: inline-block;
    visibility: visible;
    padding: 0px 0px;
    border-radius: 0px;
    border: 1px solid #6E6E6E;
    border-radius: 5px
}

.custom__checkbox input[type=checkbox]:checked::before {
    content: "✓";
    background-color: transparent;
    font-size: 16px;
    text-align: center;
    color: #DB9645;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: 1px
}

.sidebar {
    padding-right: .3rem;
    margin-bottom: .2rem
}

.title__style {
    color: #454545;
    font-size: .28rem;
    font-weight: 500;
    line-height: .24rem;
    border-bottom: 1px solid #CECECE;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    position: relative;
}

.title__style::before {
    content: '';
    width: .6rem;
    position: absolute;
    height: .03rem;
    background-color: #E59130;
    bottom: -0.02rem
}

.menu__style {
    margin-bottom: .2rem;
}

.menu__style .menu {
    padding-left: 0px
}

.menu__style .menu li {
    list-style: none;
    margin-bottom: .15rem
}

.menu__style .menu li::before {
    content: '-';
    display: inline-block
}

.menu__style .menu li a {
    color: #454545;
    padding-left: .05rem;
    font-size: .18rem
}

.menu__style .menu li a:hover {
    color: #E59130
}

.menu__style .menu li.active a {
    color: #E59130
}

.margin_0 {
    margin: 0;
}

.single__sidebar {
    margin-bottom: .15rem
}

.single__sidebar .title {
    font-size: .22rem;
    padding-left: .15rem;
    color: #454545;
    border-bottom: 1px solid #454545;
    position: relative;
    font-weight: 100;
    margin-bottom: 1.2em;
    line-height: .46rem;
}

.single__sidebar .title::before {
    content: '';
    width: .05rem;
    height: .2rem;
    background-color: #E59130;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.single__sidebar .cat__post__list .post {
    margin-bottom: .15rem
}

.single__sidebar .cat__post__list a:hover {
    color: #DB9645;
}

.single__sidebar .cat__post__list .image {
    padding-right: 0;
    padding-top: .05rem
}

.single__sidebar .cat__post__list .image img {
    height: .8rem;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
    width: 100%
}

.single__sidebar .cat__post__list .post__title {
    font-size: .14rem;
    line-height: .2rem;
    margin: 0px
}

.single__sidebar .cat__post__list .post__date {
    font-size: .14rem;
    color: #898989;
    display: flex;
    align-items: center;
    margin-top: .05rem;
}

.single__sidebar .cat__post__list .post__date img {
    margin-right: .05rem;
    position: relative;
    width: .13rem
}

.message-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    background-color: rgba(20, 24, 39, .07);
    padding: .2rem;
    font-size: .18rem;
    margin-bottom: .3rem;
}

.message-notice i {
    color: #C97A1E !important;
}

.video-list {
    display: flex;
    flex-direction: column;
    gap: .15rem;
}

.video-list .video-item {
    display: flex;
    flex-direction: column;
    font-size: .16rem;
}

.video-list .video-item .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
}

.video-list .video-item .content .l {
    color: #E59130;
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: .2rem;
    gap: .05rem;
}

.video-list .video-item .content .l .iconfont {
    font-size: .24rem;
}

.video-list .video-item .content .l span {
    text-decoration: underline
}

.video-list .video-item .date {
    padding-left: .3rem;
}

.video-list .video-item.coming .content .l span {
    text-decoration: none;
    color: #454545;
}

.video-list .video-item .content .r {
    display: flex;
    align-items: center;
    gap: .05rem;
}

.video-list .video-item .content .r .iconfont {
    color: #E59130;
    font-size: .18rem;
}

.video-list .video-item .content .r a {
    font-size: .16rem;
}

.service-list {
    border-radius: .2rem;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    padding: .2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
    margin-top: .2rem;
}

.service-list .item {
    width: calc((100% - .2rem*1)/2);
    display: flex;
    flex-direction: column;
    padding: .1rem;
    align-items: center;
    border-radius: .1rem;
    gap: .1rem;
    background-color: #F8F8F8;
    position: relative;
    /* background: linear-gradient(to left, #E59130, #E59130) left top no-repeat,
    linear-gradient(to bottom, #E59130, #E59130) left top no-repeat,
    linear-gradient(to left, #E59130, #E59130) right top no-repeat,
    linear-gradient(to bottom, #E59130, #E59130) right top no-repeat,
    linear-gradient(to left, #E59130, #E59130) left bottom no-repeat,
    linear-gradient(to bottom, #E59130, #E59130) left bottom no-repeat,
    linear-gradient(to left, #E59130, #E59130) right bottom no-repeat,
    linear-gradient(to left, #E59130, #E59130) right bottom no-repeat;
    background-size: 2px .2rem, .2rem 2px, 2px .2rem, .2rem 2px; */
}

.service-list .item .angle_border {
    position: absolute;
    display: flex;
}

.service-list .item .angle_border.left_top_border {
    top: 0;
    left: 0;
}

.service-list .item .angle_border.right_top_border {
    top: 0;
    right: 0;
}

.service-list .item .angle_border.left_bottom_border {
    bottom: 0;
    left: 0;
}

.service-list .item .angle_border.right_bottom_border {
    bottom: 0;
    right: 0;
}

.tip {
    padding: .2rem;
    background-color: #fff;
    border: 1px solid #E59130;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: .18rem;
    gap: .15rem;
}

.tip i {
    color: #E59130;
}

.tip a {
    color: #E59130;
}

.w500 {
    max-width: 5rem;
}

.w1000 {
    max-width: 10rem;
}

section .container>h2 {
    color: #454545;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.remove {
    background-color: #D8D4D2;
    border-radius: .05rem;
    color: #ffffff !important;
    font-size: .2rem;
    width: .3rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

a.remove:hover {
    background-color: #E59130;
    color: #fff;
}

.message {
    gap: .1rem;
    font-size: .18rem;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #E59130;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.message i {
    font-size: .24rem;
    color: #E59130;
}

.payment {
    padding: .5rem;
    background-color: rgba(251, 249, 248, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: .2rem;
}

.payment .payCodeImg {
    background-color: #fff;
    border: 1px solid #E59130;
    padding: .2rem;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.payment .payCodeImg img {
    width: 100%;
    height: 100%;
}

.payment .payCodeText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .05rem;
}

.payment .payCodeText h2 {
    font-size: .24rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    margin-bottom: .1rem;
}

.payment .payCodeText h2 .iconfont {
    color: #089f00;
    font-size: .32rem
}

.payment .payCodeText p {
    margin: 0;
    font-size: .16rem;
    color: #969696;
}

.payment .payCodeText p a {
    color: #E59130;
    font-size: .16rem;
    text-decoration: underline;
}

.custom__radio {
    position: relative
}

.custom__radio [type="radio"]:checked,
.custom__radio [type="radio"]:not(:checked) {
    position: absolute;
    left: 5px;
    z-index: -1;
    opacity: 0
}

.custom__radio [type="radio"]:checked+label,
.custom__radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right: 1em
}

.custom__radio [type="radio"]:checked+label:before,
.custom__radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #6E6E6E;
    border-radius: 100%;
    background: #fff
}

.custom__radio [type="radio"]:checked+label:after,
.custom__radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E59130;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.custom__radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom__radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

/* 弹窗样式 */
.popup__box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}

.popup__box .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    background-color: #fff;
    border-radius: .3rem;
    padding: .2rem;
    box-sizing: border-box;
}

.popup__box .popup__content .title h2 {
    margin: 0;
    font-size: .18rem;
    font-weight: bold;
}

.popup__box .popup__content .title .close i {
    font-size: .24rem;
    color: #c7c7c7;
}

.popup__box .popup__content .content {
    font-size: .18rem;
    padding: .2rem 0;
    box-sizing: border-box;
    text-align: center;
}

.popup__box .popup__content .content.details {
    text-align: left;
    max-height: 5rem;
    overflow-y: auto;
}

.popup__box .popup__content .content.details::-webkit-scrollbar {
    width: .05rem;
    border-radius: .05rem;
}

.popup__box .popup__content .content.details::-webkit-scrollbar-track {
    background: rgba(209, 209, 209, 0.6);
    border-radius: .05rem;
}

.popup__box .popup__content .content.details::-webkit-scrollbar-thumb {
    background: #F39800;
    border-radius: .05rem;
}

.popup__box .popup__content .content.details h4 {
    font-size: .18rem;
    color: #E59130;
}

.popup__box .popup__content .content.details p {
    margin: .2rem;
}

.popup__box .popup__content .content.successful-info {
    gap: .1rem;
}

.popup__box .popup__content .content.successful-info img {
    width: .7rem;
    height: .7rem;
}

.popup__box .popup__content table.shop_table {
    margin-bottom: 0;
}

.popup__box .popup__content .content table thead {
    background-color: #F5F5F5;
}

.popup__box .popup__content .content table thead:first-child tr:first-child th {
    font-size: .16rem;
    text-align: center;
}

.popup__box .popup__content .content .shop_table thead th,
.popup__box .popup__content .content .shop_table td {
    border-bottom: 0;
    text-align: center;
}

.popup__box .popup__content .content table tbody {
    border-bottom: 1px solid #F5F5F5;
}

.popup__box .popup__content .bottom {
    font-size: .18rem;
    gap: .2rem;
    border-top: 1px solid #E9E9E9;
}

.popup__box .popup__content .bottom .couponsNumber,
.popup__box .popup__content .bottom .couponsMoney {
    color: #E59130;
    font-weight: bold;
}

.popup__box.popup__box--active {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup__box.popup__box--active .popup__content {
    width: 70%;
    top: 10% !important;
    transform: translate(-50%, 10%) !important;
    padding: .5rem;
}

.popup__box.popup__box--active .popup__content .title {
    display: flex;
    gap: .1rem;
    position: relative;
    margin-bottom: .2rem;
}

.popup__box.popup__box--active .popup__content .title .close {
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
}

.popup__box.popup__box--active .popup__content .title .close i {
    font-size: .34rem;
}

.popup__box.popup__box--active .popup__content .title h2 {
    flex: 1;
    font-size: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    line-height: 2.5em;
}

.popup__box.popup__box--active .popup__content .title h2:after {
    content: '';
    width: .6rem;
    height: .04rem;
    background-color: #c3b8a7;
    display: block;
    top: .58rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.popup__box.popup__box--active .popup__content .content {
    text-align: left;
}

.popup__box.popup__box--active .popup__content .content p {
    margin: 0;
}

.stepper {
    gap: 10px;
}

.stepper .minus,
.stepper .plus {
    background-color: #FBFBFB;
    border: 1px solid #EDEDED;
    border-radius: .03rem;
    box-sizing: border-box;
    display: flex;
    width: .28rem;
    height: .28rem;
    align-items: center;
    justify-content: center;
    color: #777;
}

.stepper .minus:hover,
.stepper .plus:hover {
    border: 1px solid #E59130;
    color: #E59130;
}

.stepper .Numer {
    color: #E59130;
    font-weight: bold;
}

.fixedFooter {
    position: unset;
    /* display: none; */
}

@keyframes anBox {
    from {
        top: 70px;
        opacity: 0;
    }

    to {
        top: 60px;
        opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: 70px;
        opacity: 0;
    }

    to {
        top: 60px;
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .site-header .header-inner {
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }

    .site-navigation .navMenu li:hover .subMenu {
        display: block;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
    }
}

@media (max-width: 1200px) {
    body {
        padding-top: 1.2rem;
    }

    .site-header {
        box-shadow: 0px 7px 8px -8px rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0px 7px 8px -8px rgba(0, 0, 0, 0.7);
        -moz-box-shadow: 0px 7px 8px -8px rgba(0, 0, 0, 0.7);
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
        background-color: #fff;
        height: 1.2rem;
    }

    .header_top {
        padding: 0;
        position: relative;
    }

    .header_top .left {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-around;
        padding: .1rem .25rem;
        box-sizing: border-box;
    }

    .header_top .left .hamburger {
        display: flex;
        flex-direction: column;
        gap: .15rem;
    }

    .header_top .left .mobile_search {
        display: block;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header_top .left .logo {
        flex: 1;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0 0.2rem;
    }

    .header_top .left .logo a {
        text-align: center;
    }

    .header_top .left .logo img {
        width: 70%;
    }

    .header_top .right {
        width: 80%;
        display: none;
        margin: .2rem auto;
        position: absolute;
        z-index: 10;
        top: 1.1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header_nav {
        position: fixed;
        z-index: 9999;
        background-color: #ffffff;
        width: 85%;
        top: 0px;
        right: -100%;
        padding: .8rem .2rem;
        overflow: scroll;
        height: 100vh;
        transition: all 0.5s;
    }

    .header_nav .header-inner {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .header_nav .header-inner .close_btn {
        position: absolute;
        display: block;
    }

    .site-navigation {
        margin-top: 0.5rem;
    }

    .header_nav .header-inner a,
    .site-navigation .navMenu li a {
        color: #000;
        font-size: .32rem
    }

    .site-navigation .navMenu {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .site-navigation .navMenu li {
        width: 100%;
    }

    .site-navigation .navMenu li.has-children::after {
        background: url(/static/images/icon_arrow.svg);
        background-repeat: no-repeat;
        right: 0;
        width: 0.3rem;
        height: 0.18rem;
        top: 0.3rem;
        transition: all .3s;
    }

    .site-navigation .navMenu li.rotate::after {
        transform: rotate(180deg);
    }

    .site-navigation .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
        width: 100%;
    }

    .header_nav.open {
        right: 0%;
    }

    .right_navigation ul {
        gap: .2rem;
        margin: .5rem auto;
    }

    .right_navigation ul li {
        flex: 1;
    }

    .right_navigation ul li.cart_count_box {
        display: none;
    }

    .right_navigation ul li a {
        padding: .1rem .15rem;
        border: 1px solid #a3a3a3;
        border-radius: 9.99rem;
        color: #646464 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .right_navigation ul li::after {
        display: none;
    }

    .header_nav .header-inner .search_outer {
        text-align: right;
        position: relative;
        margin-bottom: .5rem;
        display: block;
    }

    .header_nav .header-inner .search_outer::after {
        position: absolute;
        content: '';
        width: 100%;
        height: .03rem;
        background-color: #B2B2B2;
        bottom: -0.5rem;
        left: 0;
        right: 0;
    }

    .header_nav .header-inner .search_outer input {
        max-width: 100%;
        border-radius: 9.99rem !important;
        padding: 0.2rem;
        background-color: #F0F0F0;
        border: 0px;
        font-size: .26rem;
    }

    .header_nav .header-inner .search_outer button {
        position: absolute;
        right: .3rem;
        padding: 0px;
        border: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header_top .search_outer input {
        max-width: 100%;
        border-radius: 9.99rem !important;
        padding: 0.1rem 0.2rem;
        font-size: .26rem;
    }

    .header_top .search_outer button img {
        width: .35rem;
    }

    .section-style1 {
        padding: .7rem 0;
        margin: .5rem 0
    }

    .section-style1.join__member {
        max-height: 6rem
    }

    .section-style1 .container {
        padding: 0 .5rem;
        gap: .4rem
    }

    .section-style1 .container h1 {
        font-size: .5rem
    }

    .section-style1 .container p {
        font-size: .32rem;
        text-align: center
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0rem .2rem;
    }

    .more__btn a {
        padding: .15rem .3rem;
        border-radius: .999rem;
        font-size: .3rem;
    }

    .post__list .title {
        font-size: .4rem;
    }

    .post__list .more__btn {
        display: none;
    }

    .post__list.bg-light .more__btn {
        display: block;
        margin: .2rem auto;
    }

    .row.post__section {
        /* margin: 0rem; */
    }

    .post__section a {
        margin-bottom: .18rem;
    }

    .event__meta span {
        font-size: .26rem;
    }

    .post__section .post__box .post__title {
        font-size: .32rem;
    }

    .post__section .post__box .post__desc {
        font-size: .26rem;
    }

    footer {
        padding: .4rem .2rem;
    }

    footer .nav {
        font-size: .26rem;
        margin: .3rem auto;
    }

    footer .social {
        text-align: center;
        font-size: .26rem
    }

    footer .icon-list {
        display: none;
    }

    .fixed__btn .fixed_cart {
        display: block
    }
    .fixed__btn {
        width: .6rem;
    }
    .fixed__btn ul li .contact__dropdown {
        width: 1.4rem;
    }

    .fixed__btn ul li .contact__dropdown img {
        width: 1.4rem;
        height: 1.4rem;
    }

    .page__banner__section {
        margin-left: 0;
        min-height: 3.5rem;
    }

    .page__banner__section .container {
        padding: .3rem;
    }

    .page__banner__section .container h1 {
        font-size: .45rem;
    }

    .page__banner__section.about-us {
        background-image: url(/static/images/about-bn-m.jpg);
    }

    .page__subNav__section .container {
        padding: 0 .5rem;
        gap: .35rem;
    }

    .page__subNav__section .container a {
        width: calc((100% - .35rem*1) / 2);
        font-size: .32rem;
        border-radius: .2rem;
    }

    .image-gallery.gallery-columns-4 .gallery-item {
        width: calc((100% - 0.15rem * 0) / 1);
        height: 6rem;
    }

    .head.left .title {
        justify-content: center;
    }

    .head.left .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .head .title {
        font-size: .38rem;
    }

    .head .sub {
        font-size: .24rem;
    }

    .activity__section li {
        padding: 0;
    }

    .activity__section .image {
        height: 4.5rem;
        margin-bottom: 0.5rem;
    }

    .activity__section .image .state__tag {
        width: 3rem;
        font-size: .32rem;
        left: -0.6rem;
        top: 0.6rem;
    }

    .activity__section .activity__box .start__date {
        font-size: .24rem
    }

    .activity__section .activity__box .activity__title {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .activity__section .activity__box .activity__title a {
        font-size: .3rem;
    }

    .activity__section .activity__box .activity__desc {
        font-size: .26rem;
    }

    .activity__section .activity__footer {
        font-size: .28rem;
    }

    .prev__next a {
        font-size: .28rem;
    }

    .prev__next .tody {
        display: block;
    }

    .prev__next .prev i,
    .prev__next .next i {
        font-size: .26rem;
        padding-top: 0.05rem;
    }

    .detail-content .detail-title {
        font-size: .45rem;
    }

    .detail-content .btn {
        margin-bottom: .4rem;
    }

    .detail-content .detail-meta {
        font-size: .28rem;
        margin: 0.2rem 0;
    }
    .detail-content .title__right {
        font-size: .28rem;
        color: #ff6600;
    }
    .detail-content .pay-content {
        font-size: .34rem;
        line-height: 1.6em;
    }

    .detail-content .content {
        font-size: .24rem;
        line-height: 2em;
    }

    .detail-content .content h3 {
        font-size: .4rem;
    }

    .detail-content .content small {
        font-size: .24rem;
    }

    .learning-sharing__section .container>.row,
    .learning-database__section .container>.row {
        flex-direction: column-reverse;
    }

    .sidebar {
        padding-right: 0px !important;
    }

    .title__style {
        font-size: .36rem;
    }

    .menu__style .menu li {
        margin-bottom: .25rem;
    }

    .menu__style .menu li a {
        font-size: .26rem;
    }

    .detail-content .p-r-100 {
        padding-right: .0rem;
    }

    .single__sidebar .title {
        font-size: .32rem;
        line-height: .56rem;
    }

    .single__sidebar .title::before {
        height: .25rem;
    }

    .single__sidebar .cat__post__list .image img {
        height: 1.5rem;
    }

    .single__sidebar .cat__post__list .post__title {
        font-size: .28rem;
        line-height: 1.6em;
    }

    .single__sidebar .cat__post__list .post__date {
        font-size: .24rem;
    }

    .single__sidebar .cat__post__list .post__date img {
        width: .23rem
    }

    .detail-content .prev-next h4 {
        font-size: .26rem;
    }

    .detail-content .prev-next a {
        font-size: .24rem;
    }

    .detail-content .related__articles h2 {
        font-size: .32rem;
    }

    .detail-content .related__articles .col-xs-12 {
        padding: 0;
    }

    .detail-content .col-xs-12.p-r-100 {
        padding-left: 0;
    }

    .post__section .post__image {
        height: 4rem;
    }

    .Shopping__block .title {
        font-size: .34rem;
    }

    .Shopping__block .order-info .item {
        font-size: .25rem;
        padding: .2rem 0;
    }

    .Shopping__block .order-info .lable {
        font-size: .25rem;
    }

    .Shopping__block .check__block .check,
    .Shopping__block .check__block .check .custom__checkbox a {
        font-size: .24rem;
    }

    .event-detail .event-detail-title {
        font-size: .34rem;
        font-weight: bold;
    }

    .event-detail .title {
        font-size: .32rem;
    }

    .event-detail dt {
        font-size: .30rem;
    }

    .event-detail dd {
        font-size: .28rem;
    }

    .event-detail dd a {
        font-size: .28rem;
    }

    .video-list .video-item .content .r a,
    .video-list .video-item .content .r .iconfont {
        font-size: .26rem;
    }

    .video-list {
        gap: .10rem;
    }

    .video-list .video-item {
        font-size: .26rem;
    }

    .video-list .video-item .content {
        font-size: .26rem;
    }

    .video-list .video-item .content .l .iconfont {
        font-size: .42rem;
    }

    .video-list .video-item.coming .content .l span {
        font-size: .28rem;
    }

    .video-list .video-item .date {
        padding-left: 0;
    }

    .tip {
        font-size: .24rem;
    }

    .tip i {
        font-size: .3rem;
    }

    .tip a {
        color: #E59130;
    }

    .w500 {
        max-width: 90% !important;
    }

    .w1000 {
        max-width: 100% !important;
    }

    section .container>h2 {
        font-size: 0.42rem;
    }

    a.remove {
        font-size: .3rem;
        width: .4rem;
        height: .4rem;
    }

    .message {
        font-size: .24rem;
    }

    .message i {
        font-size: .3rem;
        color: #E59130;
    }

    .payment {
        padding: .3rem;
    }

    .payment .payCodeImg {
        width: 3.2rem;
        height: 3.2rem;
    }

    .payment .payCodeText h2 {
        font-size: .34rem;
    }

    .payment .payCodeText h2 .iconfont {
        font-size: .36rem
    }

    .payment .payCodeText p {
        font-size: .24rem;
    }

    .payment .payCodeText p a {
        font-size: .24rem;
    }

    .popup__box .popup__content {
        width: 80%;
    }

    .popup__box .popup__content .title h2 {
        font-size: .28rem;
    }

    .popup__box .popup__content .content table thead:first-child tr:first-child th {
        font-size: .24rem;
    }

    .popup__box .popup__content .bottom {
        font-size: .24rem;
    }

    .popup__box .popup__content .content.details h4 {
        font-size: .28rem;
    }

    .popup__box .popup__content .content.details p {
        font-size: .24rem;
    }

    .popup__box.popup__box--active .popup__content .title h2 {
        font-size: .3rem;
        line-height: 3em;
    }

    .popup__box.popup__box--active .popup__content .title h2:after {
        top: .87rem;
    }

    .popup__box.popup__box--active .popup__content .title .close i {
        font-size: .4rem;
    }

    .popup__box.popup__box--active .popup__content .title .close {
        top: -0.1rem;
        right: -0.1rem;
    }

    .popup__box.popup__box--active .popup__content {
        width: 95%;
        padding: .3rem;
    }

    .video-list .video-item .date {
        font-size: .3rem;
    }

    body.fixed {
        padding-bottom: 1.5rem;
    }

  
    .fixedFooter {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 100;
        bottom: 0;
        padding: .2rem;
        background-color: #fff;
        box-shadow: 0px 0px .2rem 0px rgba(0, 0, 0, 0.16);
    }
    .Shopping__block .fixedFooter .buy-btn {
        justify-content: center !important;
        font-size:.28rem;
    }

    .fixedFooter .buy-btn a {
        color: #fff;
        background-color: #E59130;
        padding: .2rem .45rem;
        border-radius: 9.99rem;
        font-size: .32rem;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fixedFooter .check__block {
        margin: .1rem 0;
    }

    .fixedFooter .check__block a {
        background-color: unset;
        padding: 0;
        font-size: .26rem;
        color: #E59130;
        display: unset;
    }

    .fixedFooter .check__block label {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .post__list .title {
        line-height: 1.5em;
    }

    .post__list .title .en_name {
        display: block;
        padding-left: 0px;
    }
}