.min-h-\[1024px\] {
    min-height: 1024px;
}

.min-h-\[768px\] {
    min-height: 768px;
}

.max-w-\[1366px\] {
    max-width: 1366px;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.z-50 {
    z-index: 50;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.left-0 {
    left: 0px;
}

.fixed {
    position: fixed;
}


.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.h-16 {
    height: 72px;
}

.flex {
    place-items: center;
    display: flex
;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.px-6 {
    padding-left: 22px;
    padding-right: 22px;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(65 166 245);
}

.\!rounded-button {
    border: 0;
    border-radius: 4px !important;
}

.whitespace-nowrap {
    white-space: nowrap;
    border: 1px solid;
}

/* [role=button],
button {
    c
} */

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

button,
select {
    text-transform: none;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 102 255 / var(--tw-text-opacity));
}

.text-2xl {
    font-size: 32px;
    line-height: 32px;
}

s a {
    color: inherit;
    text-decoration: inherit;
}

.space-x-12> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0;
    margin-left: 60px;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.inline-flex {
    display: inline-flex;
}

.relative {
    position: relative;
}

.text-xs {
    font-size: 18px;
    line-height: 18px;
}

.ml-1 {
    margin-left: 2px;
}

.fa-solid,
.fas {
    font-weight: 900;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free";
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}


.space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0px;
    margin-left: 60px;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.py-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.w-screen {
    width: 100vw;
}

/* .hidden {
    display: none;
} */

.mt-4 {
    margin-top: 18px;
}

.-ml-8 {
    margin-left: -36px;
}

.pt-32 {
    padding-top: 72px;
}

.pb-24 {
    padding-bottom: 20px;
}

.max-w-2xl {
    max-width: 1080px;
}

.font-bold {
    font-weight: 700;
}

.text-4xl {
    font-size: 40px;
    line-height: 42px;
}

.mb-4 {
    margin-bottom: 10px;
}




.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.mb-6 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.mb-8 {
    margin-bottom: 20px;
}

.py-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.px-8 {
    padding-left: 20px;
    padding-right: 20px;
}



.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(107 166 255);
}

.py-20 {
    padding-top: 80px;
    padding-bottom: 10px;
}

.py-21 {
    padding-top: 30px;
    padding-bottom: 110px;
}

.hero-bg,
.platform-bg,
.main-bg {
    background-image: url(https://cdn.ibizlab.cn/plm/img/index_背景.png);
    background-size: cover;
    background-position: center;
    height: 680px;
    margin-bottom: -120px;
}

.hero-bg::before {
    height: 40px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.blur_bg {
    height: 125px;
    backdrop-filter: blur(20px);
    width: 150%;
}


.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.duration-300 {
    transition-duration: 300ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.p-6 {
    padding: 20px;
}

.rounded-lg {
    border-radius: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-brands,
.fab {
    font-weight: 400;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
}


.space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0px;
    margin-left: 20px;
}

.font-semibold {
    font-weight: 600;
}

.text-xl {
    font-size: 20px;
    line-height: 20px;
}

.text-3xl {
    font-size: 42px;
    line-height: 20px;
}

.mb-16 {
    margin-bottom: 60px;
}

.text-center {
    text-align: center;
}

.gap-6 {
    gap: 20px;
}


.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-blue-400 {
    --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-500 {
    background: #78b4f9;
}

.feature-card {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.to-green-500 {
    background: #60e181;
}

.to-purple-500 {
    background: #928aff;
}

.to-orange-500 {
    background: #9b6f7c;
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-image: url("https://cdn.ibizlab.cn/plm/img/浅蓝渐变背景.png");
    background-size: cover;
    background-position: center;
}

.mb-12 {
    width: 800px;
    margin-bottom: 20px;
    justify-self: center;

}

.overflow-hidden {
    overflow: hidden;
}

.w-full {
    height: 435px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.w-full-3 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 370px;
}

.gap-12 {
    gap: 20px;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}




.font-semibold {
    font-weight: 600;
}

.w-32 {
    width: 160px;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.py-16 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24);
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.gap-8 {
    gap: 20px;
}

.text-sm {
    font-size: 14px;
    line-height: 20px;
}

.w-full-1 {
    width: 100%;
    
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 20px;
    margin-bottom: 0px;
}

.pt-8 {
    padding-top: 20px;
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-t {
    border-top-width: 1px;
}

.mt-12 {
    margin-top: 20px;
}

.under-bottom::after {
    content: '';
    width: 80px;
    height: 5px;
    display: block;
    margin: 0;
    margin-top: 15px;
    background-color: #3daafd;
    border-radius: 30px;
}

.white-hover:hover {
    color: white;
    cursor: pointer;
}

.bottom-text {
    margin: 10px;
}

.main-card {
    height: 300px;
    border-radius: 4px;
    display: flex;
    gap: 5px;
    padding: .4em;
}

.feature-card {
    height: 100%;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    transition: all .5s;
    display: flow;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.feature-card:hover {
    flex: 2.2;
    /* height: 250px; */
}

.hover-false {
    width: 150px;
    display: block;
}

.hover-true {
    display: none;
}
.nav-product{

    align-content: center;
}

.hover-true span {
    margin: 10px 0px 0px 15px;
}

.feature-card:hover .hover-true {
    display: grid;
    transform: translateZ(-5px);
    transition: all 1s;
    text-transform: uppercase;
}

.to-blue-500:hover {
    background-image: url(https://cdn.ibizlab.cn/plm/img/产品背景图.png);
}
.default_show{
    background-image: url(https://cdn.ibizlab.cn/plm/img/产品背景图.png);
    flex: 2.2;
}
.default_show .hover-true{
    display: grid;
    transform: translateZ(-5px);
    transition: all 1s;
    text-transform: uppercase;
}
.default_show .hover-false{
    display: none;
}

.to-green-500:hover {
    background-image: url(https://cdn.ibizlab.cn/plm/img/项目背景图.png);
}

.to-purple-500:hover {
    background-image: url(https://cdn.ibizlab.cn/plm/img/测试背景图.png);
}

.to-orange-500:hover {
    background-image: url(https://cdn.ibizlab.cn/plm/img/知识背景图.png);
}

.feature-card:hover .hover-false {
    display: none;
}

.top-text {
    margin-top: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.carousel {
    width: 1340px;
    height: 600px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.carousel_scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.carousel_container {
    width: calc(300% +(20px* 3));
    height: auto;
    position: absolute;
    left: 0;
    display: flex;
}

.carousel_container>.carousel_item {
    width: calc(100% / 3);
    height: 352px;
    padding: 0 20px;
    float: left;
    position: relative;
}

.carousel_container>.carousel_item>.carousel_item_content {
    width: 1300px;
    height: 600px;
}

.pre {
    left: -38px;
    top: 50%;
}

.pre,
.next {
    position: absolute;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    transition: .3s;
}

.next {
    right: -38px;
    top: 50%;
}

.switch_list {
    text-align: center;
    border-radius: 4px;
    height: 4px;
    font-size: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.switch_list span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #F1E8D6;
    cursor: pointer;
}

.switch_list span.current {
    width: 28px;
    border-radius: 4px;
    background-color: #CBB486;
}

.carousel:hover .next {
    display: flex;
}

.carousel:hover .pre {
    display: flex;
}


.carousel-2 {
    width: 780px;
    height: 600px;
    margin: 70px -20px 0px 0px;
    position: relative;
}

.carousel_scroll-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.carousel_container-2 {
    width: calc(300% +(20px* 3));
    height: auto;
    position: absolute;
    left: 0;
    display: flex;
}

.carousel_container-2>.carousel_item-2 {
    width: calc(100% / 3);
    height: 352px;
    padding: 0 20px;
    float: left;
    position: relative;
}

.carousel_container-2>.carousel_item-2>.carousel_item_content-2 {
    width: 780px;
    height: 600px;
}

.pre-2 {
    left: -38px;
    top: 38%;
}

.pre-2,
.next-2 {
    position: absolute;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    transition: .3s;
}

.next-2 {
    right: -38px;
    top: 38%;
}

.switch_list-2 {
    text-align: center;
    border-radius: 4px;
    height: 4px;
    font-size: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.switch_list-2 span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #F1E8D6;
    cursor: pointer;
    display: none;
}

.switch_list-2 span.current {
    width: 28px;
    border-radius: 4px;
    background-color: #CBB486;
}

/* .carousel-2:hover .next-2 {
    display: flex
;
}
.carousel-2:hover .pre-2 {
    display: flex
;
} */



.carousel-3 {
    width: 400px;
    height: 400px;
    margin: 0px 0px -55px 220px;
    margin-top: 80px;
    position: relative;
}

.carousel_scroll-3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.carousel_container-3 {
    width: calc(300% +(20px* 3));
    height: auto;
    position: absolute;
    left: 0;
    display: flex;
}

.carousel_container-3>.carousel_item-3 {
    width: calc(100% / 3);
    height: 352px;
    padding: 0 20px;
    float: left;
    position: relative;
}

.carousel_container-3>.carousel_item-3>.carousel_item_content-3 {
    width: 370px;
    height: 400px;
}

.pre-3 {
    left: -38px;
    top: 38%;
}

.pre-3,
.next-3 {
    position: absolute;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    transition: .3s;
}

.next-3 {
    right: -38px;
    top: 38%;
}

.switch_list-3 {
    text-align: center;
    border-radius: 4px;
    height: 4px;
    font-size: 0;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.switch_list-3 span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #F1E8D6;
    cursor: pointer;
    display: none;
}

.switch_list-3 span.current {
    width: 28px;
    border-radius: 4px;
    background-color: #CBB486;
}

.carousel-3:hover .next-3 {
    display: flex;
}

.carousel-3:hover .pre-3 {
    display: flex;
}

.free_use::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #41a6f5;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.free_use:hover::before {
    width: 105%;
}

.free_use:hover {
    color: #ffffff;
}

.free_use {
    padding: 10px 18px;
    border: 2px solid #5ba0f5;
    position: relative;
    overflow: hidden;
    background-color: #d9939300;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #595959;
}

.quick_start {
    display: inline-block;
    background-color: #3daafd;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    position: relative;
}

.quick_start span {
    cursor: pointer;
    display: inline-block;
    position: static;
    transition: 0.5s;
    font-size: 14px;
}

.quick_start span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.quick_start:hover span {
    padding-right: 15px;
}

.quick_start:hover span:after {
    opacity: 1;
    right: 8px;
}

.nav-heard {
    border-radius: 0px 0px 15px 15px;
    position: absolute;
    width: 1366px;
    margin-top: 72px;
    margin-left: 0px !important;
    position-area: center;
    visibility: hidden;
}

.nav-product:hover .nav-heard {
    visibility: unset;
}
.li-content {
    margin-top: 15px;
}
.text-gray-900{
    font-size: 22px;
    font-weight: initial;
    margin-bottom: 20px;
}
.li-content img {
    display: initial;
    padding: 10px 15px 10px 0px;
}
.between-content{
    display: flex
    ;
        justify-content: space-between;
}
.space-y-4 .space-y-2{
    display: inline-grid;
}
.li-content a{
    display: flex;
}
.li-content a div{
    display: grid;
}
.litte-text{
    font-size: 14px;
}
.version-ul{
    margin-left: 17px;
    list-style: outside;
}
ul li::marker{
    color: #1297ff;
}
.space-y-4 .nav-title::after{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    margin: 0;
    margin-top: 15px;
    background-color: #f1f1f1;
}


.frame-content {
      
    height: calc(100vh - 90px); /* 减去header和footer的高度 */
    overflow: hidden;
  }
  .frame-content iframe {
      border: none; /* 移除边框 */
      width: 100%;
      height: calc(100% + 50px);
      margin-top: -50px;
      display: block;
      
  }

.main-bg {
    background-image: url(../img/index_背景2.png);
}

.text-5xl {
    font-size: 32px;
    line-height: 32px;
}
.text-6xl {
    font-size: 22px;
    line-height: 22px;
}

.text-gray-800 {
    color: #41464c;
}

.mb-9 {
    margin-bottom: 40px;
}

.switch_list-4 {
    width: auto;
    height: 8px;
    position: absolute;
    z-index: 20;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
}

.switch_list-4 span{
    display: block;
    height: 100%;
    width: 48px;
    background: #ABBBC7;
    border-radius: 8px;
    cursor: pointer;
}

.switch_list-4 span.current {
    background: #3daafd;
}

.turn-on-ai-btn.turn-on-ai-btn {
    padding: 12px 26px;
    position: relative;
}

.turn-on-ai-btn.turn-on-ai-btn span{
    font-size: 20px;
    line-height: 20px;
    position: static;
}

.turn-on-ai-btn.turn-on-ai-btn span::after {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 32px; 
}

.turn-on-ai-btn.turn-on-ai-btn:hover span::after {
    right: 15px;
}

.main-header {
    width: 100%;
    height: 680px;
    margin-bottom: -120px;
}

.carousel-4 {
    width: 100%;
    height: 100%;
}

.carousel_scroll-4 {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.carousel_container-4 {
    width: 300%;
    height: auto;
    position: absolute;
    left: 0;
    display: flex;
}

.carousel_container-4>.carousel_item-4 {
    width: calc(100% / 3);
    float: left;
    position: relative;
}

.carousel_container-4>.carousel_item-4>.carousel_item_content-4 {
    width: 100%;
}

.pre-4-container,
.next-4-container {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 12;
    width: 60px;
    height: 100%;
}

.pre-4-container {
    left: 0;
    top: 0;
}

.next-4-container {
    right: 0;
    top: 0;
    justify-content: flex-end;
}

.pre-4-container:hover .pre-4 {
    transform: translateX(16px);
}
.next-4-container:hover .next-4 {
    transform: translateX(-16px);
}

.pre-4,
.next-4 { 
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #3daafd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateX(-38px);
    transition: all 0.3s ease;
}

.pre-4 {
    transform: translateX(-38px);
}

.next-4 {
    transform: translateX(38px);
}

.pre-4 svg,
.next-4 svg {
    width: 1em;
    height: 1em;
    font-size: 40px;
    fill: #FFF;
    transition: all 0.3s ease;
}

.pre-4:hover,
.next-4:hover {
    transform: scale(1.05);
}
