@import './header.css';
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Han Sans CN";
  font-size: 0.32rem;
  color: #333333;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #303133;
  text-decoration: none;
  cursor: pointer;
}
/*  头部 */
.header-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38.4rem;
  height: 8rem;
  background: url(../img/bg-header.png) center no-repeat;
  background-size: 38.4rem 12.2rem;
  padding: 2.4rem 0 0;
}
  .header-main .year {
    justify-content: center;
  }

  .header-main .year p {
    font-size: 1.2rem;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
  }

  .header-main .year span {
    width: 0.96rem;
    height: 0.96rem;
    font-size: 0.52rem;
  }

.header-main h1 {
  font-family: "阿里巴巴普惠体 2.0 115 Black";
  font-size: 1.72rem;
  font-weight: bolder;
  text-shadow: 0px 10px 20px rgba(41, 121, 255, 0.2);
  background: linear-gradient(90deg, #8fb5f9 0%, #4d7ff0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


/* 内容 */
/* .margin-t{
  margin-top: 1.8rem;
} */
.title_1{
  font-size: 0.6rem;
  font-weight: bold;
  color: #333;
}
.group_3 {
  padding: 0.6rem 7rem;
  background: #f9f9f9;
}

.group_3 .text_150 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}
.group_3 .text_151 {
  color: #666;
  font-size: 0.28rem;
  width: 17rem;
}
.group_3 .text_152 {
  font-size: 0.32rem;
  color: #999;
}
.group_3 img {
  width: 5.2rem;
  height: 2.6rem;
}

.group_3 .more {
  text-align: center;
  font-size: 0.32rem;
  color: #333;
}

.next,
.prev {
  /* width: 2rem; */
  margin: 0 1rem;
  line-height: 1rem;
  text-align: center;
  /* background: #4c7fff; */
  font-size: 0.28rem;
  color: #263cc0;
  border-radius: 0.2rem;
  cursor: pointer;
  margin-bottom: 3rem;
}
/* *********************************************
                     footer
   ***********************************************/
   .footer-right_link {
  display: flex;
}
.police {
  display: flex;
  align-items: center;
}
footer {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  padding: 0 !important;
  background: #1e2a38 !important;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
  opacity: 0.6;
}

.footer-right {
  display: flex;
  font-size: 0.28rem;
  color: #ffffff !important;
}

.footer-right a {
  color: #ffffff !important;
  margin-left: 0.2rem;
}

.footer-right a:hover {
  text-decoration: underline;
}

.float-list {
  position: fixed;
  top: 3.5rem;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.float-list img {
  width: 3.32rem;
  height: 2.76rem;
}

.float-list .main {
  width: 3.32rem;
  height: 6.22rem;
  background: linear-gradient(180deg, #8fb5f9 0%, #4d7ff0 100%);
  border-radius: 0.4rem;
  padding: 0.8rem 0;
}

.float-list .main p {
  font-size: 0.28rem;
  color: #ffffff;
  cursor: pointer;
}

.float-answer {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.float-answer .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  background: linear-gradient(360deg, #fefefe 0%, #e5e7fb 49%, #c0d8fa 100%);
  border-radius: 0.4rem;
  padding: 0.6rem 1.2rem;
}

.float-answer .answer-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
}

.float-answer .answer-text {
  display: block;
  text-align: center;
  font-size: 0.28rem;
  color: #666666;
  margin: 0.3rem 0.4rem;
}

.float-answer .answer-btn {
  background: linear-gradient(180deg, #4e92f0 0%, #3374ed 100%);
  border-radius: 0.6rem;
  font-size: 0.28rem;
  padding: 0.2rem 0.64rem;
  color: #ffffff;
  cursor: pointer;
}

.chat-us {
  position: fixed;
  bottom: 1rem;
  right: 0.7rem;
  width: 3.6rem;
  height: 0.96rem;
  background: url(../img/chat-us.png) center no-repeat;
  cursor: pointer;
  z-index: 99;
}

.us-info {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.us-info .us-info-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.8rem;
  height: 9.2rem;
  cursor: pointer;
}

.back-top {
  width: 0;
  height: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  .header-main {
  width: 100%;
  height: 8rem;
  background: url(../img/bg-header.png) center no-repeat;
  background-size: 100% 8rem;
  padding: 1rem 0 0;
}
  .group_3 {
    padding: 1rem;
  }
  .group_3 .text_150 {
    font-size: 0.56rem;
    font-weight: bold;
    color: #333;
  }
  .group_3 .text_151 {
    color: #999;
    font-size: 0.48rem;
    display: none;
  }
  .group_3 .text_152 {
    font-size: 0.48rem;
    color: #666;
    text-align: start;
  }
  .group_3 img {
    width: 4rem;
    height: 2.6rem;
  }
  .group_3 .w-70 {
    width: 68%;
  }
  .group_3 .more {
    font-size: 0.48rem;
    color: #505493;
  }
    footer {
    height: 2.08rem !important;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    line-height: 0.72rem;
    font-size: 0.38rem;
  }

  .float-list {
    display: none;
  }

  .chat-us {
    bottom: 3rem;
    right: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/phone-chat-us.png) center no-repeat;
    background-size: 1.6rem auto;
    cursor: pointer;
  }

  .back-top {
    position: fixed;
    bottom: 1.2rem;
    right: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/phone-back-top.png) center no-repeat;
    background-size: 1.6rem auto;
    cursor: pointer;
  }
}
