/*
*   通用·产品
*/
.pb55 .btn-down, .pb55 .active::after{
    background-color: var(--maser-green-dark) !important;
}
.pb56 .btn-down, .pb56 .active::after{
    background-color: var(--maser-red-dark) !important;
}
.pb57 .btn-down, .pb57 .active::after{
    background-color: var(--maser-blue-dark) !important;
}
.pb58 .btn-down, .pb58 .active::after{
    background-color: var(--maser-blue-dark) !important;
}
.pb64 .btn-down, .pb64 .active::after{
    background-color: var(--maser-blue-dark) !important;
}
.pb65 .btn-down, .pb65 .active::after{
    background-color: var(--maser-blue-dark) !important;
}
.pb55 .active, .pb55 .action, .pb55 .cases-box a:hover, .pb55 .next_prev-case a:hover{
	color: var(--maser-green-dark) !important;
}
.pb56 .active, .pb56 .action, .pb56 .cases-box a:hover, .pb56 .next_prev-case a:hover{
	color: var(--maser-red-dark) !important;
}
.pb57 .active, .pb57 .action, .pb57 .cases-box a:hover, .pb57 .next_prev-case a:hover{
	color: var(--maser-blue-dark) !important;
}
.pb58 .active, .pb58 .action, .pb58 .cases-box a:hover, .pb58 .next_prev-case a:hover{
	color: var(--maser-blue-dark) !important;
}
.pb64 .active, .pb64 .action, .pb64 .cases-box a:hover, .pb64 .next_prev-case a:hover{
	color: var(--maser-blue-dark) !important;
}
.pb65 .active, .pb65 .action, .pb65 .cases-box a:hover, .pb65 .next_prev-case a:hover{
	color: var(--maser-blue-dark) !important;
}
.labels{
   display: flex;
   flex-wrap: wrap;
   gap: 0.16rem 0.08rem;
}
.labels .label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.04rem;
    padding: 0.06rem 0.12rem;
    line-height: 1.5;
    color: var(--font-lowkey-color);
    border: 1px solid #E5E6EB;
	border-radius: 10rem;
}

/*
*   通用·图文下载盒子
*/
.downBar {
    width: 100%;
    cursor: pointer;
}

/*
*   通用·分类切换
*/
.nav-wrap {
    margin-bottom: 0.32rem;
    height: .6rem;
    border-bottom: 1px solid #E5E6EB
}
.nav-wrap .options {
    height: 100%;
    margin: 0 auto;
}
.nav-wrap .option {
    width:  auto;
    height: 100%;
    margin-right: 0.32rem;
	color: var(--font-default-color);
}
.nav-wrap .option::before {
    content: '';
}
.nav-wrap .active {
    font-weight: bold;
}

/*
*   通用·热点、推荐列表
*/
.cases-box {
    overflow: hidden;
    border-radius: 0.16rem;
}
.cases-box h4 {
    font-size: 0.16rem;
    justify-content: left;
}
.cases-box .case {
    height: 0.36rem;
    border-bottom: none;
}
.cases-box .case::after{
    content: none;
}

/*
*   通用·侧边栏
*/
.sidebar{
    position: sticky;
    top: 0.88rem;
    height: 7.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.sidebar .side-cases {
    padding: 0.2rem;
    border-radius: 0.06rem;
    background: #FFF;
}
.sidebar .side-cases .border{
    margin: 0.08rem 0;
    height: 0.01rem;
    background-color: var(--boder-light-color);
}

/*
*   聚合页
*/
.caseGather-warp .section, .caseGather-warp .btn-box {
    margin: 0 auto;
}
.caseGather-warp h3{
	font-size: 0.4rem;
    justify-content: flex-start;
}
.caseGather-warp .caseGather{
    padding: 0.36rem 0;
	display: flex;
    justify-content: space-between;
}
.caseGather-warp .downBar{
	width: 4.8rem;
    height: 3.65rem;
	overflow: hidden;
    border-radius: 0.16rem;
    cursor: pointer;
}
.caseGather-warp .solution{
    width: 6.4rem;
}
.caseGather-warp .options{
    height: 0.42rem;
}
.caseGather-warp .option{
    margin-right: 0.12rem;
	width: auto;
    color: var(--font-default-color);
}
.caseGather-warp .active{
    font-weight: bold;
}
.caseGather-warp .content{
    display: none;
    margin-top: 0.09rem;
}
.caseGather-warp .btn-more {
    color: var(--font-default-color);
    font-weight: 600;
    border: 1px solid #C9CDD4;
}
.caseGather-warp .pb {
    padding: 0.64rem 0;
}
.caseGather-warp .pb55 {
    background: linear-gradient(180deg, #F2FDFB 0%, #FFFFFF 30%, #FFFFFF 100%);
}
.caseGather-warp .pb56, .caseGather-warp .pb68 {
    background: linear-gradient(180deg, #FFFBFB 0%, #FFFFFF 30%, #FFFFFF 100%);
}
.caseGather-warp .pb57, .caseGather-warp .pb58, .caseGather-warp .pb64, .caseGather-warp .pb65 {
    background: linear-gradient(180deg, #F5FAFF 0%, #FFFFFF 30%, #FFFFFF 100%);
}

/*
*   列表页
*/
.caseList-warp {
    min-height: 8rem;
	margin: 0 auto 0.32rem;
    display: flex;
    justify-content: space-between;
}
.caseList-warp .caseCard {
    width: 100%;
    height: 2rem;
    overflow: hidden;
    margin-bottom: 0.24rem;
    background-color: #FFFFFF;
    border-radius: 0.16rem;
	display: flex;
}
.caseCard .illustration{
    width: 2.2rem;
	height: 100%;
    overflow: hidden;
}
.caseCard .illustration img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caseCard .content{
    flex: 1;
    height: 100%;
    padding: 0.24rem;
    color: var(--font-lowkey-color);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F7F8FA;
}
.caseCard h4 {
	font-size: 0.2rem;
    justify-content: flex-start;
}
.caseCard .description {
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	-webkit-box-orient: vertical;
}
.caseCard .property {
    height: 0.3rem;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.caseList-warp .side-cases{
    border: 1px solid var(--boder-light-color);
    border-radius: 0.06rem;
}

/*
*   方案页·首屏
*/
.banner{
    background: linear-gradient(180deg, #CCF7FF 0%, #FFF 100%);
}
.banner .section{
    margin: 0 auto;
    padding: 0.32rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
}
.banner .breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.08rem;
}
.banner .breadcrumb a, .banner .breadcrumb span {
    color: var(--font-lowkey-color);
}
.banner h1{
    width: 8.6rem;
    justify-content: left;
    align-items: flex-start;
    font-size: 0.32rem !important;
}
.banner .property{
    padding-top: 0.08rem;
    color: #666;
	display: flex;
    align-items: center;
    gap: 0.24rem;
}
.banner .property span{
    display: flex;
    align-items: center;
    gap: 0.04rem;
}


/*
*   方案页·主区布局
*/
.details-warp{
	padding: 0.2rem 0 0.4rem;
    color: var(--font-detail-color);
    background: #F2F3F5;
}
.details-warp .section{
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
}
.details-warp .main{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.details-warp .details{
   padding: 0.4rem;
   border-radius: 0.06rem;
   background: #FFF;
}

/*
*   方案页·正文-V1.0
*/
.details-warp .content{
    min-height: 8.88rem;
    font-size: 0.16rem !important;
    line-height: 2;
    color: #555;
}
.details-warp .content > * {
    margin: 0.16rem 0;
}
.details-warp .content > *:first-child {
    margin-top: 0;
}
.details-warp .content > div, .details-warp .content > h2 {
    margin: 0.32rem 0 0.24rem;
}
.details-warp .content ul, .details-warp .content ol{
    list-style: disc inside;
}
.details-warp .content li{
    margin: 0.06rem 0;
}
.details-warp .content h2, .details-warp .content h3, .details-warp .content h4{
    justify-content: left;
    color: #111;
    line-height: 1.4;
}
.details-warp .content h2{
    font-size: 0.28rem;
    padding: 0.14rem 0.2rem;
    border-left: 0.04rem solid rgb(0, 209, 174);
    border-radius: 0px 0.04rem 0.04rem 0px;
}
.details-warp .content h3{
    margin: 0.24rem 0  0.2rem;
    font-size: 0.22rem;
}
.details-warp .content h4{
    margin: 0.2rem 0  0.16rem;
    font-size: 0.16rem;
}
.details-warp .content img{
    margin: 0.16rem auto;
    width: 100%;
    height: auto;
    border: 1px solid #C9CDD4;
    border-radius: 0.08rem;
    overflow: hidden;
}
.details-warp .content code {
    color: #444;
    padding: 0 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(0, 0, 0, 0.10);
    border-radius: 0.04rem;
}
.details-warp .content blockquote {
    background: #fff8db;
    padding: 0.1rem 0.15rem;
    color: #555;
    border-radius: 0.04rem;
}
.details-warp .content a {
    color: var(--maser-blue-6);
    text-decoration: underline;
}
.details-warp .content a:hover {
    color: var(--font-linkHover-color);
}
.details-warp .content table {
    width: 100%;
    border-collapse: collapse;
}
.details-warp .content table, .details-warp .content table th, .details-warp .content table td {
    border: 1px solid var(--boder-dark-color);
    padding: 0.08rem 0.16rem;
}


/*
*   方案页·正文-V2.0
*/
.details-warp .article{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-height: 8.88rem;
    font-size: 0.16rem !important;
    line-height: 1.625;
    color: #252933;
}
.details-warp .article .summary{
    position: relative;
    padding: 0.3rem 0.7rem;
    border-radius: 0.04rem;
    background: #F1F3F6;
}
.details-warp .article .summary::before, .details-warp .article .summary::after{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
}
.details-warp .article .summary::before{
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjIuOTU2NiAzNy4wNTE5VjIzLjcwNzJDMjIuNzE2NCAxMy4wODA0IDI3Ljk5NDIgNS45MTQzNyAzOC43ODc4IDIuMjA2NzlWNy43NjcwNkMzMi41NTM2IDExLjIyNTUgMjkuNTUzMyAxNS45MjI5IDI5Ljc5NTcgMjEuODUyM0gzOS4yOTI3VjM3LjA1MThMMjIuOTU2NiAzNy4wNTE5Wk0wLjc4MjI1NiAzNy4wNTE5VjIzLjcwNzJDMC41NDIwNTMgMTMuMDgwNCA1LjgxOTg2IDUuOTE0MzcgMTYuNjEzNSAyLjIwNjc5VjcuNzY3MDZDMTAuMzc3MSAxMS4yMjU1IDcuMzc4OTIgMTUuOTIyOSA3LjYxOTE2IDIxLjg1MjNIMTcuMTE2MVYzNy4wNTE4TDAuNzgyMjU2IDM3LjA1MTlaIiBmaWxsPSIjQ0VEMEQ4Ii8+PC9zdmc+');
    top: 0.1rem;
    left: 0.1rem;
}
.details-warp .article .summary::after{
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTcuMDQzNCAyLjk0ODEyVjE2LjI5MjhDMTcuMjgzNiAyNi45MTk2IDEyLjAwNTggMzQuMDg1NiAxLjIxMjIgMzcuNzkzMlYzMi4yMzI5QzcuNDQ2MzcgMjguNzc0NSAxMC40NDY3IDI0LjA3NzEgMTAuMjA0MyAxOC4xNDc3SDAuNzA3MzI5VjIuOTQ4NUwxNy4wNDM0IDIuOTQ4MTJNMzkuMjE3NyAyLjk0ODEyVjE2LjI5MjhDMzkuNDU3OSAyNi45MTk2IDM0LjE4MDEgMzQuMDg1NiAyMy4zODY1IDM3Ljc5MzJWMzIuMjMyOUMyOS42MjI5IDI4Ljc3NDUgMzIuNjIxMSAyNC4wNzcxIDMyLjM4MDggMTguMTQ3N0gyMi44ODM5VjIuOTQ4NUwzOS4yMTc3IDIuOTQ4MTJaIiBmaWxsPSIjQ0VEMEQ4Ii8+PC9zdmc+');
    right: 0.1rem;
    bottom: 0.1rem;
}
.details-warp .article h2 {
    justify-content: left;
    gap: 0.12rem ;
    color: #252933;
    line-height: 1.5;
    font-size: 0.24rem;
    padding: 0.2rem 0 0.1rem 0;
}
.details-warp .article h2::before {
    content: "";
    width: 0.04rem;
    height: 0.36rem;
    background-color: #00D1AE;
}
.details-warp .article h3{
    justify-content: left;
    font-size: 0.2rem;
    color: #252933;
    line-height: 1.2;
}
.details-warp .article h4{
    justify-content: left;
    font-size: 0.16rem;
    color: #252933;
    line-height: 1.625;
}
.details-warp .article ul{
    list-style: disc inside;
}
.details-warp .article ol{
    list-style: decimal inside;
}
.details-warp .article .img{
    width: 100%;
    height: auto;
    background-color: #FFF;
    border: 1px solid #C9CDD4;
    border-radius: 0.04rem;
    overflow: hidden;
}
.details-warp .article a {
    color: var(--maser-blue-6);
    text-decoration: underline;
}
.details-warp .article a:hover {
    color: var(--font-linkHover-color);
}
.details-warp .article table {
    width: 100%;
    border-collapse: collapse;
}
.details-warp .article table th{
    background-color: #F7F8FA;
}
.details-warp .article table, .details-warp .article table th, .details-warp .article table td {
    border: 1px solid var(--boder-dark-color);
    padding: 0.08rem 0.16rem;
}
.details-warp .article .box{
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.details-warp .article .box.orange{
    padding: 0.15rem;
    border-radius: 0.04rem;
    background: #FFF4E5;
}
.details-warp .article .box.grey{
    padding: 0.15rem;
    border-radius: 0.04rem;
    background: #F1F3F6;
}
.details-warp .article .border{
    margin: 0.05rem 0;
    height: 0.01rem;
    background-color: #E5E6EB;
}
.details-warp .article .module{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.1rem 0;
}


/*
*   方案页·上下篇、热点、分享、收藏、
*/
.details-warp .labels {
    margin-top: 0.24rem;
}
.details-warp .next_prev-case{
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    padding: 0.2rem 0.4rem;
    border-radius: 0.06rem;
    background: #FFF;
}
.details-warp .hot-cases {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.08rem;
    padding: 0.2rem 0.4rem;
    border-radius: 0.06rem;
    background: #FFF;
}
.details-warp .hot-cases h4{
    width: 100%;
    font-size: 0.2rem;
    justify-content: space-between;
}
.details-warp .hot-cases h4 a{
    font-size: 0.14rem;
    text-decoration: underline;
}
.details-warp .hot-cases .cases {
    width: 47.5%;
}
.details-warp .action-box {
    position: absolute;
    top: 0;
    left: -0.88rem;
    height: 100%;
}
.details-warp .action-list{
    position: sticky;
    top: 0.88rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.16rem;
}
.details-warp .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.48rem;
    height: 0.48rem;
    padding: 0.12rem;
    cursor: pointer;
    border-radius: 10rem;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
}
.details-warp .action:hover path {
    fill: var(--maser-green-dark);
}
@media only screen and (max-width:1024px){
    .caseGather{
        flex-direction: column;
    }
    .caseGather .product{
        margin: 0 auto 0.24rem;
    }
    .caseGather .solution{
        width: 100%;
    }
    .main, .caseCard .content {
        width: 100%;
    }
    .btn-down, .caseCard .illustration, .details-warp .action-box, .sidebar {
        display: none;
    }
}