*,:before,
:after {
    box-sizing: border-box;
    background-repeat: no-repeat
}

:before,
:after {
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    cursor: default;
    overflow-wrap: break-word;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5
}

:where(body) {
    margin: 0
}

:where(p) {
    margin: 0;
    padding: 0;
}

:where(h1,h2,h3,h4,h5) {
    margin: 0;
    padding: 0;
    font-size: 2em
}

:where(ul, li) {
    list-style: none;
    padding: 0;
    margin: 0;
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(pre) {
    font-family: monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(b, strong) {
    font-weight: bolder
}

:where(code, kbd, samp) {
    font-family: monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio, canvas, iframe, img, svg, video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button, input, select) {
    margin: 0
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
    -webkit-appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    resize: vertical;
    margin: 0
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    color: #000;
    background-color: #fff;
    border: solid;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    padding: 1em;
    position: absolute;
    left: 0;
    right: 0
}

:where(dialog:not([open])) {
    display: none
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i], [disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

:where(button, input, select, textarea) {
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    background-color: #0000;
    padding: .25em .375em
}

:where(select) {
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") 100%/1em no-repeat;
    border-radius: 0;
    padding-right: 1em
}

:where(select[multiple]) {
    background-image: none
}

:where([type=color i], [type=range i]) {
    border-width: 0;
    padding: 0
}

:where(iframe, img, input, video, select, textarea) {
    max-width: 100%;
    height: auto
}

	.kt-row-column-wrap{padding-left: 0!important; padding-right: 0!important;}


.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;display: inline-block;
}

.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; color: #fff;
}
.product-1 p{
    font-size: .8rem;margin-bottom: 0;
}

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

.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;color: #fff;
}
.product-3 p{
    font-size: .8rem;margin-bottom: 0;
}
.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;
}
.indexnews p{margin-bottom: 0;}
.indexnews ul{margin-top: 2rem;}
.indexblog li {
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.indexblog li:hover{
    transform: scale(1.1);
}
.indexblog li .wp-block-latest-posts__post-title{padding: 1rem 1rem 0;}
.indexblog.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li > a{font-size: 1rem; font-weight: bold; margin-top:0;}
.indexblog li .wp-block-latest-posts__post-excerpt{padding: 0 1rem 0; font-size: .8rem;}

.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-view img{display: initial;}
.product-6 h2{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product-6 p{
    font-size: .8rem;margin-bottom: 0;
}
.post-archive-title h1.archive-title{font-size: 2rem;}
.post-archive .category-blog {
    box-shadow: 0 12px 32px rgba(255, 0, 60, .16);
    border-radius: 1rem;
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease;
}
.post-archive .category-blog:hover{
    transform: scale(1.1);
}
.post-archive .loop-entry .entry-content-wrap{padding: 1rem;}
.post-archive .loop-entry .entry-header{margin-bottom: .5em;}
.post-archive .loop-entry .entry-summary {margin-top: 0;}
.post-archive .loop-entry .entry-summary p{margin-top: 0; font-size: 0.8rem;}

.down-app{
    text-align: center;
    line-height: 1.8;
    margin-top: 2rem;
}
.down-app h1{
    margin: 1rem 0; font-size: 2em; font-weight: bold;
}
.down-app p{margin-bottom: 0;}
.down-app img{
    max-width: 450px;display: initial;
}
.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);
}
.single-content h1.elementor-heading-title, .single-content h2.elementor-heading-title, .single-content h3.elementor-heading-title, .single-content h4.elementor-heading-title, .single-content h5.elementor-heading-title, .single-content h6.elementor-heading-title{margin-bottom: 0;}

.indexnews{padding:50px 0;font-weight:400; background: #f7f9fc; overflow: hidden;}
.indexnews .container{width:1200px;margin:0 auto}
.indexnews .indexnews-title{text-align:center}
.indexnews .indexnews-title h3{height:47px;line-height:47px;color:#1a243e;font-size:36px;font-weight:700}
.indexnews .indexnews-title p{height:16px;line-height:16px;margin-top:10px;color:#c3c8d5;text-align:center;font-size:13px}
.indexnews .news-box{margin-top:40px}
.indexnews .news-box:after{content:'';display:block;clear:both}
.indexnews .news-box>.news-list{width:100%}
.news_list{width:calc((100% - 60px) / 4);height:395px;margin-right:20px;margin-bottom:20px;padding:20px;background:#fff;border-radius:5px;padding-bottom:30px;float:left;position:relative;box-sizing:border-box;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}
.news_list:hover{box-shadow:0 6px 10px rgba(45,115,255,.1);border-radius:5px}
.news_list:hover .img>img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.news_list:nth-child(4n){margin-right:auto}
.news_list>a{display:block}
.news_list .img{width:100%;height:191px;position:relative;overflow:hidden;border-radius:5px}
.news_list .img>img{width:100%;height:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .2s;-moz-transition:-moz-transform .2s;-ms-transition:-moz-transform .2s;transition:transform .2s}
.news_list .title{width:100%;height:49px;line-height:25px;margin-top:20px;font-size:16px;color:#1a243e;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; text-decoration: none;}
.news_list .title:hover{color:#2d73ff}
.news_list .describe{width:100%;margin-top:12px;margin-bottom:25px;font-size:14px;line-height:21px;color:#76819d;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news_list .describe p{margin: 0;}
.news_list .info{overflow:hidden}
.news_list .info img{position:absolute;left:0;top:10px}
.news_list .time,.news_list .view{padding-left:26px;position:relative;height:16px;line-height:16px;color:#c3c8d5;background-size:16px;background-repeat:no-repeat}
.news_list .time{background-image:url(../images/news_time.png);float:left; font-size: 13px;}
@media (max-width: 768px) {
	.indexnews .container{width:100%;margin:0 auto}
	.news_list{width: 100%;}
}