* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100vh;
}

body {
  background-color: #f7fbff;
}

body .pc {
  min-height: 100vh;
  background-image: url("../project_photo/403/pc-bg-top.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .pc .cursor_pointer {
  cursor: pointer;
}

body .pc .high_light {
  color: #3590ec;
}

body .pc .left {
  width: 54.5%;
  padding-top: 120px;
}

body .pc .left .box {
  margin-left: auto;
  margin-right: 0px;
}

body .pc .left .title_img {
  width: 436px;
  height: 50px;
  margin-right: 127px;
  margin-left: auto;
  margin-bottom: 64px;
}

body .pc .left .title_img img {
  width: 100%;
}

body .pc .left .main_img {
  width: 526px;
  height: 426px;
  margin-right: 90px;
  margin-left: auto;
  margin-bottom: 21px;
}

body .pc .left .main_img img {
  width: 100%;
}

body .pc .left .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 526px;
  margin-right: 90px;
  margin-left: auto;
  padding-bottom: 30px;
}

body .pc .left .bottom .item {
  width: 100%;
  position: relative;
}

body .pc .left .bottom .item .icon {
  width: 140px;
  height: 140px;
  margin: auto;
  margin-bottom: 11px;
}

body .pc .left .bottom .item .icon img {
  width: 100%;
  height: 100%;
}

body .pc .left .bottom .item .title {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #3590ec;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

body .pc .left .bottom .item .desc {
  height: 30px;
  width: 120px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(104deg, #3590ec, #65b3f3);
  line-height: 31px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #f2f3f7;
  margin: auto;
  text-align: center;
}

body .pc .left .bottom .item:nth-child(2) .desc {
  width: 122px;
}

body .pc .left .bottom .item:nth-child(1)::after {
  content: "";
  border-right: #e8ebed 1px solid;
  height: 130px;
  right: 0px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .pc .right {
  width: 45.5%;
  margin-left: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  padding-top: 134px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 10px 0 rgba(130, 137, 145, 0.1);
          box-shadow: 0 0 10px 0 rgba(130, 137, 145, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

body .pc .right .content img {
  height: 31px;
  margin-bottom: 49px;
}

body .pc .right .content .text_area .text_alert {
  font-family: PingFangTC-Semibold;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.33px;
  color: #000;
  margin-bottom: 16px;
}

body .pc .right .content .text_area .text_alert_ip {
  font-family: PingFangTC-Regular;
  font-size: 16px;
  letter-spacing: 0.13px;
  color: #000;
  margin-bottom: 62px;
}

body .pc .right .content .text_area .desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.12px;
  margin-bottom: 30px;
}

body .pc .right .content .text_area .en {
  font-family: PingFangTC-Regular;
}

body .pc .right .content .text_area .en_pad {
  display: none;
  font-family: PingFangTC-Regular;
}

body .pc .right .content .text_area .btn {
  width: 350px;
  height: 38px;
  border-radius: 19px;
  margin: 0px auto 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8e3ff), color-stop(49%, #63aaff), color-stop(63%, #5fa7ff), color-stop(81%, #55a0ff), color-stop(85%, #539fff), color-stop(94%, #54a1ff));
  background-image: linear-gradient(to bottom, #b8e3ff, #63aaff 49%, #5fa7ff 63%, #55a0ff 81%, #539fff 85%, #54a1ff 94%);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 76, 149, 0.3), 0 2px 0 0 #1b91ff, 0 -2px 2px 0 rgba(121, 195, 255, 0.5);
          box-shadow: 0 4px 5px 0 rgba(0, 76, 149, 0.3), 0 2px 0 0 #1b91ff, 0 -2px 2px 0 rgba(121, 195, 255, 0.5);
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  margin-top: 145px;
}

body .h5 {
  display: none;
}

@media screen and (max-width: 1168px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .pc {
    width: 100%;
  }
  body .pc::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 245px;
    height: calc(100% - 245px);
    min-height: 278px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #ebf4f7), color-stop(4%, #dee8eb), color-stop(32%, #ddeff4), color-stop(76%, #f7fbff));
    background-image: linear-gradient(to bottom, #ebf4f7 -1%, #dee8eb 4%, #ddeff4 32%, #f7fbff 76%);
  }
  body .pc .left {
    padding-top: 48px;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  body .pc .left .title_img {
    width: 242px;
    height: 30px;
    margin-right: 83px;
    margin-left: auto;
    margin-bottom: 45px;
  }
  body .pc .left .main_img {
    width: 254px;
    height: 206px;
    margin-right: 77px;
    margin-left: auto;
    margin-bottom: 49px;
  }
  body .pc .left .bottom {
    margin-right: 0px;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body .pc .left .bottom .item {
    width: 200px;
  }
  body .pc .left .bottom .item .icon {
    width: 67px;
    height: 67px;
    margin-bottom: 4px;
  }
  body .pc .left .bottom .item .icon img {
    width: 100%;
    height: 100%;
  }
  body .pc .left .bottom .item .title {
    font-size: 14px;
    margin-bottom: 4px;
    height: 16px;
    line-height: 16px;
  }
  body .pc .left .bottom .item .desc {
    width: 98px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  body .pc .left .bottom .item:nth-child(2) .desc {
    width: 100px;
  }
  body .pc .left .bottom .item:nth-child(1)::after {
    height: 104px;
  }
  body .pc .right {
    width: 50%;
    padding-top: 48px;
    padding-left: 24px;
    margin-left: 0;
  }
  body .pc .right .content img {
    width: 91px;
    height: 25px;
    margin-bottom: 24px;
  }
  body .pc .right .content .text_area .text_alert {
    font-family: PingFangTC-Semibold;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.27px;
    margin-bottom: 8px;
  }
  body .pc .right .content .text_area .text_alert_ip {
    margin-bottom: 39px;
    height: 20px;
    line-height: 20px;
  }
  body .pc .right .content .text_area .desc {
    line-height: 22px;
    margin-bottom: 24px;
    font-size: 12px;
  }
  body .pc .right .content .text_area .en {
    display: none;
  }
  body .pc .right .content .text_area .en_pad {
    display: block;
    line-height: 17px;
  }
  body .pc .right .content .text_area .btn {
    margin-top: 76px;
  }
}

@media screen and (max-width: 900px) {
  body .pc {
    display: none;
  }
  body .h5 {
    display: block;
    background-image: url("../project_photo/403/h5-bg-top.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: 1167px 211px;
    min-height: 100vh;
    width: 100%;
    position: relative;
  }
  body .h5 .background_gradient {
    width: 100%;
    height: 118px;
    position: absolute;
    top: 211px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-1%, #ebf4f7), color-stop(4%, #dee8eb), color-stop(32%, #ddeff4), color-stop(76%, #f7fbff));
    background-image: linear-gradient(to bottom, #ebf4f7 -1%, #dee8eb 4%, #ddeff4 32%, #f7fbff 76%);
    z-index: -1;
  }
  body .h5 .bottom_line {
    position: relative;
  }
  body .h5 .bottom_line::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 95%;
    height: 13px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: solid 1px #3590ec;
  }
  body .h5 .high_light {
    color: #3590ec;
    position: relative;
  }
  body .h5 .logo {
    width: 90px;
    margin: auto;
    margin-bottom: 23px;
    padding-top: 50px;
  }
  body .h5 .logo img {
    width: 100%;
  }
  body .h5 .main_img {
    width: 220px;
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-bottom: 18px;
  }
  body .h5 .main_img img {
    width: 100%;
  }
  body .h5 .text_area {
    padding-bottom: 68px;
  }
  body .h5 .text_area .text_alert {
    font-family: PingFangTC-Semibold;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.33px;
    color: #000;
    margin-bottom: 9px;
    text-align: center;
  }
  body .h5 .text_area .text_alert_ip {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    letter-spacing: 0.27px;
    color: #3b434c;
    margin-bottom: 16px;
    text-align: center;
  }
  body .h5 .text_area .main_desc {
    width: 327px;
    font-family: PingFangTC-Regular;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
    white-space: nowrap;
    margin: auto;
    margin-bottom: 16px;
  }
  body .h5 .text_area .en {
    line-height: 16px;
  }
  body .h5 .text_area .title_img {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 31px;
    width: 201px;
  }
  body .h5 .text_area .title_img img {
    width: 100%;
  }
  body .h5 .bottom_content {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 2fr 2fr;
        grid-template-columns: 2fr 2fr;
    width: 100%;
    max-width: 414px;
    padding: 0 30px;
    margin: auto;
  }
  body .h5 .bottom_content .item {
    width: 164px;
    border-radius: 13px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(130, 137, 145, 0.15);
            box-shadow: 0 2px 5px 0 rgba(130, 137, 145, 0.15);
    border: solid 0.5px #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #ffffff), color-stop(60%, #fefefe), color-stop(95%, #f3f3f7), to(#ffffff));
    background-image: linear-gradient(to bottom, #ffffff 2%, #fefefe 60%, #f3f3f7 95%, #ffffff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative;
  }
  body .h5 .bottom_content .item .icon {
    width: 64px;
    height: 64px;
    margin-top: -4px;
  }
  body .h5 .bottom_content .item .icon img {
    width: 100%;
  }
  body .h5 .bottom_content .item .title {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    font-weight: 600;
    color: #3590ec;
    line-height: 64px;
  }
  body .h5 .bottom_content .item .desc {
    position: absolute;
    width: 100%;
    height: 17px;
    border-radius: 15px;
    background-image: linear-gradient(104deg, #3590ec, #65b3f3);
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #f2f3f7;
    line-height: 18px;
    text-align: center;
    margin-top: -8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 6px;
  }
  body .h5 .bottom_content .item:nth-child(2n-1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .h5 .bottom_content .item:nth-child(2n-1) .title {
    margin: 0 auto 0 10px;
  }
  body .h5 .bottom_content .item:nth-child(2n-1) .desc {
    left: 8px;
  }
  body .h5 .bottom_content .item:nth-child(2n) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .h5 .bottom_content .item:nth-child(2n) .title {
    margin: 0 10px 0 auto;
  }
  body .h5 .bottom_content .item:nth-child(2n) .desc {
    right: 8px;
  }
  body .footer {
    font-family: PingFangSC;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #000000;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  body .h5 .text_area .bottom_content {
    max-width: 414px;
    padding: 0 7.2%;
  }
}

@media screen and (max-width: 375px) {
  body .h5 .text_area .text_alert_ip {
    margin-bottom: 12px;
  }
  body .h5 .text_area .desc {
    margin-bottom: 8px;
  }
  body .h5 .text_area .en {
    line-height: 16px;
  }
  body .h5 .text_area .title_img {
    margin-top: 32px;
    margin-bottom: 19px;
  }
  body .h5 .text_area .title_img img {
    width: 201px;
    margin: auto;
  }
  body .h5 .bottom_content {
    max-width: 375px;
    padding: 0 2.75%;
  }
}

@media screen and (max-width: 335px) {
  body .h5 .text_area .main_desc {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  body .h5 .text_area .bottom_content {
    padding: 0 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/*# sourceMappingURL=403.css.map */