/*public*/
.container-img{
    height: 100%;
}
.container-img button{
    position: absolute;
    top: 58.5%;
    left: 6.4%;
    width: 11.5%;
    height: 7%!important;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #FEFEFE;
    letter-spacing: 5px;
    font-size: var(--font-size-05);
    background-color: rgb(223 223 223 / 20%);
    cursor: pointer;
}
.container-img img{
    width: 100%;
    height: 100%;
}
.body{
    height: 100%;
}
.container-hide{
    display: none;
}
.top-img{
    padding: 0 calc(50% - 600px);
    height: 940px;
    color: #909BA8;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.top-img img{
    width: 100%;
}
.content{
    /*position: absolute;*/
    /*top: 41%;*/
    background: #FFF;
    /*margin-top: -2%;*/
}
.plan-title{
    min-height: 6rem;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 3rem;
    font-family: SourceHanSansSC, SourceHanSansSC-Bold;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    background: url(../product/img/title_background.png) no-repeat;
    background-size: 100% 100%;
    margin: 4rem auto;
    padding-left: 5%;
}
/*字体渐变*/
.plan-title span{
    background-image: -webkit-linear-gradient(right,#41C0E0,#49E2E0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-------------private------------*/

/*政策背景*/
.policy{
    width: 62%;
    margin: 0 19%;
    min-height: 35rem;
    line-height: 2;
}
.policy-content{
    min-height: 32rem;
    position: relative;
    z-index: 2;
}
.policy-detail{
    height: 75%;
    background: #F5F7FA;
    border-radius: 10px;
    padding: 1.5rem;
}
.policy-detail>div:first-child{
    float: left;
}
.policy-detail img{
    width: 34.53rem;
}
.policy-msg>div:first-child{
    color: #11888B;
    font-weight: bold;
}
.policy-msg>div:last-child{
    padding-top: 0.5rem;
    text-align: justify;
    font-size: 1rem;
}
.policy-msg span{
    font-size: var(--font-size-05);
}
.policy-back{
    height: 35%;
    display: flex;
    justify-content: space-around;
    align-items: start;
    text-align: center;
}
.policy-back>div{
    width: 85%;
    margin: auto;
}
.policy-back div>div:first-child{
    color: #FFF;
    font-size: var(--font-size-05);
    font-weight: bold;
    padding: 0.5rem 0;
    background: url(../product/img/own_policy.png) no-repeat;
    background-size: 100% 100%;
    width: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}

/*描述*/
.description{
    min-height: 27rem;
    background: #F5F7FA;
}
.description div{
    width: 66%;
    margin: auto;
    line-height: 2;
    padding-top: 3rem;
}
.description-next{
    min-height: 13rem;
    display: flex;
    align-items: center;
}
.description-next div{
    width: 66%;
    margin: auto;
    line-height: 2;
}
/*建立专班管理制度*/
.product-supervise{
    min-height: 23rem;
    padding: 4rem 16.5%;
    background: url(../product/img/product_back.png) no-repeat;
    background-size: 100% 100%;
}
.product-supervise-top{
    padding-top: 0;
}
.supervise-title{
    min-height: 4rem;
}
.supervise-title>div:first-child{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: var(--font-size-10);
    font-weight: bold;
    padding-bottom: 1rem;
    color: #38496E;
}
.supervise-title>div:last-child{
    height: 2px;
    width: 6rem;
    /*background: linear-gradient(-22deg,#41c0e0 0%, #49e2e0 100%);*/
    margin-left: 0rem;
}
.supervise-img{
    padding: 3rem 0;
}
.supervise-img img{
    width: 62.5rem;
}
.content-top img {
    width: 100%;
}
.content-top{
    display: flex;
    justify-content: space-between;
    min-height: 23rem;
}
.content-top>div:first-child{
    width: 55%;
}
.content-top>div:last-child{
    width: 42%;
    height: 100%;
    background: url(../product/img/product_item.png) no-repeat;
    background-size: 100% 100%;
}
.supervise-item{
    height: 44%;
    text-align: justify;
}
.supervise-item:first-child>div:first-child{
    margin-top: 2rem;
}
.supervise-item>div:first-child{
    margin-top: 1rem;
    min-height: 3rem;
}
.supervise-item>div:first-child>span{
    background: linear-gradient(-22deg,#41c0e0 0%, #49e2e0 100%);
    color: #fff;
    font-size: var(--font-size-06);
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
}
.supervise-item>div:last-child{
    height: 65%;
    line-height: 2;
}
.content-bottom{
    margin-top: 1rem;
    min-height: 8rem;
    line-height: 2;
}
.content-bottom>div:first-child{
    min-height: 3rem;
}
.content-bottom>div:first-child>span{
    background: linear-gradient(-22deg,#41c0e0 0%, #49e2e0 100%);
    color: #fff;
    font-size: var(--font-size-06);
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
}
/*底部内容*/
.product-box{
    min-height: 23rem;
    padding: 4rem 16.5%;
    line-height: 2;
    text-align: center;
}
.product-top{
    text-align: justify;
    background: #F5F7FA;
    padding: 1rem 2rem 0rem;
    min-height: 8rem;
}
.product-top>div:first-child{
    color: #11888B;
    font-weight: bold;
}
.product-top img{
    position: relative;
    left: 96%;
    margin-top: -2rem;
    width: 3.5rem;
}
.product-img img{
    width: 62.5rem;
    padding: 2rem 0;
}
.solution-box .hover-show {
    z-index: 999;
    display: none;
    width: 325px;
    margin-top: -0.3%;
}
.show {
    display: block !important;
}
/**
 * 功能描述：查询中心
 *
 * @author fanxiaofei
 * 2024/5/23 15:13
 */
.is-display {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.hide {
    display: none;
}
.align-items-center {
    align-items: center;
}

.top-img .top-title {
    /* padding-top: 23%; */
    width: 58%;
}
.top-img .top-title .above-title {
    font-size: var(--font-size-09);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    letter-spacing: 0.2rem;
    margin-bottom: 1%;
}
.top-img .top-title .below-title {
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    letter-spacing: 0.2rem;
    line-height: 3.5rem;
}
.top-img .top-title .below-title p:first-child {
    font-size: var(--font-size-09);
}
.top-img .top-title .below-title p:last-child {
    font-size: var(--font-size-11);
}
.btn-img {
    width: 19%;
    margin-top: 6%;
}
.btn-img div {
    color: #fff;
    margin-top: -19%;
    text-align: center;
    cursor: pointer;
    font-size: 0.9rem;
}
.data-supervision-box {
    height: 940px;
}
.data-supervision-box > div {
    width: 1200px;
    margin: auto;
    height: 80%;
}
.check-img {
    background-image: url(/assets/web/model/wisdi/img/checked.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20%;
    color: #fff;
    background-position-y: -0.4rem;
}
.data-supervision-box .tab-box {
    height: 15%;
    justify-content: center;
}
.data-supervision-box .tab-box .tab-item {
    width: 20%;
    display: flex;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.data-supervision-box .tab-box .tab-item > div {
    margin-top: 12%;
}
.data-supervision-box .tab-box .tab-item:hover {
    opacity: 0.8;
}
.data-supervision-box .content-box .super-item {

}
.data-supervision-box .content-box .content-item {
    width: 30%;
    background-color: #ffffffa6;
    border-radius: 26px;
    /* background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)); */
    padding: 1%;
    line-height: 35px;
    /* height: 100%; */
}
.data-supervision-box .content-box .super-item2 .cont-img {
    text-align: center;
    margin-top: 9%;
}
.data-supervision-box .content-box .super-item2 .cont-img .img {
    width: 61%;
}
.over-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-supervision-box .content-box .content-item .cont-img{
    height: 28%;
    text-align: center;
}
.data-supervision-box .content-box .content-item .cont-title {
    padding: 4% 6% 6% 6%;
    height: 35%;
}
.data-supervision-box .content-box .content-item .cont-title .title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #344050;
    letter-spacing: 0.6px;
    line-height: 50px;
    -webkit-line-clamp: 1;
}
.data-supervision-box .content-box .content-item .cont-title .vice-title {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #5E6E82;
    letter-spacing: 0.6px;
    -webkit-line-clamp: 7;
    margin-bottom: 45%;
}
.data-supervision-box .content-box .content-item .more {
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #B6C1D2;
    line-height: 50px;
    letter-spacing: 0.1rem;
    margin: auto;
    cursor: pointer;
    font-size: var(--font-size-01);
    width: 211px;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid #b6c1d2;
    border-radius: 8px;
}
.data-supervision-box .content-box .content-item .more:hover {
    /* opacity: 0.8; */
    background: url(img/submit.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    border: 1px solid #239DF3;
    box-shadow: 0 11px 24px -4px #239DF3;
}
.data-supervision-box .content-box .content-item .more:hover a {
    color: #FFFFFF;
}
.solution-box > div {
    width: 1200px;
}
.content .solution-box {
    height: 940px;
    background-color: #F9FCFF;
    background-position: center;
    /* margin: 0 calc(50% - 600px); */
}
.solution-box .title, .case-box .content-title, .news-box .title, .contact-box .title, .data-supervision-box > .title {
    font-size: 2.2rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #344050;
    letter-spacing: 0.4rem;
    /* padding: 4% 0 4% 0; */
    margin: auto;
    height: 9rem;
    line-height: 9rem;
}
.solution-box .solve-case {
    margin: auto;
    height: 557px;
}
.solution-box .item {
    position: relative;
    height: 100%;
    width: 19%;
    background-color: transparent;
    background-size: 100% 100% !important;
}
.solution-box .hover-show:hover {
    display: block;
}
.solution-box .hover-show img {
    width: 325px;
    height: 601px;
    margin-top: -6%;
}

.solution-box .item > img {
    width: 100%;
    height: 100%;
}
/*.solution-box .item:hover + .hover-show {*/
/*    !*box-shadow: 5px 4px 10px rgb(0 0 0 / 18%);*!*/
/*    display: block;*/
/*}*/
/*.solution-box .item:hover {*/
/*    width: 414px;*/
/*}*/
.solution-box .above-title {
    font-size: var(--font-size-08);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    color: #ffffff;
    line-height: 44px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-top: 17%;
}

.solution-box .above {
    margin: auto;
    justify-content: space-around;
}
.solution-box .below-box {
    position: relative;
    top: -98%;
    width: 72%;
    margin: auto;
    height: 79%;
}
.below-box .solve-title {
    font-size: var(--font-size-08);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 2.4px;
}
.below-box .solve-content {
    margin-top: 15%;
    height: 80%;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.32px;
}
.below-box .solve-btn:hover {
    opacity: 0.8;
}
.below-box .solve-content, .below-box .solve-content span {
    color: #5e6e82 !important;
    font-size: var(--font-size-01);
    line-height: 30px;
}
.below-box .solve-btn {
    width: 160px;
    height: 44px;
    background: linear-gradient(-5deg,#447ddf 0%, #1ca5fa 100%), rgba(45,148,239,0.00);
    border-radius: 5px;
    box-shadow: 1.46px 13.92px 40px 14px rgba(81,145,255,0.41);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.solution-box .first {
    width: 65.5%;
}
.solution-box .second {
    width: 32.2%;
}
.solution-box .item .item-content-length {
    width: 92%;
    margin: auto;
    margin-top: 2%;
}
.solution-box .item .item-content-short {
    width: 85%;
    margin: auto;
    margin-top: 4%;
}
.solution-box .item .child-title {
    font-size: 1.4rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #344050;
    line-height: 44px;
    letter-spacing: 0.2rem;
}
.solution-box .item .child-content {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.1rem;
    height: 5rem;
    margin-top: 1%;
}
.solution-box .item .child-content span {
    color: #5e6e82 !important;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution-box .item .item-content-short .arrows {
    margin-top: 3%;
}
.solution-box .item .item-content-length .arrows {
    margin-top: 3%;
}
.solution-box .item .hover {
    cursor: pointer;
    display: none;
}
.solution-box .hover .bg-img {
    width: 2.5rem;
    height: 2.5rem;
}

.case-box .content-box {
    justify-content: space-around;
    margin: auto;
    height: 77%;
    margin-top: 3%;
}

.case-box .content-title {
    text-align: center;
}
.img-all-height {
    height: 100%;
}
.case-box .item {
    width: 31.5%;
    height: 100%;
}
.case-box .item .item-img {
    height: 38%;
}
.case-box .item .item-img img, .case-box .item .item-content {
    width: 100%;
    height: 100%;
}
.case-box .item .item-content {
    height: 80%;
    background-color: #ffffff7a;
    border-radius: var(--radius-btn);
}
.case-box .item .item-content:hover {
    background-color: #ffffff;
}
.case-box .item .title, .case-box .item .content {
    width: 87%;
    margin: auto;
}
.case-box .item .title {
    font-size: var(--font-size-06);
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 44px;
    letter-spacing: 0.2rem;
    height: 27%;
    display: flex;
    align-items: center;
}
.case-box .item .content {
    font-size: var(--font-size-01);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 1.5rem;
    letter-spacing: 0.15rem;
    height: 38%;
    margin-bottom: 4%;
}
.case-box .item .content span {
    color: #666666 !important;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-box .item .item-more {
    width: 8rem;
    height: 2.2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #999999;
    color: #999999;
    font-size: 0.83rem;
    margin: 7% auto 0;
}
.case-box .item .item-more:hover {
    background: linear-gradient(80deg,#2e9ffd 0%, #1265fd 100%), #2d94ef;
    color: #fff;
    border: 1px solid #2d94ef;
}
.case-box {
    height: 940px;
    position: relative;
    background-image: url("/assets/web/model/product/img/case_background.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.news-box {
    height: 940px;
    background: url("img/news_background.jpg") no-repeat;
    position: relative;
    background-position: center;
}
.case-box .child, .news-box .child {
    width: 1200px;
    margin: auto;
    height: 83%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-box .item {
    width: 30%;
    margin: auto;
}
.news-box .new-content {
    justify-content: space-around;
    margin: auto;
    height: 77%;
}
.news-box .item .item-content {
    width: 100%;
    background-color: #fff;
    height: 19rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.news-box .item .time-source {
    width: 86%;
    margin: auto;
    justify-content: space-between;
    height: 8rem;
    align-items: center;
}
.news-box .item .time {
    color: #4AA3F1;
    font-size: 0.9rem;
}
.news-box .item .source {
    color: #999999;
    font-size: 0.83rem;
}
.news-box .item .content-title {
    font-size: var(--font-size-05);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    width: 86%;
    margin: auto;
    line-height: 2.5rem;
}
.news-box .item .img img {
    width: 100%;
    height: 10rem;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.news-box .more {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    position: relative;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #B6C1D2;
    line-height: 50px;
    letter-spacing: 0.1rem;
    margin: auto;
    cursor: pointer;
    font-size: var(--font-size-01);
    width: 211px;
    height: 50px;
    background: #f9f9f9;
    border: 1px solid #b6c1d2;
    border-radius: 8px;
}
.news-box .more:hover {
    /* opacity: 0.7; */
    background: url(img/submit.png) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    border: 1px solid #239DF3;
    box-shadow: 0 11px 24px -4px #239DF3;
}
.news-box .child-item {
    height: 33%;
    align-items: center;
    border-bottom: 2px solid #eee;
    cursor: pointer;
}
.news-box .right-img img {
    width: 12rem;
    height: 7rem;
}
.news-box .last-item {
    height: 100%;
    /* margin-top: -2.7%; */
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    width: 36%;
}
.news-box .child-item-last {
    border: none;
}
.over-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .right-content {
    margin-left: 3%;
    height: 7rem;
}
.news-box .right-title {
    -webkit-line-clamp: 1;
    font-size: 1rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #3b3c3e;
    letter-spacing: 0.15rem;
}
.news-box .right-child-content {
    -webkit-line-clamp: 2;
    /* height: 3rem; */
    width: 83%;
    margin-top: 10%;
    font-size: 0.83rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    letter-spacing: 0.1rem;
    margin-bottom: 10%;
}
.news-box .right-arrows img {
    width: 1.2rem;
    height: 0.4rem;
}
.contact-box {
    height: 35rem;
    background: url("img/contact_me.png") no-repeat;
    /* background-size: 100%; */
    background-position: center bottom;
    padding-bottom: 2rem;
}
.contact-bottom {
    display: none;
    height: 3rem;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    background: #F9FCFF;
    padding: 0 calc(42% - 600px);
}
.contact-bottom > div {
    width: 25%;
    font-size: 0.9rem;
    justify-content: center;
}
.all-width {
    height: 100%;
    text-align: center;
}
.all-height {
    height: 100%;
}
.contact-bottom .img {
    margin-right: 6%;
}
.contact-box .input-box {
    /* position: absolute; */
    width: 578px;
    height: 64.5%;
    margin-left: calc(51% - 600px);
}
.contact-box .label {
    font-size: 0.9rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.15rem;
    line-height: 3rem;
    margin-top: 1rem;
}
.contact-box .name-phone {
    height: 28%;
    justify-content: space-between;
}
.contact-box .name-phone > div {
    width: 47%;
}
.contact-box .submit {
    /* width: 20%; */
    /* margin: auto; */
    margin-top: 7%;
    cursor: pointer;
    height: 2.3rem !important;
    line-height: 2rem !important;
}
.contact-box .layui-form {
    position: relative;
}
.contact-box .word {
    position: absolute;
    right: 0.7rem;
    bottom: 5px;
    color: #aaa;
    font-size: 0.7rem;
}
.contact-box .bg-img {
    width: 100%;
    height: 59%;
}
.contact-box .img .bg-img {
    width: auto;
    height: auto;
}
/* 遮罩层的基础样式 */
.news-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

/* 目标div样式 */
.news-box .item {
    position: relative;
}

/* 当遮罩层激活时，可以为div添加额外样式 */
.news-box .item:hover > .mask {
    display: block;
}
.news-box .item .mask > img {
    width: 100%;
    height: 100%
}
.mask .hover-title {
    position: relative;
    margin: auto;
    top: -83%;
    font-size: var(--font-size-05);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    width: 84%;
    line-height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6rem;
}
.mask .hover-content {
    position: relative;
    opacity: 0.6;
    font-size: 0.9rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1.8rem;
    letter-spacing: 0.15rem;
    width: 84%;
    margin: auto;
    top: -73%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 6rem; */
}
.mask .hover-content span {
    opacity: 0.6;
    font-size: 0.9rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 1.8rem;
    letter-spacing: 0.15rem;
    width: 84%;
    margin: auto;
    height: 12rem;
    margin-top: 6%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mask .hover-img {
    background-color: #fff;
    width: 26%;
    position: relative;
    height: 2.2rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 8%;
    top: -59%;
}
.mask .hover-img img {
    /* width: 2.2rem; */
}
body .layui-btn.layui-btn-normal {
    background: url("img/submit.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 0.30833rem;
    padding: 1.13rem 2rem;
    box-shadow: 0 13px 19px -7px #1e9fff;
}
.data-supervision-box > .title{
    line-height: 10.5rem;
    height: 8rem;
}
.data-supervision-box .super-box {
    margin-top: 10px;
}
.case-box .layui-carousel {
    height: 64.5% !important;
    width: 1200px !important;
    margin: auto;
    border-radius: 0.5rem;
    background-color: transparent;
    margin-bottom: 2.5rem;
}
.case-box .layui-carousel-ind {
    margin-top: 6%;
    text-align: center;
}
.case-box .layui-carousel-ind li {
    width: 2rem;
    border-radius: 0.2rem;
    margin: 0 0.3rem;
}
.case-box .layui-carousel-ind li.layui-this {
    background-color: #2D94EF;
}
.case-box .layui-carousel-arrow:hover, .case-box .layui-carousel-ind ul:hover {
    background-color: transparent;
}
.case-box .layui-carousel .carouse-box {
    background-color: transparent;
    width: 100%;
    align-items: center;
    border-radius: 0.5rem;
}
.case-box .layui-carousel .carouse-img{
    width: 100%;
    height: auto;
    /* margin-left: 2.5%; */
}
.case-box .layui-carousel .carouse-content {
    width: 60%;
    margin-left: 20%;
    position: absolute;
}
.case-box .layui-carousel .carouse-content .title {
    font-size: 1.7rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    line-height: 5rem;
    letter-spacing: 0.2rem;
}
.case-box .layui-carousel .carouse-content .carouse-btn {
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.case-box .layui-carousel .carouse-content .content {
    font-size: var(--font-size-02);
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1.44px;
}
.case-box .layui-carousel .carouse-content .content span {
    color: #666666;
}
.layui-carousel > [carousel-item] {
    border-radius: 0.5rem;
    background-color: transparent;
    height: 100%;
}
.case-box .layui-carousel .layui-carousel-arrow {
    display: none;
}

.below-title span,.below-title {
    /* color: #5e6e82 !important; */
    /* font-size: var(--font-size-02); */
}
.business-point.is-display.align-items-center {
    width: 39%;
}
.layui-carousel .right-top-title {
    justify-content: space-between;
    align-items: center;
    /* height: 9%; */
    margin-bottom: 4%;
}

.layui-carousel .child-checked {
    font-weight: 700;
    font-size: var(--font-size-03);
    min-width: 179px;
    height: 53px;
    background: linear-gradient(180deg,#447ddf 0%, #1ca5fa 100%), rgba(0,135,59,0.00);
    border-radius: 27px;
    box-shadow: 1.46px 13.92px 40px 14px rgba(81,145,255,0.41);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 8px;
}

.layui-carousel .child-title {
    cursor: pointer;
    font-size: var(--font-size-02);
}

.layui-carousel .child-content {
    height: 100%;
    border-radius: 22px;
    display: flex;
    align-items: end;
    color: #FFFFFF;
    padding: 0 2% 2%;
}

.layui-carousel .child-content span {
    color: #ffffffe3 !important;
    font-size: var(--font-size-01);
    line-height: 1.3;
}

.layui-carousel .content {
    background: transparent;
    padding: 0 1% 1% 1.5%;
}
.layui-carousel .title {
    font-size: var(--font-size-05);
    line-height: 2;
}
.layui-carousel .child-content.hide {
    display: none;
}
.data-supervision-box .content-box .content-item .more a {
    color: #B6C1D2;
}
