/* 首页行业展板 */
/* pc 端 */
@media screen and (min-width: 691px) {
  #block-views-block-front-industryshow .form-group>.view-front-industryshow {
    position: relative;
    height: 47.143rem;
  }

  #block-views-block-front-industryshow .view-header {
    position: absolute;
    right: 0;
    width: 39.64rem;
    height: 100%;
    padding-left: 3.64rem;
    background: rgba(51, 51, 51, 0.9);
    opacity: 90%;
    z-index: 9;
  }

  #block-views-block-front-industryshow .view-header .intro1 {
    font-weight: 200;
    font-size: 1.43rem;
    height: 4rem;
    line-height: 2rem;
    color: #ffffff;
    margin-top: 2.429rem;
  }

  #block-views-block-front-industryshow .view-header .intro2 {
    font-size: 2.85714rem;
    color: #ffffff;
    line-height: 4.57143rem;
    width: 87%;
    margin-top: 1.643rem;
  }

  #block-views-block-front-industryshow .view-header .view-display-id-menu {
    margin-top: 2.357rem;
    height: 25.7143rem;
  }

  .industry-show-menu {
    height: inherit;
  }

  .industry-show-menu-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 31.5714rem;
    height: inherit;
    list-style: none;
    color: #ffffff;
  }

  .industry-show-menu-il {
    width: 15.79rem;
    height: 4.2857rem;
    line-height: 4.2857rem;
    font-weight: 500;
    font-size: 1.43rem;
  }

  .industry-show-menu-il>a.active {
    color: #3f8aff;
    font-weight: 600;
  }

  .industry-show-menu-il.custom-assist-menu>a:nth-child(0) {
    color: #3f8aff;
    font-weight: 600;
  }

  .industry-show-menu-il>a {
    text-decoration: none;
    color: inherit;
  }

  .view-display-id-industryshow .view-content {
    position: relative;
    height: 100%;
  }

  .custom-industry-show-item {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    color: #ffffff;
    z-index: 0;
  }

  .custom-industry-show-item.custom-assist-item:nth-child(1) {
    opacity: 1;
  }

  .custom-industry-show-item::before {
    content: '';
    position: absolute;
    top: 4.2857rem;
    width:100%;
    height: 42.857rem;
    background-image: linear-gradient(-180deg, rgba(28,46,59,0.00) 23%,#091117 100%);
    z-index: -1;
  }

  .custom-industry-show-item.active {
    opacity: 1;
    z-index: 2;
  }

  .custom-industry-show-item.active::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(9, 17, 23, 0.5);
    top: 0;
    z-index: 2;
    animation: fadeout 1.5s;
    animation-fill-mode: forwards;
  }

  .custom-industry-show-item>div {
    margin-left: 10.7%;
  }

  .front-industry-show-title {
    margin-top: 26.92857rem;
    font-weight: 400;
    font-size: 2.86rem;
    width: 45.29rem;
    line-height: 4.5714rem;
  }

  .front-industry-show-intro {
    font-size: 1.142857rem;
    line-height: 2.14rem;
    width: 50.26rem;
    margin-left: 24.2857rem;
    margin-top: 0.5rem;
  }

  .front-industry-show-link {
    position: absolute;
    bottom: 3.57rem;
    width: 14.21rem;
    height: 4.43rem;
    border: 0.07rem solid #ffffff;
    cursor: pointer;
    background: url(/uploads/image/tbimages/turn-right.png) 85% 50% no-repeat;
  }

  .front-industry-show-link>a {
    font-size: 1.14rem;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-left: 3.5rem;
    line-height: 4.43rem;
    text-decoration: none;
    color: #ffffff;
  }

  .custom-industry-show-item img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
  }

  @keyframes fadeout {
    0% { opacity: 1; }
    99% { z-index: 2; }
    100% {
      opacity: 0;
      z-index: -1;
    }
  }
}

@media screen and (min-width: 1440px) {
  .custom-industry-show-item>div {
    margin-left: 17.7%;
  }
}

/* mobile 端  */
@media screen and (max-width: 690px) {
  #block-views-block-front-industryshow {
    position: relative;
    height: 93vh;
    overflow: hidden;
  }
  #block-views-block-front-industryshow .view-header {
    background-image: linear-gradient(0, #fff 90%, rgba(255, 255, 255, 0) 95%);
  }

  #block-views-block-front-industryshow .view-header .intro1 {
    display: none;
  }

  #block-views-block-front-industryshow .view-header .intro2 {
    font-size: 2.14rem;
    line-height: 4.82vh;
    position: relative;
    margin-top: 4.7vh;
    width: 95vw;
    margin-left: 4vw;
  }

  .industry-show-menu-ul {
    flex-direction: row;
    /* justify-content: space-between; */
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 2.8vw;
    margin-top: 3vw;
  }

  .industry-show-menu-il {
    /* flex-grow: 1; */
    height: 5.36vh;
    border-radius: 3px;
    text-align: center;
    line-height: 5.36vh;
    font-size: 1.14rem;
    border: 1px solid #0d0d0d;
    padding: 0 2vw;
    margin-bottom: 2.6vw;
    margin-right: 2vw;
  }

  .industry-show-menu-ul .menu-folder {
    margin-right: 2vw;
    flex-grow: 1;
  }

  .view-display-id-industryshow>.view-content {
    position: absolute;
    width: 100vw;
    height: 73vh;
    /* z-index: -1; 影响点击事件 */
  }

  .view-display-id-industryshow>.view-content::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(-180deg,rgba(28,46,59,0.00) 23%,#091117 100%);
  }

  .industry-show-menu-ul .industry-show-menu-il.active {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(right top, rgb(2, 37, 198), rgb(96, 26, 249));
    border: 0px;
  }

  .industry-show-menu-ul .industry-show-menu-il.active a {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(right top, rgb(2, 37, 198), rgb(96, 26, 249));
    border: 0px;
    text-decoration: none;
  }

  .industry-show-menu-ul .industry-show-menu-il a {
    font-weight: 300;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
  }

  .custom-industry-show-item {
    position: absolute;
    width: 100vw;
    overflow-x: hidden;
    height: inherit;
    opacity: 0;
  }

  .custom-industry-show-item:nth-child(1) {
    opacity: 1;
  }

  .custom-industry-show-item>div {
    position: fixed;
    left: 5.6%;
    color: #ffffff;
    line-height: 1.71rem;
    z-index: 2;
  }

  .front-industry-show-title {
    top: 62.97%;
    font-size: 1.71rem;
    line-height: 1.71rem;
    height: 1.71rem;
    width: 88%;
  }

  .front-industry-show-intro {
    line-height: 1.14rem;
    width: 88.4%;
    font-size: 0.93rem;
    top: 63.8%;
  }

  .front-industry-show-link {
    display: none!important;
  }

  .custom-industry-show-item>img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
