@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('/static/index/fonts/zh/AlibabaPuHuiTi-3-35-Thin.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-45-Light.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-55-RegularL3.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-65-Medium.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-75-SemiBold.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-95-ExtraBold.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-105-Heavy.ttf') format('truetype'),
    url('/static/index/fonts/zh/AlibabaPuHuiTi-3-115-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'AlibabaSans';
    src: url('/static/index/fonts/en/AlibabaSans-Black.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-Bold.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-BoldItalic.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-Heavy.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-HeavyItalic.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-Italic.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-Light.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-LightItalic.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-Medium.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-MediumItalic.otf') format('opentype'),
    url('/static/index/fonts/en/AlibabaSans-Regular.otf') format('opentype');
}


body{ margin:0px; padding:0px; font-size:14px; font-family:"AlibabaPuHuiTi","AlibabaSans",sans-serif; background-color: #FFFFFF;}
dl,dt,dd,table,tr,td{ margin:0px; padding:0px; border:0px; outline:none;}
ul,li{ margin:0px; padding:0px; border:0px; list-style:none; outline:none;}
p,h1,h2,h3,h4,h5,h6,h7{ margin:0px; padding:0px; }
a{ font-size:14px; text-decoration:none; outline:none;}
a:hover, a:link, a:visited {text-decoration: none;}
img{ border:0px; display: block;}
input{ border-width:1px; font-size:14px; outline:none;}
form{ margin:0px; padding:0px; outline:none;}

.f12{ font-size:12px;}
.f13{ font-size:13px;}
.f14{ font-size:14px;}
.f15{ font-size:15px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}
.f28{ font-size:28px;}
.f30{ font-size:30px;}
.mt5{ margin-top:5px;}.mt10{ margin-top:10px;}.mt15{ margin-top:15px;}.mt20{ margin-top:20px;}.mt30{ margin-top:30px;}
.mb10{ margin-bottom:10px;}.mb15{ margin-bottom:15px;}.mb20{ margin-bottom:20px;}
.ml10{ margin-left:10px;}.ml15{ margin-left:15px;}.ml20{ margin-left:20px;}
.mr10{ margin-right:10px;}.mr15{ margin-right:15px;}.mr20{ margin-right:20px;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both; height:0px; font-size:0px; overflow:hidden;}
.clearfix{ zoom:1;}
.clearfix:after{ height:0; display:block; clear:both; content:"."; visibility:hidden;}
.select-bt-color {
    background: linear-gradient( 90deg, #E34826 0%, #F79221 50%, #FEEC49 100%);
}


.container {
    max-width: 1600px;
    margin: 0 auto;
}
@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}
/** header样式 **/
.logo-container {
    background: #ffffff;
    width: 100%;
    position: fixed;
    z-index: 1000;
}
.logo-box {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-container .logo {
    width: 208px;
    height: 45px;
}
@media (max-width: 1600px) {
    .logo-container .logo {
        width: 160px;
        height: 35px;
    }
}
.logo-container .logo img {
    width: 100%;
    height: 100%;
}
.logo-container .nav {
    margin-left: 195px;
    margin-right: 225px;
}
.logo-container .nav_en {
    margin-left: unset !important;
    margin-right: unset !important;
}
.logo-container .nav ul li {
    float: left;
    margin-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo-container .nav ul li a{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #4B5158;
}
@media (max-width: 1600px) {
    .logo-container .nav ul li a{
        font-size: 14px;
    }
    .logo-container .nav {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}
.logo-container .nav ul li.active {
    border-bottom: 3px solid #F79221;
    font-weight: 600;
}
.logo-container .nav ul li.active a{
    color: #F79221;
}
.logo-container .lang-select {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #858589;
}
.logo-container .lang-select .lang {
    padding: 0px 10px;
    border-right: 1px solid #858589;
    cursor: pointer;
}
.logo-container .lang-select .lang.active {
    color: #F79221;
    font-weight: 600;
}
.logo-container .lang-select .lang:last-child {
    border-right: none;
}

/* banner样式 */
.banner {
    padding-top: 72px;
}
.banner .banner-img-box {
    position: relative;
}
.banner .banner-img-box .banner-img{
    width: 100%;
    height: calc(100vh - 72px);
}
.banner .banner-content-box { 
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .banner-content-box .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.banner .banner-content-box .banner-content .banner-content-title {
    font-family: Alibaba PuHuiTi;
    color: #4B5158;
    font-size: 40px;
    margin-right: 20px;
}
.banner .banner-content-box .banner-content .banner-content-desc {
    font-family: Alibaba PuHuiTi;
    font-weight: normal;
    font-size: 24px;
    color: #4B5158;
}
.banner .banner-content-box .banner-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #858589;
}
.banner .banner-content-box .banner-btn-box {
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .banner-content-box .banner-btn-box .banner-btn {
    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 20px;
    padding: 0 40px;
}
.banner .banner-content-box .banner-btn-box .banner-btn {
    text-align: center;
    line-height: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
.banner .banner-content-box .banner-bot-desc {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 26px;
    color: #4B5158;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 512px;
}

/* 为什么选择Aiwabot */
.home-title {
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 26px;
    color: #4B5158;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-aiwabot .choose-aiwabot-title {
    margin-top: 60px;
}
.choose-aiwabot .choose-aiwabot-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 49px;
}
.choose-aiwabot .choose-aiwabot-tabs .tab {
    background: rgba(247, 146, 33, 0.1);
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #4B5158;
    margin-right: 30px;
    padding: 5px 60px;
    border-radius: 30px;
    cursor: pointer;
}
.choose-aiwabot .choose-aiwabot-tabs .tab:last-child {
    margin-right: none;
}
.choose-aiwabot .choose-aiwabot-tabs .tab.active {
    color: #FFFFFF;
    font-weight: 500;
    background: linear-gradient( 90deg, #E34826 0%, #F79221 50%, #FEEC49 100%);
}
.choose-aiwabot .choose-aiwabot-content {
    margin-top: 60px;
}
.choose-aiwabot .choose-aiwabot-content .choose-aiwabot-image-box {
    position: relative;
    max-width: 1600px;
    max-height: 654px;
}
.choose-aiwabot .choose-aiwabot-content .choose-aiwabot-image-box .choose-aiwabot-image {
    width: 100%;
    height: 100%;
}
@media (max-width: 1600px) {
    .choose-aiwabot .choose-aiwabot-content .choose-aiwabot-image-box {
        max-width: 1200px;
        max-height: 490px;
    }
}
.choose-aiwabot .choose-aiwabot-content .choose-aiwabot-image-box .choose-aiwabot-image2  {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
}
.choose-aiwabot .choose-aiwabot-content .choose-aiwabot-desc {
    position: absolute;
    z-index: 100;
    left: 120px;
    top: 200px;
}
.choose-aiwabot .choose-aiwabot-content .choose-aiwabot-desc .choose-aiwabot-desc-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 24px;
    color: #4B5158;
    text-align: left;
}
.choose-aiwabot .choose-aiwabot-content .choose-aiwabot-desc .choose-aiwabot-desc-content {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #858589;
    margin-top: 15px;
    max-width: 353px;
    text-align: left;
}

.bg1 {
    position: relative;
}
.bg1::after { 
    content: "";
    position: absolute;
    top: -20%; /* 调整为元素中间 */
    left: 0;
    right: 0;
    height: 1409px; /* 背景图的高度 */
    background-image: url('../image/7.png');
    background-size: cover; /* 或其他合适的背景尺寸 */
    background-position: center; /* 背景图片位置 */
    z-index: -1; /* 确保背景图在内容之下 */
    opacity: 0.6;
}

/* 优势 */
.ys-aiwabot .ys-aiwabot-title { 
    margin-top: 60px;
}
.ys-aiwabot .ys-aiwabot-content {
    margin-top: 60px;
}
.ys-aiwabot .ys-aiwabot-content .ys-aiwabot-image-box { 
    max-width: 1600px;
    max-height: 654px;
}
.ys-aiwabot .ys-aiwabot-content .ys-aiwabot-image-box .ys-aiwabot-image { 
    width: 100%;
    height: 100%;
}
@media (max-width: 1600px) {
    .ys-aiwabot .ys-aiwabot-content .ys-aiwabot-image-box {
        max-width: 1200px;
        max-height: 490px;
    }
}
.ys-aiwabot .ys-aiwabot-content .ys-aiwabot-desc { 
    position: absolute;
    z-index: 100;
    top: 129px;
    left: 120px;
}
@media (max-width: 1600px) {
    .ys-aiwabot .ys-aiwabot-content .ys-aiwabot-desc {
        left: 80px;
        top: 100px;
    }
}
.ys-aiwabot .ys-aiwabot-content .ys-aiwabot-desc .ys-aiwabot-desc-content { 
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    max-width: 509px;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    color: #FFFFFF !important;
}
.swiper-button-next {
    padding-right: 20px !important;
}
.swiper-button-prev {
    padding-left: 20px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px !important;
}

/* 应用场景 */
.yycj-aiwabot .yycj-aiwabot-title { 
    margin-top: 60px;
}
.yycj-aiwabot .yycj-aiwabot-content { 
    margin-top: 60px;
}
.yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-image-box { 
    position: relative;
    max-width: 1600px;
    max-height: 654px;
}
@media (max-width: 1600px) {
    .yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-image-box {
        max-width: 1200px;
        max-height: 490px;
    }
}
.yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-image-box .yycj-aiwabot-image { 
    width: 100%;
    height: 100%;
}
.yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-desc { 
    position: absolute;
    z-index: 100;
    top: 212px;
    left: 176px;
    max-width: 600px;
}
.yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-desc .yycj-aiwabot-desc-title { 
    font-weight: 600;
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    color: #4B5158;
    text-align: left;
}
.yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-desc .yycj-aiwabot-desc-content { 
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #4B5158;
    max-width: 600px;
    margin-top: 59px;
    text-align: left;
}
.swiper-button-next-yycj, .swiper-button-prev-yycj {
    color: #858589 !important;
}
@media (max-width: 1600px) {
    .yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-desc {
        left: 126px;
        max-width: 400px;
    }
    .yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-desc .yycj-aiwabot-desc-title {
        font-size: 20px;
    }
    .yycj-aiwabot .yycj-aiwabot-content .yycj-aiwabot-desc .yycj-aiwabot-desc-content {
        font-size: 14px;
        margin-top: 40px;
    }
}

/* 客户案例 */
.khal-aiwabot {
}
.khal-aiwabot .khal-aiwabot-title { 
    margin-top: 60px;
}
.khal-aiwabot .khal-aiwabot-content { 
    margin-top: 60px;
}
.khal-aiwabot .khal-aiwabot-content .khal-aiwabot-image-box  {
    max-width: 1600px;
    max-height: 724px;
}
@media (max-width: 1600px) {
    .khal-aiwabot .khal-aiwabot-content .khal-aiwabot-image-box  {
        max-width: 1200px;
        max-height: 543px;
    }
}
.khal-aiwabot .khal-aiwabot-content .khal-aiwabot-image-box .khal-aiwabot-image {
    width: 100%;
    height: 100%;
}

/* 价格与服务 */
.jgfw-aiwabot {
    position: relative;
}
.jgfw-aiwabot::after {
    content: "";
    position: absolute;
    top: -50%; /* 调整为元素中间 */
    left: 0;
    right: 0;
    height: 100%; /* 背景图的高度 */
    background-image: url('../image/13.png');
    background-size: cover; /* 或其他合适的背景尺寸 */
    background-position: center; /* 背景图片位置 */
    z-index: -1; /* 确保背景图在内容之下 */
    opacity: 0.6;
}
.jgfw-tabs-box {
    margin-top: 60px;
    text-align: center;
}
.jgfw-tabs-box .jgfw-tabs {
    border: 1px solid #F79221;
    border-radius: 20px;
    display: inline-block;
}
.jgfw-tabs-box .jgfw-tabs .tab {
    font-family: Alibaba PuHuiTi;
    padding: 0 60px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
}
.jgfw-tabs-box .jgfw-tabs .tab.active { 
    background: linear-gradient( 90deg, #E34826 0%, #F79221 54%, #FEEC49 100%);
    color: #FFFFFF;
    border-radius: 20px;
}
.jgfw-content {
    margin-top: 54px;
}
.jgfw-content .jgfw-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.jgfw-content .jgfw-desc { 
    margin-top: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #4B5158;
    text-align: center;
}
.jgfw-vs {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jgfw-vs .jgfw-vs-l {
    background: #858589;
    border-radius: 20px;
    width: 500px;
}
@media (max-width: 1600px) {
    .jgfw-vs .jgfw-vs-l {
        width: 400px;
    }
}
.jgfw-vs .jgfw-vs-l .jgfw-vs-l-img-box {
    margin: 0 auto;
    margin-top: 68px;
    width: 269px;
    height: 159px;
}
.jgfw-vs .jgfw-vs-l .jgfw-vs-l-img-box .jgfw-vs-l-img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1600px) {
    .jgfw-vs .jgfw-vs-l .jgfw-vs-l-img-box {
        margin-top: 48px;
        width: 200px;
        height: 118px;
    }
}
.jgfw-vs .jgfw-vs-l .jgfw-vs-l-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 58px;
    margin-left: 50px;
}
.jgfw-vs .jgfw-vs-l .jgfw-vs-l-desc {
    margin-top: 26px;
    margin-left: 70px;
    margin-right: 70px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #F7F6F6;
    padding-bottom: 40px;
}
.jgfw-vs .jgfw-vs-l .jgfw-vs-l-desc li {
    list-style-type: disc; /* 设置为实心圆 */
    color: white; /* 设置文本颜色为白色 */
    margin-bottom: 12px;
}
.jgfw-vs .jgfw-vs-l .jgfw-vs-l-desc .highlight {
    color: #F79221;
    font-weight: bold;
}
.jgfw-vs .jgfw-vs-z {
    margin: 0 40px;
}
.jgfw-vs .jgfw-vs-r { 
    width: 500px;
    background: linear-gradient( 137deg, #E34826 0%, #F79221 50%, #FEEC49 100%);
    border-radius: 20px;
}
@media (max-width: 1600px) {
    .jgfw-vs .jgfw-vs-r {
        width: 400px;
    }
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-img-box {
    margin-top: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-img-box .jgfw-vs-r-img-box1 {
    width: 287px;
    height: 265px;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-img-box .jgfw-vs-r-img-box1 .jgfw-vs-r-img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1600px) {
    .jgfw-vs .jgfw-vs-r .jgfw-vs-r-img-box {
        margin-top: 49px;
    }
    .jgfw-vs .jgfw-vs-r .jgfw-vs-r-img-box .jgfw-vs-r-img-box1 {
        width: 240px;
        height: 222px;
    }
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-title {
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-top: 44px;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-desc {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 12px;
    color: #4B5158;
    margin-top: 29px;
    text-align: center;
    padding: 0 40px;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-ai-title {
    margin-left: 45px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 18px;
    color: #F7F6F6;
    margin-top: 60px;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-ai-desc {
    margin-top: 20px;
    margin-left: 45px;
    margin-right: 45px;
    padding-bottom: 40px;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-ai-desc li {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #4B5158;
    margin-bottom: 12px;
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-ai-desc li::before {
    content: ""; /* 使用空内容，因为我们将在背景中添加SVG */
    display: inline-block; /* 使背景图片与文本同行显示 */
    width: 14px; /* 图标宽度 */
    height: 14px; /* 图标高度 */
    background-image: url('../image/16.png'); /* 对号图标的路径 */
    background-size: contain; /* 保持图标比例 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    margin-right: 8px; /* 对号和文本之间的间距 */
}
.jgfw-vs .jgfw-vs-r .jgfw-vs-r-ai-desc .highlight {
    color:#000000;
    font-weight: bold;
    font-size: 16px;
}

/* 关于我们 */
.about-aiwabot {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    max-width: 1300px;
}
.about-aiwabot .about-l {
    margin-right: 64px;
}
.about-aiwabot .about-l .about-l-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.about-aiwabot .about-l .about-l-desc {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #4B5158;
    margin-top: 29px;
}
.about-aiwabot .about-r {
    width: 640px;
    height: 460px;
}

/* 联系我们 */
.contact-aiwabot {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../image/28.png');
}
.contact-aiwabot .contact-l {
    width: 700px;
    height: 440px;
    margin-right: 100px;
}
.contact-aiwabot .contact-l img {
    width: 100%;
    height: 100%;
}
.contact-aiwabot .contact-r {
    width: 650px;
}
@media (max-width: 1600px) {
    .contact-aiwabot .contact-l {
        width: 600px;
        margin-right: 50px;
    }
    .contact-aiwabot .contact-r {
        width: 550px;
    }
}
.contact-aiwabot .contact-r .contact-r-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-aiwabot .contact-r .contact-r-top .contact-title {
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 26px;
    color: #000000;
}
.contact-aiwabot .contact-r .contact-r-top .contact-qrcode {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #F79221;
    cursor: pointer;
}
.contact-aiwabot .contact-r .contact-desc {
    margin-top: 15px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #4B5158;
}
.contact-aiwabot .contact-r .contact-form {
    margin-top: 30px;
}
.contact-aiwabot .contact-r .contact-form .form-items {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-aiwabot .contact-r .contact-form .form-items .form-item {
    width: 45%;
}
.contact-aiwabot .contact-r .contact-form .form-items .form-item .title {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-aiwabot .contact-r .contact-form .form-items .form-item .title .active {
    color: #E34826;
}
.contact-aiwabot .contact-r .contact-form .form-items .form-item .input {
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.contact-aiwabot .contact-r .contact-form .form-items .form-item .input input {
    border: none;
    padding: 0 10px;
    width: 90%;
}
.contact-aiwabot .contact-btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient( 90deg, #E34826 0%, #F79221 50%, #FEEC49 100%);
    border-radius: 25px;
    margin-top: 29px;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

/* foot */
.footer {
    height: 312px;
}
.footer .footer-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-l .footer-logo { 
    display: flex;
    align-items: center;
}
.footer .footer-l .footer-logo .footer-logo-img {
    width: 208px;
    height: 45px;
    margin-right: 6px;
}
.footer .footer-l .footer-logo .footer-logo-desc {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #4B5158;
}
.footer .footer-l .footer-desc {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #858589;
    margin-top: 13px;
    max-width: 80%;
}
.footer .footer-info {
    display: flex;
    align-items: center;
    margin-top: 38px;
}
.footer .footer-info .footer-info-item {
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.footer .footer-info .footer-info-item:last-child {
    max-width: 600px;
}
@media (max-width: 1600px) {
    .footer .footer-info .footer-info-item:last-child {
        max-width: 450px;
    }
}
.footer .footer-info .footer-info-item .item-img{
    margin-right: 6px;
}
.footer .footer-info .footer-info-item .item-val {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #4B5158;
}
.footer .footer-info .footer-info-item .phone { 
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    font-size: 18px;
    color: #4B5158;
}
.footer .footer-r {
    display: flex;
    align-items: center;
}
.footer .footer-r .footer-qrcode {
    margin-right: 50px;
}
.footer .footer-r .footer-qrcode .qrcode-img {
    width: 100px;
    height: 100px;
}
.footer .footer-r .footer-qrcode .qrcode-title { 
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #858589;
    margin-top: 10px;
}
.footer .footer-agreement {
    margin-top: 40px;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #4B5158;
}
.footer .footer-agreement .title {
    cursor: pointer;
}
.footer .footer-agreement .title:first-child {
    margin-right: 10px;
}
.footer .footer-agreement .title:last-child {
    margin-left: 10px;
}
.footer .footer-bq {
    margin-top: 16px;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #858589;
}
.footer .footer-copyright {
    margin-top: 10px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 14px;
    color: #858589;
    text-align: center;
}
.footer .footer-copyright a{
    color: #858589;
    margin-right: 10px;
}

/* 客服 */
.kefu-box {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10000;
}
.kefu-box .img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.kefu-box .img img {
    width: 100%;
    height: 100%;
}
.kefu-box .img.kefu {
    margin-bottom: 15px;
}

/* 添加二维码蒙层 */
.qrcode-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qrcode-mask .mask-cont { 
    width: 600px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.08);
    border-radius: 16px;
    position: relative;
}
.qrcode-mask .mask-cont .qrcode-img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    margin-top: 70px;
}
.qrcode-mask .mask-cont .qrcode-img img { 
    width: 100%;
    height: 100%;
}
.qrcode-mask .mask-cont .qrcode-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.qrcode-mask .mask-cont .qrcode-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.qrcode-mask .mask-cont .qrcode-close img { 
    width: 100%;
    height: 100%;
}

/* 协议 */
.agreement-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agreement-mask .mask-cont { 
    width: 800px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.08);
    border-radius: 16px;
    position: relative;
}
.agreement-mask .mask-cont .title {
    font-family: Alibaba PuHuiTi;
    font-weight: normal;
    font-size: 18px;
    color: #4B5158;
    text-align: center;
    margin-top: 20px;
}
.agreement-mask .mask-cont .cont {
    margin: 20px 30px;
    height: 527px;
    overflow: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.agreement-mask .mask-cont .qrcode-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.agreement-mask .mask-cont .qrcode-close img { 
    width: 100%;
    height: 100%;
}

/* cookie政策 */
.cookie-box {
    position: fixed;
    bottom: 60px;
    left: 40px;
    z-index: 10000;
}
.cookie-box .cookie-cont {
    width: 690px;
    height: 269px;
    box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.06);
    border-radius: 24px 24px 24px 24px;
    background: #ffffff;
    padding: 0 40px;
    position: relative;
}
.cookie-box .cookie-cont .title {
    padding-top: 40px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 20px;
    color: #4B5158;
}
.cookie-box .cookie-cont .cont {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #4B5158;
    margin-top: 24px;
}
.cookie-box .cookie-cont .cont .highlight{
    color: #F79221;
    cursor: pointer;
}
.cookie-box .cookie-cont .cookie-close {
    position: absolute;
    top: 50px;
    right: 40px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cookie-box .cookie-cont .cookie-close img{
    width: 100%;
    height: 100%;
}
.cookie-box .cookie-cont .cookie-btn{
    margin: 0 auto;
    margin-top: 24px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient( 90deg, #E34826 0%, #F79221 50%, #FEEC49 100%);
    border-radius: 100px 100px 100px 100px;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}