
.head-1 {
  background-color: #222;
}
.head-1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  line-height: 0.4rem;
}
.head-1 .le {
  display: flex;
}
.head-1 .le .item {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #999;
  margin-right: 0.4rem;
  position: relative;
}
.head-1 .le .item::before {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.head-1 .le .item:last-child {
  margin-right: 0;
}
.head-1 .le .item:last-child::before {
  display: none;
}
.head-1 .le .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.head-1 .shares {
  display: flex;
  flex-wrap: wrap;
}
.head-1 .shares .si {
  position: relative;
  margin-right: 0.1rem;
  height: 0.4rem;
  display: inline-flex;
  align-items: center;
}
.head-1 .shares .si:hover .hd {
  opacity: 0.6;
}
.head-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.head-1 .shares .hd {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
}
.head-1 .shares .hi {
  width: 1em;
  height: 1em;
}
.head-1 .shares .bd {
  width: 1.4rem;
  min-width: 100px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  padding: 0.1rem;
  opacity: 0;
  pointer-events: none;
}
.head-1 .shares .bd img {
  width: 100%;
  max-width: none;
}
.head-1 .notice {
  width: 33.3333333333%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  padding: 0 0.1rem;
}
.head-1 .notice .sw {
  text-align: center;
}
.head-1 .notice .te {
  line-height: 0.4rem;
  color: #fff;
}
.head-1 .notice .nbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.head-1 .notice .prev {
  left: 0;
  border-bottom: 0.05rem solid;
  border-top: 0.05rem solid;
  border-right: 0.05rem solid #fff;
}
.head-1 .notice .next {
  right: 0;
  border-bottom: 0.05rem solid;
  border-top: 0.05rem solid;
  border-left: 0.05rem solid #fff;
}
@media (max-width: 1000px) {
  .head-1 .box {
    justify-content: center;
  }
  .head-1 .le {
    display: none;
  }
  .head-1 .notice {
    width: 90%;
    position: static;
    transform: translate(0);
  }
  .head-1 .shares {
    display: none;
  }
}

.head-2 {
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 99;
}
.head-2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-2 .logo {
  flex-shrink: 0;
  position: relative;
  font-size: 0;
  display: flex;
}
.head-2 .logo .sp {
  height: 0.4rem;
  width: 2px;
  background-color: #ccc;
  margin: 0 0.1rem;
}
.head-2 .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-2 .logo img {
  height: 0.4rem;
}
.head-2 .logo .mi {
  display: none;
}
.head-2 .bd_ul {
  position: absolute;
  top: 95%;
  right: 0;
  min-width: 80px;
  width: 1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 7px 1px rgba(132, 132, 132, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.head-2 .bd_ul .bd_li {
  padding: 0 0.06rem;
  transition: all 0.3s;
}
.head-2 .bd_ul .bd_li:hover {
  background-color: #e4e4e4;
  transition: all 0.3s;
}
.head-2 .bd_ul .bd_a {
  display: block;
  text-align: center;
  padding: 0.13rem 0;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
  transition: all 0.3s;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
}
.head-2 .hd_le {
  display: flex;
  align-items: center;
}
.head-2 .hb_ri {
  display: flex;
  align-items: center;
}
.head-2 .ul1 {
  display: flex;
  margin-right: 0.3rem;
  font-weight: 600;
}
.head-2 .ul1 .li1 {
  position: relative;
  padding: 0 0.23rem;
}
.head-2 .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-2 .ul1 .li1:hover .pro_bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.head-2 .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1rem;
  text-align: center;
  color: #000;
  transition: all 0.3s;
}
.head-2 .ul1 .a1:hover {
  color: #007bff;
}
.head-2 .ul1 .a1.on {
  color: #007bff;
}
.head-2 .ul1 .pro_li {
  position: static;
}
.head-2 .ul1 .pro_bd {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  height: calc(100vh - 1rem);
  opacity: 0;
  pointer-events: none;
  background-color: #f9f9f9;
  transition: opacity 0.3s;
}
.head-2 .ul1 .pb_tit {
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.head-2 .ul1 .pb_tit::before {
  content: "";
  width: 0.2rem;
  height: 2px;
  background-color: #007bff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.head-2 .ul1 .pbox {
  padding: 0.6rem 1.75rem;
  display: flex;
  background-color: #fff;
}
.head-2 .ul1 .pb_li {
  width: 12.6717557252%;
  margin-right: 9.1603053435%;
}
.head-2 .ul1 .pb_li:last-child {
  margin-bottom: 0;
}
.head-2 .ul1 .pb_li .pb_ul {
  line-height: 2;
  margin-top: 0.3rem;
}
.head-2 .ul1 .pb_li .pb_a {
  display: block;
  position: relative;
  padding-right: 1em;
}
.head-2 .ul1 .pb_li .pb_a:hover {
  color: #007bff;
}
.head-2 .ul1 .pb_li .pb_a.on {
  color: #007bff;
}
.head-2 .ul1 .pb_li .pb_a.on::before {
  content: "";
  border-left: 0.25em solid #007bff;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.head-2 .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  background-color: #007bff;
  background-color: #fff;
  color: #333;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s;
}
.head-2 .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-2 .ul1 .a2:hover {
  background-color: #007bff;
  color: #fff;
  transition: all 0.3s;
}
.head-2 .h-ctc {
  line-height: 2.8571428571;
  background-color: #007bff;
  color: #fff;
  border-radius: 0px 0.2rem 0px 0.2rem;
  padding: 0 0.18rem;
  margin-right: 0.3rem;
  white-space: nowrap;
}
.head-2 .h-lang {
  position: relative;
}
.head-2 .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head-2 .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 2;
  cursor: pointer;
}
.head-2 .h-lang .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-2 .h-lang .sp {
  margin: 0 0.5em;
}
.head-2 .h-lang .ar {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.head-2 .h-lang .sp2 {
  width: 0.6em;
  height: 0.6em;
  background-image: url(/static/home/images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-2 .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head-2 .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  background-color: #fff;
}
.head-2 .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
}
.head-2 .h-lang .b_a:hover {
  color: #007bff;
  background-color: #fff;
}
.head-2 .langs {
  display: flex;
  align-items: center;
}
.head-2 .langs .aa {
  display: inline-flex;
  align-items: center;
}
.head-2 .langs .i1 {
  margin-right: 4px;
}
.head-2 .langs .line {
  width: 1px;
  height: 1em;
  background-color: #eee;
  margin: 0 0.5em;
}
.head-2 .h-search {
  cursor: pointer;
  display: flex;
  margin-right: 0.27rem;
}
.head-2 .h-search .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-mag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-2 .h-user .hd {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/static/home/images/h-user.png);
  cursor: pointer;
}
.head-2 .h-login {
  position: relative;
  margin-right: 0.3rem;
}
.head-2 .h-login.has_login:hover .bd {
  display: block;
}
.head-2 .h-login .hd {
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #fff;
  display: block;
  background-image: url(/static/home/images/h-user.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.head-2 .h-login .bd {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding-top: 0.2rem;
  width: 1rem;
  min-width: 60px;
  display: none;
}
.head-2 .h-login .btn {
  text-align: center;
  background-color: #fff;
  color: #007bff;
  cursor: pointer;
  padding: 0.1rem 0;
}
.head-2 .more {
  display: none;
  width: 25px;
  height: 50px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  background-image: url(/static/home/images/icon-mob1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 1280px) {
  .head-2 .ul1 {
    margin-right: 0;
  }
  .head-2 .ul1 .li1 {
    padding: 0 0.1rem;
  }
  .head-2 .lang {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .head-2 .logo .mi {
    display: block;
  }
  .head-2 .h-lang .ic {
    background-image: url(/static/home/images/icon-lang2.png);
  }
  .head-2 .h-search .ic {
    background-image: url(/static/home/images/icon-mag2.png);
  }
  .head-2 .ul1 {
    display: none;
  }
  .head-2 .h-ctc {
    display: none;
  }
  .head-2 .more {
    display: block;
  }
}

.md-head {
  height: 1rem;
}
.md-head.home {
  height: 0;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  transform: translate(0%);
  transform: scaleY(1);
  transition: all 0.2s linear;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head_pc, .md-head.white .head_pc {
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #eaeaea;
}
.md-head.is-fixed .head_pc .logo .pi, .md-head.white .head_pc .logo .pi {
  display: none;
}
.md-head.is-fixed .head_pc .logo .mi, .md-head.white .head_pc .logo .mi {
  display: block;
}
.md-head.is-fixed .head_pc .ul1 .a1, .md-head.white .head_pc .ul1 .a1 {
  line-height: 0.8rem;
  color: #333;
  transition: all 0.3s;
}
.md-head.is-fixed .head_pc .h-lang .hd, .md-head.white .head_pc .h-lang .hd {
  color: #333;
}
.md-head.is-fixed .head_pc .h-lang .ic, .md-head.white .head_pc .h-lang .ic {
  background-image: url(/static/home/images/icon-lang2.png);
}
.md-head.is-fixed .head_pc .h-search .ic, .md-head.white .head_pc .h-search .ic {
  background-image: url(/static/home/images/icon-mag2.png);
}
.md-head.is-fixed .head_pc .h-quote, .md-head.white .head_pc .h-quote {
  background-color: #f3f3f3;
}
.md-head.white {
  height: 0.9rem;
}
.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.md-head.h-pro {
  position: relative !important;
}
.md-head.h-pro .head_pc {
  position: relative !important;
}
.head_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 0.07rem 0px rgba(202, 216, 230, 0.53);
  z-index: 99;
  transition: all 0.3s;
  background-color: #fff;
}
.head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.head_box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.head_box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head_box .logo img {
  height: 0.6rem;
}
.head_box .logo .mi {
  display: none;
}
.head_box .bd_ul {
  position: absolute;
  top: 95%;
  right: 0;
  min-width: 80px;
  width: 1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 7px 1px rgba(132, 132, 132, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.head_box .bd_ul .bd_li {
  padding: 0 0.06rem;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_li:hover {
  background-color: #e4e4e4;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_a {
  display: block;
  text-align: center;
  padding: 0.13rem 0;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
  transition: all 0.3s;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
}
.head_box .hd_le {
  display: flex;
  align-items: center;
}
.head_box .hb_ri {
  display: flex;
  align-items: center;
  height: 0.8rem;
}
.head_box .ul1 {
  display: flex;
  margin-left: 1rem;
}
.head_box .ul1 .li1 {
  position: relative;
  padding: 0 0.3rem;
}
.head_box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head_box .ul1 .li1:hover .pro_bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.head_box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1rem;
  text-align: center;
  color: #333;
  transition: all 0.3s;
}
.head_box .ul1 .a1:hover {
  color: #007bff;
}
.head_box .ul1 .a1.on {
  color: #007bff;
}
.head_box .ul1 .pro_li {
  position: static;
}
.head_box .ul1 .pro_bd {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  height: calc(100vh - 1rem);
  opacity: 0;
  pointer-events: none;
  background-color: #f9f9f9;
  transition: opacity 0.3s;
}
.head_box .ul1 .pb_tit {
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.head_box .ul1 .pb_tit::before {
  content: "";
  width: 0.2rem;
  height: 2px;
  background-color: #007bff;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.head_box .ul1 .pbox {
  padding: 0.6rem 1.75rem;
  display: flex;
  background-color: #fff;
}
.head_box .ul1 .pb_li {
  width: 12.6717557252%;
  margin-right: 9.1603053435%;
}
.head_box .ul1 .pb_li:last-child {
  margin-bottom: 0;
}
.head_box .ul1 .pb_li .pb_ul {
  line-height: 2;
  margin-top: 0.3rem;
}
.head_box .ul1 .pb_li .pb_a {
  display: block;
  position: relative;
  padding-right: 1em;
}
.head_box .ul1 .pb_li .pb_a:hover {
  color: #007bff;
}
.head_box .ul1 .pb_li .pb_a.on {
  color: #007bff;
}
.head_box .ul1 .pb_li .pb_a.on::before {
  content: "";
  border-left: 0.25em solid #007bff;
  border-top: 0.2em solid transparent;
  border-bottom: 0.2em solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.head_box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  max-width: 300%;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  pointer-events: none;
  transition: all 0.3s;
}
.head_box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: #fff;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head_box .ul1 .a2:hover {
  background-color: #007bff;
  color: #fff;
  transition: all 0.3s;
}
.head_box .h-lang {
  position: relative;
  color: #333;
  margin-left: 0.36rem;
}
.head_box .h-lang a.on {
  color: #333;
}
.head_box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 2;
  cursor: pointer;
}
.head_box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/icon-lang1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.head_box .h-lang .sp {
  margin: 0 0.1rem;
}
.head_box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head_box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  background-color: #fff;
}
.head_box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
}
.head_box .h-lang .b_a:hover {
  color: #007bff;
  background-color: #fff;
}
.head_box .langs {
  display: flex;
  align-items: center;
}
.head_box .langs .aa {
  display: inline-flex;
  align-items: center;
}
.head_box .langs .i1 {
  margin-right: 4px;
}
.head_box .langs .line {
  width: 1px;
  height: 1em;
  background-color: #eee;
  margin: 0 0.5em;
}
.head_box .h-search {
  cursor: pointer;
  display: flex;
}
.head_box .h-search .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/icon-mag.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .login {
  position: relative;
  margin-left: 0.45rem;
}
.head_box .login.has_login:hover .bd {
  display: block;
}
.head_box .login .hd {
  line-height: 1;
  padding: 0.1rem 0.22rem;
  background-color: #007bff;
  color: #fff;
  border-radius: 0.1rem;
  display: block;
}
.head_box .login .bd {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding-top: 0.2rem;
  width: 1rem;
  min-width: 60px;
  display: none;
}
.head_box .login .btn {
  text-align: center;
  background-color: #fff;
  color: #007bff;
  cursor: pointer;
  padding: 0.1rem 0;
}
.head_box .h-quote {
  line-height: 0.46rem;
  background-color: #007bff;
  color: #fff;
  padding: 0 0.3rem;
  border-radius: 0.06rem;
  margin-right: 0.3rem;
  cursor: pointer;
  border: none;
  transform: box-shadow 0.3s;
}
.head_box .h-quote:hover {
  box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.3);
}
.head_box .h-phone {
  display: inline-flex;
  align-items: center;
  color: #007bff;
  font-weight: bold;
}
.head_box .h-phone .ic {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(/static/home/images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head_box .h-href {
  display: inline-flex;
}
.head_box .h-href .ic {
  height: 0.24rem;
}
.head_box .more {
  display: none;
  width: 0.4rem;
  height: 0.8rem;
  position: relative;
  cursor: pointer;
  margin-left: 0.1rem;
  background-image: url(/static/home/images/icon-mob1.png);
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-position: center;
}
@media (max-width: 1280px) {
  .head_box .ul1 {
    margin-left: 0.2rem;
  }
  .head_box .ul1 .li1 {
    padding: 0 0.15rem;
  }
  .head_box .h-lang {
    margin: 0 0.16rem;
  }
  .head_box .h-phone .sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .head_box {
    height: 1rem;
  }
  .head_box .logo {
    position: static;
    transform: translate(0);
  }
  .head_box .logo img {
    height: 0.6rem;
  }
  .head_box .logo .mi {
    display: block;
  }
  .head_box .h-lang .ic {
    background-image: url(/static/home/images/icon-lang2.png);
  }
  .head_box .h-quote {
    background-color: #007bff;
    color: #fff;
  }
  .head_box .ul1 {
    display: none;
  }
  .head_box .h-phone {
    display: none;
  }
  .head_box .more {
    display: block;
  }
}

.head-pro .hp-box {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  max-height: calc(100vh - 1rem);
  overflow-y: auto;
}
.head-pro .hp-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  height: 1px;
}
.head-pro .hp-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #aaaaaa;
}
.head-pro .hp-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #e9e9e9;
}
.head-pro .h-pro_swiper {
  position: relative;
}
.head-pro .h-pro_swiper .pswiper {
  position: absolute;
  left: -200vw;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.head-pro .h-pro_swiper .pswiper.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.head-pro .h-pro_swiper .sa {
  min-height: 2.36rem;
  height: auto;
  box-shadow: 0 0 0 1px inset #e5e5e5;
  padding: 0.15rem;
  text-align: center;
}
.head-pro .h-pro_swiper .top {
  padding: 0 0.3rem;
}
.head-pro .h-pro_swiper .img {
  position: relative;
  padding-top: 100%;
}
.head-pro .h-pro_swiper .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.head-pro .h-pro_swiper .h3 {
  line-height: 1.375;
  color: #666;
  margin-top: 0.1rem;
}
.head-pro .hp-list {
  display: flex;
  flex-wrap: wrap;
}
.head-pro .hp-list .hp-item {
  width: 15.7894736842%;
  margin-right: 4.9342105263%;
  margin-bottom: 0.3rem;
}
.head-pro .hp-list .hp-item:nth-child(5n) {
  margin-right: 0;
}
.head-pro .hp-list .tit {
  line-height: 1.3333333333;
  height: 2.6666666667em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.head-pro .hp-list .hp_ul {
  margin-top: 0.08rem;
  height: 1.5rem;
  overflow-y: auto;
}
.head-pro .hp-list .hp_ul::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.head-pro .hp-list .hp_ul::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
.head-pro .hp-list .hp_ul::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}
.head-pro .hp-list .hp_li {
  padding-right: 0.2rem;
  margin-bottom: 5px;
}
.head-pro .hp-list .aa {
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.head-pro .hp-list .aa:hover {
  color: #007bff;
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 12rem;
  max-width: 80%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.2s linear;
  z-index: 300;
}
.md-mob_sideNav .mob_bot {
  padding: 0 20px;
}
.md-mob_sideNav .ul1 {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .ul1::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md-mob_sideNav .ul1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md-mob_sideNav .ul1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #007bff;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/static/home/images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(/static/home/images/hm_4.png);
}
.md-mob_sideNav .hmob_off {
  padding: 0 10px;
  height: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md-mob_sideNav .hmob_off .m_off {
  width: 50px;
  height: 50px;
  background-image: url(/static/home/images/m_off1.png);
  background-size: 30% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  height: calc(100% - 50px - 0.7rem);
}
.md-mob_sideNav .hmob_bot {
  height: 0.7rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.md-mob_sideNav .hmob_bot .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.md-mob_sideNav .hmob_bot img {
  width: 20px;
  margin-right: 5px;
}
.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .dd1 {
  font-weight: bold;
}
.md-mob_sideNav .l_ul {
  margin-top: 10px;
}
.md-mob_sideNav .l_ul .l_la {
  display: block;
  padding: 6px 0;
}
.md-mob_sideNav .l_ul .l_la:hover {
  color: #007bff;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .uswiper {
  padding: 0 20px;
}
.md-mob_sideNav .sa {
  width: 3.3rem;
  min-height: 2.36rem;
  height: auto;
  box-shadow: 0 0 0 1px inset #e5e5e5;
  padding: 0.15rem;
  text-align: center;
}
.md-mob_sideNav .sa .top {
  padding: 0 0.3rem;
}
.md-mob_sideNav .sa .img {
  position: relative;
  padding-top: 100%;
}
.md-mob_sideNav .sa .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-mob_sideNav .sa .h3 {
  line-height: 1.375;
  color: #666;
  margin-top: 0.1rem;
}
.md-mob_sideNav .phone {
  display: inline-flex;
  align-items: center;
  color: #007bff;
  font-weight: bold;
}
.md-mob_sideNav .phone .ic {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(/static/home/images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
@media (min-width: 1500px) {
  .md-mob_sideNav {
    display: none !important;
  }
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .h_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .h_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: unset;
}
.md-search_form .h_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #007bff;
  background-image: url(/static/home/images/icon-mag1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-foot {
  position: relative;
  background-color: #4f4f4f;
}
.md-foot .ul1 {
  display: flex;
}
.md-foot .ul1 .li1 {
  width: 2rem;
}
.md-foot .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot .ul1 .a1 {
  color: #fff;
  transition: all 0.3s;
}
.md-foot .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-foot .ul1 .ul2 {
  margin-top: 0.17rem;
  padding-top: 0.29rem;
  position: relative;
}
.md-foot .ul1 .ul2::before {
  content: "";
  width: 0.24rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.md-foot .ul1 .li2 {
  margin-bottom: 0.17rem;
}
.md-foot .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot .ul1 .a2 {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.md-foot .ul1 .a2:hover {
  color: #fff;
  transition: color 0.3s;
}
.md-foot .shares {
  display: flex;
  flex-wrap: wrap;
}
.md-foot .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot .shares .si:hover .hd {
  background-color: #007bff;
}
.md-foot .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot .shares .hd {
  position: relative;
  display: inline-flex;
  width: 0.46rem;
  height: 0.46rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
}
.md-foot .shares .hi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.md-foot .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
}
.md-foot .shares .bd .bbox {
  padding: 0.1rem;
  background-color: #fff;
  position: relative;
}
.md-foot .shares .bd .bbox::before {
  content: "";
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
}
.md-foot .shares .bd img {
  width: 1.1rem;
  min-width: 80px;
  max-width: none;
}
@media (max-width: 1280px) {
  .md-foot .ul1 .li1 {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 900px) {
  .md-foot .ul1 .li1 {
    display: none;
    width: 100%;
    max-width: none;
  }
  .md-foot .ul1 .cti {
    display: block;
  }
  .md-foot .shares {
    justify-content: center;
  }
  .md-foot .shares .hd {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  color: #fff;
}
.foot-1 .logo img {
  height: 0.6rem;
}
.foot-1 .le {
  width: 79.7619047619%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-1 .d1 {
  color: #fff;
}
.foot-1 .txt {
  line-height: 1.5;
  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}
.foot-1 .text {
  width: 4.1rem;
  margin-left: 2rem;
}
.foot-1 .text .d1 {
  color: #fff;
  font-weight: 600;
}
.foot-1 .text .d2 {
  margin-top: 0.2rem;
  color: #fff;
  font-weight: 600;
}
.foot-1 .text .d3i {
  display: flex;
  align-items: center;
  margin-top: 0.14rem;
}
.foot-1 .text .d3i .di {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.foot-1 .text .d3i .d3a {
  margin-left: 0.5em;
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .text .form {
  margin-top: 0.36rem;
}
.foot-1 .text .dt {
  color: #fff;
}
.foot-1 .text .fbox {
  display: flex;
  margin-top: 0.16rem;
}
.foot-1 .text .inp {
  flex-grow: 1;
}
.foot-1 .text .ip {
  width: 100%;
  height: 0.54rem;
  background-color: #fff;
  min-height: 30px;
  border: none;
  padding: 0 0.2rem;
}
.foot-1 .text .ip::-moz-placeholder {
  color: #999;
}
.foot-1 .text .ip::placeholder {
  color: #999;
}
.foot-1 .text .btn {
  flex-shrink: 0;
  height: 0.54rem;
  min-height: 30px;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 0 0.23rem;
  cursor: pointer;
}
.foot-1 .href {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.7rem;
}
.foot-1 .href:hover {
  text-decoration: underline;
}
.foot-1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-1 .bot {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.foot-1 .form {
  width: 16.0714285714%;
  color: #fff;
  padding-top: 0.66rem;
}
.foot-1 .form .d2 {
  margin-top: 0.12rem;
}
.foot-1 .form .d3 {
  line-height: 1.3125;
  margin-top: 0.33rem;
  opacity: 0.5;
  min-height: 2rem;
}
.foot-1 .form .d4 {
  margin-top: 0.23rem;
  margin-bottom: 0.16rem;
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .foot-1 .box {
    flex-wrap: wrap;
  }
  .foot-1 .le {
    width: 100%;
    text-align: center;
    border: none;
  }
  .foot-1 .bot {
    display: none;
  }
  .foot-1 .shares .si {
    margin: 0.1rem;
  }
  .foot-1 .ul1 {
    width: 100%;
    text-align: center;
    display: none;
  }
  .foot-1 .form {
    width: 100%;
  }
  .foot-1 .form .d3 {
    min-height: auto;
  }
}

.foot-2 .box {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.4);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.foot-2 .href {
  padding: 0 0.1rem;
}
.foot-2 a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .foot-2 .box {
    flex-wrap: wrap;
  }
  .foot-2 .href {
    width: 100%;
    text-align: center;
  }
}

.foot-3 {
  line-height: 1.875;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-3 .box {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  padding-top: 0.36rem;
  padding-bottom: 0.6rem;
}
.foot-3 .ri {
  text-align: right;
}
.foot-3 .te {
  margin-top: 0.12rem;
}
.foot-3 .href {
  color: #fff;
}
.foot-3 .href:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .foot-3 .box {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
  .foot-3 .le {
    width: 100%;
    text-align: center;
  }
  .foot-3 .hrefs {
    width: 100%;
    text-align: center;
  }
}

.foot-btn {
  position: fixed;
  bottom: 2rem;
  right: 0;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/icon-go.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #007bff;
  cursor: pointer;
  z-index: 90;
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  border-top: 0.05rem solid rgba(255, 255, 255, 0.8);
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.05rem 0.2rem;
  line-height: 2;
}

.md-sideNav {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 60;
}
.md-sideNav .sn_i {
  position: relative;
  margin-bottom: 0.2rem;
}
.md-sideNav .sn_i:last-child {
  margin-bottom: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #ffa500;
  transition: all 0.3s;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav #nform0.show .bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.md-sideNav .hd {
  display: block;
  overflow: hidden;
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  cursor: pointer;
  background-color: #007bff;
  transition: all 0.3s;
}
.md-sideNav .hd img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.md-sideNav .hd .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  padding: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  min-width: 1.2rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
}
.md-sideNav .forms {
  background-color: #d0e0ef;
  border-radius: 0.15rem;
  padding: 0.3rem;
  padding-top: 0.38rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.md-sideNav .forms::before {
  content: "";
  border: 7px solid transparent;
  border-left-color: #d0e0ef;
  position: absolute;
  top: 0.37rem;
  left: 100%;
  transform: translateY(-50%);
}
.md-sideNav .forms .tit {
  text-align: center;
  color: #007bff;
  margin-bottom: 0.12rem;
}
.md-sideNav .forms .off {
  width: 0.15rem;
  position: absolute;
  top: 0.17rem;
  right: 0.17rem;
  cursor: pointer;
}
.md-sideNav .forms .inps {
  width: 2rem;
  margin-bottom: 0.18rem;
  box-shadow: 0 -1px 0 #a6b3c0 inset;
}
.md-sideNav .forms .inp {
  width: 100%;
  height: 0.32rem;
  min-height: 30px;
  border: none;
  background-color: transparent;
  font-family: unset;
}
.md-sideNav .forms .inp::-moz-placeholder {
  color: #222;
}
.md-sideNav .forms .inp::placeholder {
  color: #222;
}
.md-sideNav .forms .btns {
  font-size: 0;
  text-align: center;
  margin-top: 0.3rem;
}
.md-sideNav .forms .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  background-color: #007bff;
  box-shadow: 1px 2px 0.1rem 0px rgba(36, 27, 27, 0.02);
  color: #fff;
  border-radius: 1rem;
  border: none;
  height: 0.37rem;
  min-height: 25px;
  padding: 0 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
}
.md-sideNav .forms .btn:hover {
  box-shadow: 0 0 0.1rem rgba(0, 123, 255, 0.4);
  transition: all 0.3s;
}
.md-sideNav .forms .btn img {
  margin-left: 0.25rem;
}
.md-sideNav .pi {
  display: block;
  margin: 5px 0;
}
.md-sideNav .pi:hover {
  color: #007bff;
}
.md-sideNav .wx {
  width: 1rem;
  max-width: none;
  display: block;
}
.md-sideNav #goTop {
  display: none;
}
.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 900px) {
  .md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes sp100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner .cb_text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .cbp1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.18rem;
  line-height: 1.5;
}
.com-banner .cb_text .cba3 {
  margin-bottom: 0.06rem;
  font-weight: 600;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #007bff;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #007bff;
  background-color: #fff;
  padding: 0 0.3rem;
  border-radius: 1rem;
  min-width: 1.7rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner .cb_text .cpa:hover {
  background-color: #ffa500;
  color: #fff;
}
.com-banner .cb_text.cent {
  text-align: center;
}
.com-banner .pro_txt .t1 {
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.com-banner .pro_txt .t2 {
  display: inline-block;
  line-height: 2.0909090909;
  background-color: #ffa500;
  color: #fff;
  padding: 0 0.21rem;
  border-radius: 1rem;
  margin-top: 0.36rem;
}
.com-banner .pro_txt .t3 {
  color: #222;
  opacity: 0.8;
  margin-top: 0.27rem;
}
.com-banner .cb_img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 60%;
}
.com-banner .cb_ti {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8.4rem;
  max-width: 60%;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .down {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #007bff;
  padding: 0.21rem 0.43rem;
  border-radius: 1rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.com-banner .down:hover {
  box-shadow: 0 -2px 0 0 #007bff inset, 0 2px 0.1rem #007bff;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.com-banner .down img {
  margin-right: 0.1rem;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
}
.com-banner .cb_nav a:hover {
  color: #007bff;
}
.com-banner .cb_nav .cb_a {
  flex-grow: 1;
  text-align: center;
  line-height: 0.7rem;
}
.com-banner .cb_nav .cb_a.on {
  background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
  color: #fff !important;
}
.com-banner .cb_mask {
  pointer-events: none;
}
.com-banner .cb_mask .cm1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-banner .cb_mask .cm1 img {
  width: 100%;
}
.com-banner .cb_mask .cm2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-mask-image: url(/static/home/images/icon-m2.png);
          mask-image: url(/static/home/images/icon-m2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.com-banner .cb_mask .cm2 img {
  width: 100%;
  opacity: 0;
}
.com-banner .bg1 .cm2 {
  background-color: #fff !important;
}
.com-banner .bg2 .cm2 {
  background-color: #f3f3f3 !important;
}
@media screen and (max-width: 900px) {
  .com-banner {
    background-color: #f2f2f2;
  }
  .com-banner .cb_bg {
    padding-top: 31.25%;
  }
  .com-banner .cb_text .cbp2 {
    font-size: 14px;
    display: none;
  }
  .com-banner .pro_txt .t3 {
    display: none;
  }
}
.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #007bff;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
  flex-shrink: 0;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .cb_a:hover {
  color: #007bff;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #007bff;
  background-color: transparent;
  color: #007bff;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #007bff;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner .cb_text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .cbp1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.18rem;
  line-height: 1.5;
}
.com-banner .cb_text .cba3 {
  margin-bottom: 0.06rem;
  font-weight: 600;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #007bff;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #007bff;
  background-color: #fff;
  padding: 0 0.3rem;
  border-radius: 1rem;
  min-width: 1.7rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner .cb_text .cpa:hover {
  background-color: #ffa500;
  color: #fff;
}
.com-banner .cb_text.cent {
  text-align: center;
}
.com-banner .pro_txt .t1 {
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.com-banner .pro_txt .t2 {
  display: inline-block;
  line-height: 2.0909090909;
  background-color: #ffa500;
  color: #fff;
  padding: 0 0.21rem;
  border-radius: 1rem;
  margin-top: 0.36rem;
}
.com-banner .pro_txt .t3 {
  color: #222;
  opacity: 0.8;
  margin-top: 0.27rem;
}
.com-banner .cb_img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 60%;
}
.com-banner .cb_ti {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8.4rem;
  max-width: 60%;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .down {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #007bff;
  padding: 0.21rem 0.43rem;
  border-radius: 1rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.com-banner .down:hover {
  box-shadow: 0 -2px 0 0 #007bff inset, 0 2px 0.1rem #007bff;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.com-banner .down img {
  margin-right: 0.1rem;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
}
.com-banner .cb_nav a:hover {
  color: #007bff;
}
.com-banner .cb_nav .cb_a {
  flex-grow: 1;
  text-align: center;
  line-height: 0.7rem;
}
.com-banner .cb_nav .cb_a.on {
  background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
  color: #fff !important;
}
.com-banner .cb_mask {
  pointer-events: none;
}
.com-banner .cb_mask .cm1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-banner .cb_mask .cm1 img {
  width: 100%;
}
.com-banner .cb_mask .cm2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-mask-image: url(/static/home/images/icon-m2.png);
          mask-image: url(/static/home/images/icon-m2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.com-banner .cb_mask .cm2 img {
  width: 100%;
  opacity: 0;
}
.com-banner .bg1 .cm2 {
  background-color: #fff !important;
}
.com-banner .bg2 .cm2 {
  background-color: #f3f3f3 !important;
}
@media screen and (max-width: 900px) {
  .com-banner {
    background-color: #f2f2f2;
  }
  .com-banner .cb_bg {
    padding-top: 31.25%;
  }
  .com-banner .cb_text .cbp2 {
    font-size: 14px;
    display: none;
  }
  .com-banner .pro_txt .t3 {
    display: none;
  }
}
.cb-swiper .bg {
  position: relative;
  padding-top: 34.375%;
  overflow: hidden;
  background-color: #999;
}
.cb-swiper .bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-swiper .text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.cb-swiper .text .cbp1 {
  font-weight: 600;
  position: relative;
}
.cb-swiper .text.cent {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .cb-swiper {
    background-color: #f2f2f2;
  }
  .cb-swiper .text .cbp1 {
    font-size: 16px;
  }
  .cb-swiper .text .cbp2 {
    font-size: 14px;
    display: none;
  }
}

.cbn-swiper{
  width: 50%;
}
.cbn-swiper .csw {
  width: auto;
  margin-right: 0.9rem;
}
.cbn-swiper .csw::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.44rem);
  transform: translateY(-50%);
}
.cbn-swiper .csw:last-child {
  margin-right: 0;
}
.cbn-swiper .csw:last-child::before {
  display: none;
}
.cbn-swiper .csa {
  display: block;
  text-align: center;
  line-height: 0.8rem;
  color: #666;
  position: relative;
}
.cbn-swiper .csa:hover {
  color: #007bff;
}
.cbn-swiper .csa.on {
  color: #007bff;
}
/* .cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #007bff;
} */

.cbn-swiper .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  /* height: 2px; */
}
.cbn-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  /* background-color: #007bff; */
}
@media screen and (max-width: 900px) {
  .cbn-swiper{
    width: 100%;
  }
  .cbn-swiper .csa {
    color: #000;
  }
}
.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #007bff;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
  flex-shrink: 0;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .cb_a:hover {
  color: #007bff;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #007bff;
  background-color: transparent;
  color: #007bff;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #007bff;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.sidebar {
    opacity: 1;
    z-index: 100;
    transition: all .5s;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%)
}

.show_sidebar .sidebar {
    opacity: 1;
    z-index: 28;
    visibility: visible
}

.sidebar-item {
    display: block;
    padding: 1px 0
}

.sidebar-link {
    display: block;
    cursor: pointer;
    width: .6rem;
    height: .6rem;
    background-color: #fff;
    box-shadow: 0 .05rem .1rem 0 rgba(0,0,0,.1)
}

.sidebar-icon1 {
    display: block;
    width: 100%;
    height: 100%
}

.sidebar-icon1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sidebar-icon2 {
    display: none;
    width: 100%;
    height: 100%
}

.sidebar-icon2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sidebar-item:hover .sidebar-link {
    background-color: #0d57a7
}

.sidebar-item:hover .sidebar-icon1 {
    display: none
}

.sidebar-item:hover .sidebar-icon2 {
    display: block
}

.sidebar-item {
    position: relative
}

.sidebar-item:hover .sidebar-bd {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0);
    transition: all .5s
}

.sidebar-item .sidebar-bd {
    position: absolute;
    right: 100%;
    top: 0;
    padding-right: .1rem;
    opacity: 0;
    pointer-events: none;
    transition: all .5s
}

.sidebar-item .b_box {
    overflow: hidden;
    min-width: 1.2rem;
    padding: .1rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 .1rem rgba(0,0,0,.4)
}

.sidebar-item .wx {
    width: 1rem;
    max-width: none;
    display: block
}

.xa-main {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.xa-main.show {
    opacity: 1;
    z-index: 388;
    visibility: visible
}

.xa-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}

.xa-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 5rem;
    max-width: calc(100% - .6rem)
}

.xa-cont {
    width: 100%;
    padding: .45rem .4rem .6rem;
    background-color: #fff;
    max-height: 100vh;
    overflow: auto
}

.xa-close {
    position: absolute;
    top: .15rem;
    right: .15rem;
    display: block;
    cursor: pointer;
    width: .25rem;
    height: .25rem;
    background-image: url(/static/home/images/a56.png);
    background-size: .15rem auto;
    background-position: center center;
    background-repeat: no-repeat
}

.xa-close:hover {
    background-image: url(/static/home/images/a56-b.png)
}

.xa-form {
    width: 100%
}

.xa-titles {
    width: 100%;
    text-align: center;
    margin-bottom: .4rem;
    color: #000;
    line-height: 1.3;
    font-weight: 700
}

.xa-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-left: .15rem;
    margin-bottom: .2rem;
    background-color: #f7f7f7
}

.xa-icon {
    width: 1.78em;
    text-align: center;
    height: .6rem;
    line-height: .6rem
}

.xa-icon img {
    max-width: 1.57em;
    max-height: 1.57em
}

.xa-rt {
    width: calc(100% - 1.78em - .15rem)
}

.xa-input {
    display: block;
    border: none;
    background-color: transparent;
    padding-right: .15rem;
    width: 100%;
    height: .6rem;
    color: #333
}

.xa-textarea {
    display: block;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: .2rem .15rem .2rem 0;
    line-height: 1.7;
    height: 2rem;
    color: #333
}

.xa-buttombox {
    width: 100%;
    text-align: center
}

.xa-buttom {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: .2rem
}

.xa-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .12rem 0 .3rem;
    color: #fff;
    line-height: .7rem;
    border-radius: .35rem;
    background-color: #0d57a7
}

.xa-text:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.1rem;
    width: .46rem;
    height: .46rem;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/static/home/images/a19-b.png);
    background-size: .06rem auto;
    background-position: center center;
    background-repeat: no-repeat
}

.xa-submit {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 18;
    opacity: 0
}

.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 10rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.75rem 0.6rem 0.6rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.my-dialog .dlg-cont::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.my-dialog .dlg-cont::-webkit-scrollbar-thumb {
  background: #535353;
}
.my-dialog .dlg-cont::-webkit-scrollbar-track {
  background: #ededed;
}
.my-dialog .off {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(/static/home/images/icon-8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .ftit {
  font-weight: 600;
  text-align: center;
}
.my-dialog .fbox {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.my-dialog .fi {
  width: 48.8372093023%;
  display: flex;
  box-shadow: 0 0 0 1px #eee;
  margin-bottom: 0.2rem;
  position: relative;
}
.my-dialog .fi .ic {
  width: 0.4rem;
  height: 0.45rem;
  position: relative;
}
.my-dialog .fi .ii {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0 0.2rem;
}
.my-dialog .fi .ip::-moz-placeholder {
  color: #999;
}
.my-dialog .fi .ip::placeholder {
  color: #999;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.6rem;
  border: none;
  padding: 0.2rem;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #999;
}
.my-dialog .fi .ta::placeholder {
  color: #999;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .sel-box {
  display: flex;
  box-shadow: 0 0 0 1px #eee;
  background-color: #fff;
  position: relative;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .my-sel {
  width: 100%;
}
.my-dialog .my-sel.show .hd::before {
  transform: translateY(-50%) rotate(225deg);
}
.my-dialog .my-sel.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-dialog .my-sel .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  color: #999;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.3rem !important;
}
.my-dialog .my-sel .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.my-dialog .my-sel .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-dialog .my-sel .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-dialog .my-sel .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-dialog .my-sel .bitem {
  background-color: #fff;
  color: #666;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.my-dialog .my-sel .bitem:hover {
  background-color: #f1f4f9;
}
.my-dialog .my-sel .bitem.selected {
  background-color: #f1f4f9;
}
.my-dialog .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  background-color: #007bff;
  color: #fff;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
}
.my-dialog .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-dialog .code{
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
}
@media (max-width: 900px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}




