/* 水波纹效果 */
.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

.Model {
    background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2024122310292726498/cms/image/5798b76a-fecb-46e1-bcda-fc6d1ccef5a6.png') no-repeat;
    background-size: 100% 100%;
    min-height: 100%;
}

.model-main {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.main_left {
    width: 200px;
    padding: 20px 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.details-main .main_left {
    padding-right: 0px;
    padding-top: 90px;
}

.logo>img {
    width: 100%;
}

.main-hide .main_left {
    width: 0px;
    padding: 0;
}

.main-hide .main_right {
    width: 100%;
}

.main_right {
    width: calc(100% - 200px);
    min-height: 100vh;
    border-left: 1px solid #D7DDE5;
    padding: 25px 0 0;
    transition: all .3s ease-in-out;
}

.main_right.pd{
    padding:25px 36px 0 53px
}

.nav {
    width: 100%;
}

.nav>div {
    width: 100%;
}

.navTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #64748B;
    margin-top: 40px;
    text-align: left;
    margin-bottom: 20px;
}

.nav-list {
    list-style: none;
}

.details-nav {
    justify-content: flex-end;
}

.nav-list .nav-item {
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 7px;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}


.nav-list .nav-item a {
    display: flex;
    align-items: center;
    line-height: 40px;
}

.nav-list .nav-item span {
    vertical-align: middle;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease-in-out;
}

.nav-list .nav-item img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.nav-list .nav-item.active {
    background-color: #0E80E9;
}

.nav-list .nav-item.active span {
    color: #FFFFFF;
}

.nav-list .nav-item.active img {
    filter: brightness(0) invert(1);
}

.nav-list .nav-item:hover {
    background-color: #0E80E9;
}

.nav-list .nav-item:hover span {
    color: #FFFFFF;
}

.nav-list .nav-item:hover img {
    filter: brightness(0) invert(1);
}

.details-nav .nav-list {
    width: 200px;
}

.details-nav .nav-item {
    border-radius: 8px 0 0 8px;
}


.right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-top.details-top {
    border-bottom: 1px solid #D7DDE5;
    padding: 25px 30px;
    height: 100px;
}

.right-top-title img {
    width: 20px;
    margin-right: 10px;
}

.right-top-title {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    padding-left: 30px;
}

.right-top-title.logo>img{
    width: 160px;
}

.quick-login{
    padding-right: 30px;
}

.quick-login>div {
    display: none;
}

.quick-login>div.active {
    display: flex;
    gap: 10px;
    align-items: center;
}

.login-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #606266;
    vertical-align: middle;
}

.login-info {
    display: inline-flex;
    align-items: center;
}

.login-image {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: contain;
    overflow: hidden;
}

.right-cont {
    margin-top: 5px;
}

.right-cont.pd{
    padding:0 30px;
}

.cont-title {
    text-align: center;
}

.cont-title p {
    margin-top: 12px;
}

.mySwiper {
    overflow: hidden;
}

.swiper-slide {
    align-self: center;
}

.swp-box {
    margin-top: 37px;
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-button-prev,
.swiper-button-next {
    top: 70%;
    border: 1px solid #466BFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #466BFF;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background: #fff;
    border: 1px solid #757575;
    color: #757575;
}
.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after{
    color: #757575;
}
.swiper-button-prev {
    left: 50%;
}

.swiper-button-next {
    left: 55%;
}

.swp-cont {
    max-width: 48%;
}

.swp-cont p {
    margin: 25px 0;

}

.swiper-image {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    max-width: 40%;
}

.swiper-image>img {
    width: 100%;
}

.swiper-btn {
    width: 141px;
    height: 46px;
    background: #466BFF;
    border-radius: 23px 23px 23px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    color: #fff;
}

.app {
    margin-top: 35px;
}

.app-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
}

.app-nav-item {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    width: 120px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.app-nav-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    background-color: #466BFF;
    width: 0%;
}

/* .app-nav-item:hover::after {
    width: 100%;
} */

.app-nav-item:hover {
    color: #466BFF;
}

.app-nav-item.active {
    color: #466BFF;
}

.app-nav-item.active::after {
    width: 100%;
}

.app-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding-top: 40px;
}

.app-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    width: 24%;
    padding: 15px;
    margin-bottom: 1%;
}

.app-img {
    width: 100%;
    max-height: 200px;
}

.app-img>img {
    width: 100%;
    height: 100%;
}

.app-cont {
    margin-top: 20px;
}

.app-cont h3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #202945;
}

.app-cont p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 20px;
}

.app-cont .swiper-btn {
    background-color: #fff;
    border: 1px solid #64748B;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #64748B;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.app-cont .swiper-btn img {
    filter: brightness(1) invert(.5);
}

.app-item:hover h3 {
    color: #466BFF;
}

.app-item:hover .swiper-btn {
    background-color: #466BFF;
    color: #fff;
    border-color: #466BFF;
}

.app-item:hover .swiper-btn img {
    filter: unset;
}



.layui-laypage a,
.layui-laypage span {
    margin-right: 10px !important;
    font-size: 14px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0E80E9 !important;
}

.layui-laypage> :first-child {
    background-color: inherit !important;
    font-size: 14px;
}

.layui-laypage {
    display: flex !important;
    margin: 0 auto !important;
    width: 600px;
    margin-top: 60px !important;
    justify-content: center;
}

.layui-laypage-prev div {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #D6D6D6;
    margin-top: 6px;
}

.layui-laypage-next div {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #D6D6D6;
    margin-top: 6px;
}

.layui-laypage a,
.layui-laypage span {
    padding: 1px 10px !important;
}

@media only screen and (max-width:1024px) {
    .app-item {
        width: 32%;
    }
}

.breadcrumb {
    display: flex;
}

.breadcrumbItem {
    position: relative;
    padding-left: 5px;
}

.breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px;
}

.breadcrumbItem:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 3px;
    color: #999;
}

.pro-cont {
    border-bottom: 1px solid #D7DDE5;
}

.proTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #466BFF;
    margin-top: 35px;
}

.pro-list {
    margin-top: 30px;
    margin-bottom: 35px;
}

.pro-list>a {
    margin-right: 35px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #64748B;
}

.pro-list>a img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.pro_details {
    margin-top: 45px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D7DDE5;
}

.pro_footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.pro_footer a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #64748B;
    vertical-align: middle;
}
/* 
.mySwiper .swiper-slide {
    width: 100% !important;
} */