body {
    overflow-x: hidden;
}
#menu-item-72 a {
    /* border-bottom: 2px solid #000; */
    color: #000;
}
.product_ai-view {
    padding-top: 111px;
    background: rgb(248, 248, 248);
}
.product_ai-view * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.prod_ai-top {
    background: #202020;
    position: fixed;
    left: 0;
    width: 100%;
    top: 51px;
    z-index: 100;
    /* border-bottom: 1px solid #dfdfdf; */
}
.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: #000;
}
.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(0, 0, 0, 0.5);
    cursor: pointer;
}
.inner_nav-tp.active {
    color: #000;
}
.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;
}
.prod_ai-top .pro_in-title {
    color: #fff;
}
.prod_ai-top .inner_nav-tp {
    color: rgba(255, 255, 255, 0.4);
}
.prod_ai-top .inner_nav-tp.active {
    color: #fff;
}
/*ai*/
.section01 {
    background: rgb(18, 18, 18);
}
.section02 {
    background: #1f1f1f;
}
.section03 {
    background: rgba(40, 40, 40, 1);
}
.section04 {
    background: #0a0a0a;
}
.section06 {
    background: #1f1f1f;
}
.section07 {
    background: rgba(36, 36, 36, 1);
}
.prod_ai-section {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
/*ai  第一部分*/
.prod_ai-info {
    /* margin-left: 20px; */
    padding-top: 86px;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
    padding-left: 25px;
}
.prod_ai-tl {
    font-size: 64px;
    font-weight: 700;
    line-height: 92px;
    color: #ffffff;
}
.prod_ai-desc {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 20px;
}
.prod_ai-tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 450px;
}
.prod-ai-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}
.ai_tool-icon {
    width: 40px;
    height: 40px;
}
.ai-ico1 {
    background: url(../imgs/ai/ai1.svg);
    background-size: 100% 100%;
}
.ai-ico2 {
    background: url(../imgs/ai/ai2.svg);
    background-size: 100% 100%;
}
.ai-ico3 {
    background: url(../imgs/ai/ai3.svg);
    background-size: 100% 100%;
}
.ai-ico4 {
    background: url(../imgs/ai/ai4.svg);
    background-size: 100% 100%;
}
.ai_tool-info {
    font-size: 14px;
    line-height: 25px;
    margin-left: 7px;
}
.ai_info-tl {
    color: rgba(255, 255, 255, 0.5);
}
.ai_info-desc {
    color: rgba(255, 255, 255, 1);
}
.prod_ai-bg1 {
    width: 879px;
}
.section-gif {
    display: none;
}
.prod_ai-tips {
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#6b1baa),
        to(#9f1baa)
    );
    background: -webkit-linear-gradient(top, #6b1baa 0%, #9f1baa 100%);
    background: linear-gradient(180deg, #6b1baa 0%, #9f1baa 100%);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
/*第二部分*/
.section02 .prod_ai-info {
    width: 570px;
}
.section02 .prod_ai-desc {
    width: 440px;
    padding-bottom: 156px;
}
.ai_num-box {
    position: absolute;
    right: 0;
    bottom: 120px;
    text-align: center;
}
.chars-tl {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.chars-desc {
    font-size: 20px;
    color: #fff;
}
.num-chars-box {
    width: 90px;
    position: absolute;
    bottom: 9px;
}
.num-chars-line {
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 20px;
    border-radius: 6px;
}
.c-line1 {
    left: 600px;
    height: 180px;
}
.c-line1 .chars-desc {
    color: #2dcf3d;
}
.c-line1 .num-chars-line {
    height: 130px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#4a8cc9),
        to(#2dcf3d)
    );
    background: -webkit-linear-gradient(bottom, #4a8cc9 0%, #2dcf3d 100%);
    background: linear-gradient(0deg, #4a8cc9 0%, #2dcf3d 100%);
}
.c-line2 {
    left: 800px;
    height: 380px;
}
.c-line2 .num-chars-line {
    height: 330px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#4a57c9),
        to(#cf2d2d)
    );
    background: -webkit-linear-gradient(bottom, #4a57c9 0%, #cf2d2d 100%);
    background: linear-gradient(0deg, #4a57c9 0%, #cf2d2d 100%);
}
/*第三部分*/
.section03 .prod_ai-info {
    width: 570px;
}
.section03 .prod_ai-desc {
    width: 400px;
    padding-bottom: 450px;
}
.section03 .prod_ai-info {
    padding-bottom: 0px;
}
.section03 .ai_num-box {
    bottom: 0;
}
/*第四部分*/
.section04 .prod_ai-info {
    width: 570px;
}
.section04 .prod_ai-desc {
    width: 400px;
    /* padding-bottom: 450px; */
}
.section04 .prod_ai-info {
    padding-bottom: 330px;
}
.section04 .ai_num-box {
    bottom: 36px;
    right: 0;
    left: initial;
}
.prod_ai-hf {
    color: #33e7f2;
    font-size: 24px;
    margin-top: 44px;
    line-height: 1.5;
    display: inline-block;
    background: url(../imgs/svg/Union.svg) no-repeat left center;
    /* padding-left: 40px; */
    text-decoration: underline;
    background-size: auto 100%;
    padding-left: 50px;
}
/*第五部分*/
.prod_ai-news {
    margin: 0 auto;
}
.prod_ai-title {
    font-size: 72px;
    line-height: 99px;
    color: #000000;
    padding: 70px 0;
    font-weight: 700;
}
.pro_ai-list {
    padding-bottom: 150px;
}
.news_ai-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
}
.news_ai-item:last-child {
    margin-bottom: 0;
}
.news_ai-img {
    width: 367px;
    height: 275px;
    border-radius: 10px;
}
.news_ai-info {
    width: 570px;
    margin-left: 64px;
}
.news_ai-tl {
    display: block;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    font-weight: 700;
}
.news_ai-desc {
    display: block;
    font-size: 24px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    text-align: justify;
}
/*第6部分*/
.ai-swiper-title {
    font-size: 72px;
    line-height: 99px;
    color: #ffffff;
    text-align: center;
    padding: 120px 0 50px 0;
}
.ai_swiper-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 150px;
}
.ai_swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    height: 325px;
    display: none;
}
.prod_ai-bgs {
    border-radius: 10px;
}
.swp_ai-title {
    font-size: 48px;
    line-height: 66px;
    color: #ffffff;
    padding-top: 26px;
    text-align: center;
}
.swp_ai-desc {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.5);
}
/*第7部分*/
.prod_ai-params {
    width: 90%;
    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: 55px;
}
.param_ai-txt {
    color: #fff;
    margin-left: 150px;
}
.prod_detial-bgs {
    border-radius: 7px;
}
.swiper-slide-prev {
    opacity: 0.3;
}
.swiper-slide-next {
    opacity: 0.3;
}
.down-pdf {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
}
.down-pdf:hover {
    color: #0071fd;
    text-decoration: underline;
}
.prod2-txt {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    bottom: 85px;
    left: 14px;
}
.prod_ai_imgs-bgs {
    display: none;
}
.pay-btn {
    margin-top: 20px;
    width: 100px;
    line-height: 30px;
    background: rgb(244, 86, 53);
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}
