/* 岳阳长炼机电官网：全站移动端统一样式 */
@media (max-width: 767px) {
    html {
        font-size: 16px;
        -webkit-text-size-adjust: 100%;
    }

    body {
        min-width: 0;
        padding-bottom: calc(68px + env(safe-area-inset-bottom));
        overflow-x: hidden;
        color: #27384b;
        background: #f5f7fa;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    }

    img, video, canvas, iframe {
        max-width: 100%;
    }

    img {
        height: auto;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 16px;
        padding-left: 16px;
    }

    .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    [class*="col-xs-"], [class*="col-sm-"], [class*="col-md-"] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .snow-container,
    .rfia,
    .header-bg,
    .headerTit,
    .gotoptop_icon,
    .float-nav-toggle {
        display: none !important;
    }

    body > .header {
        position: sticky;
        top: 0;
        z-index: 900;
        margin: 0;
        background: #fff;
        border-bottom: 1px solid #e5eaf0;
        box-shadow: 0 3px 12px rgba(24, 53, 84, .08);
    }

    body > .header > .container {
        padding: 0 14px;
    }

    .header .logo-box {
        height: 64px;
        min-height: 64px;
        padding-right: 58px;
        line-height: 64px;
        background: #fff;
    }

    .header .logo-box .container,
    .header .logo-box .row {
        height: 100%;
    }

    .header .logoboxTwo {
        height: 64px;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .header .logo-box .logo {
        display: flex;
        height: 64px;
        align-items: center;
    }

    .header .logo-box .logo img {
        width: auto;
        max-width: min(69vw, 260px);
        max-height: 46px;
        object-fit: contain;
    }

    .header .nav-toggle {
        right: 4px;
        top: 4px;
        min-width: 52px;
        width: 52px;
        height: 56px;
        line-height: 56px;
        color: #155d9a;
        font-size: 23px;
        border-radius: 6px;
    }

    .nav {
        width: 0;
        max-width: none;
        padding-top: env(safe-area-inset-top);
        background: #fff;
        box-shadow: -16px 0 40px rgba(16, 43, 70, .2);
    }

    .nav.active {
        width: min(86vw, 340px);
        max-width: min(86vw, 340px);
        opacity: 1;
    }

    .nav ul {
        padding: 14px 0 28px;
    }

    .nav ul li {
        min-height: 52px;
        line-height: normal;
    }

    .nav ul li a {
        min-height: 52px;
        padding: 15px 58px 15px 24px;
        color: #30445a;
        font-size: 16px;
        line-height: 22px;
        border-bottom: 1px solid #edf0f3;
    }

    .nav ul li.current > a,
    .nav ul li.active > a {
        color: #155d9a;
        background: #edf6fd;
    }

    .nav ul li .arrow {
        width: 52px;
        height: 52px;
        line-height: 52px;
        color: #607488;
    }

    .mask-bg {
        position: fixed;
        z-index: 898;
        inset: 0;
        background: rgba(15, 32, 49, .5);
        backdrop-filter: blur(2px);
    }

    #partialviewid {
        min-height: 45vh;
        overflow: hidden;
        background: #fff;
    }

    #partialviewid > .container,
    #partialviewid > main.container {
        padding-top: 16px;
        padding-bottom: 28px;
    }

    h1, .all-detail-title {
        font-size: 25px !important;
        line-height: 1.4 !important;
    }

    h2 {
        font-size: 21px;
        line-height: 1.45;
    }

    h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    p, li, td, th, input, textarea, select, button {
        font-size: 15px;
    }

    p {
        line-height: 1.75;
    }

    .breadcrumb {
        margin: 0;
        padding: 12px 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumb > li {
        font-size: 14px;
    }

    .headline-title {
        min-height: 48px;
        margin-bottom: 14px;
    }

    .headline-title .title span {
        font-size: 17px;
    }

    .all-list-bg,
    .all-detail-bg,
    .all-page-bg {
        margin: 0;
        padding: 16px 0 24px;
        background: #f5f7fa;
    }

    .all-list,
    .all-imgList,
    .all-detail,
    .all-list-whiteBg,
    .all-detail-white-bg {
        padding: 16px;
        border-radius: 8px;
        background: #fff;
    }

    .all-list > ul > li {
        min-height: 48px;
        height: auto;
        padding: 10px 0 10px 14px;
        text-indent: 0;
        line-height: 1.55;
        align-items: flex-start;
        border-bottom: 1px solid #edf0f3;
        background-position: left 19px;
    }

    .all-list > ul > li a {
        padding-right: 10px;
        font-size: 16px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .all-list > ul > li span {
        flex: 0 0 auto;
        padding: 3px 0 0 8px;
        font-size: 12px;
    }

    .all-list > ul > hr {
        display: none;
    }

    .all-detail {
        padding: 20px 16px 30px;
    }

    .all-detail-title {
        margin-bottom: 14px;
        text-align: left;
        color: #164f83;
    }

    .all-detail-tips {
        margin: 12px 0 20px;
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
        border-radius: 5px;
    }

    .all-detail img,
    .news-detail img,
    .article-content img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin-right: auto;
        margin-left: auto;
    }

    table {
        max-width: 100%;
    }

    .all-detail table,
    .news-detail table,
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    input[type="text"], input[type="password"], input[type="email"],
    input[type="tel"], input[type="search"], select, textarea {
        width: 100%;
        min-height: 44px;
        padding: 10px 12px;
        font-size: 16px;
        border: 1px solid #ccd6e0;
        border-radius: 5px;
    }

    button, .btn, input[type="button"], input[type="submit"] {
        min-height: 44px;
        padding: 10px 18px;
    }

    .pagination {
        display: flex;
        max-width: 100%;
        padding: 8px 0;
        gap: 5px;
        overflow-x: auto;
    }

    .pagination > li > a,
    .pagination > li > span {
        min-width: 38px;
        min-height: 38px;
        padding: 8px 10px;
        text-align: center;
    }

    footer {
        margin: 0 0 4px;
        padding: 22px 16px !important;
        background: #123e68 !important;
        box-shadow: none !important;
    }

    .footerClick-bg,
    .footerThree {
        padding: 0 !important;
    }

    .footerThree > img {
        display: none;
    }

    .footerThree > div {
        float: none;
        width: 100%;
    }

    .footerThree > div p {
        margin: 0 0 10px;
        color: rgba(255,255,255,.78);
        font-size: 12px;
        line-height: 1.7;
        text-align: center;
    }

    .footerThree > div p:first-child {
        margin-bottom: 14px;
    }

    .footerThree > div p a {
        display: inline-block;
        min-height: 36px;
        padding: 8px 7px;
        color: #fff;
    }

    .footer-fixed {
        height: calc(64px + env(safe-area-inset-bottom));
        padding: 5px 0 env(safe-area-inset-bottom);
        color: #476078;
        border-top: 1px solid #dbe3eb;
        background: rgba(255,255,255,.97);
        box-shadow: 0 -6px 18px rgba(27, 54, 80, .1);
        backdrop-filter: blur(12px);
    }

    .footer-fixed ul {
        height: 58px;
        margin: 0;
    }

    .footer-fixed ul li a {
        min-height: 54px;
        color: #476078;
        font-size: 12px;
        line-height: 1.3;
    }

    .footer-fixed .fa {
        margin-bottom: 3px;
        color: #1769aa;
        font-size: 20px;
    }

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        max-width: 100%;
    }
}

@media (max-width: 359px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .header .logo-box .logo img {
        max-width: 66vw;
    }

    .nav.active {
        width: 90vw;
        max-width: 90vw;
    }
}
