@charset "UTF-8";

/* @font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/c/font_4854423_clk16lbhrdc.woff2?t=1760671082709') format('woff2'),
       url('//at.alicdn.com/t/c/font_4854423_clk16lbhrdc.woff?t=1760671082709') format('woff'),
       url('//at.alicdn.com/t/c/font_4854423_clk16lbhrdc.ttf?t=1760671082709') format('truetype');
} */
@font-face {
    font-family: 'iconfont';
    src: url('/src/icon/iconfont.woff2') format('woff2'),
        url('/src/icon/iconfont.woff') format('woff'),
        url('/src/icon/iconfont.ttf') format('truetype');
}

.icon {
    font-family: 'iconfont' !important;
}

:root {
    --li: #e41314;
    --li1: #e41314;
    --jb: linear-gradient(90deg, #6fcc8b, #6dbfff);
    --f16: max(16px, 0.83vw);
    --f18: max(16px, 0.938vw);
    --f22: max(18px, 1.146vw);
    --f24: max(20px, 1.25vw);
    --f30: max(24px, 1.563vw);
    --f36: max(26px, 1.875vw);
    --f40: max(28px, 2.083vw);
    --f42: max(28px, 2.188vw);
    --f48: max(32px, 2.5vw);
    --f54: max(38px, 2.813vw);
    --f60: max(42px, 3.125vw);
    --f72: max(48px, 3.75vw);
    --f80: max(54px, 4.167vw);
    --f94: max(74px, 5.104vw);
}

html {
    font-size: var(--f16);
}

body {
    background-color: #fff;
    color: #666;
    font-size: var(--f16);
    font-family: 'Onsite';
    line-height: 167%;
    font-weight: 300;
}

* {
    box-sizing: border-box !important;
    word-break: normal !important;
    word-wrap: normal !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--li);
}

.no-se {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@font-face {
    font-family: 'DIN';
    font-style: normal;
    src: url('/src/font/DIN-BOLD.OTF');
    font-weight: 700;
}

@font-face {
    font-family: 'DIN';
    font-style: normal;
    font-weight: 900;
    src: url('/src/font/DIN-BLACK.OTF');
}

.din {
    font-family: 'DIN', sans-serif;
    font-weight: 700;
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 100;
    src: url('/src/font/OnsiteThin.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 200;
    src: url('/src/font/OnsiteExtraLight.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 300;
    src: url('/src/font/OnsiteLight.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 400;
    src: url('/src/font/Onsite.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 500;
    src: url('/src/font/OnsiteMedium.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 700;
    src: url('/src/font/OnsiteBlod.otf');
}

@font-face {
    font-family: 'Onsite';
    font-style: normal;
    font-weight: 900;
    src: url('/src/font/OnsiteExtraBlod.otf');
}


.jb {
    background-image: var(--jb);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 100%;
    display: inline-block;
}

.public_more {
    --h: var(--f54);
    z-index: 3;
    color: var(--li);
    line-height: calc(var(--h) * 2);
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid var(--li);
    display: inline-block;
    height: var(--h);
    width: calc(var(--f60) * 3);
    background-color: var(--li);
    text-align: center;
    position: relative;
    border-radius: 500000px;
    overflow: hidden;
}

.public_more:before,
.public_more:after {
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.public_more:before {
    line-height: var(--h);
    content: attr(data-title);
    color: white;
    width: 100%;
    height: var(--h);
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.public_more:hover {
    background-color: #f7f7f7;
    line-height: var(--h);
}

.public_more:hover:before {
    -webkit-transform: translateY(calc(var(--h) * -1));
    transform: translateY(calc(var(--h) * -1));
}


@media only screen and (max-width:1366px) {
    :root {
        --f16: max(14px, 0.835vw);
    }
}

/* @media only screen and (max-width:768px) { */
/* @media only screen and (max-width:480px) {
    body {
        font-size: 14px;
    }

    :root {
        --f40: 24px;
        --f48: 24px;
    }
} */

.table-responsive {
    overflow: auto;
}

.table-responsive::-webkit-scrollbar {
    height: 1px;
}


/* webkit, opera, IE9 （谷歌浏览器）*/
::selection {
    background: var(--li);
    color: #fff;
}

/* mozilla firefox（火狐浏览器） */
::-moz-selection {
    background: var(--li);
    color: #fff;
}

/*end*/
a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

i {
    font-style: normal;
}

/*yx_Css*/
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Limg_con,
.Limg_cov {
    position: relative;
    height: 0;
    overflow: hidden;
}

.Limg_con img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    object-fit: contain;
}

.Limg_cov img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    left: 0;
    top: 0;
}

.L_tit {
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.L_summary {
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* @media only screen and (min-width:1921px) {
    .Limg_con img {
        width: 100%;
    }

} */

/*end*/



/* 留言 */
.ver-error-input {
    border: 1px solid #ff1f30;
}

.ver-errbox {
    position: relative;
}

.ver-errors {
    color: #ff1f30;
    font-size: 88%;
    margin: 0 !important;
    position: absolute;
    width: auto;
    max-width: max(220px, 11.458vw);
    background-color: #dedede;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    left: 25%;
    vertical-align: top;
    top: 50%;
    transform: translateY(-50%);
    line-height: 250%;
}

/* .required:before {
    content: '*';
    position: absolute;
    top: 50%;
    left: max(15px, 0.8vw);
    transform: translateY(-50%);
    color: #ff1f30;
} */

.e_textarea-66.required:before {
    top: 20%;
}

.e_textarea-66 .ver-errors {
    top: 10%;
    left: 26%;
}

.ver-errors:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #dedede;
    position: absolute;
    left: -5px;
    top: 10px;
    transform: rotate(45deg);
}

.ver-errors .ver-error-caret {
    color: #dedede;
    position: absolute;
    left: -12px;
    width: 15px;
    height: 30px;
    line-height: 30px;
    top: 0px;
}

.ver-errors .ver-error-caret.ver-icon-carets:before {
    content: "\e6cc";
}

.ver-money-input {
    vertical-align: middle;
    color: #333;
}

.ver-money-input::before {
    content: "￥";
}

.ver-money-input>input {
    width: 60px;
    border: 0;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin: 0;
}

.ver-error-inputs {
    border: 1px solid #ff1f30;
    border-right: 0;
}

.ver-errorMessageBlock {
    display: block;
    top: 5px;
    width: 100%;
    max-width: 100%;
    left: 0;
    background: none;
}


/* 表单验证 */
.required {
    position: relative;
}

.invalid {
    /* max-width: 100px; */
    padding: 8px 10px;
    position: absolute !important;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    background-color: #ff5c13;
    border-radius: 5px;
    font-size: var(--14px--);
    color: #fff;
    white-space: nowrap;
    /* overflow: hidden; */
    user-select: none;
    animation: invalidW 1s forwards;
}

.message>.invalid {
    /* top: calc(15% + 15px); */
    top: 13px;
    left: 25%;
    transform: translateY(0);
}

.verifyBox>.invalid {
    top: 50%;
}

.invalid::before {
    content: '';
    border-right: 10px solid #ff5c13;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

@keyframes invalidW {
    0% {
        max-width: 0;
        /* overflow: hidden; */
        white-space: nowrap;
    }

    100% {
        max-width: 300px;
        overflow: visible;
        grid-template-rows: repeat();
    }
}

@keyframes restinvalidW {
    0% {
        max-width: 300px;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        max-width: 0px;
    }
}


ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% 0 0;
    gap: 8px;
}

ul.pagination li {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #bdbdbd;
    transition: border-color .6s;
}

ul.pagination li:nth-of-type(1) svg {
    transform: rotate(180deg);
}

/* ul.pagination li * {
    display: block;
    padding: 10px 5px;
} */

ul.pagination li a,
ul.pagination li span {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li.active {
    border-color: var(--li);
    position: relative;
    z-index: 1;
}

ul.pagination li:hover {
    border-color: var(--li);
}

ul.pagination li.disabled {
    cursor: no-drop;
    opacity: .8;
}



@media screen and (max-width: 800px) {
    .ver-errors {
        display: block;
        top: 50px;
        margin-left: 40px !important;
    }

    .ver-errors .ver-error-caret {
        left: 3px;
        top: -19px;
    }

    .ver-errors .ver-error-caret.ver-icon-carets:before {
        content: "\e6d0";
    }

    .e_textarea-66 .ver-errors {
        top: 50px;
        left: 30%;
    }
}

/* 翻页 */
.news_page {
    display: flex;
    margin-top: 1.563vw;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.042vw;
    flex-wrap: wrap;
}

.news_page a {
    color: #666;
    font-size: var(--f18);
    display: block;
    width: 100%;
    margin: 10px 0;
}

.news_page a span {
    color: #333;
}


@media only screen and (max-width:768px) {
    ul.pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto 50px;
        gap: 5px;
    }

    ul.pagination li {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}


@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

@keyframes d_fu1 {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100%)
    }

    50.001% {
        transform: translateX(100%);
        display: none
    }

    100% {
        transform: translateX(0);
        display: block
    }
}

@keyframes d_fu2 {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}