@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;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  background-image: url(../img/web_bg.jpg);
  background-position: top center;
  background-attachment: fixed;
  overflow-x: auto;
  /* 第一行 */
}
.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 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  background: linear-gradient(180deg, #152035 0%, rgba(21, 32, 53, 0.3) 62.43%, rgba(21, 53, 40, 0.3) 100%);
  border-radius: 70px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.pc :root {
  --swiper-theme-color: #ff7f41 !important;
}
.pc .container-1,
.pc .container-2,
.pc .container-3 {
  position: relative;
  z-index: 1;
}
.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: 278px;
}
.pc .container-1 .right .title {
  margin-top: 36px;
  height: 50px;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}
.pc .container-1 .right .desc {
  height: 24px;
  font-size: 20px;
  line-height: 26px;
  color: #97a1bf;
}
.pc .container-1 .right .card {
  margin-top: 34px;
  flex: 1;
  display: grid;
  padding: 54px 78px;
  grid-row: 6;
  grid-template-rows: 6;
  row-gap: 24px;
  position: relative;
}
.pc .container-1 .right .card .weblist {
  border-radius: 4px;
  background-color: #0b1426;
  height: 57px;
  align-items: center;
  padding: 0 0 0 20px;
  color: #fff;
  margin-bottom: 24px;
}
.pc .container-1 .right .card .weblist .link {
  font-size: 20px;
  flex: 1;
  color: #fff;
  text-decoration: none;
}
.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 {
  min-width: 40px;
  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: #eb4758;
  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%, #ff7f41 -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, #f04e23 94%, #ff7f41 -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: #ffffff;
  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;
  width: 620px;
}
.pc .card-text-list .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #b9c5eb;
}
.pc .card-text-list .text2 {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
}
.pc .qrcode-wrap {
  position: absolute;
  right: 17px;
  bottom: 250px;
  width: 268px;
  height: 187px;
  background-image: url(../img/app_download_bg.png);
  cursor: pointer;
}
.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: #fff;
  position: absolute;
  bottom: -30px;
  left: 54%;
  transform: translateX(-50%);
  width: 150px;
}

.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-image: url(../img/mobile/H5_bg.jpg);
  background-size: 100% auto;
  background-color: #2f0c4e;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.mobile * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
}
.mobile div {
  display: flex;
  flex-shrink: 0;
}
.mobile .card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(21, 32, 53, 0.3) 0%, #152035 62.43%, rgba(21, 53, 40, 0.3) 100%);
  flex-direction: column;
  margin-top: 25px;
  padding: 24px 18px;
}
.mobile .logo {
  width: 158px;
  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;
}
.mobile .header .title {
  margin-top: 15px;
  align-items: center;
  color: #fff;
  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: #97a1bf;
}
.mobile .links {
  display: flex;
  flex-direction: column;
  height: 264px;
  overflow: hidden;
}
.mobile .links .weblist {
  height: 32px;
  align-items: center;
  padding: 0 0 0 10px;
  color: #777e90;
  overflow: hidden;
  background: #0b1426;
  border-radius: 4px;
  margin-bottom: 12px;
}
.mobile .links .weblist .link {
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #fff;
}
.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: #fff;
  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: #eb4758;
  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, #f04e23 94%, #ff7f41 -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 #eb4758;
  color: #eb4758;
  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, #f04e23 94%, #ff7f41 -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: #ffffff;
  margin-top: 20px;
  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: #b9c5eb;
  margin-bottom: 10px;
}
.mobile .card-text-list .text.top {
  width: 196px;
}
.mobile .card-text-list .text2 {
  font-size: 16px;
  color: #fff;
  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: 90px;
  height: 90px;
  background-image: url(../img/mobile/app_download_bg.png);
}
.mobile .download-info .txt {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 0;
  text-align: center;
}
.mobile .download-info button {
  width: 104px;
  height: 36px;
  background-color: #eb4758;
  color: #fff;
  border-radius: 50px;
  border: navajowhite;
}