.header-pc {
  width: 100%;
  position: fixed;
  z-index: 10000;
}
.header-pc .bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header-pc .logo {
  width: 1.7rem;
  float: left;
  margin-left: 3.5%;
  margin-top: 0.12rem;
}
.header-pc .slogan {
  width: 600px;
  float: left;
  margin-left: 0.1875rem;
  margin-top: 0.3rem;
}
.header-pc .home {
  width: 0.36rem;
  height: 0.3075rem;
  float: right;
  margin-right: 3.5%;
  margin-top: 0.3375rem;
  cursor: pointer;
}
.header-pc .network-group {
  float: right;
  margin-right: 0.24rem;
  margin-top: 0.375rem;
  font-size: 0.1275rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #319ee3;
  cursor: pointer;
  position: relative;
}
.header-pc .network-group img {
  width: 0.1125rem;
  display: inline-block;
  vertical-align: middle;
}
.header-pc .network-group .net-down {
  width: 1.4rem;
  background-color: white;
  position: absolute;
  left: calc(50% - 0.7rem);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header-pc .network-group .net-down ul {
  width: 100%;
  padding: 0.1rem 0;
}
.header-pc .network-group .net-down ul li {
  width: calc(100% - 0.4rem);
  padding: 0 0.2rem;
  line-height: 3;
}
.header-pc .network-group .net-down ul li a {
  width: 100%;
  color: #666;
}
.header-pc .network-group .net-down ul li:hover {
  background-color: #319ee3;
}
.header-pc .network-group .net-down ul li:hover a {
  color: #fff;
}
.header-pc .search {
  width: 0.195rem;
  height: 0.195rem;
  float: right;
  margin-top: 0.3975rem;
  margin-right: 0.21rem;
  cursor: pointer;
}
.header-pc .banner-next {
  width: 0.2175rem;
  height: 0.2175rem;
  float: right;
  margin-top: 0.3825rem;
  margin-right: 0.195rem;
  cursor: pointer;
}
.header-pc .stock-code {
  width: 2.8rem;
  height: 0.135rem;
  float: right;
  position: relative;
  margin-top: 0.4275rem;
  margin-right: 0.165rem;
  cursor: pointer;
  padding-right: 0.15rem;
  font-size: 0.135rem;
  line-height: 1;
}
.header-pc .stock-code::after {
  content: "";
  width: 1px;
  height: 0.195rem;
  background-color: #1fabe5;
  position: absolute;
  right: 0;
  top: -0.03rem;
}
.header-pc .stock-code .sh {
  font-weight: bold;
  margin-left: 0.075rem;
  margin-right: 0.075rem;
}
.header-pc.header-index {
  background-color: #ffffff;
  height: 0.9rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-pc.header-index .bg {
  display: none;
}
.header-pc.header-index .banner-next {
  display: none;
}
.header-pc.header-public {
  background-color: #ffffff;
  height: 0.9rem;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-pc.header-public .bg {
  display: none;
}
.header-pc.header-public .banner-next {
  display: none;
}
.body-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 100vh;
  z-index: 10000;
}
.body-right .right-icon {
  position: absolute;
  right: 11px;
  top: calc(50% - 100px);
  width: 60px;
  height: 145px;
}
.body-right .right-icon img:last-child {
  display: none;
}
.body-right .spanHover {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: calc(50% - 50px);
  cursor: pointer;
}
.body-right span {
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.body-right .right-nav {
  width: 160px;
  height: 100%;
  background-color: #3694d2;
  position: absolute;
  top: 0;
  right: -160px;
  transition: 0.5s;
}
.body-right .right-nav.on {
  right: 0;
}
.body-right .right-nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.body-right .right-nav ul li {
  width: 90%;
  margin: 0 auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  text-align: center;
}
.body-right .right-nav ul li a {
  font-size: 18px;
  line-height: 3;
  color: white;
}
.body-right .right-nav ul li:hover a {
  opacity: 0.5;
}
.body-right.blue-right .right-icon img:first-child {
  display: none;
}
.body-right.blue-right .right-icon img:last-child {
  display: block;
}
.editBox {
  width: 100%;
  font-size: 0.13rem;
  text-align: justify;
  line-height: 2;
  color: #333333;
}
.editBox hr {
  border: #ededed solid 1px;
}
.editBox img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.inner-banner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.inner-banner .img {
  width: 100%;
  height: 1.95rem;
  position: relative;
  overflow: hidden;
}
.inner-banner .img .title {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 0.78rem;
  left: 1.95rem;
  padding-left: 0.15rem;
}
.inner-banner .img .title::after {
  content: "";
  width: 0.03rem;
  height: 0.4275rem;
  background-color: #319ee3;
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner .inner-nav {
  width: 100%;
  height: 0.66rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);
}
.inner-banner .inner-nav .left {
  float: left;
  margin-left: 1.95rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.inner-banner .inner-nav .left ul {
  margin-top: 0.18rem;
}
.inner-banner .inner-nav .left ul li {
  float: left;
  margin-right: 0.075rem;
  height: 0.315rem;
  border-radius: 0.315rem;
  line-height: 0.315rem;
  transition: 0.5s;
}
.inner-banner .inner-nav .left ul li a {
  font-size: 0.136rem;
  color: #333333;
  padding: 0 0.21rem;
  transition: 0.5s;
}
.inner-banner .inner-nav .left ul li.active {
  background-color: #319ee3;
}
.inner-banner .inner-nav .left ul li.active a {
  color: #fff;
}
.inner-banner .inner-nav .left ul li:hover {
  background-color: #319ee3;
}
.inner-banner .inner-nav .left ul li:hover a {
  color: #fff;
}
.inner-banner .inner-nav .right {
  float: right;
  margin-right: 1.95rem;
  margin-top: 0.2025rem;
}
.inner-banner .inner-nav .right .icon {
  width: 0.21rem;
  height: 0.21rem;
  float: left;
}
.inner-banner .inner-nav .right .text {
  float: left;
  margin-left: 0.0825rem;
  font-size: 0.121rem;
  line-height: 0.21rem;
  color: #666666;
  vertical-align: middle;
}
.inner-banner .inner-nav .right .text a {
  color: #666666;
  transition: 0.5s;
}
.inner-banner .inner-nav .right .text a.on {
  color: #319ee3;
}
.inner-banner .inner-nav .right .text a:hover {
  color: #319ee3;
}
.down-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  transition: 0.2s;
  overflow: hidden;
}
.down-nav .bg {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  margin: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.down-nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.down-nav .top .logo {
  width: 1.41rem;
  float: left;
  margin-left: 3.5%;
  margin-top: 0.195rem;
}
.down-nav .top .slogan {
  width: 508px;
  float: left;
  margin-left: 0.1875rem;
  margin-top: 0.3525rem;
}
.down-nav .top .home {
  width: 0.36rem;
  height: 0.3075rem;
  float: right;
  margin-right: 3.5%;
  margin-top: 0.3375rem;
  cursor: pointer;
}
.down-nav .top .network-group {
  float: right;
  margin-right: 0.24rem;
  margin-top: 0.375rem;
  font-size: 0.1275rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #319ee3;
  cursor: pointer;
  position: relative;
}
.down-nav .top .network-group img {
  width: 0.1125rem;
  display: inline-block;
  vertical-align: middle;
}
.down-nav .top .network-group .net-down {
  width: 1.4rem;
  background-color: white;
  position: absolute;
  left: calc(50% - 0.7rem);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.down-nav .top .network-group .net-down ul {
  width: 100%;
  padding: 0.1rem 0;
}
.down-nav .top .network-group .net-down ul li {
  width: calc(100% - 0.4rem);
  padding: 0 0.2rem;
  line-height: 3;
}
.down-nav .top .network-group .net-down ul li a {
  width: 100%;
  color: #666;
}
.down-nav .top .network-group .net-down ul li:hover {
  background-color: #319ee3;
}
.down-nav .top .network-group .net-down ul li:hover a {
  color: #fff;
}
.down-nav .top .search {
  width: 0.195rem;
  height: 0.195rem;
  float: right;
  margin-top: 0.3975rem;
  margin-right: 0.21rem;
  cursor: pointer;
}
.down-nav .top .stock-code {
  width: 2.8rem;
  height: 0.135rem;
  float: right;
  position: relative;
  margin-top: 0.4275rem;
  margin-right: 0.165rem;
  cursor: pointer;
  padding-right: 0.15rem;
  font-size: 0.135rem;
  line-height: 1;
}
.down-nav .top .stock-code::after {
  content: "";
  width: 1px;
  height: 0.195rem;
  background-color: #1fabe5;
  position: absolute;
  right: 0;
  top: -0.03rem;
}
.down-nav .top .stock-code .sh {
  font-weight: bold;
  margin-left: 0.075rem;
  margin-right: 0.075rem;
}
.down-nav .content1 {
  position: absolute;
  width: 100%;
  height: 76vh;
  top: 24vh;
  left: 0;
}
.down-nav .content1 .left {
  float: left;
  margin-left: 1.59rem;
}
.down-nav .content1 .left .nav-tabs .nav-one {
  width: 2.02501rem;
  position: relative;
  float: left;
}
.down-nav .content1 .left .nav-tabs .nav-one::after {
  content: "";
  width: 0.03rem;
  height: 100%;
  background-color: rgba(100, 182, 234, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}
.down-nav .content1 .left .nav-tabs .nav-one li {
  width: 100%;
  height: 0.495rem;
  line-height: 0.495rem;
  position: relative;
  transition: 0.5s;
  visibility: hidden;
}
.down-nav .content1 .left .nav-tabs .nav-one li::after {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: rgba(100, 182, 234, 0.2);
  position: absolute;
  top: 0.225rem;
  left: -0.1575rem;
  transition: 0.5s;
}
.down-nav .content1 .left .nav-tabs .nav-one li a {
  font-size: 0.21rem;
  color: #333333;
  transition: 0.5s;
}
.down-nav .content1 .left .nav-tabs .nav-one li.selectActive {
  padding-left: 0.45rem;
}
.down-nav .content1 .left .nav-tabs .nav-one li.selectActive::after {
  width: 0.405rem;
}
.down-nav .content1 .left .nav-tabs .nav-one li.selectActive a {
  color: #319ee3;
}
.down-nav .content1 .left .nav-tabs .nav-tab {
  display: none;
  float: left;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item {
  margin-left: 0.9rem;
  height: 0.495rem;
  line-height: 0.495rem;
  position: relative;
  transition: 0.5s;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item::before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: rgba(100, 182, 234, 0.2);
  position: absolute;
  top: 0.225rem;
  left: -0.9rem;
  transition: 0.5s;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.1rem solid rgba(100, 182, 234, 0.2);
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: 0;
  top: 0.15rem;
  opacity: 0;
  transition: 0.5s;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item a {
  font-size: 0.21rem;
  color: #333333;
  transition: 0.5s;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item.active {
  padding-left: 0.345rem;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item.active::before {
  width: 0.21rem;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item.active::after {
  opacity: 1;
}
.down-nav .content1 .left .nav-tabs .nav-tab .list .item.active a {
  color: #319ee3;
}
.down-nav .content1 .right {
  float: right;
  margin-right: 1.05rem;
  margin-top: 1.425rem;
}
.down-nav .content1 .right .add {
  font-size: 0.135rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 0.15rem;
}
.down-nav .content1 .right .line {
  width: 3.01501rem;
  height: 0.015rem;
  background-color: #333333;
}
.down-nav .content1 .right .phone {
  font-size: 0.135rem;
  font-weight: bold;
  line-height: 2;
  color: #333333;
}
.down-nav .content1 .right .email {
  font-size: 0.135rem;
  font-weight: bold;
  line-height: 2;
  color: #333333;
  margin-bottom: 0.2025rem;
}
.down-nav .content1 .right .qr-code {
  margin-bottom: 0.225rem;
}
.down-nav .content1 .right .qr-code::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.down-nav .content1 .right .qr-code .img {
  float: left;
  width: 0.8625rem;
}
.down-nav .content1 .right .qr-code .info {
  float: left;
  margin-left: 0.3375rem;
  margin-top: 0.24rem;
}
.down-nav .content1 .right .qr-code .info .icon {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #ffffff;
  border-radius: 100%;
  float: left;
}
.down-nav .content1 .right .qr-code .info .icon img {
  width: 0.195rem;
  margin: 0 auto;
  padding-top: 0.1125rem;
}
.down-nav .content1 .right .qr-code .info .text {
  float: left;
  margin-left: 0.15rem;
}
.down-nav .content1 .right .qr-code .info .text .text1 {
  font-size: 0.135rem;
  line-height: 1;
  color: #319ee3;
}
.down-nav .content1 .right .qr-code .info .text .text2 {
  font-size: 0.105rem;
  line-height: 1;
  color: #319ee3;
  margin-top: 0.105rem;
}
.inner-bottom {
  width: 100%;
  height: 1.605rem;
  background-color: #319ee3;
}
.inner-bottom .left {
  float: left;
  margin-left: 0.8775rem;
  margin-top: 0.615rem;
}
.inner-bottom .left .p {
  font-size: 0.165rem;
  line-height: 1;
  color: #ffffff;
}
.inner-bottom .left .bottom-logo {
  width: 2.02501rem;
  margin-top: 0.255rem;
}
.inner-bottom .center {
  float: left;
  margin-top: 0.8325rem;
  margin-left: 0.66rem;
  position: relative;
  cursor: pointer;
}
.inner-bottom .center .icon {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #ffffff;
  border-radius: 100%;
  float: left;
}
.inner-bottom .center .icon img {
  width: 0.195rem;
  margin: 0 auto;
  padding-top: 0.1125rem;
}
.inner-bottom .center .text {
  float: left;
  margin-left: 0.15rem;
}
.inner-bottom .center .text .text1 {
  font-size: 0.135rem;
  line-height: 1;
  color: #ffffff;
}
.inner-bottom .center .text .text2 {
  font-size: 0.105rem;
  line-height: 1;
  color: #ffffff;
  margin-top: 0.105rem;
}
.inner-bottom .center .qr-code {
  width: 1.575rem;
  height: 1.575rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.475rem;
  left: 0;
  box-shadow: 0px 0px 0.075rem 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.inner-bottom .center .qr-code img {
  width: 90%;
  margin: 0 auto;
  padding-top: 0.07875rem;
}
.inner-bottom .right {
  float: right;
  margin-right: 0.9rem;
  margin-top: 0.525rem;
}
.inner-bottom .right .one {
  font-size: 0.105rem;
  line-height: 1;
  color: #ffffff;
}
.inner-bottom .right .one a {
  color: #ffffff;
  transition: 0.5s;
}
.inner-bottom .right .one a:hover {
  opacity: 0.7;
}
.inner-bottom .right .two {
  font-size: 0.1125rem;
  line-height: 1;
  color: #ffffff;
  display: flex;
  margin-top: 0.21rem;
}
.inner-bottom .right .two div {
  margin-right: 0.15rem;
}
.inner-bottom .right .three {
  font-size: 0.1125rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  margin-top: 0.135rem;
}
.inner-bottom .right .three div {
  margin-right: 0.135rem;
}
.inner-bottom .right .three a {
  color: #ffffff;
  opacity: 0.6;
  transition: 0.5s;
}
.inner-bottom .right .three a:hover {
  opacity: 1;
}
.load-more {
  margin-top: 0.8175rem;
  width: 100%;
}
.load-more .text1,
.load-more .icon1 {
  display: none;
}
.load-more .text {
  font-size: 0.12rem;
  line-height: 1;
  color: #d5d2d2;
  text-align: center;
}
.load-more .icon {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #fa961f;
  margin: 0 auto;
  margin-top: 0.2175rem;
  cursor: pointer;
}
.load-more .icon img {
  width: 0.0975rem;
  margin: 0 auto;
  padding-top: 0.165rem;
}
.load-more.all .text,
.load-more.all .icon {
  display: none;
}
.load-more.all .text1 {
  display: block;
  font-size: 0.12rem;
  line-height: 1;
  color: #d5d2d2;
  text-align: center;
}
.load-more.all .icon1 {
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #fa961f;
  margin: 0 auto;
  margin-top: 0.2175rem;
  cursor: not-allowed;
}
.load-more.all .icon1 img {
  width: 0.0975rem;
  margin: 0 auto;
  padding-top: 0.165rem;
}
@media screen and (max-width: 1400px) {
  .header-pc .slogan {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-pc .bg {
    width: 150%;
  }
  .header-pc .logo {
    width: 2.41rem;
    margin-top: 0.2rem;
  }
  .header-pc .slogan {
    display: none;
  }
  .header-pc .home {
    width: 0.6rem;
    height: auto;
    margin-top: 0.4rem;
  }
  .header-pc .network-group {
    margin-right: 0.24rem;
    margin-top: 0.555rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .header-pc .network-group img {
    width: 0.23rem;
  }
  .header-pc .network-group .net-down {
    width: 1.5rem;
    left: calc(50% - 0.75rem);
  }
  .header-pc .network-group .net-down ul li {
    line-height: 2;
  }
  .header-pc .search {
    width: 0.39rem;
    height: 0.39rem;
    float: right;
    margin-top: 0.5rem;
    margin-right: 0.21rem;
    cursor: pointer;
  }
  .header-pc .banner-next {
    width: 0.43rem;
    height: 0.43rem;
    margin-top: 0.5rem;
  }
  .header-pc .stock-code {
    width: 4.5rem;
    height: auto;
    margin-top: 0.58rem;
    font-size: 0.24rem;
  }
  .header-pc .stock-code::after {
    height: 100%;
    top: 0;
  }
  .header-pc.header-index {
    height: 1.3rem;
  }
  .header-pc.header-public {
    height: 1.3rem;
  }
  .editBox {
    width: 100%;
    font-size: 0.32rem;
    line-height: 2;
    color: #333333;
  }
  .body-right {
    display: none;
  }
  .inner-banner {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .inner-banner .img {
    width: 100%;
    height: 2.5rem;
    position: relative;
    overflow: hidden;
  }
  .inner-banner .img img {
    width: auto;
    height: 100%;
    margin-left: -10%;
  }
  .inner-banner .img .title {
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 1rem;
    left: 1.95rem;
    padding-left: 0.15rem;
  }
  .inner-banner .img .title::after {
    content: "";
    width: 0.03rem;
    height: 0.4275rem;
    background-color: #319ee3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .inner-banner .inner-nav {
    width: 100%;
    height: 0.66rem;
    background-color: #fff;
    box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);
  }
  .inner-banner .inner-nav .left {
    float: left;
    margin-left: 5%;
  }
  .inner-banner .inner-nav .left ul {
    margin-top: 0.13rem;
  }
  .inner-banner .inner-nav .left ul li {
    float: left;
    margin-right: 0.075rem;
    height: 0.4rem;
    border-radius: 0.315rem;
    line-height: 0.4rem;
    transition: 0.5s;
  }
  .inner-banner .inner-nav .left ul li a {
    font-size: 0.2rem;
    color: #333333;
    padding: 0 0.21rem;
    transition: 0.5s;
  }
  .inner-banner .inner-nav .left ul li.active {
    background-color: #319ee3;
  }
  .inner-banner .inner-nav .left ul li.active a {
    color: #fff;
  }
  .inner-banner .inner-nav .left ul li:hover {
    background-color: #319ee3;
  }
  .inner-banner .inner-nav .left ul li:hover a {
    color: #fff;
  }
  .inner-banner .inner-nav .right {
    float: right;
    margin-right: 5%;
    margin-top: 0.2025rem;
  }
  .inner-banner .inner-nav .right .icon {
    width: 0.21rem;
    height: 0.21rem;
    float: left;
  }
  .inner-banner .inner-nav .right .text {
    float: left;
    margin-left: 0.0825rem;
    font-size: 0.105rem;
    line-height: 0.21rem;
    color: #666666;
    vertical-align: middle;
  }
  .inner-banner .inner-nav .right .text a {
    color: #666666;
    transition: 0.5s;
  }
  .inner-banner .inner-nav .right .text a.on {
    color: #319ee3;
  }
  .inner-banner .inner-nav .right .text a:hover {
    color: #319ee3;
  }
  .down-nav {
    overflow: hidden;
  }
  .down-nav .top .logo {
    width: 2.41rem;
  }
  .down-nav .top .slogan {
    display: none;
  }
  .down-nav .top .home {
    width: 0.6rem;
    height: auto;
    margin-top: 0.4rem;
  }
  .down-nav .top .network-group {
    margin-right: 0.24rem;
    margin-top: 0.555rem;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .down-nav .top .network-group img {
    width: 0.23rem;
  }
  .down-nav .top .network-group .net-down {
    width: 1.5rem;
    left: calc(50% - 0.75rem);
  }
  .down-nav .top .network-group .net-down ul li {
    line-height: 2;
  }
  .down-nav .top .search {
    width: 0.39rem;
    height: 0.39rem;
    float: right;
    margin-top: 0.5rem;
    margin-right: 0.21rem;
    cursor: pointer;
  }
  .down-nav .top .banner-next {
    width: 0.43rem;
    height: 0.43rem;
    margin-top: 0.5rem;
  }
  .down-nav .top .stock-code {
    width: 4.5rem;
    height: auto;
    margin-top: 0.58rem;
    font-size: 0.24rem;
  }
  .down-nav .top .stock-code::after {
    height: 100%;
    top: 0;
  }
  .down-nav .content1 {
    position: absolute;
    width: 100%;
    top: 2.27251rem;
    left: 0;
  }
  .down-nav .content1 .left .nav-tabs .nav-one {
    width: 3rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li::after {
    height: 0.06rem;
    top: 0.4rem;
    left: -0.2rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li a {
    font-size: 0.42rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li.selectActive {
    padding-left: 0.6rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li.selectActive::after {
    width: 0.6rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li.selectActive a {
    color: #319ee3;
  }
  .down-nav .content1 .left .nav-tabs .nav-tab .list .item {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-tab .list .item::before {
    content: "";
    width: 0;
    height: 0.06rem;
    background-color: rgba(100, 182, 234, 0.2);
    position: absolute;
    top: 0.32rem;
    left: -0.9rem;
    transition: 0.5s;
  }
  .down-nav .content1 .left .nav-tabs .nav-tab .list .item::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.2rem solid rgba(100, 182, 234, 0.2);
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    position: absolute;
    left: 0;
    top: 0.15rem;
    opacity: 0;
    transition: 0.5s;
  }
  .down-nav .content1 .left .nav-tabs .nav-tab .list .item a {
    font-size: 0.36rem;
    color: #333333;
    transition: 0.5s;
  }
  .down-nav .content1 .left .nav-tabs .nav-tab .list .item.active {
    padding-left: 0.345rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-tab .list .item.active::before {
    width: 0.42rem;
  }
  .down-nav .content1 .right {
    float: right;
    margin-right: 1.05rem;
    margin-top: 3.425rem;
  }
  .down-nav .content1 .right .add {
    font-size: 0.21rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 0.15rem;
  }
  .down-nav .content1 .right .line {
    width: 4rem;
    height: 0.015rem;
    background-color: #333333;
  }
  .down-nav .content1 .right .phone {
    font-size: 0.21rem;
    font-weight: bold;
    line-height: 2;
    color: #333333;
  }
  .down-nav .content1 .right .email {
    font-size: 0.21rem;
    font-weight: bold;
    line-height: 2;
    color: #333333;
    margin-bottom: 0.2025rem;
  }
  .down-nav .content1 .right .qr-code {
    margin-bottom: 0.225rem;
  }
  .down-nav .content1 .right .qr-code::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .down-nav .content1 .right .qr-code .img {
    float: left;
    width: 0.8625rem;
  }
  .down-nav .content1 .right .qr-code .info {
    float: left;
    margin-left: 0.3375rem;
    margin-top: 0.24rem;
  }
  .down-nav .content1 .right .qr-code .info .icon {
    width: 0.375rem;
    height: 0.375rem;
    background-color: #ffffff;
    border-radius: 100%;
    float: left;
  }
  .down-nav .content1 .right .qr-code .info .icon img {
    width: 0.195rem;
    margin: 0 auto;
    padding-top: 0.1125rem;
  }
  .down-nav .content1 .right .qr-code .info .text {
    float: left;
    margin-left: 0.15rem;
  }
  .down-nav .content1 .right .qr-code .info .text .text1 {
    font-size: 0.135rem;
    line-height: 1;
    color: #319ee3;
  }
  .down-nav .content1 .right .qr-code .info .text .text2 {
    font-size: 0.105rem;
    line-height: 1;
    color: #319ee3;
    margin-top: 0.105rem;
  }
  .inner-bottom {
    height: 2rem;
  }
  .inner-bottom .left {
    float: left;
    margin-left: 0.8775rem;
  }
  .inner-bottom .left .p {
    font-size: 0.24rem;
    line-height: 1;
    color: #ffffff;
  }
  .inner-bottom .left .bottom-logo {
    width: 3rem;
    margin-top: 0.255rem;
  }
  .inner-bottom .center .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .inner-bottom .center .icon img {
    width: 0.3rem;
    padding-top: 0.125rem;
  }
  .inner-bottom .center .text .text1 {
    font-size: 0.2rem;
  }
  .inner-bottom .center .text .text2 {
    font-size: 0.16rem;
  }
  .inner-bottom .center .qr-code {
    bottom: 0.6rem;
  }
  .inner-bottom .right {
    width: 6.5rem;
    float: right;
    margin-right: 0.4rem;
    margin-top: 0.3rem;
  }
  .inner-bottom .right .two {
    font-size: 0.1125rem;
    line-height: 1.5;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.21rem;
  }
  .inner-bottom .right .three {
    font-size: 0.1125rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.135rem;
  }
}
@media screen and (max-width: 1020px) {
  .editBox {
    width: 100%;
    font-size: 0.24rem;
    line-height: 2;
    color: #333333;
  }
  .header-pc .stock-code {
    display: none;
  }
  .down-nav .top .stock-code {
    display: none;
  }
  .down-nav .content1 {
    position: absolute;
    width: 100%;
    top: 1.7rem;
    left: 0;
    height: calc(100vh - 2rem);
    overflow-y: scroll;
  }
  .down-nav .content1 .left {
    float: left;
    margin-left: 1rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .down-nav .content1 .left .nav-tabs .nav-one li a {
    font-size: 0.36rem;
  }
  .down-nav .content1 .right {
    float: right;
    margin-right: calc(100% - 5.8rem);
    margin-top: 0.425rem;
  }
  .down-nav .content1 .right .add {
    font-size: 0.3rem;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 0.15rem;
  }
  .down-nav .content1 .right .phone {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 2;
    color: #333333;
  }
  .down-nav .content1 .right .email {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    margin-bottom: 0.2025rem;
  }
  .down-nav .content1 .right .qr-code .img {
    float: left;
    width: 1.3rem;
  }
  .down-nav .content1 .right .qr-code .info .icon {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff;
    border-radius: 100%;
    float: left;
  }
  .down-nav .content1 .right .qr-code .info .icon img {
    width: 0.3rem;
    margin: 0 auto;
    padding-top: 0.17rem;
  }
  .down-nav .content1 .right .qr-code .info .text .text1 {
    font-size: 0.24rem;
    line-height: 1;
    color: #319ee3;
  }
  .down-nav .content1 .right .qr-code .info .text .text2 {
    font-size: 0.24rem;
    line-height: 1;
    color: #319ee3;
    margin-top: 0.105rem;
  }
  .inner-banner .img {
    width: 100%;
    height: 1.95rem;
    position: relative;
    overflow: hidden;
  }
  .inner-banner .img img {
    width: auto;
    height: 100%;
    margin-left: -30%;
  }
  .inner-banner .img .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 0.78rem;
    left: 1rem;
    padding-left: 0.15rem;
  }
  .inner-banner .inner-nav .right {
    display: none;
  }
  .inner-banner .inner-nav .left {
    float: left;
    margin-left: 5%;
    width: 90%;
  }
  .inner-banner .inner-nav .left ul li {
    float: left;
    width: 1.5rem;
    text-align: center;
  }
  .inner-bottom {
    height: 3rem;
  }
  .inner-bottom .left {
    float: left;
    margin-left: 3.5%;
  }
  .inner-bottom .center {
    float: right;
    margin-right: 3.5%;
  }
  .inner-bottom .right {
    width: 93%;
    float: right;
    margin-right: 3.5%;
    margin-top: 0.3rem;
  }
  .inner-bottom .right .one {
    font-size: 0.14rem;
    line-height: 1;
    color: #ffffff;
  }
  .inner-bottom .right .two {
    font-size: 0.15rem;
    line-height: 1.5;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.21rem;
  }
  .inner-bottom .right .three {
    font-size: 0.15rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.135rem;
  }
}
@media screen and (max-width: 767px) {
  .header-pc .network-group {
    display: none;
  }
  .down-nav .top .network-group {
    display: none;
  }
  .inner-banner .inner-nav {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.05);
  }
  .inner-banner .inner-nav .left {
    width: 90%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .inner-banner .inner-nav .left::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .inner-banner .inner-nav .left ul {
    margin-top: 0.2rem;
  }
  .inner-banner .inner-nav .left ul li {
    float: left;
    width: 2rem;
    margin-right: 0.075rem;
    height: 0.6rem;
    border-radius: 0.315rem;
    line-height: 0.6rem;
    transition: 0.5s;
    text-align: center;
  }
  .inner-banner .inner-nav .left ul li a {
    font-size: 0.3rem;
    color: #333333;
    padding: 0 0.21rem;
    transition: 0.5s;
  }
  .editBox {
    width: 100%;
    font-size: 0.32rem;
    line-height: 2;
    color: #333333;
  }
  .inner-bottom {
    height: 7.5rem;
  }
  .inner-bottom .left {
    float: none;
    margin-left: 0;
    margin: 0 auto;
    padding-top: 1rem;
  }
  .inner-bottom .left .p {
    font-size: 0.36rem;
    line-height: 1;
    color: #ffffff;
    text-align: center;
  }
  .inner-bottom .left .bottom-logo {
    width: 4rem;
    margin: 0 auto;
    margin-top: 0.255rem;
  }
  .inner-bottom .center {
    float: none;
    width: 3.4rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    text-align: center;
  }
  .inner-bottom .center .icon {
    width: 0.8rem;
    height: 0.8rem;
    float: none;
    margin: 0 auto;
  }
  .inner-bottom .center .icon img {
    width: 0.5rem;
    padding-top: 0.18rem;
  }
  .inner-bottom .center .text {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .inner-bottom .center .text .text1 {
    font-size: 0.28rem;
  }
  .inner-bottom .center .text .text2 {
    font-size: 0.22rem;
  }
  .inner-bottom .center .qr-code {
    width: 1.575rem;
    height: 1.575rem;
    background-color: #fff;
    position: absolute;
    bottom: 0.8rem;
    left: -50%;
    right: -50%;
    margin: auto;
    box-shadow: 0px 0px 0.075rem 0px rgba(0, 0, 0, 0.1);
    display: none;
  }
  .inner-bottom .right {
    width: 93%;
    float: right;
    margin-right: 3.5%;
    margin-top: 0.5rem;
    text-align: center;
  }
  .inner-bottom .right .one {
    font-size: 0.24rem;
    line-height: 1;
    color: #ffffff;
  }
  .inner-bottom .right .two {
    font-size: 0.24rem;
    line-height: 1.5;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.21rem;
    justify-content: center;
  }
  .inner-bottom .right .three {
    font-size: 0.24rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.135rem;
  }
  .load-more {
    margin-top: 0.8175rem;
    width: 100%;
  }
  .load-more .text1,
  .load-more .icon1 {
    display: none;
  }
  .load-more .text {
    font-size: 0.32rem;
    line-height: 1;
    color: #d5d2d2;
    text-align: center;
  }
  .load-more .icon {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background-color: #fa961f;
    margin: 0 auto;
    margin-top: 0.2175rem;
    cursor: pointer;
  }
  .load-more .icon img {
    width: 0.2rem;
    margin: 0 auto;
    padding-top: 0.24rem;
  }
  .load-more.all .text,
  .load-more.all .icon {
    display: none;
  }
  .load-more.all .text1 {
    display: block;
    font-size: 0.32rem;
    line-height: 1;
    color: #d5d2d2;
    text-align: center;
  }
  .load-more.all .icon1 {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background-color: #fa961f;
    margin: 0 auto;
    margin-top: 0.2175rem;
    cursor: not-allowed;
  }
  .load-more.all .icon1 img {
    width: 0.2rem;
    margin: 0 auto;
    padding-top: 0.24rem;
  }
}
