/* ===== 全局基础：全宽色块叙事+阶梯递进风 ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
    background: #FFFFFF;
    color: #2D2418;
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { border: none; background: none; cursor: pointer; font-family: inherit; }

.cwcap { width: 1200px; max-width: 96%; margin: 0 auto; }

/* 通用按钮 */
.cwdb {
    display: inline-flex; align-items: center; gap: 6px;
    background: #FF6600; color: #FFFFFF;
    padding: 13px 30px; border-radius: 10px;
    font-weight: 700; font-size: 15px;
    border: 1px solid #FF6600;
    transition: all 0.25s ease;
}
.cwdb:hover { background: #E85D04; border-color: #E85D04; }
.cwdb i { font-size: 18px; }
.cwdb-hero {
    background: #FFFFFF; color: #FF6600;
    border: 1px solid #FFFFFF;
}
.cwdb-hero:hover { background: #FFF8F0; color: #E85D04; border-color: #FFF8F0; }
.cwlnk {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.1); color: #FFFFFF;
    padding: 13px 30px; border-radius: 10px;
    font-weight: 700; font-size: 15px;
    border: 1px solid rgba(255,255,255,0.4);
    transition: all 0.25s ease;
}
.cwlnk:hover { background: #FFFFFF; color: #FF6600; border-color: #FFFFFF; }

/* ===== 头部 ===== */
.cwhd {
    position: sticky; top: 0; z-index: 100;
    background: #FFFFFF;
    border-bottom: 1px solid #FFD9B3;
}
.cwbox {
    display: flex; align-items: center; justify-content: space-between;
    height: 70px; gap: 24px;
}
.cwlg {
    display: flex; align-items: center; gap: 8px;
    color: #2D2418;
}
.cwlg img {
    width: 40px; height: 40px; border-radius: 10px;
    border: 1px solid #FFD9B3;
    object-fit: cover;
}
.cwlg span {
    font-size: 20px; font-weight: 800;
    letter-spacing: 1px; color: #FF6600;
}
.cwlg em {
    font-style: normal; font-size: 11px;
    color: #FFFFFF; font-weight: 700;
    padding: 3px 10px; background: #FF6600;
    border-radius: 6px;
}
.cwnv { display: flex; gap: 2px; flex: 1; justify-content: center; }
.cwnv a {
    padding: 8px 14px; font-size: 15px;
    color: #5C4A38; border-radius: 8px;
    transition: all 0.25s ease; font-weight: 600;
}
.cwnv a:hover { color: #FF6600; background: #FFF8F0; }
.cwrt { display: flex; align-items: center; gap: 12px; }
.cwmenu { display: none; color: #FF6600; font-size: 26px; padding: 4px; }
.cwmnv {
    display: none; flex-direction: column; gap: 4px;
    padding: 12px 20px 20px;
    background: #FFFFFF; border-top: 1px solid #FF6600;
}
.cwmnv a {
    color: #5C4A38; padding: 10px 12px;
    border-radius: 8px; font-size: 15px;
    border-bottom: 1px dashed #FFD9B3;
}
.cwmnv a:hover { color: #FF6600; }
.cwmnv .cwdb { color: #FFFFFF; justify-content: center; margin-top: 8px; }

/* ===== 主视觉：全宽色块+大字锚点 ===== */
.cwhero {
    background: #FF6600;
    position: relative; overflow: hidden;
    padding: 64px 0 0;
}
.cwhero::before {
    content: ""; position: absolute; top: -100px; right: -100px;
    width: 400px; height: 400px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 50%;
}
.cwhero::after {
    content: ""; position: absolute; bottom: -80px; left: -80px;
    width: 300px; height: 300px;
    border: 2px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}
.cwhero-main {
    display: flex; align-items: center; gap: 40px;
    position: relative; z-index: 1;
    padding-bottom: 50px;
}
.cwhero-left { flex: 1.2; }
.cwseal {
    display: inline-flex; align-items: center; gap: 8px;
    color: #FFFFFF; font-size: 12px;
    padding: 7px 16px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    margin-bottom: 20px; letter-spacing: 2px; font-weight: 700;
}
.cwseal i { color: #FFB380; }
.cwhero-left h1 {
    font-size: 88px; color: #FFFFFF;
    letter-spacing: 2px; line-height: 1.05;
    margin-bottom: 16px; font-weight: 900;
    display: block;
}
.cw-sub {
    font-size: 19px; color: #FFF8F0;
    letter-spacing: 2px; margin-bottom: 22px; font-weight: 600;
}
.cw-desc {
    color: #FFF8F0; font-size: 15px;
    max-width: 480px; margin-bottom: 30px;
    line-height: 1.9;
    padding: 16px 20px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px; border-left: 4px solid #FFB380;
}
.cwbtn { display: flex; gap: 14px; flex-wrap: wrap; }

/* hero 右侧 mockup + 圆环 */
.cwhero-right {
    flex: 0.8; position: relative;
    height: 440px; display: flex; align-items: center; justify-content: center;
}
.cw-ring {
    position: absolute; border: 3px solid rgba(255,255,255,0.2);
    border-radius: 50%;
}
.cw-ring-1 { width: 280px; height: 280px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.cw-ring-2 { width: 200px; height: 200px; top: 50%; left: 50%; transform: translate(-50%, -50%); border-color: rgba(255,255,255,0.1); }
.cw-phone {
    position: relative; z-index: 2;
    width: 200px; height: 400px;
    border: 3px solid #FFFFFF;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 8px; overflow: hidden;
}
.cw-phone-bar {
    display: block; width: 100%; height: 10px;
    background: #FF6600; border-radius: 2px; margin-bottom: 6px;
}
.cw-phone img {
    width: 100%; height: calc(100% - 16px);
    object-fit: cover; border-radius: 14px;
}

/* hero 数据条 */
.cw-stats {
    display: flex; gap: 0;
    background: #2D2418;
    border-radius: 14px 14px 0 0;
    margin: 0 -2% 0;
    padding: 0;
    position: relative; z-index: 1;
    overflow: hidden;
}
.cw-stat {
    flex: 1; display: flex; flex-direction: column;
    padding: 20px 24px; text-align: center;
    border-right: 1px solid rgba(255,102,0,0.2);
    position: relative;
}
.cw-stat:last-child { border-right: none; }
.cw-stat i {
    position: absolute; top: 16px; right: 16px;
    font-size: 20px; color: rgba(255,102,0,0.3);
}
.cw-stat b {
    font-size: 28px; color: #FF6600;
    font-weight: 900; line-height: 1;
}
.cw-stat span { font-size: 12px; color: #FFF8F0; margin-top: 6px; }

/* ===== 通用 section ===== */
.cwse { padding: 64px 0; }
.cwbe { background: #FFF8F0; }
.cwtitle {
    margin-bottom: 44px;
    display: flex; align-items: center; gap: 16px;
}
.cwno {
    font-size: 52px; font-weight: 900;
    color: #FFD9B3; line-height: 1;
    letter-spacing: 1px;
}
.cwt-r { display: flex; flex-direction: column; gap: 4px; }
.cwtt {
    font-size: 28px; color: #2D2418;
    letter-spacing: 3px; font-weight: 800; line-height: 1;
}
.cwver {
    font-size: 12px; color: #FF6600;
    letter-spacing: 3px; font-weight: 700;
}

/* ===== 产品展示：PC一行4个+移动端横向滑动 ===== */
.cwgrid4 {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.cwgrid4-item {
    border: 1px solid #FFD9B3; border-radius: 14px;
    overflow: hidden; background: #FFFFFF;
    transition: all 0.3s ease; position: relative;
}
.cwgrid4-item::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: #FF6600; z-index: 2;
}
.cwgrid4-item:hover { border-color: #FF6600; transform: translateY(-4px); }
.cwgrid4-img { width: 100%; height: 220px; overflow: hidden; }
.cwgrid4-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.cwgrid4-item:hover .cwgrid4-img img { transform: scale(1.04); }
.cwgrid4-cap {
    padding: 14px; text-align: center;
    color: #2D2418; font-size: 16px; font-weight: 700;
    letter-spacing: 1px; border-top: 1px solid #FFD9B3;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.cwgrid4-cap i { font-size: 18px; color: #FF6600; }

/* ===== 优势亮点：纵向列表+大编号连接线 ===== */
.cwlist { position: relative; }
.cwlist::before {
    content: ""; position: absolute;
    left: 40px; top: 20px; bottom: 20px;
    width: 3px; background: #FFD9B3;
}
.cwlist-item {
    display: flex; align-items: center; gap: 24px;
    background: #FFFFFF; border: 1px solid #FFD9B3;
    border-radius: 12px; padding: 24px 28px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    position: relative; z-index: 1;
}
.cwlist-item:last-child { margin-bottom: 0; }
.cwlist-item:hover { border-color: #FF6600; transform: translateX(8px); }
.cwlist-num {
    width: 56px; height: 56px; border-radius: 50%;
    background: #FF6600; color: #FFFFFF;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; font-weight: 900;
    flex-shrink: 0; border: 3px solid #FFFFFF;
    outline: 1px solid #FFD9B3;
}
.cwlist-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: #FFF8F0; color: #FF6600;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; border: 1px solid #FF6600;
    flex-shrink: 0;
}
.cwlist-item:hover .cwlist-icon { background: #FF6600; color: #FFFFFF; }
.cwlist-body { flex: 1; }
.cwlist-t {
    font-size: 19px; font-weight: 700; color: #2D2418;
    margin-bottom: 6px; letter-spacing: 1px;
}
.cwlist-d { font-size: 14px; color: #5C4A38; line-height: 1.8; }

/* ===== 下载中心：左侧色块编号卡片 ===== */
.cwdl {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.cwdl-card {
    background: #FFFFFF; border: 1px solid #FFD9B3;
    border-radius: 12px; padding: 26px 22px;
    text-align: center; transition: all 0.3s ease;
    position: relative; overflow: hidden;
}
.cwdl-card:hover { border-color: #FF6600; background: #FFF8F0; }
.cwdl-mark {
    position: absolute; top: 0; left: 0;
    width: 40px; height: 100%;
    background: #FF6600;
    display: flex; align-items: center; justify-content: center;
    color: #FFFFFF; font-size: 16px; font-weight: 900;
    writing-mode: vertical-rl; letter-spacing: 2px;
}
.cwdl-card:hover .cwdl-mark { background: #2D2418; }
.cwdl-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 12px;
    background: #FF6600; color: #FFFFFF;
    font-size: 24px; margin-bottom: 16px;
    margin-left: 20px;
}
.cwdl-t {
    font-size: 17px; font-weight: 700; color: #2D2418;
    margin-bottom: 6px; letter-spacing: 1px;
    margin-left: 20px;
}
.cwdl-b { font-size: 12px; color: #5C4A38; margin-bottom: 18px; margin-left: 20px; }
.cwdl-go {
    display: inline-flex; align-items: center; gap: 6px;
    background: #2D2418; color: #FFFFFF;
    padding: 10px 22px; border-radius: 8px;
    font-weight: 700; font-size: 13px;
    border: 1px solid #2D2418;
    transition: all 0.3s ease;
    margin-left: 20px;
}
.cwdl-card:hover .cwdl-go { background: #FF6600; border-color: #FF6600; }

/* ===== 使用流程：阶梯递进 ===== */
.cwsteps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 24px; align-items: start;
}
.cwstep {
    background: #FFFFFF; border: 1px solid #FFD9B3;
    border-radius: 14px; padding: 26px 22px;
    transition: all 0.3s ease;
    position: relative;
}
.cwstep:hover { border-color: #FF6600; transform: translateY(-4px); }
.cwstep-top {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 16px;
}
.cwstep-no {
    font-size: 24px; font-weight: 900;
    color: #FF6600; letter-spacing: 1px;
    background: #FFF8F0; padding: 4px 12px;
    border-radius: 8px; border: 1px solid #FFD9B3;
}
.cwstep-top i {
    width: 40px; height: 40px; border-radius: 10px;
    background: #FF6600; color: #FFFFFF;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; margin-left: auto;
}
.cwstep-t {
    font-size: 18px; font-weight: 700; color: #2D2418;
    margin-bottom: 8px; letter-spacing: 1px;
}
.cwstep-d { font-size: 13px; color: #5C4A38; line-height: 1.8; }

/* ===== 常见问题：标签切换式 ===== */
.cwfaq {
    display: grid; grid-template-columns: 280px 1fr;
    gap: 32px; align-items: start;
}
.cwfaq-tabs {
    display: flex; flex-direction: column; gap: 8px;
}
.cwfaq-tab {
    padding: 14px 18px;
    color: #5C4A38; font-size: 15px; font-weight: 600;
    border: 1px solid #FFD9B3; border-radius: 10px;
    cursor: pointer; transition: all 0.25s ease;
    display: flex; align-items: center; gap: 10px;
}
.cwfaq-tab i { font-size: 18px; }
.cwfaq-tab:hover { color: #FF6600; border-color: #FF6600; }
.cwfaq-tab.active {
    background: #FF6600; color: #FFFFFF;
    border-color: #FF6600;
}
.cwfaq-content {
    background: #FFFFFF; border: 1px solid #FFD9B3;
    border-radius: 12px; padding: 32px 36px;
    min-height: 200px;
}
.cwfaq-panel { display: none; }
.cwfaq-panel.active { display: block; }
.cwfaq-q {
    font-size: 20px; font-weight: 700; color: #2D2418;
    margin-bottom: 16px; letter-spacing: 1px;
    display: flex; align-items: center; gap: 12px;
}
.cwfaq-q::before {
    content: "Q"; background: #FF6600; color: #FFFFFF;
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 900;
}
.cwfaq-a {
    font-size: 15px; color: #5C4A38; line-height: 1.9;
    padding: 16px 20px; background: #FFF8F0;
    border-radius: 10px; border-left: 4px solid #FF6600;
    display: flex; align-items: flex-start; gap: 12px;
}
.cwfaq-a::before {
    content: "A"; color: #FF6600; font-weight: 900;
    font-size: 16px; flex-shrink: 0;
}

/* ===== 产品资讯：大图+文字左右交替 ===== */
.cwnews3 {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.cwnews3-card {
    background: #FFFFFF; border: 1px solid #FFD9B3;
    border-radius: 14px; overflow: hidden;
    transition: all 0.3s ease; position: relative;
    display: flex; flex-direction: column;
}
.cwnews3-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: #FF6600; z-index: 2;
}
.cwnews3-card:hover { border-color: #FF6600; transform: translateY(-4px); }
.cwnews3-img { width: 100%; height: 180px; overflow: hidden; position: relative; }
.cwnews3-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.cwnews3-card:hover .cwnews3-img img { transform: scale(1.04); }
.cwnews3-tag {
    position: absolute; top: 12px; left: 12px;
    font-size: 11px; color: #FFFFFF;
    padding: 4px 12px; background: #FF6600;
    border-radius: 6px; font-weight: 700; letter-spacing: 1px;
}
.cwnews3-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.cwnews3-t {
    font-size: 17px; font-weight: 700; color: #2D2418;
    margin-bottom: 8px; line-height: 1.4;
}
.cwnews3-d { font-size: 13px; color: #5C4A38; line-height: 1.7; margin-bottom: 12px; flex: 1; }
.cwnews3-date { font-size: 12px; color: #FF6600; font-weight: 700; display: flex; align-items: center; gap: 4px; }
.cwnews3-date i { font-size: 14px; }

/* ===== 用户评价：横向滚动卡片 ===== */
.cwscroll-wrap { overflow: hidden; }
.cwscroll {
    display: flex; gap: 20px;
    overflow-x: auto; padding-bottom: 16px;
    scroll-behavior: smooth;
}
.cwscroll::-webkit-scrollbar { height: 6px; }
.cwscroll::-webkit-scrollbar-track { background: #FFF8F0; border-radius: 3px; }
.cwscroll::-webkit-scrollbar-thumb { background: #FF6600; border-radius: 3px; }
.cwrev {
    flex: 0 0 320px;
    background: #FFFFFF; border: 1px solid #FFD9B3;
    border-radius: 14px; padding: 24px;
    transition: all 0.3s ease;
    position: relative;
}
.cwrev:hover { border-color: #FF6600; background: #FFF8F0; }
.cwrev-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cwrev-head i {
    width: 40px; height: 40px; border-radius: 10px;
    background: #FF6600; color: #FFFFFF;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.cwrev-head b { font-size: 15px; color: #2D2418; display: block; font-weight: 700; }
.cwrev-head span { font-size: 12px; color: #5C4A38; }
.cwrev-stars { color: #FF6600; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.cwrev-body { font-size: 13px; color: #5C4A38; line-height: 1.8; }

/* ===== 页脚 ===== */
.cwft {
    background: #2D2418; color: #FFFFFF;
    padding: 56px 0 0; border-top: 3px solid #FF6600;
}
.cwftbox {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr;
    gap: 36px; padding-bottom: 32px;
}
.cwftc .cwlg { color: #FFFFFF; }
.cwftc .cwlg img { border-color: #FF6600; }
.cwftc .cwlg span { color: #FFFFFF; }
.cwftc .cwlg em { background: #FF6600; border-color: #FF6600; color: #FFFFFF; }
.cwftd {
    font-size: 13px; color: rgba(255,255,255,0.8);
    margin-top: 16px; line-height: 1.8;
    padding: 14px 16px;
    border: 1px solid rgba(255,102,0,0.4);
    border-radius: 10px;
}
.cwftt {
    font-size: 16px; font-weight: 700; margin-bottom: 16px;
    letter-spacing: 2px; color: #FF8800;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,102,0,0.4);
    display: inline-block;
}
.cwftc a {
    display: block; padding: 5px 0;
    color: rgba(255,255,255,0.8); font-size: 13px;
    transition: color 0.25s ease;
}
.cwftc a:hover { color: #FF8800; }
.cwftp { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 12px; line-height: 1.7; }
.cwftcpy {
    text-align: center; padding: 18px 0;
    border-top: 1px solid rgba(255,102,0,0.3);
    font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 1px;
}

/* 返回顶部 */
.cwtop {
    position: fixed; right: 22px; bottom: 22px;
    width: 48px; height: 48px; border-radius: 12px;
    background: #FF6600; color: #FFFFFF; font-size: 22px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: all 0.25s ease;
    border: 1px solid #FF6600; z-index: 99;
}
.cwtop.show { opacity: 1; visibility: visible; }
.cwtop:hover { background: #E85D04; border-color: #E85D04; }

/* ===== 响应式：767px ===== */
@media (max-width: 767px) {
    .cwbox { height: 58px; gap: 10px; }
    .cwnv, .cwrt { display: none; }
    .cwmenu { display: block; }
    .cwlg span { font-size: 17px; }
    .cwlg em { font-size: 10px; padding: 2px 6px; }
    .cwlg img { width: 34px; height: 34px; }

    .cwhero { padding: 40px 0 0; }
    .cwhero-main { flex-direction: column; gap: 30px; padding-bottom: 30px; }
    .cwhero-left { text-align: center; }
    .cwhero-left h1 { font-size: 52px; }
    .cw-desc { margin: 0 auto 22px; }
    .cwbtn { justify-content: center; flex-wrap: wrap; }
    .cwhero-right { flex: none; height: 320px; width: 100%; }
    .cw-ring-1 { width: 200px; height: 200px; }
    .cw-ring-2 { width: 140px; height: 140px; }
    .cw-phone { width: 160px; height: 320px; }
    .cw-stats { flex-wrap: wrap; }
    .cw-stat { flex: 1 1 45%; padding: 16px; }

    .cwse { padding: 40px 0; }
    .cwtitle { margin-bottom: 28px; gap: 10px; flex-wrap: wrap; }
    .cwno { font-size: 38px; }
    .cwtt { font-size: 22px; letter-spacing: 2px; }

    .cwgrid4 {
        display: flex; gap: 16px;
        overflow-x: auto; padding-bottom: 16px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    .cwgrid4::-webkit-scrollbar { height: 4px; }
    .cwgrid4::-webkit-scrollbar-track { background: #FFF8F0; border-radius: 2px; }
    .cwgrid4::-webkit-scrollbar-thumb { background: #FF6600; border-radius: 2px; }
    .cwgrid4-item { flex: 0 0 240px; }
    .cwgrid4-img { height: 180px; }

    .cwlist::before { left: 28px; }
    .cwlist-item { flex-wrap: wrap; gap: 16px; padding: 20px; }
    .cwlist-num { width: 48px; height: 48px; font-size: 18px; }

    .cwdl { grid-template-columns: 1fr; gap: 20px; }
    .cwdl-mark { width: 32px; }

    .cwsteps { grid-template-columns: 1fr; gap: 20px; }
    .cwstep { margin-top: 0 !important; }

    .cwfaq { grid-template-columns: 1fr; gap: 20px; }
    .cwfaq-tabs { flex-direction: row; flex-wrap: wrap; gap: 8px; }
    .cwfaq-tab { flex: 1 1 45%; padding: 10px 14px; font-size: 13px; }
    .cwfaq-content { padding: 20px 22px; min-height: auto; }

    .cwnews3 {
        display: flex; gap: 16px;
        overflow-x: auto; padding-bottom: 16px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    .cwnews3::-webkit-scrollbar { height: 4px; }
    .cwnews3::-webkit-scrollbar-track { background: #FFF8F0; border-radius: 2px; }
    .cwnews3::-webkit-scrollbar-thumb { background: #FF6600; border-radius: 2px; }
    .cwnews3-card { flex: 0 0 280px; }
    .cwnews3-img { height: 160px; }

    .cwrev { flex: 0 0 280px; }

    .cwftbox { grid-template-columns: 1fr; gap: 26px; }
    .cwtop { right: 14px; bottom: 14px; width: 42px; height: 42px; }
}
