<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.proshow-header {
  width: 100%;
  height: 541px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.proshow-header .proshow-head {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 93px 0 0 94px;
  box-sizing: border-box;
}
.proshow-header .proshow-head .pro-head-con {
  width: 480px;
}
.proshow-header .proshow-head .pro-head-con p {
  color: #1f1f1f;
  text-align: justify;
  leading-trim: both;
  text-edge: cap;
  /* body */
  font-family: microsoft yahei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 214.286% */
}
.proshow-header .proshow-head &gt; a {
  display: flex;
  width: 190px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: pingfang sc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  margin-top: 64px;
}
.proshow-two {
  width: 100%;
}
.proshow-two .pr-two {
  width: 1240px;
  height: 105px;
  margin: 0 auto;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: translatey(-55px);
}
.proshow-two .pr-two &gt; div {
  color: var(--main-black, #1f1f1f);
  text-align: center;
  /* h4 */
  font-family: microsoft yahei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: 0.4px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.proshow-two .pr-two &gt; div:before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  flex-shrink: 0;
  position: absolute;
  bottom: -10px;
  background: #e83434;
  border-radius: 4399px;
  transition: all 0.25s ease-in-out;
}
.proshow-two .pr-two .prt-hover:hover {
  color: #e83434;
}
.proshow-two .pr-two .prt-hover:hover:before {
  width: 80px;
}
.proshow-two .pr-two .prt-act {
  color: #e83434;
}
.proshow-two .pr-two .prt-act:before {
  width: 80px;
}
.proshow-two .pr-main {
  width: 1140px;
  margin: 45px auto 0;
}
.proshow-two .pr-main .prm-tit {
  width: 100%;
  margin-bottom: 100px;
}
.proshow-two .pr-main .prm-tit p {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  /* body */
  font-family: pingfang sc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 15px 0;
}
.proshow-two .pr-main .prm-lis {
  width: 1140px;
  height: 285px;
  margin-bottom: 50px;
  display: flex;
}
.proshow-two .pr-main .prm-lis figure {
  width: 501px;
  height: 100%;
  flex-shrink: 0;
}
.proshow-two .pr-main .prm-lis figure img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.proshow-two .pr-main .prm-lis figure:hover img {
    transform: scale(1.02);
}
.proshow-two .pr-main .prm-lis &gt; div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.proshow-two .pr-main .prm-lis &gt; div p {
  leading-trim: both;
  text-edge: cap;
  /* body small */
  font-family: microsoft yahei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.proshow-two .pr-main .prm-lis:last-child {
  margin-bottom: 0;
}
.proshow-two .pr-main .prm-act figure {
  order: 1;
}
.proshow-two .pr-main .prm-act &gt; div {
  order: 0;
}
.proshow-bom {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proshow-bom a {
  display: flex;
  width: 319px;
  height: 51px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-family: pingfang sc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.04px;
}
.proshow-bom figure {
  margin-top: 100px;
  width: 1429px;
  height: 35px;
}
.proshow-bom figure img {
  max-height: 100%;
}
.mo-proshow-header {
  display: none;
}
@media screen and (max-width: 750px) {
  .proshow-header {
    display: none;
  }
  .mo-proshow-header {
    display: flex;
    flex-direction: column;
  }
  .mo-proshow-header .mo-pro-he-main {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 41px 0 0 29px;
    box-sizing: border-box;
  }
  .mo-proshow-header .mo-pro-he-main &gt; div {
    color: var(--main-red, #e83434);
    font-family: microsoft yahei;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 180% */
  }
  .mo-proshow-header .mo-pro-he-main a {
    width: 120px;
    height: 28px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0 0;
  }
  .mo-proshow-header .mo-pro-he-con {
    display: flex;
    width: 305px;
    height: 144px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin: 23px auto;
    color: var(--main-black, #1f1f1f);
    leading-trim: both;
    text-edge: cap;
    font-family: microsoft yahei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 208.333% */
  }
  .proshow-two {
    width: 100%;
  }
  .proshow-two .pr-two {
    width: 317px;
    height: 70px;
    margin: 0 auto;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translatey(0);
    overflow: auto;
  }
  .proshow-two .pr-two &gt; div {
    flex-shrink: 0;
    /* h4 */
    font-size: 20px;
    /* 160% */
    letter-spacing: 0.4px;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    margin: 0 55px 0 0;
    color: var(--main-black, #1f1f1f);
    text-align: center;
    font-family: microsoft yahei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 266.667% */
    letter-spacing: 0.24px;
  }
  .proshow-two .pr-two &gt; div:first-child {
    margin: 0 55px 0 34px;
  }
  .proshow-two .pr-two &gt; div:last-child {
    margin: 0 34px 0 0;
  }
  .proshow-two .pr-two &gt; div:before {
    content: "";
    display: block;
    width: 48px;
    width: 0;
    height: 4px;
    flex-shrink: 0;
    position: absolute;
    bottom: -10px;
    background: #e83434;
    border-radius: 4399px;
    transition: all 0.25s ease-in-out;
  }
  .proshow-two .pr-two .prt-hover:hover {
    color: #e83434;
  }
  .proshow-two .pr-two .prt-hover:hover:before {
    width: 100%;
  }
  .proshow-two .pr-two .prt-act {
    color: #e83434;
  }
  .proshow-two .pr-two .prt-act:before {
    width: 48px;
  }
  .proshow-two .pr-main {
    width: 317px;
    margin: 24px auto 0;
  }
  .proshow-two .pr-main .prm-tit {
    width: 100%;
    margin-bottom: 16px;
  }
  .proshow-two .pr-main .prm-tit p {
    color: #000;
    text-align: justify;
    leading-trim: both;
    text-edge: cap;
    font-family: microsoft yahei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 208.333% */
  }
  .proshow-two .pr-main .prm-lis {
    width: 317px;
    height: auto;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
  .proshow-two .pr-main .prm-lis figure {
    width: 317px;
    height: 179.084px;
    flex-shrink: 0;
  }
  .proshow-two .pr-main .prm-lis figure img {
    width: 100%;
    height: 100%;
  }
  .proshow-two .pr-main .prm-lis &gt; div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
  }
  .proshow-two .pr-main .prm-lis &gt; div p {
    overflow: hidden;
    color: var(--main-black, #1f1f1f);
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: microsoft yahei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.24px;
  }
  .proshow-two .pr-main .prm-lis &gt; div p:first-child strong {
    color: var(--main-black, #1f1f1f);
    font-family: microsoft yahei;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    /* 400% */
  }
  .proshow-two .pr-main .prm-lis:last-child {
    margin-bottom: 0;
  }
  .proshow-two .pr-main .prm-act figure {
    order: 0;
  }
  .proshow-two .pr-main .prm-act &gt; div {
    order: 1;
  }
  .proshow-bom {
    width: 100%;
    margin: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .proshow-bom a {
    display: flex;
    width: 215px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: pingfang sc;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.28px;
  }
  .proshow-bom figure {
    display: none;
    margin-top: 100px;
    width: 1429px;
    height: 35px;
  }
  .proshow-bom figure img {
    max-height: 100%;
  }
}
</pre></body></html>