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

body {
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.8;
  min-height: 100vh;
  font-family: PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #a07a55; }

.pc-app {
  background-image: url(../images/bg.jpg);
  background-size: auto; }

.m-app {
  background-size: contain;
  background-image: url(../images/bg-m.jpg); }

.green {
  color: #00bf38; }

.red {
  color: #ef3900; }

.main-content {
  max-width: 1400px;
  margin: auto;
  padding: 0 0.12rem; }

.head-div {
  text-align: center;
  height: 1rem; }

.head-logo {
  width: auto;
  height: 0.48rem;
  margin-top: 0.1rem; }

.site-title {
  font-size: 52px;
  color: #111;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: -2px -2px 0 #fff,2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; }

.site-info {
  font-size: 0.12rem;
  color: #fff;
  text-shadow: -1px -1px 0 #111,1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111; }

.cate-icon-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0.2rem; }
  .cate-icon-list .cate-icon {
    flex-shrink: 0;
    width: 0.3rem;
    height: 0.32rem;
    margin: 0 0.08rem 0.2rem 0; }
    .cate-icon-list .cate-icon:last-child {
      margin-right: 0; }

.link-chart {
  display: block;
  width: 100%; }
  .link-chart .link-item {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    padding: 0 0.12rem;
    margin-bottom: 0.12rem;
    justify-content: space-between; }

.m-app .link-chart-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0.2rem;
  padding-bottom: 0.08rem; }

.m-app .link-chart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .m-app .link-chart .link-item {
    width: calc(50% - 0.06rem); }

.m-app .ban-content {
  display: flex;
  flex-wrap: wrap-reverse; }
  .m-app .ban-content .content {
    width: 100%;
    border-radius: 0.1rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0.2rem 0.12rem; }
  .m-app .ban-content .ban-pic {
    text-align: right;
    padding-bottom: 0.2rem; }
    .m-app .ban-content .ban-pic > img {
      width: 100%; }

.m-app .site-title {
  font-size: 0.26rem;
  text-align: center; }

.m-app .content {
  display: flex;
  flex-wrap: wrap-reverse; }

.link-item .domain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1; }
  .link-item .domain .time {
    font-size: 0.13rem;
    font-weight: 500; }
  .link-item .domain .name {
    color: #a07a55;
    font-size: 0.12rem;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 0.1rem; }

.link-item .arrow {
  background-image: url(../images/link-arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 0.2rem;
  height: 0.2rem;
  flex-shrink: 0;
  margin-left: 0.06rem; }

.link-item:hover {
  background-image: linear-gradient(to right, #0393f5 0%, #03c0fe 100%); }
  .link-item:hover .arrow {
    background-image: url(../images/link-arrow-hover.png); }
  .link-item:hover .time {
    color: #ffff00; }
  .link-item:hover .name {
    color: #fff; }

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

.service-drop {
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -0.42rem;
  width: 0.7rem;
  height: 0.85rem;
  background: url("../images/customer-service.png") no-repeat center;
  background-size: contain;
  z-index: 9; }

.popup-container {
  height: 100vh; }
  .popup-container .mask-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 29;
    background-color: rgba(0, 0, 0, 0.5); }
  .popup-container .popup-content {
    position: fixed;
    left: 0;
    top: 10vh;
    z-index: 30;
    background-color: #033c73;
    width: 100%;
    height: 90vh; }
    .popup-container .popup-content .tutorial-img-box {
      height: calc( 90vh - 0.4rem);
      overflow-y: auto;
      padding: 10px; }
      .popup-container .popup-content .tutorial-img-box img {
        width: 100%; }
  .popup-container .popup-head {
    width: 100%;
    height: 0.4rem;
    padding: 0 0.12rem;
    position: relative;
    background-color: #10a4ff;
    justify-content: space-between;
    align-items: center;
    display: flex; }
    .popup-container .popup-head .title, .popup-container .popup-head .close-icon {
      font-size: 0.2rem;
      color: #fff; }
    .popup-container .popup-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; }
  .popup-container .iframe-style-div .back-mask-box {
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 1; }
    .popup-container .iframe-style-div .back-mask-box .back-mask {
      width: 50px;
      height: 60px;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0; }
  .popup-container .iframe-style {
    width: 100%;
    height: calc(90vh - 0.4rem);
    padding: 0;
    border: 0;
    position: relative;
    z-index: 0;
    background-image: url("../images/loading.png");
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: center; }

.pc-app .main-content {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px; }

.pc-app .head-div {
  height: 110px; }

.pc-app .head-logo {
  height: 75px;
  margin-top: 18px; }

.pc-app .ban-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 15px; }
  .pc-app .ban-content .content {
    width: 45%; }
  .pc-app .ban-content .ban-pic {
    margin-left: 30px; }
    .pc-app .ban-content .ban-pic > img {
      width: 100%; }

.pc-app .site-title {
  font-size: 52px;
  line-height: 1.5; }

.pc-app .site-info {
  font-size: 18px;
  text-shadow: -1px -1px 0 #111,1px -1px 0 #111, -1px 1px 0 #111, 1px 1px 0 #111; }

.pc-app .cate-icon-list {
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap; }
  .pc-app .cate-icon-list .cate-icon {
    flex-shrink: 0;
    width: 55px;
    height: 60px;
    margin: 0 45px 30px 0; }

@media screen and (max-width: 1000px) {
  .pc-app .site-title {
    font-size: 36px; }
  .pc-app .site-info {
    font-size: 14px; }
  .pc-app .cate-icon-list .cate-icon {
    width: 55px;
    height: 60px;
    margin: 0 15px 20px 0; } }

.pc-app .link-chart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px; }
  .pc-app .link-chart.mt50 {
    margin-top: 50px; }
  .pc-app .link-chart .link-item {
    width: calc(50% - 15px);
    height: 50px;
    border-radius: 25px;
    padding: 0 15px 0 20px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9); }
    .pc-app .link-chart .link-item .domain .time {
      font-size: 16px; }
    .pc-app .link-chart .link-item .domain .name {
      font-size: 14px;
      padding: 0; }
    .pc-app .link-chart .link-item .arrow {
      width: 24px;
      height: 24px;
      margin-left: 10px; }

.pc-app .link-content {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
  margin-bottom: 50px; }
  .pc-app .link-content .link-chart .link-item {
    width: calc(25% - 50px);
    height: 56px;
    border-radius: 28px;
    padding: 0 20px 0 25px;
    margin: 0 25px 30px; }

.pc-app .service-drop {
  right: 10px;
  margin-top: -90px;
  width: 150px;
  height: 180px;
  cursor: pointer; }

.pc-app .popup-container .popup-content {
  width: 80%;
  max-width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80vh; }
  .pc-app .popup-container .popup-content .tutorial-img-box {
    height: calc(80vh - 80px); }
    .pc-app .popup-container .popup-content .tutorial-img-box img {
      width: 100%; }

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

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