* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  font-family: PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  color: #203265;
  background-color: #f4faff; }

button {
  background-color: transparent; }

.green {
  color: #3ee46f; }

.red {
  color: #ef3900; }

.flex {
  display: flex;
  align-items: center; }

#vue_det {
  width: 100%;
  overflow-x: hidden; }

@-webkit-keyframes shake {
  10% {
    transform: rotate(15deg); }
  20% {
    transform: rotate(-10deg); }
  30% {
    transform: rotate(5deg); }
  40% {
    transform: rotate(-5deg); }
  50%,
  100% {
    transform: rotate(0deg); } }

.hot-card .card-item.card1 {
  background-image: url("../images/hot/hot-card-p1.png"); }

.hot-card .card-item.card2 {
  background-image: url("../images/hot/hot-card-p2.png"); }

.hot-card .card-item.card3 {
  background-image: url("../images/hot/hot-card-p3.png"); }

.hot-card .card-item.card4 {
  background-image: url("../images/hot/hot-card-p4.png"); }

.hot-card .card-item.card5 {
  background-image: url("../images/hot/hot-card-p5.png"); }

.hot-card .card-item.card6 {
  background-image: url("../images/hot/hot-card-p6.png"); }

.hot-card .card-item.card7 {
  background-image: url("../images/hot/hot-card-p7.png"); }

.hot-card .card-item.card8 {
  background-image: url("../images/hot/hot-card-p8.png"); }

.hot-card .card-item.card1 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p1.png"); }

.hot-card .card-item.card2 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p2-hover.png"); }

.hot-card .card-item.card3 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p3-hover.png"); }

.hot-card .card-item.card4 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p4-hover.png"); }

.hot-card .card-item.card5 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p5-hover.png"); }

.hot-card .card-item.card6 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p6-hover.png"); }

.hot-card .card-item.card7 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p7-hover.png"); }

.hot-card .card-item.card8 .item-hover .cover {
  background-image: url("../images/hot/hot-card-p8-hover.png"); }

.m-app {
  font-size: 0.14rem; }
  .m-app .m-head-div {
    height: 0.5rem;
    text-align: center; }
    .m-app .m-head-div .head-logo {
      height: 0.42rem;
      margin-top: 0.05rem; }
  .m-app .ban-box {
    width: 100%;
    height: 2.28rem;
    background-image: url("../images/speed-banner-h5.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
  .m-app .wrapper-container {
    margin: 0 0.12rem 0.2rem; }
    .m-app .wrapper-container .link-section {
      border-radius: 0.2rem;
      background-color: #fff;
      padding: 0.1rem;
      box-shadow: 0px 5px 20px 1px rgba(0, 54, 255, 0.1);
      margin-bottom: 0.2rem;
      margin-top: -0.3rem; }
    .m-app .wrapper-container .link-chart-box {
      border-bottom: 1px solid #c9dbf2; }
    .m-app .wrapper-container .link-chart {
      display: flex;
      width: 100%;
      flex-wrap: wrap; }
      .m-app .wrapper-container .link-chart .link-item {
        background-image: linear-gradient(to bottom, #25f7ff 0%, #006cff 100%);
        outline: none;
        text-decoration: none;
        color: #fff;
        width: calc(50% - 0.06rem);
        height: 0.4rem;
        border-radius: 0.2rem;
        padding: 0 0.1rem;
        margin: 0 0 0.1rem 0.12rem;
        line-height: 1.5;
        position: relative; }
        .m-app .wrapper-container .link-chart .link-item:hover {
          background-image: linear-gradient(to bottom, #25f7ff 0%, #03d5dd 100%); }
        .m-app .wrapper-container .link-chart .link-item:nth-child(odd) {
          margin-left: 0; }
        .m-app .wrapper-container .link-chart .link-item .link-item-in {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 100%;
          width: 100%; }
          .m-app .wrapper-container .link-chart .link-item .link-item-in .domain {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%; }
            .m-app .wrapper-container .link-chart .link-item .link-item-in .domain .name {
              font-size: 0.12rem; }
        .m-app .wrapper-container .link-chart .link-item .arrow {
          width: 0.2rem;
          height: 0.2rem;
          margin-left: 0.06rem;
          background-image: url(../images/link-arrow-hover.png);
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center center;
          flex-shrink: 0; }
        .m-app .wrapper-container .link-chart .link-item .normal {
          color: #ffff00; }
        .m-app .wrapper-container .link-chart .link-item .error {
          color: #ff0000; }
    .m-app .wrapper-container .link-service {
      width: 100%;
      margin-top: 0.1rem;
      font-size: 0.12rem; }
      .m-app .wrapper-container .link-service .service-ipt {
        width: 100%;
        background-color: rgba(0, 54, 255, 0.1);
        height: 0.36rem;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.1rem; }
        .m-app .wrapper-container .link-service .service-ipt .service-icon {
          width: 0.24rem;
          height: 0.24rem;
          display: inline-block;
          vertical-align: middle;
          background-image: url("../images/service-icon.png");
          background-repeat: no-repeat;
          background-size: contain;
          margin-right: 0.1rem; }
      .m-app .wrapper-container .link-service .service-btn {
        border-radius: 0.12rem;
        height: 0.24rem;
        padding: 0 0.1rem;
        border: 1px solid #006cff;
        background-color: transparent;
        color: #006cff;
        cursor: pointer;
        font-size: 0.12rem; }
      .m-app .wrapper-container .link-service .service-text {
        color: #495989;
        margin-top: 0.1rem;
        line-height: 1.2; }
    .m-app .wrapper-container .site-info-box {
      margin-top: 0.1rem;
      line-height: 1.2; }
      .m-app .wrapper-container .site-info-box .site-title {
        font-size: 0.16rem;
        text-align: center;
        margin-bottom: 0.06rem; }
      .m-app .wrapper-container .site-info-box .site-info {
        color: #495989;
        font-size: 0.12rem; }
    .m-app .wrapper-container .card-section {
      margin-bottom: 0.2rem; }
      .m-app .wrapper-container .card-section .sec-title {
        padding: 0.1rem 0 0.2rem;
        color: #203265;
        font-size: 0.16rem;
        line-height: 1.2;
        text-align: center; }
        .m-app .wrapper-container .card-section .sec-title .sub-title {
          color: #777d8e; }
    .m-app .wrapper-container .hot-card {
      overflow: hidden; }
  .m-app .hot-swiper-container {
    width: 100%;
    height: 3.5rem;
    padding-bottom: 0.3rem; }
    .m-app .hot-swiper-container .swiper-slide {
      border-radius: 0.2rem;
      background-color: #fff;
      box-shadow: 4px 5px 15px 1px rgba(0, 54, 255, 0.08);
      transition: 300ms; }
      .m-app .hot-swiper-container .swiper-slide .card-item {
        padding: 0.1rem 0.2rem;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 70%;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 3.2rem; }
        .m-app .hot-swiper-container .swiper-slide .card-item.card1 {
          background-image: url("../images/hot/hot-card-p1.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card2 {
          background-image: url("../images/hot/hot-card-p2-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card3 {
          background-image: url("../images/hot/hot-card-p3-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card4 {
          background-image: url("../images/hot/hot-card-p4-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card5 {
          background-image: url("../images/hot/hot-card-p5-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card6 {
          background-image: url("../images/hot/hot-card-p6-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card7 {
          background-image: url("../images/hot/hot-card-p7-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item.card8 {
          background-image: url("../images/hot/hot-card-p8-hover.png"); }
        .m-app .hot-swiper-container .swiper-slide .card-item .item-name {
          font-size: 0.18rem; }
        .m-app .hot-swiper-container .swiper-slide .card-item .hot-sub {
          font-size: 0.14rem;
          color: #777d8e; }
    .m-app .hot-swiper-container .swiper-slide:not(.swiper-slide-active) {
      transform: scale(0.9); }
    .m-app .hot-swiper-container .swiper-pagination {
      bottom: 5px; }
  .m-app .events-swiper {
    width: 100%;
    height: 4.2rem;
    padding-bottom: 0.4rem; }
    .m-app .events-swiper .swiper-slide {
      border-radius: 0.2rem;
      background-color: #fff;
      box-shadow: 4px 5px 15px 1px rgba(0, 54, 255, 0.08);
      transition: 300ms;
      height: 3.8rem; }
      .m-app .events-swiper .swiper-slide .events-item {
        width: 100%;
        height: 3.8rem;
        border-radius: 0.2rem;
        background-color: #fff;
        padding: 0.15rem;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 75% auto;
        overflow: hidden;
        position: relative;
        transition: all .3s;
        transform-origin: 50% 50%; }
        .m-app .events-swiper .swiper-slide .events-item:hover {
          background-size: 80% auto; }
        .m-app .events-swiper .swiper-slide .events-item.events-item-p1 {
          background-image: url("../images/events/events-p1.png"); }
        .m-app .events-swiper .swiper-slide .events-item.events-item-p2 {
          background-image: url("../images/events/events-p2.png"); }
        .m-app .events-swiper .swiper-slide .events-item.events-item-p3 {
          background-image: url("../images/events/events-p3.png"); }
        .m-app .events-swiper .swiper-slide .events-item.events-item-p4 {
          background-image: url("../images/events/events-p4.png"); }
        .m-app .events-swiper .swiper-slide .events-item .label {
          color: #777d8e;
          font-size: 0.12rem; }
        .m-app .events-swiper .swiper-slide .events-item .events-title {
          font-size: 0.16rem;
          color: #203265;
          line-height: 1.2; }
        .m-app .events-swiper .swiper-slide .events-item .flag {
          position: absolute;
          top: 0;
          right: 0;
          border-radius: 0 0.12rem 0 0.12rem;
          line-height: 0.36rem;
          width: 0.6rem;
          text-align: center;
          color: #fff; }
          .m-app .events-swiper .swiper-slide .events-item .flag.tips1 {
            background-color: #3f7fcf; }
          .m-app .events-swiper .swiper-slide .events-item .flag.tips2 {
            background-color: #8a5ec2; }
          .m-app .events-swiper .swiper-slide .events-item .flag.tips3 {
            background-color: #31b594; }
          .m-app .events-swiper .swiper-slide .events-item .flag.tips4 {
            background-color: #3f7fcf; }
    .m-app .events-swiper .events-swiper-pagination {
      bottom: 0; }
      .m-app .events-swiper .events-swiper-pagination .swiper-pagination-current {
        color: #10a4ff; }
    .m-app .events-swiper .swiper-button-next, .m-app .events-swiper .swiper-button-prev {
      top: inherit;
      bottom: 0;
      border: 1px solid #10a4ff;
      color: #10a4ff;
      width: 0.3rem;
      height: 0.3rem;
      background-size: 50% 50%;
      border-radius: 0.15rem; }
    .m-app .events-swiper .swiper-button-next {
      right: 30%; }
    .m-app .events-swiper .swiper-button-prev {
      left: 30%; }
  .m-app .download-box > img {
    width: 100%; }
  .m-app .download-box .download-list {
    border-radius: 0.2rem;
    background-color: #fff;
    padding: 12px;
    box-shadow: 4px 5px 15px 1px rgba(0, 54, 255, 0.08);
    margin-top: -0.5rem;
    position: relative;
    z-index: 3; }
    .m-app .download-box .download-list .download-list-item {
      padding: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .m-app .download-box .download-list .download-list-item > span {
        font-size: 0.16rem; }
        .m-app .download-box .download-list .download-list-item > span .d-icon {
          height: 0.6rem;
          vertical-align: middle;
          border-radius: 0.1rem; }
      .m-app .download-box .download-list .download-list-item > button {
        width: 1rem;
        height: 0.4rem;
        border-radius: 0.2rem;
        font-size: 0.16rem;
        border: 1px solid #10a4ff;
        color: #10a4ff; }
  .m-app .footer-bottom {
    margin-top: 0.5rem; }
    .m-app .footer-bottom .main-content {
      display: flex;
      justify-content: center;
      margin: 0 0.12rem; }
    .m-app .footer-bottom .age {
      border: 1px solid #006cff;
      width: 0.36rem;
      height: 0.36rem;
      border-radius: 0.18rem;
      text-align: center;
      line-height: 0.36rem;
      flex-shrink: 0;
      margin-left: 0.2rem; }
    .m-app .footer-bottom .partner-list {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .m-app .footer-bottom .partner-list .imgdiv {
        height: 0.28rem;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem; }
        .m-app .footer-bottom .partner-list .imgdiv img {
          width: auto;
          height: 100%; }

.service-popup {
  height: 100vh; }
  .service-popup .mask-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5); }
  .service-popup .service-content {
    position: fixed;
    left: 0;
    top: 10vh;
    z-index: 3;
    background-color: #fff;
    width: 100%; }
  .service-popup .service-head {
    width: 100%;
    height: 0.4rem;
    padding: 0 0.12rem;
    position: relative;
    background-color: #10a4ff;
    justify-content: space-between;
    align-items: center;
    display: flex; }
    .service-popup .service-head .title, .service-popup .service-head .close-icon {
      font-size: 0.2rem;
      color: #fff; }
    .service-popup .service-head .close-icon {
      display: inline-block;
      width: 0.24rem;
      height: 0.24rem;
      text-align: center;
      line-height: 0.24rem;
      border: 1px solid #fff;
      border-radius: 0.12rem;
      font-style: normal;
      cursor: pointer; }
  .service-popup .iframe-style {
    width: 100%;
    height: calc(90vh - 0.4rem);
    padding: 0;
    border: 0;
    position: relative;
    z-index: 0; }

.show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  cursor: pointer; }
  .show-more .arrow {
    content: "";
    border-bottom: 8px solid #203265;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }
  .show-more.rotate .arrow {
    transform: rotate(180deg); }

.pc-app .main-content {
  width: 1200px;
  margin: auto; }

.pc-app .head-div {
  height: 100px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .pc-app .head-div .head-top {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
    .pc-app .head-div .head-top .head-bg {
      background-color: #000c26;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .pc-app .head-div .head-top .head-sec {
      position: relative;
      z-index: 2; }

.pc-app .head-sec {
  height: 100px;
  display: flex;
  align-items: center; }
  .pc-app .head-sec .head-logo {
    height: 70px; }
  .pc-app .head-sec .menu-list {
    display: flex;
    align-items: center;
    margin-left: 75px; }
    .pc-app .head-sec .menu-list .menu-item {
      margin-right: 75px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer; }
      .pc-app .head-sec .menu-list .menu-item:hover {
        color: #ffff00; }
  .pc-app .head-sec .head-btn {
    width: 175px;
    height: 56px;
    text-align: center;
    border: 2px solid #0090ff;
    border-radius: 28px;
    vertical-align: middle;
    font-size: 18px;
    color: #0090ff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .pc-app .head-sec .head-btn .down-icon {
      width: 31px;
      height: 27px;
      display: inline-block;
      background: url("../images/down-icon.png") no-repeat;
      background-size: cover;
      margin-right: 20px; }

.pc-app .ban-box {
  background-image: url("../images/speed-banner-pc.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  height: 720px; }
  .pc-app .ban-box .ban-container {
    height: 620px;
    position: relative; }
    .pc-app .ban-box .ban-container .cate-icon-list {
      flex-wrap: wrap;
      width: 560px;
      position: absolute;
      bottom: 70px;
      left: 50px; }
      .pc-app .ban-box .ban-container .cate-icon-list .cate-icon {
        flex-shrink: 0;
        width: 55px;
        height: 60px;
        margin: 15px 40px 0 0; }
  .pc-app .ban-box .ban-content {
    padding: 200px 0 0 50px;
    width: 560px; }
    .pc-app .ban-box .ban-content .site-title {
      font-size: 48px; }
    .pc-app .ban-box .ban-content .site-info {
      font-size: 16px; }

.pc-app .wrapper-container .link-section {
  border-radius: 30px;
  background-color: #fff;
  padding: 30px 50px;
  margin-top: -50px;
  box-shadow: 0px 5px 23px 1px rgba(0, 54, 255, 0.1);
  margin-bottom: 30px; }

.pc-app .wrapper-container .link-chart {
  border-bottom: 1px solid #c9dbf2;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .pc-app .wrapper-container .link-chart .link-item {
    background-image: linear-gradient(to bottom, #25f7ff 0%, #006cff 100%);
    outline: none;
    text-decoration: none;
    color: #fff;
    width: calc(25% - 80px);
    height: 56px;
    border-radius: 28px;
    padding: 0 20px 0 25px;
    margin: 0 40px 30px;
    line-height: 1.5;
    position: relative; }
    .pc-app .wrapper-container .link-chart .link-item:hover {
      background-image: linear-gradient(to bottom, #25f7ff 0%, #03d5dd 100%); }
    .pc-app .wrapper-container .link-chart .link-item:before {
      content: "";
      width: 1px;
      height: 40px;
      left: -40px;
      top: 8px;
      position: absolute;
      background-color: #c9dbf2; }
    .pc-app .wrapper-container .link-chart .link-item.no-line:before {
      display: none; }
    .pc-app .wrapper-container .link-chart .link-item .link-item-in {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      width: 100%; }
    .pc-app .wrapper-container .link-chart .link-item .arrow {
      width: 30px;
      height: 30px;
      margin-left: 10px;
      background-image: url(../images/link-arrow-hover.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      flex-shrink: 0; }
    .pc-app .wrapper-container .link-chart .link-item .normal {
      color: #ffff00; }
    .pc-app .wrapper-container .link-chart .link-item .error {
      color: #ff0000; }

.pc-app .wrapper-container .link-service {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  font-size: 14px; }
  .pc-app .wrapper-container .link-service .service-ipt {
    width: 50%;
    background-color: rgba(0, 54, 255, 0.1);
    height: 56px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; }
    .pc-app .wrapper-container .link-service .service-ipt .service-icon {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: middle;
      background-image: url("../images/service-icon.png");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px; }
  .pc-app .wrapper-container .link-service .service-btn {
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #006cff;
    background-color: transparent;
    color: #006cff;
    cursor: pointer; }
  .pc-app .wrapper-container .link-service .service-text {
    margin-left: 20px;
    color: #495989; }

.pc-app .wrapper-container .card-section {
  margin-bottom: 30px; }
  .pc-app .wrapper-container .card-section .sec-title {
    padding: 10px 0 20px;
    color: #203265;
    font-size: 24px; }
    .pc-app .wrapper-container .card-section .sec-title .sub-title {
      color: #777d8e; }
  .pc-app .wrapper-container .card-section .card-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 400px; }
    .pc-app .wrapper-container .card-section .card-box .card-item {
      border-radius: 30px;
      background-color: #fff;
      padding: 15px 30px;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: auto 60%;
      box-shadow: 4px 5px 15px 1px rgba(0, 54, 255, 0.08);
      position: relative;
      overflow: hidden; }
      .pc-app .wrapper-container .card-section .card-box .card-item .item-name {
        font-size: 18px; }
      .pc-app .wrapper-container .card-section .card-box .card-item .hot-sub {
        font-size: 14px;
        color: #777d8e; }
      .pc-app .wrapper-container .card-section .card-box .card-item .item-hover {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden; }
        .pc-app .wrapper-container .card-section .card-box .card-item .item-hover .cover {
          display: block;
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translate(-50%, -100%);
          overflow: hidden;
          transition: all .8s;
          transform-origin: 50% 50%;
          background-size: cover;
          background-repeat: no-repeat !important;
          background-position: top center !important;
          clip: auto !important;
          width: 50%;
          height: 50%;
          opacity: 0;
          background-color: #fff; }
        .pc-app .wrapper-container .card-section .card-box .card-item .item-hover:hover .cover {
          width: 100%;
          height: 100%;
          clip: rect(0, 200px, 200px, 0);
          opacity: 1; }
    .pc-app .wrapper-container .card-section .card-box .hot-left {
      width: 260px;
      flex-shrink: 0; }
      .pc-app .wrapper-container .card-section .card-box .hot-left .card-item {
        width: 260px;
        height: 400px;
        background-size: 90% auto; }
    .pc-app .wrapper-container .card-section .card-box .hot-right {
      flex-grow: 1; }
    .pc-app .wrapper-container .card-section .card-box .hot-right-top {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 194px;
      margin-bottom: 12px; }
      .pc-app .wrapper-container .card-section .card-box .hot-right-top .card-item {
        margin-left: 12px;
        width: calc(33.33% - 12px);
        height: 194px; }
    .pc-app .wrapper-container .card-section .card-box .hot-right-bottom {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 194px;
      margin-bottom: 12px; }
      .pc-app .wrapper-container .card-section .card-box .hot-right-bottom .card-item {
        margin-left: 12px;
        width: calc(25% - 12px);
        height: 194px; }

.pc-app .wrapper-container .download-box {
  display: flex;
  justify-content: space-between; }
  .pc-app .wrapper-container .download-box .download-item {
    width: calc(50% - 10px);
    height: 320px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 4px 5px 15px 1px rgba(0, 54, 255, 0.08);
    padding: 30px;
    display: flex;
    justify-content: space-between; }
    .pc-app .wrapper-container .download-box .download-item .download-item-left {
      width: calc(100% - 250px); }
      .pc-app .wrapper-container .download-box .download-item .download-item-left .item-name {
        font-size: 20px; }
      .pc-app .wrapper-container .download-box .download-item .download-item-left .qr-code {
        width: 100%;
        text-align: center;
        margin: 30px auto; }
        .pc-app .wrapper-container .download-box .download-item .download-item-left .qr-code img {
          width: 150px;
          height: 150px; }
    .pc-app .wrapper-container .download-box .download-item .download-item-right {
      width: 240px; }
    .pc-app .wrapper-container .download-box .download-item:hover .download-item-right {
      animation: shake 1s 0.15s linear 1;
      -moz-animation: shake 1s 0.15s linear 1;
      /* Firefox */
      -webkit-animation: shake 1s 0.15s linear 1;
      /* Safari and Chrome */
      -o-animation: shake 1s 0.15s linear 1;
      /* Opera */ }

.pc-app .wrapper-container .events-box {
  display: flex;
  justify-content: space-between; }
  .pc-app .wrapper-container .events-box .events-item {
    width: calc(25% - 12px);
    height: 320px;
    border-radius: 30px;
    background-color: #fff;
    padding: 15px 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 75% auto;
    box-shadow: 4px 5px 15px 1px rgba(0, 54, 255, 0.08);
    overflow: hidden;
    position: relative;
    transition: all .3s;
    transform-origin: 50% 50%; }
    .pc-app .wrapper-container .events-box .events-item:hover {
      background-size: 80% auto; }
    .pc-app .wrapper-container .events-box .events-item.events-item-p1 {
      background-image: url("../images/events/events-p1.png"); }
    .pc-app .wrapper-container .events-box .events-item.events-item-p2 {
      background-image: url("../images/events/events-p2.png"); }
    .pc-app .wrapper-container .events-box .events-item.events-item-p3 {
      background-image: url("../images/events/events-p3.png"); }
    .pc-app .wrapper-container .events-box .events-item.events-item-p4 {
      background-image: url("../images/events/events-p4.png"); }
    .pc-app .wrapper-container .events-box .events-item .label {
      color: #777d8e;
      font-size: 12px; }
    .pc-app .wrapper-container .events-box .events-item .events-title {
      font-size: 18px;
      color: #203265;
      line-height: 1.2; }
    .pc-app .wrapper-container .events-box .events-item .flag {
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 12px 0 12px;
      line-height: 38px;
      width: 60px;
      text-align: center;
      color: #fff; }
      .pc-app .wrapper-container .events-box .events-item .flag.tips1 {
        background-color: #3f7fcf; }
      .pc-app .wrapper-container .events-box .events-item .flag.tips2 {
        background-color: #8a5ec2; }
      .pc-app .wrapper-container .events-box .events-item .flag.tips3 {
        background-color: #31b594; }
      .pc-app .wrapper-container .events-box .events-item .flag.tips4 {
        background-color: #3f7fcf; }

.pc-app .footer-bottom {
  margin-top: 80px; }
  .pc-app .footer-bottom .main-content {
    display: flex;
    justify-content: center; }
  .pc-app .footer-bottom .age {
    border: 1px solid #006cff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
    margin-left: 20px; }
  .pc-app .footer-bottom .partner-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .pc-app .footer-bottom .partner-list .imgdiv {
      height: 40px;
      margin-right: 35px;
      margin-bottom: 30px; }
      .pc-app .footer-bottom .partner-list .imgdiv img {
        width: auto;
        height: 100%; }

.pc-app .service-popup .service-content {
  width: 80%;
  max-width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.pc-app .service-popup .service-head {
  width: 100%;
  height: 80px;
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.5); }
  .pc-app .service-popup .service-head .title, .pc-app .service-popup .service-head .close-icon {
    font-size: 20px; }
  .pc-app .service-popup .service-head .close-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px; }

.pc-app .service-popup .iframe-style {
  width: 100%;
  height: calc(80vh - 80px); }
