@import url("./media.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: #fff;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #303133;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.common-title {
  position: relative;
  display: inline-block;
  margin: 2.6rem 0 1.2rem;
}

.common-title h2 {
  position: relative;
  font-size: 0.72rem;
  font-weight: bold;
  color: #0a1c3d;
  z-index: 1;
}

.common-title span {
  position: absolute;
  bottom: -0.58rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 1.6rem;
  font-weight: bolder;
  color: #eeeff0;
}
.footer-right_link {
  display: flex;
}
.police {
  display: flex;
  align-items: center;
}
/* 头部 */

/* 内容 */
.line_1 {
  top: 0.7rem;
  font-size: 0.2rem;
}
.absolute {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.line_2 {
  top: 1.5rem;
  font-size: 0.34rem;
}
.line_3 {
  top: 2.1rem;
  font-size: 0.2rem;
  color: #666;
}
.bg {
  padding: 0.8rem 7rem;
}

.title {
  font-size: 0.34rem;
  margin-bottom: 0.3rem;
  text-align: start;
}

.title .font {
  color: #06038d;
  font-size: .34rem;
}
.font_1 {
  margin-top: 0.5rem;
  font-size: 0.32rem;
  line-height: 0.72rem;
}
.font_1 img {
  width: 4rem;
  height: 2rem;
}

.font_2 {
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
}

.font_3 {
  text-align: center;
  font-size: 0.28rem;
  color: #999;
  margin-top: 0.4rem;
}
.img {
  width: 6rem;
  height: 3.1rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.3rem;
}

.next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  border-top: 0.01rem solid #eee;
  font-size: 0.28rem;
  color: #999;
  padding: 0.1rem 0;
  padding-bottom: 2rem;
}
.flex-col{
  display: flex;
  flex-direction: column;
}
.share {
  width: 0.6rem;
  height: 0.6rem;
}
a {
  color: #666;
  text-decoration: none;
}
.pos_1 {
  display: none;
}

/* *********************************************
                     footer
   ***********************************************/
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) {
  html {
    font-size: 50px;
  }
  .bg {
    padding: 0.8rem 0.4rem;
  }
  .title {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .title .font {
  color: #06038d;
  font-size: .26rem;
}
  .font_1 {
    margin-top: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .font_2 {
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
  }
  .font_3 {
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.2rem;
  }
  #share {
    display: none;
  }
  .font {
    color: #333;
  }
  footer {
    height: 1rem !important;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    line-height: 0.42rem;
    font-size: 0.18rem;
  }
.chat-us{
  display: none;
}
  .float-list {
    display: none;
  }
}
