.common_main_cont {
    width: 80%;
    margin: 0 auto; 
    background-color: #fff;
}
.content_intro {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_intro li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_intro li img {
    width: 58%;
}
.content_intro li span {
    margin-top: 15px;
    font-size: 18px;
}
/* 选项卡 */
.layui-tab-card {
    margin: 90px 0 50px;  
    border: 1px solid #C2D5FF;
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 234, 0.15), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
} 
.layui-tab-card .layui-tab-title {
    height: 55px;
    background-color: #EFF5FF;
    display: flex;
    justify-content: space-between;
    border: none;
}
.layui-tab-card .layui-tab-title li {
    line-height: 55px;
    width: 100%;
    padding: 0;
}
.layui-tab-card .layui-tab-title li::after {
    height: 55px;
}
.layui-tab-card .layui-tab-title li div {
    opacity: 0;
    height: 4px;
    background: #0069EA;
}
.layui-tab-card .layui-tab-title li span {
    font-weight: 600;
    color: #808DA1;
    font-size: 18px;
}
.layui-tab-card .layui-tab-title li img {
   display: none;
}
.layui-this div {
    opacity: 1 !important;
}
.layui-this span {
    color: #0069EA !important;
}
.layui-tab-content {
    padding: 50px 45px 40px;
    
}
.layui-tab-item .item_bg{
    display: flex !important;
    justify-content: space-between;
    /* align-items: center; */
}
.layui-tab-item .content_left {
    width: 45%;
    margin-right: 55px;
}
.layui-tab-item .content_left h2{
    margin: 80px 0 20px 0;
    font-size: 25px;
    font-weight: 600;
}
.layui-tab-item .content_left span {
    display: block;
    font-size: 18px;
    /* color: #0069ea; */
    font-weight: 600;
    margin-top: 30px;
    margin: 30px 0 15px 0;
   
}
.layui-tab-item .content_left ul li{
    margin: 10px 0;
}
.layui-tab-item .content_left ul li {
    list-style-type: disc;
    line-height: 22px;
}
.layui-tab-item .content_left ul li::marker {
    color: #0069ea;
}
.layui-carousel>[carousel-item]>* {
    background-color: #fff;
}
.layui-carousel {
    height: 460px !important;
}
/* 模板展示 */
.content_template {
    background-color: #F4F8FF;
    padding: 40px 0 80px;
}
.template_main_cont {
    width: 80%;
    margin: 0 auto; 
    background-color: #fff;
}
.content_template h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 60px;
}
.main_cont_show {
    display: flex;
    justify-content: space-between;
}
.cont_show_left {
    width: 28%;
    background-image: url(../images/content/sem-finebi02.png);
    background-size: cover;
    height: 320px;
}
.cont_show_left div {
    width: 75%;
    margin: 0 auto;
}
.cont_show_left img {
    width: 100%;
}
.cont_show_left h3 {
    margin: 60px 0 30px;
    font-size: 20px;
    font-weight: 600;
}
.cont_show_left p {
    font-size: 16px;
}
.cont_show_left button {
    width: 100%;
    margin-top: 90px;
    background-color: #0069EA;
}
.cont_show_right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}
.cont_show_right div {
    width: 28%;
    padding: 0 15px;
    cursor: pointer;
}
.cont_show_right div:hover h4 {
    color: #0069EA;
    font-weight: normal;
}
.cont_show_right div:hover img {
    transform: scale(1.05);
    transition: transform 0.5s;
}
.cont_show_right div:hover button {
    background-color: #0069EA;
    color: #fff;
}
.cont_show_right div img {
    width: 100%;
}
.cont_show_right div h4{
    margin: 15px 0;
    font-size: 18px;
}
.cont_show_right div p{
    line-height: 25px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cont_show_right div button{
    margin: 20px 0 10px 0;
    color: #0069EA;
    float: right;
    background-color: rgba(0, 105, 234, 0.15);
}
/* 场景 */
.content_map {

}
.map_content {
    width: 85%;
    margin: 0 auto;
}
.map_content h2 {
    margin-top: 70px;
    color: #2b2c2f;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.map_content p {
    margin: 20px 0 50px;
    text-align: center;
    color: #545558;
    font-size: 18px;
}
.map_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_content ul li {
    margin-bottom: 35px;
    padding: 20px 30px;
    width: 44%;
    box-shadow: 0px 4px 8px rgba(22,23,26,.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.map_content ul li:hover {
    box-shadow: 0px 16px 32px rgba(22,23,26,.1);
}
.map_li_left {
    width: 18%;
}
.map_li_left img {
    width: 100%;
}
.map_li_right {
    width: 72%;
}
.map_li_right h3 {
    font-size: 24px;
    font-weight: 600;
}
.map_li_right a {
    display: block;
    line-height: 28px;
    color: #545558;
    font-size: 16px;
    margin: 15px 0 25px;
}
.map_li_right span {
    color: #0064ff;
    font-size: 16px;
    font-weight: 500;
}
.map_li_right div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.map_li_right div img {
    width: 6%;
    margin-left: 20px;
}
/* 视频 */
.content_video {
    background-image: url(../images/content/video.png);
    background-size: cover;
    height: 80vh;
}
.content_video .video_content {
    
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.video_content_left {
    width: 45%;
    height: 330px;
    position: relative;
}
.video_first {
    top: 0%;
    width: 100%;
    position: absolute;
}
.video_icon {
    position: absolute;
    width: 15%;
    top: 42%;
    left: 42%;
    cursor: pointer;
    transition: transform 0.5s ease;
}
.video_icon:hover {
    transform: scale(1.2)
}
.video_content_right {
    width: 40%;
    color: #fff;
}
.video_content_right h2 {
    font-size: 30px;
    font-weight: 600;
}
.video_content_right p {
    margin: 20px 0;
    line-height: 30px;
    font-size: 16px;
}
.video_content_right button {
    padding: 10px 35px;
    color: #000;
    border: none;
    border-radius: 12px;
    pointer-events: none;
    opacity: .8;
    background-color: #cccccc !important;
}
.video_content_right button:hover {
    background-color: #016cd0;
}
.video {
    display: none;
    position: fixed; /* 使遮罩层固定定位 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明遮罩层 */
    z-index: 1000; /* 确保遮罩层在其他内容之上 */
    
}
.video .video_bg {
    width: 60%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_bg video {
    width: 100%;
    object-fit: cover;
}
.video_close {
    width: 3%;
    position: absolute;
    right: 2%;
    top: 2%;
    cursor: pointer;
}
/* 功能展示 */
.content_feature {
    padding: 50px 0;
}
.content_feature h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 60px;
}
.content_feature_main {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content_feature_main .feature_bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 29%;
    box-shadow: 0px 4px 20px 0px rgba(0,105,234,0.1), inset 0px -2px 3px 0px rgba(255,255,255,0.8);
    border-radius: 4px;
    padding: 30px 0;
    margin: 0 2.1% 3% 2.1%;
    transition: border-color 0.3s ease-out;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease; /* 动画持续时间和效果 */
    transform: translateY(0); /* 初始状态，盒子在原位置 */
}
.feature_bg:hover {
    transform: translateY(-15px); /* 鼠标移入时，盒子向上移动20像素 */
}
.feature_bg:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    transform: translate(-50%);
}
.feature_bg:hover::after {
    height: 2px;
    animation: ad_width .5s linear forwards;
    background: #0069EA ;
}
@keyframes ad_width {
    from {
        width: 0
    }

    to {
        width: 100%;
    }
}

.feature_bg img {
    height: 60px;
}
.content_feature_main .feature_bg h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
    color: #333333;
}
.content_feature_main .feature_bg p {
    line-height: 28px;
    width: 70%;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 在线体验 */
.content_exper {
    width: 100%;
    background-image: url(../images/content/experience.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 430px;
}
.content_exper_main {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.exper_main_right h2 {
    font-size: 22px;
    color: #fff;
    margin-top: 50px;
}
.exper_main_right a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 15px 0 35px 0;
}
.exper_main_right div {
    display: flex;
    justify-content: space-between;
}
.exper_main_right div .layui-btn {
    border-radius: 20px;
}
.btn_use {
    background: #fff;
    color: #0069EA;
}
.btn_use:hover {
    color: #0069EA;
}
.click_online {
    border: none !important;
    pointer-events: none;
    opacity: .8;
    color: #fff;
    background-color: #cccccc !important;
}
.click_support {
    background-color: #cccccc !important;
    border: 1px solid#cccccc !important;
    pointer-events: none;
    color: #000;
}
::-webkit-scrollbar {
    width: 1%; /* 修改宽度 */
}
/* 修改滚动条轨道背景色 */
::-webkit-scrollbar-track {
   background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
::-webkit-scrollbar-thumb {
   background-color: #888;
}

/* 修改滚动条滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
   background-color: #555;
}

/* 修改滚动条滑块移动时的颜色 */
::-webkit-scrollbar-thumb:active {
   background-color: #333;
}

/* 修改滚动条滑块的圆角 */
::-webkit-scrollbar-thumb {
   border-radius: 5px;
}