/* 全站 Header Logo：原 326×120，宽度共减 20px，高度同比 */
a.cp-logo {
    /*width: 306px !important;*/
    /*height: calc(120px * 306 / 326) !important;*/
}
/* 手机端：Logo 缩小，避免顶栏被占满（与背景图同比） */
@media (max-width: 767px) {
    a.cp-logo {
		top:-15px !important;
        width: min(80px, 38vw) !important;
        height: calc(120px * min(132px, 38vw) / 326) !important;
        background-size: contain !important;
		 background: url("/uploads/image/20260418/7c8d55c866e9817673f9c015ece9ee72.png") no-repeat left center;
    }
}

/* 顶栏深蓝条：字型大小 + 标语与客服电话（#cp-lang-search 供 intlcr.common 绑定 .cp-s-sm / .cp-s-md / .cp-size） */
/* 覆盖 layout-common：#cp-top-aside 固定 35px + .cp-lang-box{width:100%} 会把标语挤到蓝条外，白字在白底上不可见 */
#cp-top-aside.cp-top-aside-bar {
    background: #1c4587;
    color: #fff;
    display: block !important;
    height: auto !important;
    min-height: 35px;
    overflow: visible;
}
.cp-top-aside-inner#cp-lang-search {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 18px;
    padding: 1px 15px;
    box-sizing: border-box;
    text-align: unset;
    width: 100%;
}
#cp-top-aside .cp-lang-box.cp-top-aside-font {
    display: flex !important;
    width: auto !important;
    max-width: none;
    height: auto !important;
    min-height: 0;
    flex: 0 0 auto;
    text-align: unset;
}
.cp-top-aside-divider {
    width: 1px;
    align-self: stretch;
    min-height: 22px;
    margin: 2px 0;
    background: rgba(255, 255, 255, 0.38);
    flex-shrink: 0;
}
.cp-top-aside-inner .cp-top-aside-font {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px 6px;
}
.cp-top-aside-inner .cp-top-aside-font > li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cp-top-aside-inner .cp-top-aside-font-label {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 4px;
}
.cp-top-aside-inner .cp-hsize a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 26px;
    color: #fff !important;
    opacity: 0.92;
}
.cp-top-aside-inner .cp-size-active a,
.cp-top-aside-inner .cp-hsize a:hover {
    opacity: 1;
    color: #fc8416 !important;
}
.cp-top-aside-inner .cp-icon-size {
    color: inherit;
    font-size: 18px;
    line-height: 1;
}
.cp-top-aside-slogan {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.02em;
    text-align: right;
}
.cp-top-aside-slogan-lead {
    white-space: nowrap;
}
.cp-top-aside-chat-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fc8416 !important;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
	font-size: 24px;
}
.cp-top-aside-chat-link .cp-icon-bubbles3 {
    color: #fc8416;
    font-size: 
30px;
    line-height: 1;
    flex-shrink: 0;
}
.cp-top-aside-chat-link:hover {
    text-decoration: underline;
}
.cp-top-aside-slogan-colon {
    font-weight: 600;
    margin: 0 1px;
}
.cp-top-aside-slogan a,
.cp-top-aside-slogan .cp-top-aside-phone {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.cp-top-aside-slogan a:hover,
.cp-top-aside-slogan .cp-top-aside-phone:hover {
    text-decoration: underline;
}
@media (max-width: 35.5em) {
    .cp-top-aside-inner#cp-lang-search {
        justify-content: center;
        padding: 8px 10px;
    }
    .cp-top-aside-divider {
        align-self: center;
        min-height: 18px;
    }
    .cp-top-aside-slogan {
        width: 100%;
        text-align: center;
        font-size: 12px;
        justify-content: center;
    }
    .cp-top-aside-slogan-lead {
        white-space: normal;
    }
    .cp-top-aside-inner .cp-top-aside-font {
        justify-content: center;
    }
}

/* 首页「企业社会责任」栏：左快捷入口网格 + 右业务办结列表（三列区块最右一项） */
/* Pure 的 .pure-g 仅有 -webkit-flex，部分浏览器 flex 不生效；此处补标准 flex 以便高度约束成立 */
.cp-biz-stats-csr-row.pure-g {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    min-height: 0;
}
.cp-biz-stats-csr-row {
    align-items: stretch;
    min-height: 0;
}
/* 左栏与右侧「业务办结」列表等高，导航网格纵向均分剩余空间 */
.cp-biz-stats-csr-row > div:first-child {
    display: flex;
    flex-direction: column;
    min-height: 0;
    box-sizing: border-box;
}
.cp-biz-stats-csr-row > div:last-child {
    display: flex;
    flex-direction: column;
    min-height: 0;
    box-sizing: border-box;
}
.cp-biz-stats-csr-column .cp-biz-stats-grid {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    /* 与顶栏资讯条一致的深灰竖向渐变 */
    background: linear-gradient(180deg, #4a4a4a 0%, #2e2e2e 100%);
    border: none;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.cp-abc-b article.cp-clo-3--csr-compact {
    padding-bottom: 14px;
    margin-bottom: 14px;
}
@media only screen and (min-width: 64em) {
    .cp-abc-b article.cp-clo-3--csr-compact {
        padding-bottom: 10px;
        margin-bottom: 0;
    }
}
.cp-biz-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #c5dcef;
    background: #fff;
    box-sizing: border-box;
    min-height: 0;
}
.cp-biz-stats-csr-column .cp-biz-stats-btn {
    font-size: 1.3rem;
    padding: 6px 4px;
    gap: 5px;
    line-height: 1.35;
}
.cp-biz-stats-csr-column .cp-biz-stats-btn i {
    font-size: 2rem;
}
.cp-biz-stats-csr-column .cp-biz-stats-btn span {
    max-width: none;
}
.cp-biz-stats-csr-column .cp-biz-stats-panel {
    padding: 0 0 0 22px;
    box-sizing: border-box;
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}
@media screen and (min-width: 35.5em) {
    .cp-biz-stats-csr-column .cp-biz-stats-panel {
        padding-left: 28px;
    }
}
@media screen and (max-width: 35.5em) {
    .cp-biz-stats-csr-column .cp-biz-stats-panel {
        padding: 10px 0 0;
    }
}
.cp-biz-stats-csr-column .cp-biz-stats-title {
    font-size: 1.6rem;
    margin-bottom: 6px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    line-height: 1.3;
    flex-shrink: 0;
}
/* 业务办结列表：可视区域 + 纵向无缝自动滚动（由脚本复制一份列表实现循环） */
.cp-biz-stats-csr-column .cp-biz-stats-marquee {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
}
.cp-biz-stats-csr-column .cp-biz-stats-marquee-track {
    will-change: transform;
}
.cp-biz-stats-csr-column .cp-biz-stats-marquee--ready .cp-biz-stats-marquee-track {
    animation: cp-biz-stats-marquee-y 22s linear infinite;
}
.cp-biz-stats-csr-column .cp-biz-stats-marquee--ready:hover .cp-biz-stats-marquee-track {
    animation-play-state: paused;
}
@keyframes cp-biz-stats-marquee-y {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -50%, 0);
    }
}
/* 两段列表接缝处保留分隔线 */
.cp-biz-stats-csr-column .cp-biz-stats-marquee-track > .cp-biz-stats-list:first-child > .cp-biz-stats-item:last-child {
    border-bottom: 1px solid #e8e8e8;
}
@media (prefers-reduced-motion: reduce) {
    .cp-biz-stats-csr-column .cp-biz-stats-marquee--ready .cp-biz-stats-marquee-track {
        animation: none;
    }
    .cp-biz-stats-csr-column .cp-biz-stats-marquee {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* 并排：固定行高 + overflow，否则 max-height 常被 flex 子项 min-height:auto 顶破，看起来像没生效 */
@media screen and (min-width: 35.5em) {
    .cp-biz-stats-csr-row.pure-g {
        flex-wrap: nowrap;
        height: calc(21rem + 150px);
        max-height: calc(21rem + 150px);
        overflow: hidden;
    }
    .cp-biz-stats-csr-row > div[class*="pure-u"] {
        min-height: 0;
        max-height: 100%;
        overflow: hidden;
        align-self: stretch;
    }
}
@media screen and (max-width: 35.5em) {
    .cp-biz-stats-csr-row > div:first-child {
        max-height: calc(17rem + 150px);
        min-height: 0;
        overflow: hidden;
    }
    .cp-biz-stats-csr-column .cp-biz-stats-marquee {
        max-height: min(calc(32vh + 150px), 366px);
    }
}
.cp-biz-stats-csr-column .cp-biz-stats-name {
    font-size: 1.4rem;
    max-width: 100%;
    flex-wrap: wrap;
}
.cp-biz-stats-csr-column .cp-biz-stats-name i {
    font-size: 1.35rem;
}
.cp-biz-stats-csr-column .cp-biz-stats-meta {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 4px;
}
.cp-biz-stats-csr-column .cp-biz-stats-item {
    padding: 6px 0 6px 10px;
}
.cp-biz-stats-csr-column .cp-biz-stats-item--active {
    padding-left: 14px;
}
.cp-biz-stats-csr-column .cp-biz-stats-item--active::before {
    top: 6px;
    bottom: 6px;
    width: 3px;
}
.cp-biz-stats-csr-more {
    margin: 6px 0 0;
    padding-top: 5px;
    border-top: 1px solid #eee;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.cp-biz-stats-csr-more a {
    color: #1428d2 !important;
}
.cp-biz-stats-csr-more a:hover {
    text-decoration: underline;
}
.cp-biz-stats-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 8px;
    text-align: center;
    color: #333 !important;
    font-size: 1.3rem;
    line-height: 1.35;
    border-right: 1px solid #c5dcef;
    border-bottom: 1px solid #c5dcef;
    box-sizing: border-box;
    transition: background 0.2s, color 0.2s;
}
.cp-biz-stats-btn:nth-child(3n) {
    border-right: none;
}
.cp-biz-stats-btn:nth-child(n + 4) {
    border-bottom: none;
}
/* 企业社会责任栏内为 2 列按钮，覆盖上方 3 列的边框规则 */
.cp-biz-stats-csr-column .cp-biz-stats-btn:nth-child(3n) {
    border-right: 1px solid #c5dcef;
}
.cp-biz-stats-csr-column .cp-biz-stats-btn:nth-child(2n) {
    border-right: none;
}
.cp-biz-stats-csr-column .cp-biz-stats-btn:nth-child(n + 4) {
    border-bottom: 1px solid #c5dcef;
}
.cp-biz-stats-csr-column .cp-biz-stats-btn:nth-child(n + 5) {
    border-bottom: none;
}
/* 深灰底上的快捷按钮：浅色字与半透明格线 */
.cp-biz-stats-csr-column .cp-biz-stats-grid .cp-biz-stats-btn {
    color: #f0f0f0 !important;
    background: transparent;
    border-right-color: rgba(255, 255, 255, 0.12);
    border-bottom-color: rgba(255, 255, 255, 0.12);
}
.cp-biz-stats-csr-column .cp-biz-stats-grid .cp-biz-stats-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}
.cp-biz-stats-csr-column .cp-biz-stats-grid .cp-biz-stats-btn i {
    color: #a8cce8;
}
.cp-biz-stats-csr-column .cp-biz-stats-grid .cp-biz-stats-btn:hover i {
    color: #dce9f7;
}
.cp-biz-stats-btn:hover {
    background: #f0f7fc;
    color: #1428d2 !important;
}
.cp-biz-stats-btn i {
    font-size: 2.6rem;
    color: #5a9fd4;
    line-height: 1;
}
.cp-biz-stats-btn:hover i {
    color: #1428d2;
}
.cp-biz-stats-btn span {
    display: block;
    max-width: 7.5em;
}
.cp-biz-stats-panel {
    padding: 0;
    box-sizing: border-box;
}
.cp-biz-stats-title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1428d2;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
}
.cp-biz-stats-title-blue {
    color: #1428d2;
}
.cp-biz-stats-title-dot {
    color: #666;
    font-weight: 400;
}
.cp-biz-stats-title-orange {
    color: #fc8416;
}
.cp-biz-stats-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cp-biz-stats-item {
    position: relative;
    padding: 12px 0 12px 14px;
    border-bottom: 1px solid #e8e8e8;
}
.cp-biz-stats-item:last-child {
    border-bottom: none;
}
.cp-biz-stats-item--active {
    padding-left: 18px;
}
.cp-biz-stats-item--active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 2px;
    background: #fc8416;
}
.cp-biz-stats-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1428d2 !important;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}
.cp-biz-stats-name:hover {
    text-decoration: underline;
}
.cp-biz-stats-name i {
    font-size: 1.4rem;
    color: #5a9fd4;
    flex-shrink: 0;
}
.cp-biz-stats-meta {
    margin: 6px 0 0;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #1428d2;
    opacity: 0.92;
}

@media (min-width: 1024px) and (max-width: 1366px) {
   .cp-mail-box{overflow-y: auto;height: 400px;}
   .cp-bread .pure-u-xl-4-5 {width:75%;}
    .cp-bread .pure-u-xl-1-5 {width:25%;}
    .footer-content .pure-u-lg-3-8 {width:50%;}
    .footer-content .pure-u-lg-5-8{width:50%;}
.tabs-boxs dt{width:12%;}
.tabs-boxs dd{width:86%;}
.jqmWindow{top:5%;}
.cp-con-list-box dt i.cp-icon-job-c {
    font-size: 1.6rem
}
   }

@media (min-width: 1366px){
.cp-pic-slider{width: 615%; position: relative;}
.cp-pic-slider li{float: left;width: 182px}
}
@media (min-width: 1600px){
 .cp-pic-slider li{width: 227px;}
}
@media (min-width: 1920px){
 .cp-pic-slider li{width: 281px;}
}

/* 首页「公司成立后还需要做什么」Tab 切换（设计稿：未选橙底白字，选中白底橙字） */
.cp-company-guide-nav li {
    cursor: pointer;
    user-select: none;
    transition: background-color .2s ease, color .2s ease;
    background: transparent;
    color: #fff;
    padding: 18px 16px;
    line-height: 1.35;
    font-size: 1.4rem;
    font-weight: 700;
    box-sizing: border-box;
}
.cp-company-guide-nav li.active {
    background: #fff !important;
    color: #FC8416 !important;
    border-bottom-color: rgba(252, 132, 22, 0.25);
}
.cp-company-guide-nav li:last-child {
    border-bottom: none;
}
/* 多面板叠在同一网格格，高度取最高项，切换 tab 不改变整页高度 */
.cp-company-guide .cp-company-guide-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
}
.cp-company-guide-panel {
    grid-area: 1 / 1 / 2 / 2;
    display: block;
    min-width: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.cp-company-guide-panel.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.cp-company-guide .cp-company-guide-content h3 {
    border-bottom: 3px solid #FC8416;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
/* 序号：橙色方块 + 白色数字 */
.cp-company-guide .cp-company-guide-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 18px;
    counter-reset: cp-guide-step;
}
.cp-company-guide .cp-company-guide-list li {
    list-style: none;
    position: relative;
    padding-left: 3.2rem;
    margin-bottom: 14px;
    color: #666;
    line-height: 1.65;
    counter-increment: cp-guide-step;
}
.cp-company-guide .cp-company-guide-list li::before {
    content: counter(cp-guide-step);
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 2.2rem;
    height: 2.2rem;
    background: #FC8416;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2.2rem;
    text-align: center;
}
.cp-company-guide .cp-company-guide-desc {
    font-size: 1.3rem;
    color: #999;
    line-height: 1.65;
}
.cp-company-guide .cp-company-guide-footnote {
    font-size: 1.2rem;
    color: #999;
    line-height: 1.65;
    margin: 0 0 14px;
    text-align: center;
}
.cp-company-guide .cp-company-guide-btn {
    text-align: center;
    margin-bottom: 0;
}
/* 橙色 Tab 侧栏：高度随 Tab 内容，不与右侧白卡上下拉齐（纵向居中） */
.cp-company-guide .cp-company-guide-wrap {
    align-items: center;
}
@media (min-width: 64em) {
    .cp-company-guide .cp-company-guide-wrap > .pure-u-lg-1-4 {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-self: center;
    }
    .cp-company-guide .cp-company-guide-nav {
        margin-top: 0 !important;
        margin-right: 0;
        margin-bottom: 0;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        width: 100%;
        align-self: center;
        justify-content: flex-start;
    }
    .cp-company-guide .cp-company-guide-nav li {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 17px 14px;
        min-height: 0;
    }
    .cp-company-guide .pure-u-lg-3-4 {
        display: flex;
        flex-direction: column;
    }
    .cp-company-guide .pure-u-lg-3-4 > .cp-company-guide-card {
        flex: 1 1 auto;
    }
    .cp-company-guide-card {
        position: relative;
        z-index: 1;
        margin-left: 0;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
}
/* 机构信用代码证示意：略偏横版 */
.cp-company-guide .cp-company-guide-paper--wide {
    width: 128px;
    height: 132px;
}

/* 精选文章：图说式画廊轮播（多列缩略图 + 标题） */
.cp-featured-carousel--gallery {
    margin-top: 8px;
    /* JS 执行前占位：避免 var(...,1) 导致首屏只显示一张 */
    --featured-slides-per-view: 1;
}
@media (min-width: 480px) {
    .cp-featured-carousel--gallery {
        --featured-slides-per-view: 2;
    }
}
.cp-featured-carousel-frame {
    border: 1px solid #ddd;
    background: #fff;
    padding: 18px 14px 20px;
    box-sizing: border-box;
}
.cp-featured-carousel-heading {
    margin: 0 0 16px;
    padding: 0;
    border: none;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.cp-featured-carousel-heading-accent {
    color: #FC8416;
}
.cp-featured-carousel-heading-base {
    color: #1428D2;
}
.cp-featured-carousel-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.cp-featured-carousel-viewport {
    overflow: hidden;
    flex: 1;
    min-width: 0;
    width: 1%;
}
.cp-featured-carousel-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.55s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
    .cp-featured-carousel-track {
        transition: none;
    }
}
.cp-featured-carousel-slide {
    flex: 0 0 calc(100% / var(--featured-slides-per-view, 1));
    max-width: calc(100% / var(--featured-slides-per-view, 1));
    box-sizing: border-box;
    padding: 0 6px;
}
.cp-featured-tile {
    display: block;
    text-decoration: none;
    color: inherit;
}
.cp-featured-tile:hover .cp-featured-tile-caption {
    color: #FC8416;
}
.cp-featured-tile-img {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    /*aspect-ratio: 4 / 3;*/ 
}
.cp-featured-tile-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    vertical-align: top;
}
.cp-featured-tile-caption {
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 1.45;
    color: #222;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cp-featured-carousel-btn {
    flex-shrink: 0;
    width: 32px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #555;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.cp-featured-carousel-btn:hover:not(:disabled) {
    color: #FC8416;
    background: transparent;
}
.cp-featured-carousel-btn:focus {
    outline: 2px solid #FC8416;
    outline-offset: 2px;
}
.cp-featured-carousel-btn:disabled {
    opacity: 0.25;
    cursor: default;
}
.cp-featured-carousel--static .cp-featured-carousel-btn {
    display: none;
}
.cp-featured-carousel--static .cp-featured-carousel-row {
    gap: 0;
}

/* LiveReception 顶部条：在线咨询链接前的气泡图标（与值班电话区橙色一致） */
a.cp-live-chat-link {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
i.cp-live-top-chat-icon {
    margin-right: 6px;
    color: #FC8416;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

/* FAQ 内嵌切换正文时略淡出，减轻「闪一下」感 */
.cp-article .cp-right-content {
    transition: opacity 0.2s ease;
}

/* LiveReception 邀访弹窗：手机端关闭/拒绝按钮触摸（onclick 在部分 WebView 上不可靠，由 intlcr.chat 内 touchend 补强） */
@media (max-width: 1023px) {
    [id^="LRfloater"] {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
        touch-action: manipulation;
    }
    [id^="LRfloater"] a,
    #swtColse {
        cursor: pointer;
        touch-action: manipulation;
    }
    #LR_Tb2 a,
    #LR_Tb2 map area {
        touch-action: manipulation;
    }
}

/* 咨询区「联系我们」标题 + 顶栏下拉单行联系人（何珂 / 电话） */
.cp-contact-tab-heading {
    margin: 0 0 14px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}
.cp-menu li li.cp-dropmenu-contact-line {
    line-height: 1.65;
    white-space: normal;
    height: auto;
    padding-bottom: 8px;
}
