body {
    overflow-x: hidden;
    background: #191919;
}
/* .page-hover .dp_nav-list > li#menu-item-82 > a {
    border-bottom: 2px solid #000;
    color: #000;
} */
.jn_aicomm-view {
    padding-top: 111px;
}
.prod_ai-top {
    background: #202020;
    position: fixed;
    left: 0;
    width: 100%;
    top: 51px;
    z-index: 100;
}
.pro_inner-nav {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pro_in-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.pro_in-title a {
    color: rgb(255, 255, 255, 0.3);
}
.pro_in-title span {
    display: inline-block;
    margin: 0 10px;
}
.pro_nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner_nav-tp {
    font-size: 14px;
    margin-right: 46px;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}
.prod_ai-top .inner_nav-tp.active {
    color: #fff;
}
.inner_nav-btn {
    width: 64px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #098eef;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.jn_aicomm-section {
    width: 100%;
}
.jn_aicomm-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
}
.jn_top-section {
    height: 488px;
    background-color: #131313;
}
.ai_common-section {
    height: 511px;
}
.jn_aicomm-section:nth-child(2) {
    background-color: #131313;
}
.jn_aicomm-section:nth-child(3) {
    background-color: rgba(27, 27, 27, 1);
}
.aicomm-info {
    width: 400px;
    position: relative;
    z-index: 2;
}
.jn_top-bg {
    position: absolute;
    right: 0;
    top: 10%;
    height: 70%;
    z-index: 1;
}
.aicomm-h3 {
    font-size: 67px;
    line-height: 92px;
    color: rgb(38, 203, 102);
    /* padding-top: 60px; */
}
.aicomm-desc {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 11px;
    text-align: justify;
}
.aicomm_wrap-list {
    display: flex;
    flex-wrap: wrap;
}
.aicomm_flow-list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 35px;
}
.aicomm-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.aicomm_flow-list .aicomm-item {
    width: 100%;
    margin-top: 20px;
}
.aicomm-item img {
    width: 28px;
    height: 28px;
}
.aicomm-txt {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-left: 7px;
    width: 80%;
}
.aicomm_flow-list .aicomm-txt {
    color: rgba(255, 255, 255, 0.6);
}
.aicomm-title {
    font-size: 42px;
    line-height: 58px;
    color: #ffffff;
    /* padding-top: 100px; */
}
.aicomm_common-info {
    width: 500px;
    position: relative;
    z-index: 2;
}
.jn_right-bg {
    max-height: 300px;
    width: auto;
}

.ai_apply-section {
    height: 348px;
    background-color: #131313;
    text-align: center;
}
.ai_apply-section .jn_aicomm-wrapper {
    align-content: center;
}
.apply-title {
    font-size: 42px;
    line-height: 58px;
    color: #fff;
    width: 100%;
}
.apply_flow-list {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 60px;
}
.apply-item {
    width: 160px;
    /* margin-right: 56px; */
}
.apply-item:last-child {
    margin-right: 0;
}
.apply-item img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}
.apply-txt {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 1.5;
    padding-top: 20px;
    display: block;
}
.ai_params-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
}
.prod_ai-params {
    width: 100%;
    padding-bottom: 57px;
    margin: 0 auto;
}
.params_ai-title {
    font-size: 36px;
    line-height: 49px;
    color: #ffffff;
    padding-top: 57px;
}
.param_ai-list {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.param_ai-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 18px;
    line-height: 25px;
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.param_ai-label {
    color: rgba(255, 255, 255, 0.5);
    width: 150px;
}
.param_ai-txt {
    color: #fff;
    margin-left: 100px;
}

@media screen and (max-width: 750px) {
    .prod_ai-top {
        top: 4.23rem;
    }
    .product_ai-view {
        padding-top: 8.43rem;
    }
    .jn_aicomm-view {
        overflow: hidden;
    }
    .pro_inner-nav {
        height: 4.23rem;
        padding: 0 5%;
        box-sizing: border-box;
        overflow-x: auto;
    }
    .pro_in-title {
        font-size: 0.9rem;
    }
    .pro_in-title {
        font-size: 0.7rem;
        /* width: 5rem; */
        text-align: center;
        white-space: nowrap;
    }
    .inner_nav-tp {
        font-size: 0.9rem;
        margin-right: 0.8rem;
        white-space: nowrap;
        width: 5rem;
        text-align: center;
    }
    .inner_nav-btn {
        padding: 0;
        min-height: 0.8rem;
        line-height: 1.5rem;
        height: 1.5rem;
        width: 5rem;
        margin-right: 1rem;
        padding-top: 0.1rem;
        border-radius: 0.2rem;
        font-size: 0.4rem;
        text-align: center;
    }
    /*第一部分*/
    .jn_aicomm-wrapper {
        align-items: baseline;
    }
    .aicomm-info {
        width: 100%;
        padding-bottom: 80%;
        padding-top: 1.5rem;
    }
    .aicomm-h3 {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .aicomm-desc {
        font-size: 1rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.5);
        padding-top: 0.5rem;
        text-align: justify;
    }
    .aicomm-item {
        margin-top: 1.2rem;
    }
    .aicomm-item img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .aicomm-txt {
        font-size: 0.8rem;
        margin-left: 0.3rem;
        width: 80%;
    }
    .jn_top-bg {
        width: 70%;
        bottom: 5%;
        height: auto;
        left: 15%;
        top: inherit;
    }
    .jn_aicomm-section {
        /* justify-content: center; */
        padding: 0 8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding-bottom: 6%;
    }
    .aicomm-title {
        font-size: 1.3rem;
        line-height: 1.5;
        padding-top: 8%;
        text-align: center;
    }
    .aicomm_flow-list {
        position: relative;
        margin: 1.38rem auto 0 auto;
        flex-direction: column;
        width: 55%;
    }
    .aicomm_flow-list .aicomm-item {
        margin-top: 0.7rem;
    }
    .aicomm-item {
        /* justify-content: center; */
    }
    .jn_right-bg {
        max-height: 13.65rem;
        width: auto;
        margin: 6% auto 0 auto;
        display: block;
    }
    .apply_flow-list {
        margin-top: 6%;
    }
    .apply-title {
        font-size: 1.3rem;
        line-height: 1.5;
        padding-top: 8%;
    }
    .apply-item {
        width: 6.15rem;
    }
    .apply-item img {
        width: 2.3rem;
        height: 2.3rem;
    }
    .apply-txt {
        font-size: 0.8rem;
        padding-top: 0.7rem;
    }
    .params_ai-title {
        font-size: 1.3rem;
        line-height: 1.2;
        padding-top: 1.8rem;
    }
    .param_ai-list {
        margin-top: 1.1rem;
        margin-bottom: 2.1rem;
    }
    .param_ai-item {
        font-size: 1rem;
        line-height: 1.5;
        padding: 0.7rem 0;
    }
    .param_ai-label {
        width: 8rem;
    }
    .param_ai-txt {
        /* width: 17rem; */
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 1.5;
        margin-left: 2rem;
    }
}
