/* @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.otf");
} */

/* @font-face {
    font-family: 'iconfont';
    src: url("../fonts/iconfont.ttf");
}

.iconfont {
    display: block;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

body {
    /* font-family: "SourceHanSansCN-Regular"; */
    color: #000000;
    font-size: 14px;
    --lordColor: #e12519;
}

.pageSize {
    width: 1200px !important;
    min-width: 1200px !important;
}

input {
    border: none;
}

input:focus-visible {
    outline: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.tac {
    text-align: center;
}

.text {
    white-space: normal;
    overflow: hidden;
}

img {
    max-width: 100%;
}
.scrollbar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 12px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
    scrollbar-arrow-color: red;
}

.scrollbar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    box-shadow: inset 0 0 5px #333;
    background: rgb(77, 124, 193);
    scrollbar-arrow-color: rgb(77, 124, 193);
}

.scrollbar::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgb(187, 187, 187);
    border-radius: 0;
    background: rgb(187, 187, 187);
}

.imgHover:hover img {
    opacity: 0.8;
}

.imgHover img {
    transition: opacity 0.2s;
}


/* &#xe63c; 箭头方向（默认向下） */

.arrowTop {
    transform: rotate(180deg);
}

.arrowLeft {
    transform: rotate(90deg);
}

.arrowRight {
    transform: rotate(-90deg);
}

.arrowSolid {
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
} */

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userSelect {
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}

.textFriLast {
    text-align: justify;
    text-align-last: justify;
}

.spanIcon {
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    height: 16px;
    background-color: var(--lordColor);
    border-radius: 2px;
    color: #fff;
    margin-right: 4px;
    line-height: 14px;
    font-size: 12px;
}

.universalStyleInit {
    flex: 0 0 auto;
    width: 102px;
    height: 32px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.universalStyleInit_icon {
    color: #fff;
    background: var(--lordColor);
    padding: 0 2px;
    margin-right: 3px;
}

.universalStyle {
    position: relative;
    border: 2px solid var(--lordColor) !important;
}

.universalStyle::before {
    content: '\2714';
    position: absolute;
    bottom: -6px;
    right: 0;
    z-index: 9;
    color: #fff;
    zoom: 0.8;
}

.universalStyle::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 7px solid var(--lordColor);
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
}

.spinner {
    display: none;
    margin: 60px auto 0;
    width: 150px;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #333333;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-animation: bouncedelay 2s infinite linear;
    animation: bouncedelay 2s infinite linear;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-top: 15px;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

#distpicker1 {
    display: flex;
}

.form-control {
    padding: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.form-group {
    margin-right: 5px;
    font-size: 12px;
}


/* 选择框 */

.selection_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.selection_boxBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.selection_boxCen {
    position: relative;
    z-index: 9;
    width: 420px;
    padding: 10px;
    border-radius: 5px;
    border: 4px solid rgba(0, 0, 0, .2);
    background: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.selection_boxDel {
    width: 100%;
    text-align: right;
    cursor: pointer;
}

.selection_boxDel .iconfont {
    color: #9c9c9c;
    font-size: 16px;
}

.selection_boxIcon {
    width: 100%;
    text-align: center;
    margin: 5px 0 10px;
}

.selection_boxIcon .iconfont {
    color: #ff8822;
    font-size: 55px;
}

.selection_boxInfo {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0 10px;
}

.selection_boxTitle {
    font-family: 'FangZhengBold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.selection_boxText {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.selection_boxBtns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.selection_boxBtn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid var(--lordColor);
    color: var(--lordColor);
    cursor: pointer;
}

.selection_boxBtnBg {
    background: var(--lordColor);
    color: #fff;
}

.selection_boxBtn~.selection_boxBtn {
    margin-left: 10px;
}




/* 暂无内容 */

.contentNo {
    display: none;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
}

.contentNo .iconfont {
    font-size: 100px;
    color: #ccc;
}

.contentNo p {
    font-size: 16px;
    color: #ccc;
    margin-top: 15px;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        background: #ddd;
    }

    50% {
        background: #999;
    }
}

@keyframes bouncedelay {

    0%,
    70%,
    100% {
        background: #ddd;
    }

    50% {
        background: #999;
    }
}

@media screen and (max-width: 1400px) {
    body {
        min-width: 1300px;
    }

    .pageSize {
        width: 1000px !important;
        min-width: 1000px !important;
    }
}

@media screen and (max-width: 1300px) {
    body {
        min-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        min-width: 1100px;
    }

    .pageSize {
        width: 990px !important;
        min-width: 990px !important;
    }
}

/* 动画 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(.3);
      transform: scale(.3);
    }
  
    50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
  
    70% {
      -webkit-transform: scale(.9);
      transform: scale(.9);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes bounceIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(.3);
      -ms-transform: scale(.3);
      transform: scale(.3);
    }
  
    50% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
  
    70% {
      -webkit-transform: scale(.9);
      -ms-transform: scale(.9);
      transform: scale(.9);
    }
  
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
    