/* ========== 全局基础样式 ========== */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", Arial, sans-serif !important;
}
body {
    background: #f5f7fa;
    color: #333;
    line-height: 1.6;
    padding-bottom: 80px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: bold;
    line-height: 1.3;
}
.section-main-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
.section-sub-title {
    font-size: 15px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.6;
}
p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}
a {
    color: #006BF5;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    color: #ffd700;
}
/* 全站统一标准内容容器（和custom-product-container完全一致） */
.global-container {
    max-width: 1200px !important;
    width: 94% !important;
    margin: 0 auto !important;
}
.text-center {
    text-align: center !important;
}
.blue-line {
    display:block;
    width:60px;
    height:4px;
    background:#165DFF;
    margin:0 auto;
    border-radius:2px;
}

/* ========== 首屏Hero Banner 修复移动端文字换行 ========== */
.hero-banner {
    background:linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.75) 100%), url('/static/image/bgbanner1.jpg') center/cover no-repeat;
    min-height:90vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.hero-wrap {
    max-width:720px;
    width:90%;
    text-align:center;
}
.hero-wrap h1 {
    color:#fff;
    font-weight:700;
    margin:0 0 12px;
    line-height:1.2;
    font-size:clamp(28px,5vw,52px);
}
.hero-wrap p:nth-of-type(1) {
    color:#e2e8f0;
    margin:0 0 10px;
    font-size:clamp(16px,2vw,20px);
}
.hero-wrap p:nth-of-type(2) {
    color:#cbd5e1;
    margin:0 0 70px;
    font-size:clamp(14px,1.5vw,16px);
}
.hero-qrcode {
    max-width:clamp(130px,16vw,190px);
    margin:0 auto 12px;
}
.hero-btn {
    display:inline-block;
    background:#165DFF;
    color:#ffffff;
    font-weight:bold;
    padding:clamp(12px,2vw,15px) clamp(40px,5vw,52px);
    border-radius:999px;
    box-shadow:0 4px 14px rgba(22,93,255,0.35);
}
/* iPhone12 390px窄屏首屏文字压缩，减少换行 */
@media (max-width:390px) {
    .hero-wrap h1 {
        font-size:26px !important;
        line-height:1.3 !important;
    }
    .hero-wrap p:nth-of-type(1) {
        font-size:15px !important;
        line-height:1.5 !important;
    }
    .hero-wrap p:nth-of-type(2) {
        font-size:13px !important;
    }
}

/* ========== 关于EETRADE板块 ========== */
.about-platform {
    background:#fff;
    padding:70px 0;
    overflow:hidden;
}
.about-flex-wrap {
    display:flex;
    align-items:center;
    gap:48px;
    flex-wrap:wrap;
    justify-content:center;
}
.about-img-box {
    flex:0 0 42%;
    max-width:440px;
    min-width:300px;
}
.about-img-box img {
    width:100%;
    max-width:440px;
    height:auto;
    object-fit:contain;
}
.about-text-box {
    flex:1;
    min-width:300px;
}
.about-text-box h4 {
    font-size:26px;
    color:#0F172A;
    font-weight:700;
    margin:0 0 18px;
    line-height:1.3;
}
.about-check-list {
    list-style:none;
    padding:0;
    margin:0 0 48px;
}
.about-check-list li {
    display:flex;
    align-items:flex-start;
    margin-bottom:16px;
    font-size:16px;
    color:#333;
    line-height:1.6;
}
.about-check-icon {
    color:#165DFF;
    font-weight:bold;
    margin-right:10px;
    margin-top:2px;
    font-size:18px;
}
.about-data-row {
    display:flex;
    gap:clamp(12px,2vw,40px);
    text-align:center;
    justify-content:center;
    flex-wrap:wrap;
}
.about-data-item {
    flex:1;
    min-width:140px;
}
.about-data-num {
    font-size:clamp(26px,4vw,36px);
    font-weight:700;
    color:#165DFF;
}
.about-data-tip {
    font-size:clamp(14px,1vw,18px);
    color:#165DFF;
    margin-left:4px;
}
.about-data-desc {
    color:#666;
    font-size:clamp(13px,1.2vw,15px);
    line-height:1.5;
}
@media (max-width:768px) {
    .about-flex-wrap {
        gap:30px;
    }
    .about-img-box {
        flex:0 0 100%;
        margin:0 auto;
    }
}

/* ========== 产品板块 custom-product-container 基准容器 ========== */
.custom-product-section {
    margin: 0 0 30px !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(22, 93, 255, 0.08);
    padding: 40px 0;
}
.custom-product-title {
    margin-bottom: 30px;
    text-align: center !important;
}
.custom-section-main-title {
    font-size: 32px !important;
    color: #0F172A;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: inline-block;
}
.custom-section-sub-title {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 12px auto 0 !important;
    max-width: 800px;
    display: block;
    text-align: center !important;
}
.custom-product-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px !important;
    gap: 20px !important;
}
.custom-product-col {
    flex: 0 0 calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
    width: calc(25% - 20px) !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}
.custom-product-item {
    background: #f8fbff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e6f0ff;
    transition: all 0.3s;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(22, 93, 255, 0.12);
    border-color: #165DFF;
}
.custom-product-item i {
    color: #165DFF;
    font-size: 36px;
    margin-bottom: 18px;
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font-style: normal !important;
}
.custom-product-item h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
.custom-product-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 768px) {
    .custom-product-row {
        gap: 15px !important;
    }
    .custom-product-col {
        flex: 0 0 calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
        width: calc(50% - 15px) !important;
        padding: 0 8px !important;
    }
    .custom-product-item {
        padding: 20px 15px !important;
    }
    .custom-product-item i {
        font-size: 30px !important;
    }
    .custom-product-item h4 {
        font-size: 16px !important;
    }
    .custom-product-item p {
        font-size: 13px !important;
    }
}
@media (max-width: 480px) {
    .custom-product-row {
        gap: 10px !important;
    }
    .custom-product-col {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        width: calc(50% - 10px) !important;
        padding: 0 6px !important;
    }
    .custom-product-item {
        padding: 18px 10px !important;
    }
    .custom-section-main-title {
        font-size: 20px;
    }
    .custom-section-sub-title {
        font-size: 14px;
    }
}

/* ========== 广告横幅metp_video_area ========== */
.metp_video_area {
    background:linear-gradient(rgba(0,20,50,0.7),rgba(0,20,50,0.7)),url('/static/image/videoeet.png') no-repeat center center;
    background-size: cover !important;
    padding: 70px 0;
    margin: 40px 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100vw !important; 
    margin-left: calc(-50vw + 50%) !important; 
    overflow: hidden;
    position: relative !important;
    border: none !important;
    line-height: normal !important;
}
.metp_video_area .container {
    max-width: 1200px !important; 
    width:94%;
    margin: 0 auto !important; 
    position: relative !important;
    z-index: 1 !important;
    text-align: center !important;
}
.video-item h1 {
    color: #fff !important;
    font-size:clamp(28px,4vw,38px) !important;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    text-align: center !important;
}
.video-item h3 {
    color: #e6f0ff !important;
    font-size: clamp(16px, 2vw, 20px) !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2) !important;
    text-align: center !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.witr_btn_sinner {
    display: flex; 
    justify-content: center; 
    gap: 24px; 
    flex-wrap: wrap;
}
.witr_btn {
    padding: 16px 42px !important;
    border-radius: 99px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    /* 左侧默认按钮：白底蓝字 */
    background: #ffffff !important;
    color: #165DFF !important;
    box-shadow: 0 4px 15px rgba(22, 93, 255, 0.3);
}
/* 带active的右侧按钮：蓝底白字 */
.witr_btn.active {
    background: #165DFF !important;
    color: #ffffff !important;
}
/* hover统一金色交互 */
.witr_btn:hover {
    background: #ffd700 !important;
    color: #006BF5 !important;
    transform: translateY(-2px);
    transition: transform 0.3s ease !important;
}
@media (max-width:768px){
    .witr_btn_sinner{
        gap:14px !important;
    }
    .witr_btn{
        width:100%;
        max-width:260px;
    }
}

/* ========== 门槛优势 cost-advantage ========== */
.cost-advantage {
    padding:80px 15px;
    background:#ffffff;
}
.cost-advantage-title {
    font-size: 36px;
    color: #0F172A;
    text-align: center;
    margin: 0 0 12px;
    font-weight: 700;
    line-height:1.3;
}
.cost-advantage-sub {
    font-size: 15px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.6;
}
.cost-advantage-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.cost-item {
    padding:32px 16px;
    border:1px solid #E2E8F0;
    border-radius:16px;
    text-align:center;
    min-width:160px;
}
.cost-value {
    font-size: 40px;
    font-weight: bold;
    color: #165DFF;
    margin-bottom: 8px;
}
.cost-desc {
    color: #334155;
    font-size: 16px;
}
@media (max-width: 768px) {
    .cost-advantage-title {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
    .cost-item .cost-value {
        font-size: 24px;
    }
    .cost-advantage-list{
        gap:15px;
    }
    .cost-item{
        flex:0 0 calc(50% - 15px);
    }
}

/* ========== FAQ板块 ========== */
.app-page-faq {
    padding: 60px 0;
    background:#f8fbff;
    margin-top:40px;
}
.faq-list {
    max-width: 800px; 
    margin: 0 auto;
}
.app-faq-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 12px 24px;
    border:1px solid #e6f0ff;
}
.app-faq-question {
    font-size:18px;
    font-weight:600;
    color:#0F172A;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}
.app-faq-question::after {
    content: "+";
    font-size: 20px;
    color: #006BF5;
    transition: all 0.3s ease;
    margin-left: 10px;
}
.app-faq-answer {
    color:#555;
    line-height:1.7;
    font-size:15px;
    display: none;
}
.app-faq-item.active .app-faq-question::after {
    content: "-";
    transform: rotate(180deg);
}
.app-faq-item.active .app-faq-answer {
    display: block;
}
@media (max-width:768px){
    .app-faq-item{
        padding:16px !important;
    }
    .app-faq-question{
        font-size:16px !important;
    }
}

/* ========== 新闻资讯 solarsun_outer_wrap 修复移动端不居中 ========== */
.solarsun_outer_wrap {
  padding: 60px 0;
  background: #fff;
  margin: 0 0 30px 0 !important;
}
.solarsun_outer_wrap .global-container {
  text-align: center !important;
}
.solarsun_outer_wrap .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.blog_active {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin: 0 -10px !important;
  overflow: visible !important;
  justify-content:center !important; /* 移动端卡片强制居中核心 */
}
.blog_active > div {
  flex: 1 0 calc(25% - 20px) !important;
  min-width: 250px !important;
  padding: 0 10px !important;
  margin-bottom: 20px !important;
  max-width: 270px !important;
}
.busi_singleBlog {
  background: #e6f0ff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.busi_singleBlog:hover {
  box-shadow: 0 4px 12px rgba(0, 107, 245, 0.1);
}
.witr_sb_thumb img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
}
.all_blog_color {
  padding: 20px !important;
  flex: 1;
}
.witr_blog_con h2 a {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}
.witr_blog_con h2 a:hover {
  color: #006BF5 !important;
}
.witr_blog_con p {
  color: #666 !important;
  font-size: 14px !important;
  margin: 10px 0 !important;
  line-height: 1.5 !important;
}
.witr_blog_border {
  border-bottom: 1px solid #006BF533 !important;
  margin: 10px 0 !important;
}
.witr_blog_con span {
  color: #999 !important;
  font-size: 12px !important;
}
@media (max-width: 768px) {
  .blog_active > div {
    flex: 1 0 calc(50% - 20px) !important;
    min-width: 240px !important;
  }
  .witr_sb_thumb img {
    height: 150px !important;
  }
}
@media (max-width: 480px) {
  .blog_active > div {
    flex: 1 0 100% !important;
    min-width: unset !important;
  }
  .witr_sb_thumb img {
    height: 140px !important;
  }
}
.solarsun_blog_area {
  padding: 0;
  background: transparent;
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
}
.blog-sub-title {
  font-size: 15px;
  color: #666;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
}
.news-more-btn {
  display: inline-block;
  font-size: 16px;
  color: #006BF5 !important;
  text-decoration: none;
  padding: 10px 25px;
  border: 1px solid #006BF5;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin-top:30px;
}
.news-more-btn:hover {
  background:#006BF5;
  color:#fff !important;
}

/* ========== 导航、底部（已删除冲突fixed-website-btn旧代码） ========== */
.header {
    background: #006BF5;
    padding: 15px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 9999;
    margin-bottom: 0 !important;
    border-bottom: none !important;
    width: 100% !important;
}
.header .logo {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}
.header .nav {
    float: right;
    margin-top: 5px;
}
.header .nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
    font-size: 16px;
}
.header .nav a:hover {
    color: #ffd700;
}
.nav-download-btn {
    padding: 6px 20px !important;
    font-size: 14px !important;
    margin-left: 20px !important;
    background: #ffd700 !important;
    color: #006BF5 !important;
    border-radius: 4px !important;
    font-weight: bold !important;
}
.nav-download-btn:hover {
    background: #ffc800 !important;
    color: #006BF5 !important;
}
.footer {
    background: #0F172A;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    margin-top: 50px !important;
    border-radius: 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    overflow: hidden;
}
.footer .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}
.footer .testimonial {
    margin-bottom: 15px;
    font-size: 15px;
}
.footer p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #e6f0ff;
}
.footer .copyright {
    color: #ccc;
    font-size: 12px;
}

/* ========== 通用平板/手机兜底适配 ========== */
@media (max-width: 992px) {
    .download-title h2 {
        font-size: 30px;
    }
    .section-main-title {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .header .nav {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
    .header .nav a {
        margin-left: 15px;
        font-size: 14px;
    }
}
/* ====================== Footer 样式 ====================== */
footer {
    background-color: #0F172A !important;
    color: #fff;
    padding: 40px 0;
    margin-top: 50px;
    border-top: none !important;
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    padding-bottom: 110px !important;
}
.footer-container-fix {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    background-color: #0F172A !important;
    border: 0 !important;
    box-sizing: border-box !important;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #273449;
    gap: 30px;
}
.footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}
.footer-logo img {
    height: 50px;
    width: auto;
}
.footer-qrcode-group {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-qrcode {
    text-align: center;
}
.footer-qrcode p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px 0;
}
.footer-qrcode img {
    width: 80px;
    height: 80px;
    border: 2px solid #273449;
    border-radius: 6px;
}
.footer-nav {
    flex-shrink: 0;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.footer-nav ul li a {
    color: #E2E8F0;
    text-decoration: none;
    font-size: 15px;
}
.footer-nav a:hover {
    color: #ffd700 !important;
    text-decoration: underline !important;
}
.footer-text-center {
    text-align: center;
}
.testimonial {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.6;
}
.footer-text-center p {
    color: #E2E8F0;
    font-size: 14px;
    line-height: 1.8;
    margin: 8px 0;
}
.copyright {
    color: #94A3B8;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 400;
}
footer * {
    border-color: #273449 !important;
    box-shadow: none !important;
}
@media (max-width: 768px) {
    footer {
        padding: 30px 0 100px !important;
        margin-top: 30px;
        width: 100% !important;
    }
    .footer-top {
        flex-direction: column;
        text-align: center;
        border-bottom: 1px solid #273449 !important;
    }
    .footer-left {
        flex-direction: column;
        gap: 15px !important;
        margin: 0 auto 20px !important;
    }
    .footer-logo img {
        height: 45px !important;
    }
    .footer-qrcode-group {
        flex-direction: column;
        gap: 15px !important;
    }
    .footer-qrcode img {
        width: 75px !important;
        height: 75px !important;
    }
    .footer-nav ul {
        justify-content: center !important;
        gap: 12px !important;
        font-size: 14px !important;
    }
    .testimonial {
        font-size: 14px !important;
    }
    footer p {
        font-size: 13px !important;
    }
    .copyright {
        font-size: 12px !important;
    }
}

/* 底部悬浮居中按钮 */
.fixed-website-btn {
    position: fixed;
    bottom: 12px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none;
}
.fixed-website-btn a {
    display: block;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    background: #E6F0FF;
    border-radius: 50px;
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 0 12px 3px rgba(0,107,245,0.25);
    padding: 14px 18px;
    text-decoration: none;
    pointer-events: auto;
    transition: all 0.25s ease;
}
.fixed-btn-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
}
.fixed-btn-left {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px;
    white-space: nowrap;
}
.fixed-btn-logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: transparent;
    padding: 0;
    flex-shrink: 0;
}
.fixed-btn-text {
    font-size: 18px;
    font-weight: 600;
    color: #0F172A;
    white-space: nowrap;
}
.fixed-btn-action {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #006BF5 0%, #63a4ff 100%);
    padding: 10px 22px;
    border-radius: 30px;
    white-space: nowrap;
    flex-shrink: 0;
}
.fixed-btn-action-text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.fixed-btn-arrow {
    font-size: 18px;
    color: #fff;
}
.fixed-website-btn a:hover .fixed-btn-action {
    background: linear-gradient(135deg, #0052C2 0%, #4894f0 100%);
}
.fixed-website-btn a:hover .fixed-btn-arrow {
    transform: translateX(4px);
    transition: transform 0.25s ease;
    display: inline-block;
}
.fixed-website-btn a:hover {
    transform: scale(1.015);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 0 0 2px rgba(0,107,245,0.35);
}
/* 移动端适配 */
@media (max-width: 768px) {
    .fixed-website-btn a {
        max-width: 480px;
        padding: 12px 16px;
    }
    .fixed-btn-logo {
        width: 38px;
        height: 38px;
    }
    .fixed-btn-text {
        font-size: 16px;
    }
    .fixed-btn-action-text {
        font-size: 14px;
    }
    .fixed-btn-arrow {
        font-size: 16px;
    }
    .fixed-btn-action {
        padding: 8px 18px;
        gap: 6px;
    }
    .fixed-btn-inner {
        gap: 10px;
    }
}
@media (max-width: 480px) {
    .fixed-website-btn a {
        max-width: 100%;
    }
    .fixed-btn-text {
        font-size: 15px;
    }
    .fixed-btn-action-text {
        font-size: 13px;
    }
    .fixed-btn-action {
        padding: 8px 14px;
    }
}