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;
}
/*liquid*/
.section01 {
    background: rgb(18, 18, 18);
    position: relative;
}
.section02 {
    background: #1f1f1f;
}
.section03 {
    background: rgba(40, 40, 40, 1);
}
.section04 {
    background: #0a0a0a;
}
.section06 {
    background: #1f1f1f;
}
.section07 .liquid-section{
    height: auto;
}
.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;
    max-width: 500px;
}
.prod_ai-tl {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.5;
    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; */
    max-width: 100%;
    position: absolute;
    right: 0;
}
.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;
}
/*通用样式*/
.prod-li-bg{
    width: 460px;
    height: 100%;
    position: absolute;
    right: 0; 
}
.section-gif{
    width: 460px;
    height: 486px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 2;
}
.bg-gif{
    height: 100%;
    width: auto;
    position: absolute;
    right: -280px;
    /* transform: translateX(-50%); */
    bottom: 0; 
    z-index: 1;
}
.liquid-section{
    width: 100%;
    max-width: 1000px;
    height: 702px;
    margin: 0 auto;
    position: relative;
}
.liquid-section.liquid-auto{
    height: auto;
}
.liquid-info{
    padding-top: 110px;
		position: relative;
		z-index: 5;
}
.liquid-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;
}
.liquid-tl {
    font-size: 54px;
    font-weight: 700;
    line-height: 92px;
    color: #ffffff;
}
.liquid-desc{
    width: 440px;
    padding-bottom: 156px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    line-height: 1.5;
    padding-top: 22px;
}
.liquid_btm-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}
.liquis-gif{
    position: absolute;
    right: 15px;
    bottom: 90px;
    width: 457px;
    /* height: 279px; */
}
.liquid-icon{
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 41px;
    height: auto;
}
.liquid-video{
    width: 816px;
    height: 439px;
    outline: 0;
    margin: 80px auto 0 auto;
    display: block;
}
.liquid_sp-section{
    width: 100%;
    max-width: 1100px;
    height: 702px;
    margin: 0 auto;
    position: relative;
}
.liquid-head{
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    padding-top: 64px;
}
.liquid-head.params-head{
    color: #000;
}
/*第7部分*/
.prod_ai-params {
    width: 90%;
    padding-bottom: 57px;
    margin: 0 auto;
}
.params_ai-title {
    font-size: 36px;
    line-height: 49px;
    color: #000;
    padding-top: 57px;
}
.param_ai-list {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.param_ai-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.5);
    width: 150px;
}
.param_ai-txt {
    color: #000;
    margin-left: 100px;
}
.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;
}

.cp1{
    position: relative;
    top: -70px;
}