/*public*/
.container-img {
    height: 100%;
}

.container-img button {
    position: absolute;
    top: 61.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 {
    min-height: 100%;
}

.container-hide {
    display: none;
}

.top-img {
    padding: 0 calc(50% - 600px);
}

.top-img img {
    width: 100%;
}

.content {
    position: absolute;
    width: 100%;
}

.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(../wisdi/img/title_background.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    padding-left: 5%;
}

/*字体渐变*/
.plan-title span {
    background-image: -webkit-linear-gradient(right, #C2121A, #FA7527);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-------------private------------*/

/*政策背景*/
.policy {
    width: 67%;
    margin: 0 auto;
    min-height: 35rem;
}

.policy-title {
    color: #fff;
}

.policy-title > div:first-child {
    text-align: center;
    font-size: var(--font-size-09);
    color: #FFD56B;
    font-weight: bold;
}

.policy-title > div:first-child span {
    font-size: 48px;
    margin-right: 1rem;
}

.policy-title > div:nth-child(2) {
    text-align: right;
    padding: 1rem 5rem;
    font-size: var(--font-size-04);
}

.policy-title > div:nth-child(3) {
    line-height: 2;
    color: #EEE1C2;
    padding-bottom: 2rem;
    text-align: center;
    width: 95%;
    margin: auto;
}

.policy-msg {
    text-align: center;
    line-height: 2;
    padding-bottom: 1rem;
}

.policy-msg > div:first-child {
    width: 9rem;
    text-align: center;
    background: url(../wisdi/img/wisdi_policy.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-05);
    font-weight: bold;
    height: 3.5rem;
    margin: 2rem auto;
}

.policy-msg > div:last-child {
    color: #344050;
    text-align: center;
    font-size: 1rem;
}

.policy-msg span {
    font-size: var(--font-size-05);
}

/*基层工作痛点难点*/
.difficulty {
    padding: 0 calc(50% - 600px);
    margin: auto;
}

.difficulty-title {
    line-height: 2;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.content-top {
    width: 50%;
}


.difficulty > div:last-child > span {
    font-size: var(--font-size-10);
}

.difficulty-title > p {
    font-size: var(--font-size-08);
    color: #344050;
    /* line-height: 9rem; */

}
.difficulty-title > p span {
    font-weight: bold;
}
.difficulty-title .question-content span {
    font-size: var(--font-size-01);
    color: #5E6E82 !important;
}


.difficulty-content {
    padding: 1rem 0;
    border-radius: 10px;
    display: flex;
}

.difficulty-item {
    display: flex;
    line-height: 2;
    font-size: var(--font-size-02);
    padding-bottom: 2rem;
}

.difficulty-item-hover {
    /* background: #FFF; */
}

.difficulty-item-hover > .difficulty-img {
    color: #C41A16;
}

.difficulty-item-hover > .difficulty-detail {
    color: #344050 !important;
}

.difficulty-item:last-child {
    margin: auto;
}

.difficulty-img {
    /* height: 13rem; */
    width: 38%;
    margin: auto;
    border-radius: 10px;
}

.difficulty-img div:first-child {
    height: 70%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.difficulty-img div:first-child img {
    height: 5rem;
    width: 5rem;
}

.difficulty-img div:last-child {
    height: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    font-size: var(--font-size-04);
}



/*前哨*/
.wisdi-bottom {
    background: url(../wisdi/img/bottom_background.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    min-height: 30rem;
}

.bottom-title {
    min-height: 5rem;
    padding: 1rem;
}

.bottom-title > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-09);
    font-weight: bold;
    height: 5rem;
    color: #333333;
}

.bottom-title > div:last-child {
}

.bottom-content {
    display: flex;
    width: 85%;
    margin: auto;
    border-radius: 10px;
    position: relative;
    z-index: 20;
    background: transparent;
}

.basis-bottom>img {position: relative;left: 10%;width: 79.34375rem;z-index: 5;margin-top: -13%;}

.bottom-item {
    width: 26%;
    border-radius: 5px;
    line-height: 2;
    margin-left: 5%;
}

.bottom-item:nth-child(2) {margin-left: 6.5%;}

.bottom-item:nth-child(2) > .bottom-img {
}

.bottom-item:nth-child(2) > .bottom-detail {
    color: #fff !important;
}

.bottom-item:last-child {
}

.bottom-img {
    margin: auto;
    text-align: center;
    color: #000;
}

.bottom-img div:first-child {
    height: 60%;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
}

.bottom-img div:first-child > div {
    text-align: justify;
}

.bottom-img div:first-child img {
    width: 5rem;
}

.bottom-img > div:last-child {
    height: 15%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    font-size: var(--font-size-05);
    font-weight: bold;
}

.bottom-img > div:last-child div {
    text-align: justify;
}

.bottom-detail {
    width: 53%;
    line-height: 2;
    /* margin: auto; */
}

.bottom-detail > div:first-child {
    padding: 0.3rem 0;
    text-align: justify;
    color: #666666;
    font-size: var(--font-size-02);
}

.accord-title {
    min-height: 8rem;
    font-size: var(--font-size-10);
}

.accord-title > div:first-child {
    min-height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #180000;
    font-weight: bold;
    font-size: var(--font-size-10);
    padding-top: 1.5rem;
}
.top-img {
    padding: 0 calc(50% - 600px);
    height: 29.5rem;
}
.accord-title > div:last-child {
    height: 2px;
    width: 6rem;
    background: #9A2224;
    margin: auto;
}

.wisdi-content {
    background: url("img/custom-back.jpg") no-repeat;
    /* background-size: 100% 100%; */
    background-position: center;
}

.policy-back {
    height: 35rem;
}

.top-title {
    position: absolute;
    top: 9rem;
    width: 36rem;
    left: calc(50% - 600px);
    font-size: var(--font-size-02);
    color: #666666;
}
.top-title > h1 {
    font-size: 2rem;
    width: 72%;
    color: #333333;
    padding-bottom: 3%;
    font-weight: bold;
    line-height: 2;
}

.top-title > p  {
    line-height: 2;
}
.top-img img {
    width: 100%;
}
.top-title > div:last-child {
    background: #0F823C;
    width: 17%;
    text-align: center;
    padding: 1.3%;
    color: #ffffff;
    border-radius: 0.2rem;
    position: absolute;
    top: 12rem;
    display: none;
}

.difficulty-item > div:first-child {
    width: 2.7rem;
    height: 2.7rem;
    background: url(img/question.png) no-repeat;
    background-size: 100%;
    border-radius: 5rem;
    margin: 0.3rem 1rem 0.6rem 0;
}

.difficulty-img img {
    width: 100%;
}

.difficulty-item > div:last-child span {
    color: #5E6E82 !important;
    font-size: var(--font-size-01);
}
.difficulty-item > div:last-child {
    width: calc(100% - 0.7rem);
    text-align: justify;
}

.difficulty-item>div:last-child>p:first-child {
    font-size: var(--font-size-08);
    color: #344050;
}

.difficulty-title>div:first-child {
    font-size: var(--font-size-08);
    line-height: 9rem;
    height: 9rem;
}
.difficulty-title>div:first-child span {
    font-weight: bold;
}
.wisdi-difficulty-content{
    display: flex;
    justify-content: space-between;
    padding: 4rem 0;
}

.wisdi-item > div:first-child {
    width: 0.7rem;
    height: 0.7rem;
    background: green;
    border-radius: 5rem;
    box-shadow: 0.052rem 0.52rem 0.3125rem -0.15625rem #0080005e;
    border: 0.2rem solid #FFFFFF;
    margin: 1rem 0.5rem 0.6rem 0;
    display: none;
}

.wisdi-img img {
    width: 100%;
}

.wisdi-item > div:last-child {
    width: 100%;
}

.wisdi-item>div:last-child>p:first-child {
    font-size: var(--font-size-08);
    line-height: 3;
    color: #344050 !important;
    text-align: center;
}
.wisdi-item {
    width: 27%;
    text-align: center;
    background: #ffffff63;
    border-radius: 49px;
    padding: 2% 2% 3% 2%;
    background: #F7F9FD;
    line-height: 2;
}

.data-structure>p:first-child {
    text-align: center;
    font-size: var(--font-size-04);
    line-height: 3rem;
    margin-bottom: 2rem;
}

.data-structure {
    background: #FFF;
    background-image: url("img/ai-funtion-back.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 2% 4%;
    border-radius: 51px;
    background-position-y: -2.4rem;
    margin-top: 4%;
}

.structure-content {
    display: flex;
    justify-content: space-between;
    font-size: var(--default-font-size);
}

.structure-left {
    writing-mode: tb;
    text-align: center;
    padding: 0 1.3%;
    font-size: var(--font-size-01);
    background: linear-gradient(109deg,#2e9ffd 0%, #1265fd 100%), #ffffff;
    color: #FFFFFF;
    border-radius: 5rem;
    letter-spacing: 0.8rem;
}

.structure-right {
    writing-mode: tb;
    text-align: center;
    padding: 0 1.3%;
    font-size: var(--font-size-01);
    background: linear-gradient(109deg, #2e9ffd 0%, #1265fd 100%), #ffffff;
    color: #FFFFFF;
    border-radius: 5rem;
    letter-spacing: 0.8rem;
}

.structure-center {
    width: 88%;
}

.structure-center>div:first-child {
    display: flex;
    justify-content: space-between;
}

.structure-model {
    width: 49.5%;
}

.structure-model>div:first-child,.structure-integration>div:first-child {
    text-align: center;
    background: #DEF5EE;
    border-radius: 1rem 1rem 0.8rem 0.8rem;
    line-height: 2;
}

.model-item,.integration-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.8rem;
}

.model-item span {
    width: 27%;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5rem;
    margin: 0.8rem 0.8rem 0 0.8rem;
    line-height: 2.4;
}

.structure-model>div:first-child>div:first-child,.structure-integration>div:first-child>div:first-child {
    text-align: center;
    background: #34CC9D;
    color: #ffffff;
    border-radius: 5rem;
    line-height: 3;
    font-size: var(--font-size-01);
    width: 100%;
    background: linear-gradient(109deg,#3CD2A4 0%, #18B784 100%), #ffffff;
}

.model-function,.integration-function {
    display: flex;
    justify-content: space-between;
    background: #FDEDEE;
    margin-top: 1rem;
    border-radius: 0.8rem;
    min-height: 8rem;
    padding: 0 0.5rem;
}

.model-function>div,.integration-function>div {
    background: #FFFFFF;
    width: 22%;
    margin: auto;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem 0;
}

.structure-integration>div:first-child {}

.integration-item span {
    width: 44%;
    text-align: center;
    background: #FFFFFF;
    border-radius: 5rem;
    margin: 0.8rem 0.8rem 0 0.8rem;
    line-height: 2.4;
}

.structure-integration {
    width: 49%;
}

.structure-bottom {
    margin-top: 1rem;
    text-align: center;
    background: #FFF6DE;
    border-radius: 1rem 1rem 0.8rem 0.8rem;
    line-height: 2;
}

.structure-bottom>div:first-child {
    background: #FFC42B;
    text-align: center;
    color: #ffffff;
    border-radius: 5rem;
    line-height: 3;
    font-size: var(--font-size-01);
    width: 100%;
}

.structure-bottom>div:last-child span {
    /* width: 30%; */
    line-height: 5;
}

.structure-bottom>div:last-child {
    display: flex;
    justify-content: space-between;
    padding: 0 2.8rem;
}
.policy-box {
    padding: 0 calc(50% - 600px) 3% calc(50% - 600px);
}

.policy-box .difficulty-title {
    text-align: left;
    width: 78%;
    padding-top: 3rem;
}

.policy-item {
    line-height: 2;
}

.modeling-box {
    padding: 1% calc(50% - 600px) 0;
    text-align: center;
}

.modeling-item-top>div:first-child {
    display: flex;
    justify-content: space-between;
    width: 66%;
    margin-right: 2%;
    background: #f1f5fe;
    border: 1px solid #2c7be5;
    border-radius: 31px;
    min-height: 8rem;
}

.modeling-item-top {
    display: flex;
}

.modeling-item-left {
    width: 38%;
}

.modeling-item-center {
    width: 22%;
    background: #FFFFFF;
    padding: 1rem 1%;
    border-radius: 1rem;
    margin-top: -1rem;
}

.modeling-item-right {
    width: 35%;
}

.modeling-item-bottom {
    display: flex;
    justify-content: space-between;
}

.modeling-content {
    display: flex;
    justify-content: space-between;
}

.modeling-item {
    width: 44%;
    margin: auto !important;
}

.modeling-node>p:last-child {
    text-align: left;
    font-size: var(--font-size-01);
    line-height: 1.8;
    margin-top: 0.5rem;
}

.modeling-node {
    background: #CFE0F8;
    padding: 1rem;
    border-radius: 1rem;
    width: 40%;
    height: 5rem;
}

.modeling-node>p:first-child {
    color: #FFFFFF;
    width: 64%;
    text-align: center;
    margin: auto;
    border-radius: 5rem;
    line-height: 2;
    margin-top: -2rem;
    background: linear-gradient(80deg,#2e9ffd 0%, #1265fd 100%), #2c7be5;
}

.modeling-item-top>p:first-child .modeling-item {
    width: 48%;
    margin: auto;
}

.modeling-item-center .modeling-item-top>div:first-child {
    width: 100%;
}

.modeling-result {
    background: #00b05014;
    padding: 1rem;
    border-radius: 1rem;
    width: 88%;
    line-height: 2;
    text-align: left;
    height: 5rem;
}

.modeling-result>div:first-child {
    background: url("img/icon-green-back.png") no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    width: 8rem;
    text-align: center;
    margin: auto;
    border-radius: 5rem;
    line-height: 2;
    margin-top: -2rem;
}

.modeling-result>p:last-child {
    margin-top: 0.5rem;
    font-size: var(--font-size-01);
    line-height: 1.8;
}

.modeling-item img {
    margin-bottom: 1rem;
    width: 3rem;
}


.modeling-right-top {
    display: flex;
    min-height: 8rem;
}

.modeling-node-relation {
    width: 27%;
    margin-top: -1rem;
}

.modeling-result-out {
    background: #00b05024;
    padding: 1rem;
    border-radius: 1rem;
    width: 62%;
    line-height: 2;
    text-align: left;
    color: #18B884;
    height: 5rem;
}

.modeling-result-out>div:first-child {
    background: url("img/icon-green-back.png") no-repeat;
    background-size: 100%;
    color: #FFFFFF;
    width: 50%;
    text-align: center;
    margin: auto;
    border-radius: 5rem;
    line-height: 2;
    margin-top: -2rem;
}

.modeling-result-out>p:last-child {
    margin-top: 0.5rem;
    font-size: var(--font-size-01);
    line-height: 1.8;
}
.modeling-node-relation>p:first-child {
    color: #FFFFFF;
    border-radius: 2rem;
    line-height: 2;
    background: linear-gradient(80deg,#2e9ffd 0%, #1265fd 100%), #2c7be5;
    position: relative;
    /* top: -1rem; */
}

.modeling-node-relation>p:last-child {
    color: #FFFFFF;
    border-radius: 2rem;
    line-height: 2;
    background: linear-gradient(80deg, #2e9ffd 0%, #1265fd 100%), #2c7be5;
    margin-bottom: -10%;
}

.modeling-node-relation p:nth-child(2) {
    height: 3rem;
    position: relative;
    top: -1.4rem;
}

.modeling-title {
    font-size: var(--font-size-08);
    line-height: 9rem;
    height: 9rem;
}
.policy-box-item {
    padding: 5% calc(50% - 600px) 2%;
    display: flex;
    justify-content: space-between;
}
.box-item {
    width: 26%;
    padding: 2% 3%;
    background: #ffffff;
    border-radius: 27px;
    text-align: center;
    opacity: 0.74;
}

.box-item img {
    width: 100%;
}

.box-item p:first-child {
    font-size: var(--font-size-08);
    line-height: 3;
    color: #344050;
}

.box-item p:first-child+p {
    line-height: 2;
    color: #5E6E82 !important;
    font-size: var(--font-size-01);
}
.custom-function {
    padding: 0% calc(50% - 600px) 5%;
}
.custom-function-img{
    background: url("img/custom-function.png") no-repeat;
    background-size: 100%;
    height: 38rem;
    margin-top: -5rem;
}
.left-icon {
    height: 7rem;
    display: flex;
    align-items: center;
}

.center-icon {
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.right-icon {
    height: 7rem;
    display: flex;
    align-items: center;
}

.center-icon img {
    width: 100%;
    margin-right: 2rem;
}

.center-icon img:nth-child(2) {
    margin: 0 1rem 0 1rem;
}

.left-icon img:last-child {
    margin-left: 2rem;
}

.left-icon img:first-child {
    margin-left: 5.5rem;
}

.right-icon img {
    margin-left: 5rem;
}
.modeling-result>div:first-child div {
    position: relative;
    top: -1rem;
    color: #009E6B;
}

.modeling-result-out>div:first-child div {
    position: relative;
    top: -1rem;
    color: #009E6B;
}
.modeling-result-out>div:last-child span {
    color: #18B884 !important;
}
.difficulty .difficulty-title {
    /* padding-top: 3rem; */
}
.content>.difficulty-title {
    background: #FFFFFF;
    padding: 3rem calc(50% - 600px);
}
.ai-back {
    background: url("img/ai-back.jpg") no-repeat;
    /* background-size: 100% 100%; */
    background-position: center;
}
.model-function>div div, .integration-function>div div {
    margin-bottom: 1rem;
}
.wisdi-item img {
    height: 7rem;
}
.wisdi-item span,.wisdi-item p {
    color: #5E6E82 !important;
    font-size: var(--font-size-01);
    text-align: justify;
}
.box-item div {
    text-align: left;
}
.difficulty-title .difficulty {
    margin-top: 3rem;
}
.is-display {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}

.case .contact-bottom {
    height: 3rem;
    align-items: center;
    margin: auto;
    justify-content: space-around;
    background: #F9FCFF;
    padding: 0 calc(42% - 600px);
}
.case .contact-bottom > div {
    width: 25%;
    font-size: 0.9rem;
    justify-content: center;
}
.all-height {
    height: 100%;
}
.all-widht {
    width: 100%;
}
.case .contact-bottom .img {
    width: 15%;
}
.modeling-node-relation img {
    height: 4rem;
    margin-bottom: 0.2rem;
}
.top-title > p span {
    color: #5e6e82 !important;
    font-size: var(--font-size-01);
}
