header{
    border-bottom: solid 1px #0d0d0d0f;
    padding: 1rem 0;
}
header h1{
    font-size: 1rem;
}
header a{
    text-decoration: none;
    color: #000;
    font-size: .8rem;
}
header a:hover{
    text-decoration: underline;
}
header .head{
    width: 1000px;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
header .nav{
    margin-left: auto;
}

header .nav ul{
    display: flex;
    gap: .8rem;
}

header .nav ul li{
    list-style: none;
}

.home-down{
    text-align: center;
    margin: 5rem 0 0 0;
}
.home-down-list{
    margin: auto;
    margin-top: 2rem;
    position: relative;
    width: 12rem;
    height: 2.4rem;
}
.home-down-btn a{
    font-size: .9rem;
    margin: auto;
    display: block;
    width: 12rem;
    height: 2.4rem;
    background-image: linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%),linear-gradient(to right,#fff,#fff),linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%);
    text-decoration: none;
    color: #FFF;
    line-height: 2.4rem;
    border-radius: 1.2rem;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}

.home-down-btn a img {
    width: 1.4rem;
    height: 1.4rem;
    transition: transform 0.3s ease;
}

.home-down-btn a:hover img {
    transform: rotate(180deg);
}
.download-menu-list{
    min-width: 12rem;
    text-align: left;
    padding: .8rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
.download-menu {
    display: none;
    position: absolute;
    padding-top: .8rem;
    top: 2rem;
    left: 0;
    z-index: 1000;
}
.download-menu a{
    display: block;
    padding: .5rem;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    font-size: .8rem;
}
.download-menu a span{
    display: flex;
    gap: .5rem;
}
.download-menu a p{
    margin-top: .2rem;
    font-size: .7rem;
    text-indent: 1.6rem;
    color: #666;
}
.download-menu a:hover{
    background-color: #F1F1F1;
}

.download-menu.show {
    display: block;
}

.product-view{
    margin: auto;
    margin-top: 3rem;
    max-width: 1080px;
    padding: 1rem;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}

.product-1{
    padding-top: 5rem;
    background: url(../images/floor2_bg-b2df259c.svg) no-repeat rgb(53, 53, 65);
    background-size: 100% 100%;
    text-align: center;
    color: #FFF;
}

.product-1-view{
    margin: auto;
    max-width: 1194px;
}

.product-1 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-1 p{
    font-size: .8rem;
}

.product-2{
    padding: 5rem 0;
    background-image: url(../images/floor3_bg-9e30ef67.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: #000;
}

.product-2-view{
    margin: auto;
    max-width: 1194px;
}

.product-2 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-2 h2 span{
    display: inline-block;
    background: -webkit-linear-gradient(174.82deg, #ec3699 0%, #eb3834 100%);
    background: linear-gradient(275.18deg, #ec3699 0%, #eb3834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-2 p{
    font-size: .8rem;
}

.product-3{
    padding: 5rem 0;
    background: url(../images/floor4_bg-aaadd84e.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: #FFF;
}

.product-3 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-3 p{
    font-size: .8rem;
}
.product-3-view{
    margin-top: 1rem;
}
.carousel-container {
    width: 100%;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    cursor: grab;
}

.carousel:active {
    cursor: grabbing;
}

.slide {
    flex: 0 0 660px;
    width: 660px;
    height: 400px; /* Adjust as needed */
    margin: 0 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    user-select: none;
    transition: all 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.slide:not(.active) {
    transform: scale(0.8);
    opacity: 0.8;
}

.carousel-dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #CCC;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #FFF;
    width: 30px;
}

.product-4{
    padding: 5rem 0 5rem 0;
    text-align: center;
    color: #000;
}

.product-4-view{
    margin: auto;
    max-width: 1194px;
}

.product-4 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-4 h2 span{
    display: inline-block;
    background: -webkit-linear-gradient(174.82deg, #ec3699 0%, #eb3834 100%);
    background: linear-gradient(275.18deg, #ec3699 0%, #eb3834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-4 p{
    font-size: .8rem;
}
.product-4-view{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2rem;
}
.product-4-view div{
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.product-4-view div:hover{
    transform: scale(1.1);
}
.atk-title{
    padding: 1rem;
    line-height: 1.8;
}
.atk-title strong{
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin-bottom: .5rem;
}
.atk-title a{
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}
.atk-title p{
    font-size: .8rem;
    color: #666;
}

.product-5{
    padding: 5rem 0 0 0;
    text-align: center;
    color: #000;
}

.product-5-view{
    margin: auto;
    margin-top: 2rem;
    max-width: 1194px;
    transition: transform 0.3s ease;
}
.product-5-view:hover{
    transform: scale(1.1);
}
.product-5 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-5 h2 span{
    display: inline-block;
    background: -webkit-linear-gradient(174.82deg, #ec3699 0%, #eb3834 100%);
    background: linear-gradient(275.18deg, #ec3699 0%, #eb3834 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.product-5 p{
    font-size: .8rem;
}

.product-6{
    padding-top: 5rem;
    text-align: center;
    color: #000;
}

.product-6-view{
    margin: auto;
    margin-top: 2rem;
    max-width: 1194px;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.product-6-view div{
    padding: .8rem;
    border-radius: .5rem;
}
.product-6-view div a{
    display: block;
    text-align: center;
    width: 8rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border: solid 1px #0d0d0d7a;
    text-decoration: none;
    color: #000;
    font-size: .9rem;
    border-radius: 1.2rem;
}
.product-6-view div span{
    font-size: .7rem;
    color: #666;
}
.product-6-view div:hover{
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
.product-6 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-6 p{
    font-size: .8rem;
}

footer{
    text-align: center;
    color: #666;
    font-size: .8rem;
    margin: 4rem 0 2rem 0;
}

article{
    width: 1000px;
    margin: auto;
}

article h1{
    margin: 1.8em 0 .7em;
}
.position{
    font-size: .8rem;
    color: #666;
    margin: 1rem 0;
}
.position a{
    text-decoration: none;
    color: #666;
}
.inf{
    font-size: .8rem;
    color: #666;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
}
.content{
    width: 750px;
    margin: auto;
    font-size: 1rem;
    line-height: 200%;
    color: #333;
    margin-bottom: 1rem;
}
.content img{
    max-width: 750px;
    margin: auto;
    display: block;
}
.content h2, .content h3, .content h4{
    font-size: 1.1rem ;
    margin-bottom: .8rem;
    color: #000;
}
.content iframe{
    display: block;
    margin: auto;
    margin-top: .8rem;
    margin-bottom: .8rem;
    min-width: 660px;
    max-width: 660px;
    min-height: 400px;
    max-height: 400px;
}
#ez-toc-container{
    margin-top: .8rem !important;
}
.news-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
}
#wps-list-img{
    display: block;
    width: 100%;
    height: 10rem;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
}
.news-list div{
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.news-list div:hover{
    transform: scale(1.1);
}
.c-tit{
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0;
}
.page{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.page a{
    display: block;
    border: solid 1px #0d0d0d7a;
    padding: .3rem .5rem;
    border-radius: .2rem;
    text-decoration: none;
    color: #000;
    font-size: .8rem;
}
/* .page a:hover{
    background-image: linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%),linear-gradient(to right,#fff,#fff),linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%);
    border: solid 1px #FFF;
    color: #FFF;
} */

/* Dynamic WordPress post layouts */
body { display: block !important; min-width: 0; }
body > header { position: relative !important; inset: auto !important; display: block !important; width: 100% !important; height: 62px; padding: 15px 0 !important; box-sizing: border-box; float: none !important; background: #fff; }
body > main { position: relative !important; inset: auto !important; display: block !important; width: 100% !important; float: none !important; }
body > footer { position: static !important; inset: auto !important; display: block !important; clear: both; width: 100% !important; float: none !important; }
header .head { width: min(100% - 40px, 1000px); height: 31px; min-height: 31px; overflow: visible; }
header .logo h1, header .logo a { display: block; margin: 0; padding: 0; border: 0 !important; outline: 0; }
header .logo img { display: block; width: 80px; height: auto; }
header .nav a, header .nav-down a { border: 0 !important; outline: 0; background: transparent; }
.yd-static-news-fallback { display: none !important; }
.yd-page-main { padding: 0 20px 50px; font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif; }
.yd-content-wrap { width: min(100%, 1000px); margin: 0 auto; }
.yd-breadcrumb { display: flex; height: 52px; align-items: center; gap: 8px; padding: 0; color: #777; font-size: 13px; }
.yd-breadcrumb a { padding: 0 !important; border: 0 !important; outline: 0 !important; background: transparent !important; color: #777; text-decoration: none; }
.yd-breadcrumb a:hover { color: #ff315d; }
.yd-list-header { margin: 3px 0 37px; text-align: center; }
.yd-list-header h1, .yd-content-wrap h2 { margin: 0; color: #111; font-size: 32px; font-weight: 600; line-height: 1.35; }
.yd-archive-description { margin: 12px auto 0; max-width: 680px; color: #777; line-height: 1.8; }
.yd-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.yd-post-grid article.yd-post-card { width: auto; margin: 0; }
.yd-post-card { overflow: hidden; min-width: 0; padding: 0 !important; border: 0 !important; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(255, 0, 60, .14); transition: transform .25s ease, box-shadow .25s ease; }
.yd-post-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(255, 0, 60, .2); }
.yd-post-thumb { display: flex; height: 128px; overflow: hidden; padding: 0 !important; align-items: center; justify-content: center; border: 0 !important; outline: 0 !important; background: #f7f7f7; color: #f04758; text-decoration: none; }
.yd-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.yd-post-card:hover .yd-post-thumb img { transform: scale(1.04); }
.yd-post-placeholder { position: relative; display: grid; width: 100%; height: 100%; padding: 15px 28px; place-items: center; color: #f04b59; font-size: 20px; font-weight: 700; font-style: italic; line-height: 1.35; text-align: center; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
.yd-post-placeholder > span:last-child { position: relative; z-index: 1; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.yd-post-placeholder-mark { position: absolute; color: #fff; font-size: 92px; font-style: normal; font-weight: 800; line-height: 1; text-shadow: none; }
.yd-post-body { overflow: hidden; padding: 24px 16px 24px; box-sizing: border-box; }
.yd-post-card-title { display: block; overflow: hidden; margin: 0 0 8px; font-size: 16px; font-weight: 600; line-height: 23px; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.yd-post-card-title a { display: inline; padding: 0 !important; border: 0 !important; outline: 0 !important; background: transparent !important; color: #111; text-decoration: none; font-size: 1rem; }
.yd-post-card-title a:hover { color: #ff315d; }
.yd-post-excerpt { display: -webkit-box; overflow: hidden; height: 49px; margin: 0; color: #888; font-size: 14px; font-weight: 400; line-height: 24.5px; white-space: normal; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.yd-pagination { margin: 50px 0 0; }
.yd-pagination ul, .yd-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.yd-pagination a, .yd-pagination span.page-numbers { display: grid; min-width: 36px; height: 36px; padding: 0 10px; place-items: center; border: 1px solid #ddd; border-radius: 6px; color: #333; text-decoration: none; }
.yd-pagination .current, .yd-pagination a:hover { border-color: #ff315d !important; background: #ff315d; color: #fff !important; }
.yd-post-empty { padding: 50px 0; color: #777; text-align: center; }
.yd-content-wrap { font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif; }
.yd-content-wrap h2 { font-size: 1rem; margin-bottom: 12px; }
.yd-post-grid-home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.yd-all-posts { display: table; margin: 42px auto 0; padding: 11px 28px; border: 1px solid #ff315d; border-radius: 24px; color: #ff315d; text-decoration: none; }
.yd-all-posts:hover { background: #ff315d; color: #fff; }
.yd-single-main { padding-bottom: 60px; }
.yd-single-wrap { width: min(100%, 1000px); margin: 0 auto; }
.yd-single-article { width: min(100%, 750px); margin: 0 auto; }
.yd-single-header { margin: 5px 0 38px; text-align: center; }
.yd-single-header h1 { margin: 0 0 20px; color: #111; font-size: 32px; font-weight: 600; line-height: 1.35; }
.yd-single-header time { color: #888; font-size: 14px; }
.yd-single-featured { margin: 0 0 28px; }
.yd-single-featured img { display: block; width: 100%; height: auto; }
.yd-single-content { color: #555; font-size: 16px; font-weight: 400; line-height: 2; }
.yd-single-content p, .yd-single-content li { font-size: 16px; line-height: 2; }
.yd-single-content > *:first-child { margin-top: 0; }
.yd-single-content img { max-width: 100%; height: auto; }
.yd-single-content h2, .yd-single-content h3, .yd-single-content h4 { margin: 1.8em 0 .7em; color: #111; line-height: 1.45; }
.yd-single-content a { color: #ff315d; }
.yd-post-neighbor { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; width: min(100%, 750px); margin: 50px auto 0; padding-top: 25px; border-top: 1px solid #eee; }
.yd-post-neighbor > div:last-child { text-align: right; }
.yd-post-neighbor a { display: flex; flex-direction: column; gap: 5px; color: #333; text-decoration: none; }
.yd-post-neighbor span { color: #999; font-size: 13px; }

/* Privacy policy and user agreement */
.yd-policy-page { padding: 0 20px 60px; font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif; }
.yd-policy-wrap { width: min(100%, 1000px); margin: 0 auto; }
.yd-policy-article { width: min(100%, 750px); margin: 12px auto 0; padding: 0; }
.yd-policy-header { margin-bottom: 42px; padding-bottom: 25px; border-bottom: 1px solid #eee; text-align: center; }
.yd-policy-header h1 { margin: 0 0 15px; color: #111; font-size: 32px; font-weight: 600; line-height: 1.4; }
.yd-policy-header p { color: #999; font-size: 13px; }
.yd-policy-content { color: #555; font-size: 16px; line-height: 2; }
.yd-policy-content h2 { margin: 34px 0 10px; color: #111; font-size: 20px; font-weight: 600; line-height: 1.5; }
.yd-policy-content p { margin: 0 0 16px; }
.yd-policy-content ul { margin: 5px 0 18px; padding-left: 1.5em; }
.yd-policy-content li { margin-bottom: 7px; list-style: disc; }
.yd-policy-content strong { color: #333; }
.yd-policy-content a { color: #ff315d; text-decoration: none; }
.yd-policy-content a:hover { text-decoration: underline; }

@media (max-width: 760px) {
    .yd-post-grid, .yd-post-grid-home { grid-template-columns: 1fr; gap: 24px; }
    .yd-list-header h1, .yd-content-wrap h2, .yd-single-header h1 { font-size: 26px; }
    .yd-post-thumb { height: 42vw; min-height: 160px; max-height: 230px; }
    .yd-post-body { height: auto; min-height: 130px; padding-top: 24px; }
    .yd-post-neighbor { grid-template-columns: 1fr; }
    .yd-post-neighbor > div:last-child { text-align: left; }
    .yd-policy-page { padding-right: 16px; padding-left: 16px; }
    .yd-policy-article { width: 100%; }
    .yd-policy-header { margin-bottom: 30px; }
    .yd-policy-header h1 { font-size: 26px; }
    .yd-policy-content { font-size: 15px; line-height: 1.9; }
    .yd-policy-content h2 { margin-top: 28px; font-size: 18px; }
}
.down-app{
    text-align: center;
    line-height: 1.8;
    margin-top: 2rem;
}
.down-app h1{
    margin: 1rem 0;
}
.down-app img{
    max-width: 450px;
}
.app-down-btn a{
    font-size: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    width: 15rem;
    height: 3rem;
    background-image: linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%),linear-gradient(to right,#fff,#fff),linear-gradient(270deg,#ff06a2 .69%,#ff6225 100.69%);
    text-decoration: none;
    color: #FFF;
    line-height: 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
}
#wps-menu-btn, .close-menu{
    display: none;
}
.nextorprev{
    font-size: .8rem;
}
.nextorprev a{
    color: #000;
    text-decoration: none;
    font-size: .8rem;
}
.nextorprev a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 750px) {
    header .head{
        width: 100%;
        padding: 0 .8rem;
    }
    header .logo{
        margin-right: auto;
    }
    .slide{
        flex: 0 0 16.6rem;
        width: 16.6rem;
        height: 10.4rem;
    }
    .product-1,.product-2,.product-3,.product-4,.product-5,.product-6{
        padding: 2rem .8rem;
    }
    #wps-menu-btn{
        display: block;
    }
    #wps-menu {
        width: 200px;
        position: fixed;
        top: 0;
        left: -210px;
        height: 100%;
        background-color: #FFF;
        border-right: solid 1px #F1F1F1;
        color: #000;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
        transition: left 0.3s ease;
        z-index: 99999;
    }
    #wps-menu ul{
        display: block;
    }
    #wps-menu ul li{
        padding: .5rem 1rem;
    }
    #wps-menu ul li a{
        color: #000;
        text-decoration: none;
        font-size: 1.2rem;
    }
    #wps-closeMenu{
        display: block;
        text-align: right;
        padding: 1rem;
    }
    .product-1 p, .product-2 p, .product-3 p, .product-4 p, .product-5 p, .product-6 p{
        font-size: 1rem;
    }
    article{
        width: 100%;
        padding: .5rem .8rem;
    }
    .news-list {
        grid-template-columns: 1fr;
    }
    .content{
        width: 100%;
    }
    .content h3, .content h4{
        font-size: 1.1rem !important;
    }
	.content h2{
        font-size: 1.3rem !important;
    }
    .content iframe{
        display: block;
        margin: auto;
        margin-top: .8rem;
        margin-bottom: .8rem;
        min-width: 100% !important;
        max-width: 100%;
        min-height: 15rem;
        max-height: 15rem;
    }
    .down-app img{
        max-width: 100%;
    }
    .content img{
        max-width: 100%;
    }
    .product-4-view{
        grid-template-columns: 1fr;
    }
}

footer .link-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .link-container a {
    margin: 0 10px;
    text-decoration: none;
    color: #666;
    font-size: .8rem;
    border: none;
}
footer .link-container a:hover {
    text-decoration: underline;
}