@charset "utf-8";

/* swiper */
@import url("../js/plugin/swiper-5.4.5/swiper.min.css");

/* UI */
@import url("../js/plugin/element-ui/theme-chalk/index.css");
@import url("tailwind.min.css");

/* CSS3动画库 */
@import url("animate.min.css");

/* 各种图标 */
@import url("remixicon.css");
@import url("../fonts/iconfont/iconfont.css");

/*网页黑白滤镜*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter:grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter:grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}*/

/*
--------------iconfont字体图标样式---------------------------
增加icon 的样式
*/
[class^="icon-"], [class*=" icon-"] {
    font-family: "iconfont" !important;
    /* font-size: 16px; */
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* reset css */

[v-cloak] {
    display: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    word-break: break-word;
}


.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.footer-qrcode {
    width: 128px;
    height: 128px;
}

@media (min-width: 1280px) {
    .jr-wrap {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .minh-450 {
        min-height: 450px;
    }
}

@media (min-width: 1536px) {
    .jr-wrap {
        width: 1400px;
    }
}

/* 颜色 */

.text-white {
    color: #fff;
}

.text-gray {
    color: #bbb;
}

.text-red {
    color: #f41c20;
}

.text-orange {
    color: #f39c12;
}

.text-yellow {
    color: #f1c40f;
}

.text-green {
    color: #36d2a5;
}

.text-cyan {
    color: #4eccdb;
}

.text-blue {
    color: #06b;
}

.text-purple {
    color: #9b59b6;
}

.text-pink {
    color: #ff8aab;
}

.md-gray {
    background-color: #f5f5f5;
    color: #797979;
}

.md-red {
    background-color: #f41c20;
}

.md-orange {
    background-color: #f39c12;
}

.md-yellow {
    background-color: #f1c40f;
}

.md-green {
    background-color: #36d2a5;
}

.md-cyan {
    background-color: #4eccdb;
}

.md-blue {
    background-color: #1b80d2;
}

.md-purple {
    background-color: #9b59b6;
}

.md-pink {
    background-color: #ff8aab;
}

.md-lightblue {
    background-color: #e9f3fd;
}

.md-deepblue {
    background-color: #147;
}

.gd-gray {
    background: #ece9e6;
    background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
    background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}

.gd-red {
    background: #ee0979;
    background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
    background: linear-gradient(60deg, #ee0979, #ff6a00);
}

.gd-orange {
    background: #ff5858;
    background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
    background: linear-gradient(60deg, #ff5858, #fcab2a);
}

.gd-yellow {
    background: #ffcf83;
    background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
    background: linear-gradient(60deg, #eaa02a, #ffcf83);
}

.gd-green {
    background: #96deda;
    background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
    background: linear-gradient(60deg, #50c9c3, #96deda);
}

.gd-cyan {
    background: #36d1dc;
    background: -webkit-linear-gradient(60deg, #4eccdb, #3cf);
    background: linear-gradient(60deg, #4eccdb, #3cf);
}

.gd-blue {
    background: #00c6fb;
    background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
    background: linear-gradient(60deg, #005bea, #00c6fb);
}

.gd-purple {
    background: #834d9b;
    background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
    background: linear-gradient(60deg, #834d9b, #d04ed6);
}

.gd-pink {
    background: #ff8aab;
    background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
    background: linear-gradient(60deg, #fa647e, #ff8aab);
}

.gd-lightblue {
    background: #b2fefa;
    background: -webkit-linear-gradient(60deg, #3cf, #bdf);
    background: linear-gradient(60deg, #3cf, #bdf);
}

.gd-deepblue {
    background: #4b6cb7;
    background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
    background: linear-gradient(60deg, #182848, #4b6cb7);
}

.md-red,
.md-red > a,
.md-orange,
.md-orange > a,
.md-yellow,
.md-yellow > a,
.md-green,
.md-green > a,
.md-cyan,
.md-cyan > a,
.md-blue,
.md-blue > a,
.md-purple,
.md-purple > a,
.md-pink,
.md-pink > a,
.md-lightblue,
.md-lightblue > a,
.md-deepblue,
.md-deepblue > a,
.gd-red,
.gd-red > a,
.gd-orange,
.gd-orange > a,
.gd-yellow,
.gd-yellow > a,
.gd-green,
.gd-green > a,
.gd-cyan,
.gd-cyan > a,
.gd-blue,
.gd-blue > a,
.gd-purple,
.gd-purple > a,
.gd-pink,
.gd-pink > a,
.gd-lightblue,
.gd-lightblue > a,
.gd-deepblue,
.gd-deepblue > a {
    color: #fff !important;
}

/*
*tailwind添加active类样式
*/

.active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:bg-blue-500:active {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.active\:bg-opacity-30:active {
    --tw-bg-opacity: 0.3;
}

/*头部样式*/
.public-head {
    height: 100px;
}

.pc-nav {
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.pc-nav > img {
    width: 1100px;
}

.pc-nav-menu {
    font-size: 18px;
    line-height: 100px;
}

.pc-nav-menu li:hover {
    background: linear-gradient(90deg, #276FFF, #06B3FF);
    color: #fff;
}

.pc-nav-menu li.active {
    background: linear-gradient(90deg, #276FFF, #06B3FF);
    color: #fff;
}

.public-head .search-box .el-input-group__append {
    background: linear-gradient(90deg, #276FFF, #06B3FF);
    border: 0;
    color: #fff;
}

@media (min-width: 1280px) {
}

.mobile-menu ul > li:nth-child(1) {
    animation-delay: .1s;
}

.mobile-menu ul > li:nth-child(2) {
    animation-delay: .2s;
}

.mobile-menu ul > li:nth-child(3) {
    animation-delay: .3s;
}

.mobile-menu ul > li:nth-child(4) {
    animation-delay: .4s;
}

.mobile-menu ul > li:nth-child(5) {
    animation-delay: .5s;
}

.mobile-menu ul > li:nth-child(6) {
    animation-delay: .6s;
}

.mobile-menu ul > li:nth-child(7) {
    animation-delay: .7s;
}

.mobile-menu ul > li:nth-child(8) {
    animation-delay: .8s;
}

.mobile-menu ul > li:nth-child(9) {
    animation-delay: .9s;
}

.mobile-menu ul > li:nth-child(10) {
    animation-delay: 1s;
}

/*底部样式*/
.bg-gray-copyright {
    background-color: #2B2B2B;
}


/* 分页组件 */
.pagination {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    /*width: 100%;*/
    /*height: 50px;*/
}

.pagination li {
    font-family: 'Source Han Sans CN';
    float: left;
    color: #3A3A3A;
    border-radius: 4px 4px 4px 4px;
    background: rgba(247, 247, 247, 1);
    padding: 3px 5px;
    margin-right: 4px;
    min-width: 30px;
    margin-bottom: 4px;
}

.pagination .active {
    background: linear-gradient(#0062F2, #0090FF);
    color: #fff;
}


/* 溢出显示... */
.jr-multi-ellipsis--l2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jr-multi-ellipsis--l3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.jr-multi-ellipsis--l1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.jr-multi-ellipsis--l6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
