@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("/styles/tailwind.min.css");
@import url("/js/plugin/vant-ui/index.css");

/* CSS3动画库 */
@import url("/styles/animate.min.css");

/* 各种图标 */
@import url("/styles/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; */
    width: 100px;
    height: 100px;
}

.footer-qrcode-txt {
    width: 100px;
}

.my-autocomplete {
    li {
      line-height: normal;
      padding: 7px;
  
      .name {
        text-overflow: ellipsis;
        overflow: hidden;
      }
      .addr {
        font-size: 12px;
        color: #b4b4b4;
      }
  
      .highlighted .addr {
        color: #ddd;
      }
    }
  }
@media (max-width: 767px) {
    .text-10 {
        font-size: 10px;
    }
    
    .el-date-range-picker.has-sidebar{
        width: 646px !important;
    }
    .el-date-range-picker__content{
        width: 52% !important;
    }
}

@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 {
    /* color: #fff; */
    height: 100px;
    /* background: rgba(255, 255, 255, .0); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    transition: background-color 0.5s ease;
    /* 添加过渡效果 */
}

.public-head:hover {
    cursor: pointer;
    background-color: #FFF !important;
    color: #333333 !important;
}

.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 {
    min-width: 138px;
}

.pc-nav-menu li:hover {
    /* background: linear-gradient(90deg, #276FFF, #06B3FF); */
    font-size: 19px;
    /* color: pink; */
    color: #09abff;
    font-weight: 600;
}

.pc-nav-menu>li:hover:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 138px;
    height: 3px;
    background-color: #09abff;
    /* color: #09abff; */
    color:red;
}

/* .pc-nav-menu li.active {
    color: #09abff;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}

.pc-nav-menu li.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 138px;
    height: 3px;
    background-color: #09abff;
    color: #09abff;
} */
.headerActive {
    color: #09abff;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}

.headerActive:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 138px;
    height: 3px;
    background-color: #09abff;
    color: #09abff;
}

.active1 {
    color: #fff;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}

.active1:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 138px;
    height: 3px;
    background-color: #FFF;
    /* color: #Fff; */
    
}

.public-head .search-box .el-input-group__append,.public-head .header-search-box .el-input-group__append {
    background: linear-gradient(90deg, #276FFF, #06B3FF);
    border: 0;
    color: #fff;
}

.pc-nav-menu>li {
    position: relative;
}

.pc-nav-menu>li ul {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    /* background: rgba(255, 255, 255, .8); */
    background: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -30px);
    transition: .3s;
}

.pc-nav-menu>li ul>li {
    height: 50px;
    color: #333;
}

.pc-nav-menu>li a {
    line-height: 54px;
    text-align: center;
    display: block;
    padding: 0 24px;
    font-size: 18px;
    /* font-weight: bold; */
    transition: .3s;
}

.pc-nav-menu>li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

@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: #ffffff;
    color: #333;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
}

.bg-gray-copyright .text-active {
    color: #0074FA;
}


/* 分页组件 */
.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;
}

.img-scale {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.img-scale:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

@media (min-width: 1280px) {
    .header-width {
        width: calc((100vw - 1400px) / 2);
    }
}

.footer-qrcode-border {
    border: 1px solid #eee;
}

.footer-qrcode-box {
    opacity: 0;
}

.footer-qrcode-li:hover .footer-qrcode-box {
    opacity: 1;
}

.rightFix {
    position: fixed;
    right: 8px;
    top: 40%;
    width: 220px;
    z-index: 55;
    transition: .3s;
}

.rightFix:hover .rightFix-content {
    display: flex;
}

.rightFix .phone {
    background: #F1F3F5;
}

.rightFix .title {
    color: #333;
}

.rightFix .phone-number {
    color: #007CFA;
}

.rightFix .service-hotline {
    background: #007CFA;
    color: #fff;
}


.moveIn {
    transition: all 0.3s ease-in-out;
    /* overflow: hidden; */
}

.moveIn:hover {
    transform: scale(1.1);
}

.pc-time-select{
    position: absolute;
    /* width: 248px; */
    top:74px;
    right: 24px;
    /* background:#fff; */
    /* z-index:9999; */
    color:#000;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}
.pc-time-input{
    width: 248px;
    
}
.pc-item-date{
    width: 248px !important;
    /* max-width: fit-content; */
    background:#fff;
 
}
/* .datePicker {
    position: absolute !important;
    left: 0 !important;
} */
.el-date-editor--daterange.el-input__inner{
    width: 400px !important;
}
.date-item{
    background: #F2F6FD;
}
.el-scrollbar {
    > .el-scrollbar__bar {
        opacity: 1 !important;
    }
}