@charset "UTF-8";
.pc {
  margin: 0;
  font-family: "dinpro", "roboto", "PingFangSC-Regular", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #23262f;
  flex: 1 1 100%;
  display: flex;
  width: inherit;
  flex-direction: column;
  letter-spacing: 1px;
  align-items: center;
  background-image: url(../img/web_bg.png);
  background-color: #fafafa;
  background-position: right center;
  background-attachment: fixed;
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.pc .kv {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 750px;
}
@media (max-width: 1680px) {
  .pc .kv {
    max-width: 40%;
  }
}
.pc .kv img {
  max-width: 100%;
  max-height: 100%;
}
.pc * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
}
.pc div {
  display: flex;
  flex-shrink: 0;
}
.pc .left,
.pc .right {
  width: 975px;
}
.pc .left {
  margin-right: 36px;
}
.pc .card {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
}
.pc :root {
  --swiper-theme-color: #3390ff !important;
}
.pc .container-1,
.pc .container-2,
.pc .container-3 {
  position: relative;
  z-index: 1;
}
.pc {
  /* 第一行 */
}
.pc .container-1 {
  margin-top: 50px;
  justify-content: flex-start;
  width: calc(100% - 80px);
  margin-bottom: 150px;
}
.pc .container-1 .left .swiper {
  width: 447px;
  height: 650px;
  padding-bottom: 30px;
}
.pc .container-1 .left .swiper .swiper-pagination {
  display: block;
}
.pc .container-1 .left .swiper .swiper-pagination-bullet {
  background: var(--swiper-theme-color);
  opacity: 0.1;
}
.pc .container-1 .left .swiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.pc .container-1 .right {
  flex-direction: column;
}
.pc .container-1 .right .logo {
  width: 150px;
}
.pc .container-1 .right .title {
  margin-top: 36px;
  height: 50px;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #333;
}
.pc .container-1 .right .desc {
  height: 24px;
  font-size: 20px;
  line-height: 26px;
  color: #333;
}
.pc .container-1 .right .card {
  margin-top: 34px;
  flex: 1;
  display: grid;
  padding: 42px;
  grid-row: 6;
  grid-template-rows: 6;
  row-gap: 24px;
  position: relative;
}
.pc .container-1 .right .card .weblist {
  border-radius: 4px;
  background-color: #e9f0fd;
  height: 57px;
  align-items: center;
  padding: 0 0 0 20px;
  color: #333;
  margin-bottom: 24px;
}
.pc .container-1 .right .card .weblist .link {
  font-size: 20px;
  flex: 1;
}
.pc .container-1 .right .card .weblist .version {
  width: 40px;
  margin-right: 10px;
  display: none;
}
.pc .container-1 .right .card .weblist .network {
  margin-right: 11px;
  width: 26px;
}
.pc .container-1 .right .card .weblist .sec_green {
  width: 59px;
  margin-right: 32px;
  font-size: 20px;
}
.pc .container-1 .right .card .weblist .sec_green + a {
  font-size: 20px;
  display: flex;
  text-decoration: none;
  color: #fff;
  min-width: 111px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background-color: #3390ff;
  border-radius: 0 4px 4px 0;
  margin-left: 10px;
}
.pc .container-2 {
  margin-top: 38px;
}
.pc .container-2 .card {
  height: 130px;
}
.pc .container-2 .left {
  padding: 11px 0 12px 26px;
}
.pc .container-2 .left #qrcode {
  width: 107px;
  height: 107px;
  cursor: pointer;
}
.pc .container-2 .left .download-info {
  margin-left: 11px;
  flex-direction: column;
  justify-content: center;
  margin-right: 69px;
}
.pc .container-2 .left .download-info .text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.pc .container-2 .left .download-info .sub-text {
  color: #777e90;
  font-size: 12px;
}
.pc .container-2 .left .contact {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #777e90;
  font-weight: bold;
}
.pc .container-2 .left .contact .phone {
  height: 44px;
  font-size: 31px;
  margin-bottom: 10px;
}
.pc .container-2 .left .contact .info {
  font-weight: 16px;
}
.pc .container-2 .right {
  padding: 20px 0 20px 24px;
  flex-direction: column;
}
.pc .container-2 .right .title::before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  border-radius: 2.5px;
  background-image: linear-gradient(to top, #f04e23 94%, #3390ff -5%);
}
.pc .container-2 .right .list {
  padding-left: 26px;
  padding-top: 22px;
  align-items: center;
}
.pc .container-2 .right .list .item {
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}
.pc .container-2 .right .list .item img {
  margin-right: 6px;
}
.pc .container-2 .right .list .item span {
  font-size: 20px;
  font-weight: bold;
  color: #777e90;
}
.pc .container-3 {
  width: 1200px;
  margin-top: 36px;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 66px;
}
.pc .container-3 .text {
  margin-bottom: 28px;
}
.pc .container-3 .text::before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 7px;
  border-radius: 2.5px;
  background-image: linear-gradient(to top, #0777ff 94%, #3390ff -5%);
}
.pc .container-3 .sub-text {
  margin-left: 12px;
  color: #777e90;
}
.pc .card-detail {
  flex-direction: column;
}
.pc .card-detail .weblist-wrap {
  flex-direction: column;
  height: 486px;
  overflow: hidden;
}
.pc .card-detail .tt {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 27px;
}
.pc .card-detail .list .item {
  width: 50px;
  height: 50px;
  margin-right: 50px;
}
.pc .card-detail .list .item img {
  width: 100%;
}
.pc .card-text-list {
  flex-direction: column;
}
.pc .card-text-list .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #333;
}
.pc .card-text-list .text2 {
  font-size: 16px;
  color: #333;
  margin-top: 40px;
  font-weight: bold;
}
.pc .qrcode-wrap {
  position: absolute;
  right: 17px;
  bottom: 250px;
  width: 215px;
  height: 158px;
  background-image: url(../img/app_download_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.pc .qrcode-wrap #qrcode {
  width: 99px;
  height: 99px;
  position: absolute;
  right: 77px;
  top: 44px;
}
.pc .qrcode-wrap .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  position: absolute;
  bottom: -35px;
  left: 23px;
}

.mobile {
  margin: 0;
  font-family: "dinpro", "roboto", "PingFangSC-Regular", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #23262f;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  letter-spacing: 1px;
  padding: 20px 10px;
  background-color: #fff;
  position: relative;
}
.mobile * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
}
.mobile div {
  display: flex;
  flex-shrink: 0;
}
.mobile .card {
  border-radius: 20px;
  flex-direction: column;
  padding: 24px 18px;
}
.mobile .logo {
  width: 120px;
  margin-bottom: 17px;
}
.mobile .contact {
  color: rgba(35, 38, 47, 0.5);
  flex-direction: column;
  font-weight: bold;
}
.mobile .contact .phone {
  font-size: 24px;
  height: 33px;
  align-items: center;
  margin-bottom: 10px;
}
.mobile .contact .info {
  margin-top: 10px;
}
.mobile .header {
  color: #23262f;
  flex-direction: column;
  position: relative;
  padding-right: 200px;
}
.mobile .header .kv {
  position: absolute;
  right: 0;
  bottom: -23px;
  width: 171px;
  height: 193px;
}
.mobile .header .kv img {
  max-width: 100%;
  max-height: 100%;
}
.mobile .header .title {
  margin-top: 15px;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.mobile .header .desc {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
}
.mobile .links {
  display: flex;
  flex-direction: column;
  height: 264px;
  overflow: hidden;
  flex: 1;
  display: grid;
  grid-row: 6;
  grid-template-rows: 6;
  row-gap: 12px;
}
.mobile .links .weblist {
  height: 32px;
  align-items: center;
  padding: 0 0 0 10px;
  color: #333;
  overflow: hidden;
  background: #e9f0fd;
  border-radius: 4px;
}
.mobile .links .weblist .link {
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #333;
}
.mobile .links .weblist .right-content {
  align-items: center;
}
.mobile .links .weblist .network {
  margin-right: 12px;
}
.mobile .links .weblist .version {
  width: 30px;
  margin-right: 10px;
  display: none;
}
.mobile .links .weblist .sec_green {
  min-width: 33px;
  color: #333;
  font-size: 12px;
}
.mobile .links .weblist .sec_green + a {
  display: flex;
  text-decoration: none;
  color: #fff;
  min-width: 54px;
  height: 33px;
  align-items: center;
  justify-content: center;
  background-color: #3390ff;
  border-radius: 0 4px 4px 0;
  margin-left: 12px;
}
.mobile .browser {
  padding: 20px 0 0 24px;
  height: 145px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile .browser .title {
  line-height: 1.43;
  padding-right: 10px;
}
.mobile .browser .title::before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  border-radius: 2.5px;
  background-image: linear-gradient(to top, #0777ff 94%, #3390ff -5%);
}
.mobile .browser .list {
  padding-top: 25px;
  align-items: center;
}
.mobile .browser .list .item {
  align-items: center;
  margin-right: 14px;
  cursor: pointer;
}
.mobile .browser .list .item img {
  width: 30px;
  margin-right: 4px;
}
.mobile .browser .list .item span {
  font-weight: bold;
  color: #777e90;
}
.mobile .container-2 .left,
.mobile .container-2 .right {
  flex: 1;
  flex-direction: column;
}
.mobile .container-2 img {
  width: 147px;
}
.mobile .container-2 .left {
  align-items: center;
  padding-left: 5px;
}
.mobile .container-2 .right {
  margin-left: 10px;
}
.mobile .container-2 button {
  outline: none;
  border: 1px solid #ff592c;
  color: #ff592c;
  width: 111px;
  height: 34px;
  border-radius: 5px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 14px;
}
.mobile .container-2 .desc {
  margin-top: 10px;
  color: #777e90;
  font-size: 12px;
}
.mobile .container-3 {
  flex-direction: column;
  margin-top: 50px;
  line-height: 1.43;
}
.mobile .container-3 .text {
  margin-bottom: 20px;
}
.mobile .container-3 .text::before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 7px;
  border-radius: 2.5px;
  background-image: linear-gradient(to top, #0777ff 94%, #3390ff -5%);
  flex-shrink: 0;
}
.mobile .container-3 .sub-text {
  margin-left: 12px;
  color: #777e90;
}
.mobile .card-detail {
  flex-direction: column;
}
.mobile .card-detail .tt {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}
.mobile .brower-list {
  margin-bottom: 18px;
  margin-top: 13px;
}
.mobile .brower-list .item {
  width: 27px;
  height: 27px;
  margin-right: 27px;
}
.mobile .brower-list .item img {
  width: 100%;
}
.mobile .card-text-list {
  display: block;
}
.mobile .card-text-list .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 10px;
}
.mobile .card-text-list .text.top {
  width: 196px;
}
.mobile .card-text-list .text2 {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.mobile .download-info {
  float: right;
  /* height      : 135px; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  margin-left: 10px;
}
.mobile .download-info .img {
  width: 100px;
  height: 89px;
  background-image: url(../img/mobile/app_download_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.mobile .download-info .txt {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  padding: 6px 0;
}
.mobile .download-info button {
  width: 104px;
  height: 36px;
  background-color: #3390ff;
  color: #fff;
  border-radius: 50px;
  border: none;
}/*# sourceMappingURL=main.css.map */