@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html,
body {
  min-height: 100%;
  width: 100%; }

/*========================PC版*==================*/
@media screen and (min-width: 769px) {
  body {
    background-size: 100% 100%;
    background-image: url(../images/w_bg.png);
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif; }

  .w_hidden {
    display: none !important; }

  .testLinkBox {
    margin: 20px auto;
    width: 1000px;
    background-color: rgba(179, 218, 252, 0.3);
    border-radius: 12px;
    padding: 30px 0; }

  .warp {
    width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden; }

  .header {
    overflow: hidden; }

  .header .warp {
    padding: 30px 0; }

  .header .logoimg {
    display: block;
    margin: 0 auto; }

  .header .link_top {
    font-family: FZPSCHJW--GB1-0;
    text-align: center;
    font-size: 26px;
    color: #3858bc;
    font-weight: 900; }

  .w_line {
    margin: 20px auto;
    width: 730px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    opacity: 0.8;
    background: #fff;
    border-radius: 10px;
    cursor: pointer; }
    .w_line .btn {
      width: 120px;
      line-height: 30px;
      background: #4b63fb;
      border-radius: 40px;
      margin-right: 15px;
      font-size: 14px;
      color: #fff;
      text-align: center;
      font-weight: 500; }
    .w_line img {
      height: 30px;
      margin: 0 20px; }
    .w_line .p2 {
      flex: 1;
      margin-left: 40px;
      font-size: 18px;
      font-weight: 500;
      color: #26c068; }
    .w_line .p1 {
      margin: 15px;
      color: #52b5fc;
      font-weight: 500; }
    .w_line .p3 {
      flex: 1;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: #52b5fc; }

  .linkBottom {
    margin: 40px auto;
    width: 730px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
    .linkBottom .linkCheck {
      display: inline-block;
      background: #ea9a23;
      width: 350px;
      border-radius: 22px;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 44px;
      cursor: pointer; }
    .linkBottom .linkQuick {
      display: inline-block;
      width: 350px;
      background: #4b63fb;
      border-radius: 22px;
      font-size: 16px;
      color: #ffffff;
      line-height: 44px;
      cursor: pointer; }

  .tips {
    width: 726px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 500; }

  .download {
    width: 726px;
    text-align: center;
    margin: auto;
    position: relative; }

  .download .logoimg {
    width: 140px;
    height: 140px;
    margin: 0 54px; }

  .download .isoDownload {
    position: absolute;
    top: 10px;
    left: 188px; }

  .download .isoDownload-text {
    width: 95px;
    position: absolute;
    top: 108px;
    left: 188px;
    color: #000000;
    font-size: 14px;
    text-align: center; }

  .download .androidDownload {
    position: absolute;
    top: 10px;
    right: 189px; }

  .download .androidDownload-text {
    width: 95px;
    position: absolute;
    top: 108px;
    right: 188px;
    color: #000000;
    font-size: 14px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  body {
    background-size: 100% 100%;
    background-image: url(../images/m_bg.png);
    margin: 0 auto;
    overflow-x: auto;
    font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif; }

  .m_hidden {
    display: none; }

  .logoimg {
    padding: 13.3333333333vw 0;
    display: block;
    width: 26.6666666667vw;
    margin: auto; }

  .linkBottom {
    width: 94.6666666667vw;
    display: flex;
    margin: auto;
    justify-content: space-between; }
    .linkBottom .linkCheck {
      text-align: center;
      background: #ea9a23;
      width: 44vw;
      border-radius: 6.6666666667vw;
      font-size: 4vw;
      color: #FFFFFF;
      line-height: 13.3333333333vw;
      cursor: pointer; }
    .linkBottom .linkQuick {
      text-align: center;
      background: #4b63fb;
      width: 44vw;
      border-radius: 6.6666666667vw;
      font-size: 4vw;
      color: #FFFFFF;
      line-height: 13.3333333333vw;
      cursor: pointer; }

  .w_line {
    margin: 5.3333333333vw auto;
    width: 94.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 13.3333333333vw;
    background: #fff;
    border-radius: 6.6666666667vw;
    font-size: 3.4666666667vw; }
    .w_line img {
      height: 8vw;
      margin: 0 4vw; }
    .w_line .p1 {
      font-size: 3.2vw;
      color: #52b5fc;
      font-weight: 500; }
    .w_line .p2 {
      flex: 1;
      margin-left: 8vw;
      font-weight: 500;
      color: #26c068; }
    .w_line .p3 {
      flex: 1;
      text-align: center;
      font-weight: 500;
      color: #52b5fc; }
    .w_line .btn {
      width: 32vw;
      line-height: 8vw;
      background: #4b63fb;
      border-radius: 4vw;
      margin-right: 4vw;
      color: #fff;
      text-align: center;
      font-weight: 500; }

  .btnBox {
    width: 94.6666666667vw;
    margin: 8vw auto;
    display: flex;
    justify-content: space-between; }
    .btnBox img {
      height: 5.3333333333vw;
      margin-right: 2vw; }
    .btnBox div {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: #4b63fb;
      width: 44vw;
      border-radius: 6.6666666667vw;
      font-size: 4vw;
      color: #FFFFFF;
      line-height: 13.3333333333vw;
      cursor: pointer; } }

/*# sourceMappingURL=index.css.map */
