/*
	鼎业每个页面都需引入的样式表
	创建于：2024年3月5日14:40:45
*/
.headerBox {}

@font-face {
    font-family: 'Source Han Sans CN';
    src: url('/static/addons/cms/font/font-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPPOSANS-R';
    src: url('/static/addons/cms/font/OPPOSANS-R.TTF');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    /* overflow-x: hidden; */
    width: 100%;
}

/*清除或重置浏览器默认样式*/
* {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}

body {
    font-size: 14px;
    color: #505559;
    font-family: 'Source Han Sans CN';
}

inupt,
button,
textarea,
select {
    font-family: 'Source Han Sans CN';
}

a {
    text-decoration: none;
}

/*清浮动*/
.clear:after {
    display: block;
    content: '';
    clear: both;
}


/*公共样式-----------------------------------------------------st*/
.w100 {
    width: 100vw;
    min-width: 1210px;
}

.w1210 {
    width: 1292px;
    margin: 0 auto;
}

.w47 {
    width: 905px;
    margin: 0 auto;
}

.fixed_bigWrp {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    height: 90px;
    border-bottom: 1px solid #f0f0f0;
    transition: box-shadow 0.2s ease;
    /* 更快的过渡效果 */
}

/* 滚动时触发的阴影 */
.fixed_bigWrp.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* 柔和的下阴影 */
}

.fixed_bigBg {
    display: block;
    width: 200px;
    margin-left: 64px;
    background: url(/static/addons/cms/images/cnEn_bg_0.png) no-repeat;
    cursor: pointer;
}

/*导航*/

.dingye_nav {
    position: relative;
}

.dingye_navBox>li {
    float: left;
}

.dingye_navBox>li>a {
    color: #595959;
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 500;
    padding-right: 20px;
}

.dingye_navBox>li>a>span {
    display: block;
    line-height: 90px;
    padding: 0 14px;
    position: relative;
}

.dingye_navBox>li>a>.funNav_tit::after {
    content: '';
    display: block;
    position: absolute;
    top: 39px;
    left: -7px;
    margin-left: 80px;
    width: 12px;
    height: 12px;
    /* background-image: url(/static/addons/cms/images/CaretDown.png); */
    background-size: 100% 100%;
}

/* .dingye_navBox>li>a>.funNav_tit:hover::after { */
/* background-image: url(/static/addons/cms/images/CaretUp.png) !important; */
/* } */

.dingye_navBox>li:first-child>a>.funNav_tit::after {
    left: -3px;
}



/* .dingye_navBox>.cur>a>.funNav_tit::after {
    background-image: url(/static/addons/cms/images/CaretDown.png);
} */

.dingye_navBox>li:first-child>a>.funNav_tit::after {
    margin-left: 105px;
}

.dingye_navBox>li>a>.funNav_home::after {
    margin-left: 75px;
}

/* .dingye_navBox>li>a>.funNav_tit:first-child::after {
    margin-left: 104px;
} */

.dingye_navBox>li>a>.funNav_tit_en {
    font-weight: normal;
    font-size: 14px;
}

/* .dingye_navBox>li>a:hover,
.dingye_navBox>li.cur .funNav_tit {
    color: #fff;
} */

.dingye_navBox>li {
    position: relative;
}

.dingye_navBox>li.cur>a {
    color: #13c2c2;
    /* font-weight: 600; */
}

.dingye_navBox>li.cur_hover>a {
    color: #13c2c2;
    /* font-weight: 600; */
}

.dingye_navBox>li>ol {
    color: #505559;
    width: 110px;
    z-index: 9999;
    position: absolute;
    display: none;
    left: -14px;
    top: 90px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0 0px 10px 10px;
}

/*.dingye_navBox>li:nth-child(2)>ol {*/
/*    width: 142px;*/
/*}*/

/*.dingye_navBox>li:nth-child(5)>ol {*/
/*    width: 140px;*/
/*    left: -14px;*/
/*}*/

.dingye_navBox>li>ol>li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
}

.dingye_navBox>li>ol>li:last-child {
    border-bottom: 0px;
}

.dingye_navBox>li>ol>li.cur>a {
    color: #13c2c2;
    /* font-weight: 600; */
}

.dingye_navBox>li>ol>li.cur_hover>a {
    color: #13c2c2;
    /* font-weight: 600; */
}

.dingye_navBox>li>ol a {
    color: #505559;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0 6px 0;
    display: block;
}

.cnEn_wrpBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 64px;
}

.phonebox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    position: relative;
}

.phonebox>.contact {
    padding-left: 6px;
}

.phonebox>.contact>.top {
    color: #7e868c;
    font-weight: 400;
}

.phonebox>.contact>.button {
    color: #595959;
    font-family: 'OPPOSANS-R';
    font-weight: 600;
}

.phonebox::after {
    content: '';
    position: absolute;
    left: 148px;
    width: 1px;
    height: 13px;
    background-color: #e8e8e8;
    background-size: 100% 100%;
}

.emailbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.emailbox>.contact {
    padding-left: 6px;
}

.emailbox>.contact>.top {
    color: #7e868c;
    font-weight: 400;
}

.emailbox>.contact>.button {
    color: #595959;
    font-family: 'OPPOSANS-R';
    font-weight: 600;
}

.emailbox::after {
    content: '';
    position: absolute;
    left: 106px;
    width: 1px;
    height: 13px;
    background-color: #e8e8e8;
    background-size: 100% 100%;
}

.cur_email>.contact>span {
    color: #13c2c2 !important;
}

.cur_email>.emailimg {
    width: 32px;
    height: 32px;
    /*background-color: #f5f5f5 !important;*/
    background: url(/static/addons/cms/images/cur_email.png) no-repeat;
    background-position: center center;
}

.phoneimg {
    width: 32px;
    height: 32px;
    /*background-color: #f5f5f5 !important;*/
    background: url(/static/addons/cms/images/phone1.png) no-repeat;
    background-position: center 5px;
}

.emailimg {
    width: 32px;
    height: 32px;
    /*background-color: #f5f5f5 !important;*/
    background: url(/static/addons/cms/images/email.png) no-repeat;
    background-position: center center;
}

/* 鼎业简介 */

.default_hdBox {
    text-align: center;
}

.default_hdBox>.default_hd1 {
    font-family: 'Source Han Sans CN';
    font-weight: 700;
    font-size: 32px;
    margin-top: 80px;
    position: relative;
    color: #252525;
}

.default_hdBox>.more {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #13c2c2;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 32px;
    position: relative;
}

.default_hdBox>.more>a {
    position: relative;
    color: #13c2c2;
}

.default_hdBox>.more>a::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    background-image: url(/static/addons/cms/images/ArrowRight_1.png);
    background-size: 100% 100%;
    top: 4px;
    right: -22px;
}

.default_hdBox>.more:hover>a {
    color: #00474f;
}

.default_hdBox>.more:hover>a::before {
    background: url(/static/addons/cms/images/ArrowRight_2.png) no-repeat;
}

.default_hdBox>.default_hd1::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 52px;
    height: 2px;
    margin-left: -25px;
    background: #13c2c2;
}

.default_hdBox>.introCon_box {
    line-height: 28px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 150px;
    margin-top: 20px;
    color: #505559;
}

.default_hdBox>.introCon_box>.introCon_txt>.p_indent {
    text-indent: 2em;
}

.default_hdBox>.introCon_box>.introCon_txt>.p_indent {
    text-indent: 2em;
}

.default_hdBox>.other_box {
    display: flex;
    justify-content: center;
    font-family: 'Source Han Sans CN';
    margin-top: 15px;
}

.default_hdBox>.other_box>.other_txt {
    padding: 0 36px;
    border-right: 1px solid #e1e1e1;
}

.default_hdBox>.other_box>.other_txt:last-child {
    border-right: 0px;
}

.default_hdBox>.other_box>.other_txt>.other_number {
    font-weight: 600;
    font-size: 32px;
    font-family: 'OPPOSANS-R';
    color: #13c2c2;
    padding-bottom: 8px;
}

.default_hdBox>.other_box>.other_txt>.other_str {
    font-weight: 400;
    font-size: 16px;
    color: #7e868c;
}

/* 经典案例 */
.case_item {
    display: block;
    width: 410px;
    height: 383px;
    background-color: #f5f5f5;
    border: 12px solid #f5f5f5;
}

.case_item>.case_imgbox {
    width: 382px;
    height: 156px;
    margin: 13px;
    overflow: hidden;
}

.case_item>.case_imgbox>img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    /* 控制图片填充方式 */
}

.case_item:hover>.case_imgbox>img {
    transform: scale(1.1);
}

.case_item>.case_lawyerbox {
    display: flex;
    align-items: center;
    padding-left: 13px;
    padding-top: 54px;
    font-family: 'Source Han Sans CN';
    color: #13c2c2;
    font-size: 14px;
}

.case_item>.case_lawyerbox>.case_lawyerimg {
    display: flex;
}

.case_item>.case_lawyerbox>.case_lawyerimg>.case_lawyerimgbox {
    width: 38px;
    height: 38px;
    margin-left: -15px;
}

.case_item>.case_lawyerbox>.case_lawyerimg>.case_lawyerimgbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px 0px;
    border-radius: 20px;
    border: 1px solid #ffffff;

}

.case_item>.case_lawyerbox>.case_lawyerimg>.case_lawyerimgbox:first-child {
    margin-left: 0px;
}

.case_item>.case_lawyerbox>.case_lawyertext {
    margin-left: 13px;
    margin-right: 13px;
}

.case_item>.case_text>p {
    font-family: 'Source Han Sans CN';
    padding-left: 13px;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 30px;
}

.case_item>.case_text>.case_title {
    color: #505559;
    font-size: 18px;
    font-weight: 600;
}

.case_item:hover>.case_text>p {
    color: #13c2c2;
}

.dingye_case .case_item {
    width: auto;
    height: auto;
    border: 0px;
}

/* 轮播图 */

.btn_box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.swiper1 {
    height: 145px;
    padding-bottom: 120px;
}

.swiper1>.swiper-wrapper>.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    /* 自适应内容 */
    flex-shrink: 0;
    /* 防止被压缩 */
    max-width: 300px;
    /* ⭐ 关键：限制最大宽度 */
    padding: 20px;
}

.swiper1>.swiper-wrapper>.swiper-slide img {
    width: 100%;
    /* 图片填满 slide */
    height: auto;
    /* 高度自适应 */
    display: block;
    max-width: 300px;
    /* ⭐ 关键：限制图片最大宽度 */
}

.dingye_teamBox>.swiper-container>.swiper-wrapper>.swiper-slide {
    width: 420px !important;
}

.dingye_teamBox>.swiper-container>.swiper-wrapper>.swiper-slide-next+.swiper-slide {
    border-left: 1px solid #afafaf !important;
}

.dingye_teamBox>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-next {
    border-left: 1px solid #afafaf !important;
}




.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper2 {
    height: 100%;
}

.swiperBtn {
    margin-right: 32px;
    width: 40px;
    height: 40px;
    background: url(/static/addons/cms/images/swiperBtn.png) no-repeat;
    cursor: pointer;
}

.swiperBtn:hover {
    background: url(/static/addons/cms/images/swiperBtnhover.png) no-repeat;
}

.swiperBtn_r {
    width: 40px;
    height: 40px;
    background: url(/static/addons/cms/images/swiperBtn_r.png) no-repeat;
    cursor: pointer;
}

.swiperBtn_r:hover {
    background: url(/static/addons/cms/images/swiperBtnhover_r.png) no-repeat;
}

/* 鼎业动态 */
.trends_bg {
    width: 100%;
    background: url(/static/addons/cms/images/bg.png);
    /* 替换为您的实际图片路径 */
    background-repeat: repeat;
    background-size: 100% 100%;
}

.trends_bg>.dingye_introWrp>.default_hdBox {
    padding-top: 40px;
    padding-bottom: 40px;
}

.trends_bg>.dingye_introWrp>.default_hdBox>.default_hd1 {
    margin-top: 0px;
}

.trends_bg>.dingye_introWrp>.trends_morebox {
    display: flex;
    align-items: center;
    height: 113px;
}

.trends_bg>.dingye_introWrp>.trends_morebox>.trends_more {
    display: block;
    margin: 0 auto;
    width: 88px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 2px solid #d9d9d9;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #505559;
    border-radius: 4px;
    cursor: pointer;
}

.trends_bg>.dingye_introWrp>.trends_morebox>.trends_more:hover {
    background-color: #e0e0e0;
}

#slidebox {
    background: rgba(255, 255, 255, 0.1);
}

#slidebox>div {
    background: rgba(255, 255, 255, 0.1);
    border-top: 2px solid #f5f5f5;
}

#slidebox>div:first-child>p {
    display: none;
}

#slidebox>div:first-child>a {
    display: block;
}

#slidebox>div>p {
    position: relative;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    line-height: 70px;
    font-family: 'Source Han Sans CN';
    font-weight: 600;
    color: #505559;
    font-size: 18px;
    padding-left: 15px;
    height: 70px;
    cursor: pointer;
}

#slidebox>div>p>span {
    font-weight: 500;
    font-size: 12px;
    color: #7e868c;
    padding-left: 20px;
    position: absolute;
    right: 95px;
}

#slidebox>div:hover>p {
    background-color: #e4e4e4;
    color: #13c2c2;
}

#slidebox>div:hover>a>.slidetextbox>.slidetime>span {
    color: #13c2c2 !important;
}

#slidebox>div:hover>a>.slidetextbox>.slidetime_title {
    color: #13c2c2 !important;
}

#slidebox>div:hover>a>.slidetextbox>.slidetime_text {
    color: #13c2c2 !important;
}

.caret::after {
    content: '';
    display: block;
    position: relative;
    top: -52px;
    margin-left: 74%;
    width: 16px;
    height: 16px;
    background-image: url(/static/addons/cms/images/CaretDown.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.caret.cur_hover::after {
    background-image: url(/static/addons/cms/images/CaretUp1.png);
}

#slidebox>div>p::after {
    content: '';
    display: block;
    position: relative;
    top: -51px;
    margin-left: 95%;
    width: 32px;
    height: 32px;
    background-image: url(/static/addons/cms/images/PlusSquare.png);
    background-size: 100% 100%;
    cursor: pointer;
}


#slidebox>div>a {
    width: 100%;
    height: 270px;
    display: none;
}

#slidebox>div>a>.slidetextbox {
    width: calc(94% - 296px);
    float: left;
}

#slidebox>div>a>.slidetextbox>.slidetime {
    font-family: 'Source Han Sans CN';
    color: #7e868c;
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 40px;
}

#slidebox>div>a>.slidetextbox>.slidetime>.slidetime_m {
    float: left;
}

#slidebox>div>a>.slidetextbox>.slidetime>.slidetime_y {
    font-family: 'Source Han Sans CN';
    color: #7e868c;
    font-size: 14px;
    padding-top: 6px;
    padding-left: 14px;
    float: left;
}

#slidebox>div>a>.slidetextbox>.slidetime_title {
    clear: both;
    font-family: 'Source Han Sans CN';
    color: #505559;
    font-weight: 600;
    font-size: 18px;
}

#slidebox>div>a>.slidetextbox>.slidetime_text {
    font-family: 'Source Han Sans CN';
    color: #343434;
    font-size: 14px;
    line-height: 28px;
    padding-top: 12px;
    opacity: .8;
}

#slidebox>div>a>.slidetextbox>.more {
    display: flex;
    color: #13c2c2;
    font-size: 14px;
    padding-left: 22px;
    padding-top: 65px;
    line-height: 8px;
    position: relative;
    cursor: pointer;
}

#slidebox>div>a>.slidetextbox>.more>p {
    position: relative;
}

#slidebox>div>a>.slidetextbox>.more>p::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 13px;
    background-image: url(/static/addons/cms/images/ArrowRight_1.png);
    background-size: 100% 100%;
    top: -2px;
    right: -22px;
}


#slidebox>div>a>.slideimgbox {
    float: left;
    width: 296px;
    height: 222px;
    margin: 24px;
    overflow: hidden;
}

#slidebox>div>a>.slideimgbox>img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

#slidebox>div>a:hover>.slideimgbox>img {
    transform: scale(1.1);
}


/* 服务客户 */

.dingye_customBox>.default_hdBox>.default_hd1 {
    margin-bottom: 20px;
}

.dingye_footerBox {
    height: 380px;
    background-color: #f5f5f5;
}

.dingye_footerBox>.footerBox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d0d0d0;
}

.dingye_footerBox>.footer_copy {
    text-align: center;
    font-family: 'Source Han Sans CN';
    color: #7e868c;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
}

.dingye_footerBox>.footer_copy {
    text-align: center;
    font-family: 'Source Han Sans CN';
    color: #7e868c;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
}

#slidebox>div>a>.slideimgbox>img .dingye_footerBox>.footer_copy>p>a {
    color: #7e868c;
}

.dingye_footerBox>.footer_copy>p>a {
    color: #7e868c;
}

.navigationbox {
    height: 275px;
    padding-top: 30px;
    color: #505559;
}

.navigationbox>.navigation_title {
    font-family: 'Source Han Sans CN';
    color: #505559;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.footer_contact {
    padding-top: 30px;
}

.footer_contact>.navigation_title {
    font-family: 'Source Han Sans CN';
    color: #505559;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.footer_contact>.imgbox {
    width: 164px;
    height: 164px;
    float: left;
    margin-right: 20px;
    text-align: center;
    color: #505559;
    font-size: 16px;
}

.footer_contact>.imgbox>p {
    padding-top: 16px;
}


.navigationbox>.navigation_ol>ol {
    float: left;
}

.navigationbox>.navigation_ol>ol>li>a {
    font-size: 14px;
    display: block;
    padding-bottom: 16px;
    padding-right: 70px;
    color: #505559;
}

.navigationbox>.navigation_ol>ol>li>a:hover {
    color: #13c2c2;
}

.navigationbox>.navigation_ol>ol>li>a:first-child {
    color: #b8b8b8;
}

/* 微信弹出层 */


.masked {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /* 定位为固定位置 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明遮罩 */
    z-index: 1000;
    /* 确保遮罩在其他内容之上 */
}

.masked>.masked_box {
    position: relative;
    width: 284px;
    height: 284px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 15px;
    color: #000;
}

.masked>.masked_box>.masked_text {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.masked>.masked_box>.masked_img {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.masked>.masked_box>.masked_img>img {
    width: 160px;
    height: 160px;
}

.masked>.masked_box>.masked_multiply {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.r_toTop {
    display: none;
    opacity: 1;
    position: fixed;
    right: 1%;
    bottom: 160px;
    z-index: 9999;
    background-color: #cfcfcf;
}

.r_toTop>a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/static/addons/cms/images/top_bg.png) no-repeat;
}

.r_toTop>a:hover {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/static/addons/cms/images/top_bg_hover.png) no-repeat;
}

.contactbox {
    width: 40px;
    height: 40px;
    background-color: #e6fffb !important;
    background: url(/static/addons/cms/images/CustomerService.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    right: 1%;
    bottom: 217px;
    z-index: 9999;
}

.contactbox:hover {
    width: 40px;
    height: 40px;
    background: url(/static/addons/cms/images/CustomerService_check.png) no-repeat;
    background-position: center center;
}

.studycase_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
}

.studycase_box::after {
    content: "";
    width: 406px;
}

.studycase_box>.case_item {
    display: block;
    width: 378px;
    height: 465px;
    margin-top: 80px;
}

.studycase_box>.case_item>.case_imgbox {
    width: auto;
    height: auto;
}

.studycase_box>.case_item>.case_text>p {
    padding-top: 20px;
}

.studycase_box>.case_item>.case_lawyerbox {
    padding-top: 8px;
}

.dingye_teamBox {
    width: 1292px;
    margin: 0 auto;
    overflow-x: hidden;
}

.toggle-container {
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.toggle-button {
    width: 60px;
    height: 35px;
    background-color: #f5f5f5;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-button .toggle-handle {
    width: 25px;
    height: 25px;
    background-color: #13c2c2;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 28px;
    transition: left 0.3s;
}

.toggle-button.active .toggle-handle {
    left: 5px;
}

.lang-en {
    color: #8c8c8c;
}

.lang-label {
    margin: 0 10px;
    font-family: sans-serif;
}

.case_box>.bgcolor {
    background-color: #fff;
}

.case_box>.bgcolor:hover {
    background-color: #fff !important;
    border: 1px solid #13c2c2 !important;
}

.container {
    background: #f5f7fa;
    padding-top: 40px;
    padding-bottom: 40px;
}

.zt_container {
    padding-top: 80px;
    padding-bottom: 20px;
}

.content-wrapper {
    width: 1292px;
    height: 188px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.zt_content-wrapper {
    width: 1292px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* 左侧专题介绍 */
.intro-section {
    flex: 0 0 378px;
    padding-right: 20px;
}

.zt_intro-section {
    flex: 0 0 378px;
    padding-right: 20px;
}


.intro-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 2px solid #1cb1c3;
    line-height: 1.2;
}

.zt_intro-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    padding-left: 12px;
    border-left: 2px solid #1cb1c3;
    line-height: 1.2;
}

.intro-desc {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 2;
    text-align: justify;
}

/* 右侧标签区域 */
.tags-section {
    flex: 1;
}

.tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-item {
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    background-color: #e8f5f3;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid transparent;
}

.tag-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 183, 165, 0.2);
}

/* 高亮标签 */
.tag-item:hover {
    background-color: #1cb1c3;
    color: #fff;
}

/* 响应式 */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .intro-section {
        flex: none;
        padding-right: 0;
    }

    .tags-grid {
        justify-content: center;
    }
}

/* ⭐ container → advantage-box */
.advantage-box {
    width: 1292px;
    margin: 0 auto;
    background: #fff;
    padding-top: 70px;
}

/* ⭐ section-header → advantage-header */
.advantage-header {
    padding-bottom: 37px;
}

/* ⭐ section-title → advantage-heading */
.advantage-heading {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding-left: 12px;
    border-left: 2px solid #1cb1c3;
    line-height: 1.2;
}

/* ⭐ advantages-grid → advantage-cards */
.advantage-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* ⭐ advantage-item → advantage-card */
.advantage-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #eee;
    padding-top: 70px;
}

/* 图标 */
.advantage-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8f5f3;
    border-radius: 8px;
    color: #1cb1c3;
}

.advantage-icon svg {
    width: 20px;
    height: 20px;
}

/* 标题 */
.advantage-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* 描述 */
.advantage-card-desc {
    font-size: 14px;
    color: #888;
    line-height: 2;
    text-align: justify;
}

/* 响应式 */
@media (max-width: 768px) {
    .advantage-cards {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.advantage-icon1::after {
    content: '';
    display: block;
    position: relative;
    top: -186px;
    margin-left: 0%;
    width: 24px;
    height: 24px;
    background-image: url(/static/addons/cms/images/advantage-icon1.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.advantage-icon2::after {
    content: '';
    display: block;
    position: relative;
    top: -186px;
    margin-left: 0%;
    width: 24px;
    height: 24px;
    background-image: url(/static/addons/cms/images/advantage-icon2.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.advantage-icon3::after {
    content: '';
    display: block;
    position: relative;
    top: -186px;
    margin-left: 0%;
    width: 24px;
    height: 24px;
    background-image: url(/static/addons/cms/images/advantage-icon3.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.lawyer-wrapper {
    width: 1292px;
    margin: 0 auto;
}

/* ⭐ 主容器 - service-section */
.service-section {
    background: #1cb1c3;
    padding: 0px 20px;
    padding-top: 26px;
    padding-bottom: 160px;
    color: #fff;
}

/* ⭐ 内容容器 - service-wrapper */
.service-wrapper {
    margin: 0 auto;
}

/* ⭐ 标题区域 - service-heading */
.service-heading {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #fff;
}

/* ⭐ 服务网格 - service-grid */
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* ⭐ 服务卡片 - service-card */
.service-card {
    width: 198px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* ⭐ 图标容器 - service-icon-box */
.service-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
}

.service-icon-box svg {
    width: 32px;
    height: 32px;
}

/* ⭐ 卡片标题 - service-card-title */
.service-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* ⭐ 卡片描述 - service-card-desc */
.service-card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    text-align: left;
}

/* ⭐ 分割线 - service-divider */
.service-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 40px 0;
}

/* ⭐ 按钮区域 - service-btn-area */
.service-btn-area {
    text-align: center;
}

/* ⭐ 按钮 - service-btn */
.service-btn1 {
    width: 96px;
    height: 34px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 48px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-top: 10px;
}

.service-btn1:hover {
    background-color: #fff;
    color: #16a085;
    border-color: #fff;
}

/* 响应式 */
@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-heading {
        font-size: 20px;
    }
}

/* ⭐ 主容器 - case-container */
.case-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}

/* ⭐ 内容布局 - case-layout */
.case-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    position: relative;
}

/* ⭐ 左侧图片 - case-image-box */
.case-image-box {
    flex: 0 0 495px;
    border-radius: 8px;
    overflow: hidden;
}

.case-image-box1 {
    flex: 0 0 400px;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: -126px;
    left: -130px;
}

.case-image-box1 img {
    width: 588px;
    height: 762px;
    object-fit: cover;
    display: block;
}



.case-image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* ⭐ 右侧内容 - case-content */
.case-content {
    flex: 1;
}

/* ⭐ 标题区域 - case-header */
.case-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

/* ⭐ 主标题 - case-main-title */
.case-main-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding-left: 12px;
    border-left: 2px solid #1cb1c3;
    line-height: 1.2;
}

/* ⭐ 案例列表 - case-list */
.case-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ⭐ 案例项 - case-item */
.case-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.case-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* ⭐ 案例标题 - case-item-title */
.case-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
}

.case-item-title:hover {
    color: #1cb1c3;
}

/* ⭐ 案例描述 - case-item-desc */
.case-item-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.8;
    text-align: justify;

    /* 省略号效果 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-item-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 33px;
    border-bottom: 2px solid #ddd;
    text-decoration: none;
    /* 移除下划线 */
    color: inherit;
    /* 继承文字颜色 */
    transition: all 0.3s ease;
    cursor: pointer;
}

.case-item-link:last-child {
    border-bottom: 0px;
}

.case-item-link:first-child {
    padding-top: 0px;
}

/* 响应式 */
@media (max-width: 992px) {
    .case-layout {
        flex-direction: column;
    }

    .case-image-box {
        flex: none;
        width: 100%;
    }

    .case-image-box img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .case-container {
        padding: 20px;
    }

    .case-main-title {
        font-size: 20px;
    }

    .case-item-title {
        font-size: 15px;
    }
}

.big_font {
    font-size: 32px;
    color: #13c2c2;
}

.big_font_text {
    color: #8c8c8c;
    padding-right: 139px;
}

.big_font_text:last-child {
    padding-right: 0px;
}

/* ⭐ 主容器 - innovation-section */
.innovation-section {
    margin: 0 auto;
    margin-top: 75px;
    padding-top: 40px;
    background-color: #f8f8f8;
}

/* ⭐ 页面标题 - innovation-page-title */
.innovation-page-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
    padding-left: 15px;
    border-left: 2px solid #13c2c2;
    line-height: 1.2;
}

/* ⭐ 创新模块 - innovation-block */
.innovation-block {
    display: flex;
    align-items: flex-start;
    gap: 120px;
    margin-bottom: 105px;
}

.innovation-block1 {
    display: flex;
    align-items: flex-start;
    gap: 55px;
    margin-bottom: 75px;
}

/* ⭐ 第二个模块反转 - innovation-block-reverse */
.innovation-block-reverse {
    flex-direction: row-reverse;
}

/* ⭐ 图片区域 - innovation-visual */
.innovation-visual {
    flex: 0 0 450px;
    border-radius: 8px;
    overflow: hidden;
}

.innovation-visual1 {
    flex: 0 0 263px;
    border-radius: 8px;
    overflow: hidden;
}

.innovation-visual2 {
    flex: 0 0 348px;
    border-radius: 8px;
    overflow: hidden;
}

.innovation-visual img {
    width: 100%;
    height: auto;
    display: block;
}

/* ⭐ 内容区域 - innovation-content */
.innovation-content {
    flex: 1;
}

/* ⭐ 模块标题 - innovation-block-title */
.innovation-block-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #595959;
    margin-bottom: 25px;
}

/* ⭐ 标题图标 - innovation-title-icon */
.innovation-title-icon {
    width: 32px;
    height: 32px;
    color: #13c2c2;
    flex-shrink: 0;
}

/* ⭐ 段落文本 - innovation-text */
.innovation-text {
    font-size: 14px;
    color: #262626;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
}

.innovation-text:last-child {
    margin-bottom: 0;
}

/* 响应式 */
@media (max-width: 992px) {

    .innovation-block,
    .innovation-block-reverse {
        flex-direction: column;
    }

    .innovation-visual {
        flex: none;
        width: 100%;
    }

    .innovation-visual img {
        height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    body {
        padding: 30px 15px;
    }

    .innovation-section {
        padding: 0;
    }

    .innovation-block {
        padding: 25px;
        margin-bottom: 40px;
    }

    .innovation-page-title {
        font-size: 20px;
    }

    .innovation-block-title {
        font-size: 16px;
    }

    .innovation-text {
        font-size: 13px;
    }
}

.innovation-visual1 .kj1 {
    width: 263px;
    height: 294px;
}

.innovation-visual1 .kj2 {
    width: 348px;
    height: 388px;
}

.innovation-content {
    padding-top: 40px;
}

.innovation-content1 {
    padding-top: 120px;
}

/* --- 遮罩层样式 (关键修改) --- */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 修改点1: 改为浅色半透明背景，符合图片风格 */
    background-color: #dddddd;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* --- 弹窗容器样式 --- */
.popup-box {
    background-color: #fff;
    /* 为了匹配图片的质感，添加轻微边框和阴影 */
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 400px;
    padding: 24px;
    border-radius: 4px;
    text-align: left;
}

.popup-header {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.popup-url {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
    word-break: break-all;
    line-height: 1.5;
}

.popup-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    padding-top: 4px;
}

.popup-footer {
    border-top: 1px solid #e8e8e8;
    padding-top: 16px;
    text-align: center;
}

.countdown-text {
    font-size: 14px;
    color: #40a9ff;
}

.team-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 32px;
}

.team-btn-details {
    width: 78px;
    background-color: #fff;
    border: 1px solid #13c2c2;
    color: #13c2c2;
    padding: 11px 21px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    text-decoration: none;
}

.team-action:hover .team-btn-details {
    border-color: #13c2c2;
    color: #fff;
    background-color: #13c2c2;
}

.team-action .team-btn-details svg {
    width: 16px;
    height: 16px;
}

.team-btn-details:hover svg {
    transform: translateX(2px);
}