/*
:root{
    --primary-color: #FF6B35;
    --secondary-color: #5F2B8C;
    --theme-color-one: #4158D0;
    --theme-color-two: #202C38;
    --titillium: 'Titillium Web', sans-serif;
    --manrope: 'Manrope', sans-serif;
} */

:root{
    --primary-color: #FF6B35;   /* 活力橙 - 主色，用于按钮、图标、标题 */
    --secondary-color: #5F2B8C; /* 深邃紫 - 辅色，用于悬停、点缀 */
    --theme-color-one: #4158D0; /* 科技蓝 - 用于细节，如搜索框边框、图标 */
    --theme-color-two: #202C38;  /* 深灰色 - 保持不变，用于文字和背景 */
   
    --titillium: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
    --manrope: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;

    --text-primary: #333333;  /* 主文本：深灰，符合国内阅读习惯（替代国外常用的纯黑） */
    --text-secondary: #666666;/* 次文本：中灰，用于说明文字 */
}


* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}  
body {
    font-size:16px;    
   /* line-height:26px; */
    font-weight:400;
    background-size:cover;
    font-family: var(--manrope);
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;


    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif; /* 替换国外无衬线字体 */
    color: var(--text-primary);
    line-height: 1.7; /* 提升行高，更易阅读长文本（学历政策/报名说明） */


}
.boxed_wrapper {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.container{
    max-width: 1450px;
    width: 100%;
}
.fluid-container{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.container, 
.container-fluid, 
.container-xxl, 
.container-xl, 
.container-lg, 
.container-md, 
.container-sm{
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}
a{
    text-decoration:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}  
a:hover{
    text-decoration:none;
    outline:none;
}  
input,button,select,textarea{
    font-weight: 400;
    font-size: 14px;
    background: transparent;
}  
::-webkit-input-placeholder {
    color: inherit;
}  
::-moz-input-placeholder {
    color: inherit;
}  
::-ms-input-placeholder {
    color: inherit;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}
button:focus,
input:focus,
textarea:focus{
    outline: none;
    box-shadow: none;
}  
p{  
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    font-family: var(--manrope);
}  
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-family: var(--titillium);
}
h1{
    font-size: 90px;
    line-height: 100px;
}
h2 { font-size: 36px; line-height: 46px; }  /* 原42px */
h3 { font-size: 28px; line-height: 38px; }
h4 { font-size: 22px; line-height: 32px; }
h5{
    font-size: 20px;
    line-height: 30px;
}
h6{
    font-size: 16px;
    line-height: 28px;
}
.centred{
    text-align: center;
}  
.pull-left{
    float: left;
}  
.pull-right{
    float: right;
}
figure{
    margin: 0px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.mb_20{
    margin-bottom: 20px;
}
.mb_25{
    margin-bottom: 25px;
}
.mb_30{
    margin-bottom: 30px;
}
.mb_40{
    margin-bottom: 40px;
}
.mb_50{
    margin-bottom: 50px;
}
.mb_60{
    margin-bottom: 60px;
}
.mb_70{
    margin-bottom: 60px;
}
/** Defult Form **/

.sec_padding_70{
    padding: 70px 0px;
}
.sec_padding_110{
    padding: 110px 0px;
}
.sec_padding_120{
    padding: 80px 0px;
}
.sec_padding_140{
    padding: 100px 0px;
}
.sec_padding_150{
    padding: 150px 0px;
}
.section_title_one h5{
    letter-spacing: 5px;
    font-weight: 600;
    color: var(--primary-color);
}
.section_title_one h2{
    position: relative;
    font-weight: 700;
    padding-bottom: 25px;
    color: var(--theme-color-two);
}
.section_title_one h2:before{
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background-color: var(--theme-color-two);
}
.section_title_two h5{
    letter-spacing: 5px;
    font-weight: 600;
    color: var(--primary-color);
}
.section_title_two h2{
    position: relative;
    font-weight: 700;
    padding-bottom: 25px;
    color: var(--theme-color-two);
}
.section_title_two h2:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background-color: var(--theme-color-two);
}

/** Defult Form **/
.form-group{
    position: relative;
    display: block;
    margin-bottom: 30px;
}  
.form-group input,
.form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 30px;
    text-transform: capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}  
.form-group textarea{
    height: 170px;
    resize: none;
}  
.form-group input:focus,
.form-group textarea:focus{
    border-color: var(--primary-color);
}
/** End Defult Form **/

/** Social Links Style One **/
.social_links_style_one ul{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-items: center;
    gap: 20px;
    margin-left: 30px;
}
.social_links_style_one ul li a{
    color: var(--bs-white);
    display: inline-block;
    transition: .5s;
}
.social_links_style_one ul li i{
    font-size: 18px;
}
.social_links_style_one ul li a:hover{
    color: var(--theme-color-one);
}
/** End Social Links Style One **/

/** Social Links Style Two **/
.social_links_style_two ul{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-items: center;
    gap: 20px;
}
.social_links_style_two ul li a{
    color: var(--bs-white);
    display: inline-block;
    transition: .5s;
}
.social_links_style_two ul li a:hover{
    color: var(--secondary-color);
}
/** End Social Links Style Two **/

/** Button Style One **/
.button-style-one{
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: var(--bs-white);
    z-index: 1;
    display: inline-block;
    padding: 26px 88px;
    padding-right: 110px;
    font-family: var(--manrope);
    background-color: var(--secondary-color);
   
}
.button-style-one:hover{
    color: var(--bs-white);
}
.button-style-one:after{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;

    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--primary-color);
    transition:all 500ms ease;
}
.button-style-one:hover:after{
    transform: scaleX(1.0);
}
.button-style-one i{
    position: absolute;
    right: 75px;
    top: 27px;
    font-size: 16px;
}
/** End Button Style One **/

/** Button Style Two **/
.button-style-two{
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: var(--bs-white);
    z-index: 1;
    display: flex;
    align-items: center;    
    gap: 10px;
    padding: 12px 29px;
    font-family: var(--manrope);
    background-color: var(--theme-color-two);
    border-radius: 30px; /* 新增圆角 */
}
.button-style-two:hover{
    color: var(--bs-white);
}
.button-style-two:after{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    border-radius: 30px; /* 与父元素一致 */
    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--secondary-color);
    transition:all 500ms ease;
}
.button-style-two:hover:after{
    transform: scaleX(1.0);
}
.button-style-two i{
    margin-top: 5px;
    font-size: 16px;
}
/** End Button Style Two **/

/** Button Style Three **/
.button-style-three{
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: var(--bs-white);
    z-index: 1;   
    gap: 10px;
    display: inline-block;
    padding: 20px 55px;
    padding-right: 80px;
    font-family: var(--manrope);    
    background-color: var(--primary-color);
    border-radius: 30px; /* 新增圆角 */
}
.button-style-three:hover{
    color: var(--bs-white);
}
.button-style-three:after{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    border-radius: 30px; /* 与父元素一致 */
    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--theme-color-two);
    transition:all 500ms ease;
}
.button-style-three:hover:after{
    transform: scaleX(1.0);
}
.button-style-three i {
    position: absolute;
    top: 21px;
    right: 50px;
}
/** End Button Style Three **/

/** Button Style Four **/
.button-style-four{
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: var(--bs-white);
    z-index: 1;
    display: flex;
    align-items: center;    
    gap: 10px;
    padding: 12px 29px;
    font-family: var(--manrope);
    background-color: var(--secondary-color);
    border-radius: 30px; /* 已存在，无需修改 */
}
.button-style-four:hover{
    color: var(--bs-white);
}
.button-style-four:after{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    border-radius: 30px; /* 新增圆角 */
    transform: scaleX(0);
    transform-origin: left;
    background-color: var(--theme-color-two);
    transition:all 500ms ease;
}
.button-style-four:hover:after{
    transform: scaleX(1.0);
}
.button-style-four i{
    margin-top: 2px;
    font-size: 16px;
}
/** End Button Style Four **/


/* slider Navigation */
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}
.nav-style-one .owl-nav{
  position: absolute;
  top: 50%;
  width: 100%;
  right: 0px;
  transform: translateY(-35px);
}
.nav-style-one .owl-nav .owl-prev{
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  left: 70px;
  line-height: 70px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  border-radius: 3px;
  z-index: 1;
  color: var(--white-color);
  background-color: transparent;
  border: 1px solid var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  cursor: pointer;
}
.nav-style-one .owl-nav .owl-prev:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 3px;
    z-index: -1;
    transform: scaleY(0);
    transition: .5s;
    background-color: var(--primary-color);
}
.nav-style-one .owl-nav .owl-prev:hover{
    border-color: var(--primary-color);
}
.nav-style-one .owl-nav .owl-prev:hover:before{
    transform: scale(1);
}
.nav-style-one .owl-nav .owl-next{
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    right: 70px;
    line-height: 70px;
    color: var(--white-color);
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}
.nav-style-one .owl-nav .owl-next:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: scaleY(0);
    transition: .5s;
    border-radius: 3px;
    background-color: var(--primary-color);
}
.nav-style-one .owl-nav .owl-next:hover{
    border-color: var(--primary-color);
}
.nav-style-one .owl-nav .owl-next:hover:before{
    transform: scale(1);
}
.owl-dots-one .owl-dots{
    position: absolute;
    left: calc(0% + 360px);
    bottom: 30px;
}

/** Page Title **/
.page-title{
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #F8F8F8;
}
.page-title .bg_layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-title.style_two:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}
.page-title .bread-crumb{
    margin-top: 40px;
    margin-left: 100px;
}
.page-title .content-box .title{   
    /*padding: 100px 0px 170px;*/
    padding: 20px 0px 60px; /* 根据页面实际需要调整 */
}  
.page-title .content-box .title h2{  
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    color: var(--theme-color-two);
}  
.page-title.style_two .content-box .title h2{  
    margin-bottom: 10px;
}  
.page-title.style_two .content-box .title.white_color h2{  
    color: var(--bs-white);
}  
.page-title .content-box .title p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: var(--bs-white);
    font-family: var(--manrope);
}  
.page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    font-family: var(--manrope);
    color: var(--primary-color);
}  
.page-title .bread-crumb li a{
    font-weight: 400;
    color: var(--theme-color-two);
}  
.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.current{
    color: var(--primary-color);
}  
.page-title .bread-crumb li:before{
    position: absolute;
    content: "\2f";
    font-family: 'Font Awesome 5 Pro';
    top: 5px;
    right: -15px;
    font-size: 20px;
}
.page-title .bread-crumb li:last-child{
    margin-right: 0;
}
.page-title .bread-crumb li:last-child:before{
    display: none;
}
.page-title.style_two .content-box .title {
    padding: 70px 0px 130px;
}
.page-title.style_two .bread-crumb li{
    color: var(--bs-white);
}
.page-title.style_two .bread-crumb li a{
    color: var(--bs-white);
}
.page-title.style_two .bread-crumb li a:hover,
.page-title.style_two .bread-crumb li.current{
    color: var(--bs-white);
}  
/** End Page Title **/

/** Pagination **/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li{
    position: relative;
    font-style: normal;
    display: flex;
    align-items: center;
    margin: 0px 7px;
    cursor: pointer;
    transition: .5s;
    color: var(--theme-color-two);
    font-family: var(--manrope);
}
.pagination li a{
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    padding: 6px 15px;
    height: 40px;
    color: var(--paragraph-color);
    border: 1px solid var(--primary-color);
    transition: all 500ms ease;
}
.pagination li a i{
    transition: all 500ms;
    color: var(--primary-color);
}
.pagination li a:hover,
.pagination li a.current{
    color: var(--bs-white);
    background-color: var(--primary-color);
}
.pagination li a:hover i{
    color: var(--bs-white);
}
.pagination li:first-child a{
    transform: rotate(180deg);
}
.pagination li:first-child a,
.pagination li:last-child a{
    padding: 6px 20px;
}
/** End Pagination **/


/* 卡片圆角与阴影 */
.feature_block_one, .programs_block_one, .studies_block_one, .blog_block_one, .event_block_three, .faq-item {
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.feature_block_one:hover, .programs_block_one:hover, .studies_block_one:hover, .blog_block_one:hover, .event_block_three:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

/* 标题下划线 */
.section_title_one h2:before,
.section_title_two h2:before {
    height: 2px;
    width: 60px;
    background-color: var(--primary-color);
}

/* 按钮圆角 */
.button-style-one, .button-style-two, .button-style-three, .button-style-four {
    border-radius: 40px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

/* 减少模块间距 */
.sec_padding_140 { padding: 80px 0 !important; }
.sec_padding_120 { padding: 60px 0 !important; }
.sec_padding_110 { padding: 60px 0 !important; }

/* 常见问题样式 */
.faq-item {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 16px;
}
.faq-item h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--theme-color-two);
    font-size: 18px;
}
.faq-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* 在线客服按钮 */
.online-service a {
    box-shadow: 0 4px 12px rgba(255,107,53,0.3);
}
.online-service a:hover {
    background: var(--secondary-color) !important;
}

/* 卡片内小链接 */
.card-link-more {
    color: var(--primary-color);
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.card-link-more:hover {
    text-decoration: underline;
}

/* 数据统计数字颜色 */
.funfact_block_one .inner_box .count_outer {
    color: #fff;
}

/* 新增导航布局调整 */
.header_lower_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_lower_inner .header_logo {
    flex-shrink: 0;
    margin-right: 30px;
}
.header_lower_inner .menu_area {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.header_lower_inner .header_lower_right:last-child {
    flex-shrink: 0;
}
.header_top_contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 30px;
}
.header_top_contact .email_info,
.header_top_contact .phone_info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header_top_contact .email_info i,
.header_top_contact .phone_info i {
    font-size: 18px;
    color: var(--primary-color);
}
.header_top_contact .email_info a,
.header_top_contact .phone_info a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header_top_contact .email_info a:hover,
.header_top_contact .phone_info a:hover {
    text-decoration: underline;
}

/* 核心项目卡片样式 */
.feature_section_home_one .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.feature_section_home_one [class*="col-"] {
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
}
.feature_card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.feature_card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}
.feature_card .icon {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.feature_card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--theme-color-two);
}
.feature_card p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}
.feature_card .card-link {
    align-self: flex-start;
    margin-top: auto;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}
.feature_card .card-link:hover {
    text-decoration: underline;
}

/* 卡片区域增强样式 */
.feature_section_home_one {
    background: #fff;
}
.section_subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.feature_card {
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, #fafbff 100%);
    border: 1px solid rgba(255,107,53,0.1);
    border-radius: 24px;
    padding: 35px 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    overflow: hidden;
}
.feature_card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: var(--primary-color);
    opacity: 0.03;
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.5s ease;
}
.feature_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px rgba(255,107,53,0.12);
    border-color: var(--primary-color);
}
.feature_card:hover::after {
    transform: scale(1.5);
    opacity: 0.06;
}
.feature_card .icon {
    font-size: 56px;
    color: var(--primary-color);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.feature_card:hover .icon i {
    animation: float 1s ease infinite;
}
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}
.feature_card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--theme-color-two);
}
.card-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.card-tags .tag {
    background: rgba(255,107,53,0.08);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 30px;
    letter-spacing: 0.3px;
}
.feature_card p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}
.feature_card .card-link {
    align-self: flex-start;
    margin-top: auto;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}
.feature_card .card-link:hover {
    gap: 10px;
    border-bottom-color: var(--primary-color);
}

/* 为什么选择我们 - 背景及优化 */
.about_with_bg {
    background-color: #f9fafc;  /* 浅灰色背景，与上方区分 */
    position: relative;
    z-index: 1;
}
.about_with_bg .shape-map {
    opacity: 0.4;  /* 降低背景地图的存在感，避免抢眼 */
}
.about_right_content h5 {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.about_right_content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--theme-color-two);
}
.about_desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}
.feature_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    margin-bottom: 30px;
}
.feature_item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.feature_item i {
    font-size: 24px;
    color: var(--primary-color);
}
.feature_item span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
/* 按钮样式微调 */
.about_right_content .link-btn .button-style-one {
    background-color: var(--primary-color);
    border-radius: 40px;
    padding: 14px 40px;
    font-weight: 600;
}
.about_right_content .link-btn .button-style-one:hover {
    background-color: var(--secondary-color);
}