@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", "open_sans", "Lucida Grande", "Verdana",
    "Pingfang SC", "Pingfang TC", "Hiragino Sans GB", "Microsoft YaHei", Cardo,
    STSong, "Songti SC", SimSun, "PingFang SC", "Microsoft YaHei", 微软雅黑,
    STXihei, 华文细黑, serif;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}

/* 大容器 */
.contenter-wrap {
  box-sizing: border-box;
  width: 100%;
  /* max-width: 60rem; */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
}

/* 导航头 */
/* 导航头 */
.contenter-wrap-nav {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  position: fixed;
  height: 3.5rem;
  top: 0;
  z-index: 999;
  line-height: 3.5rem;
  justify-content: center;
  align-items: center;
  background-color: #ff4170;
  border-bottom: 1px solid #ff4170;
  padding: 0 3.2rem 0 3.2rem;
}

.tab_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 5.5rem;
}
.tab_box .font_style {
  font-size: 0.96rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.tab_box .ellipsis_box {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab_box .tab_left_box {
  width: 80%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.tab_box .tab_right_box {
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
  line-height: 1.7rem;
  text-align: center;
}
.tab_box .tab_right_box .login_btn {
  width: 4rem;
  height: 1.8rem;
  background: #ffffff;
  border-radius: 0.24rem;
  margin-left: 0.24rem;
  color: #ff4170;
  line-height: 1.8rem;
}
.tab_box .tab_right_box .register_btn {
  width: 4rem;
  height: 1.8rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
}
.tab_box .tab_right_box .loginOut_btn {
  width: 4.48rem;
  height: 1.8rem;
  border-radius: 0.24rem;
  border: 0.04rem solid #ffffff;
  margin-left: 0.5rem;
  line-height: 1.8rem;
}
.tab_box .tab_right_box .login_name {
  width: 7rem;
  text-align: right;
}

ul li a {
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
}

ul li .home {
  padding: 0.9375rem 2.25rem;
}

.currentPage {
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  background: #fff;
}

.currentPage a {
  color: #ff1a53;
}

/* .contenter-wrap-nav li:hover {
  background-color: #ff1a53;
}
.contenter-wrap-nav li:first-child:hover {
  background-color: white;
} */
.logo_box {
  width: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.92rem;
}

.logo {
  width: 2.12rem;
  height: 2.12rem;
  margin-right: 0.48rem;
}

/* 内容 */
.contenter-wrap-content {
  width: 100%;
  margin-top: 3.6rem;
}

/* 轮播图 */
#swaper {
  width: 100%;
  height: 44rem;
  margin: 0 auto;
  margin-top: 4rem;
  overflow: hidden;
  position: relative;
}

#swaper ul li {
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -21.3125rem;
  top: 0;
  z-index: 0;
  transition: opacity 1s;
  display: flex;
  justify-content: center;
}

#swaper ul li.ac {
  z-index: 5;
  opacity: 1;
}

#swaper ol {
  position: absolute;
  right: 48%;
  margin-left: 2.5rem;
  bottom: 1.625rem;
  z-index: 6;
}

#swaper ol li {
  width: 1rem;
  height: 1rem;
  background: rgb(229, 229, 229);
  margin-left: 0.625rem;
  float: left;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

#swaper ol li.ac {
  background: #ff1a53;
}

#swaper > a {
  text-decoration: none;
  position: absolute;
  top: 38%;
  margin-top: -0.625rem;
  height: 4.4375rem;
  text-align: center;
  width: 2.25rem;
  vertical-align: middle;
  z-index: 6;
}

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

.automaticMatch {
  width: 25.75rem;
  height: 38.4375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.automaticMatch img {
  width: 100%;
}

.automaticMatch .automaticMatch_img {
  /* height: 35.12rem; */
}
.automaticMatch .active{
  width: 11.76rem;
  height: 11.76rem;
  margin-left: 7.12rem;
}
.swaperDetail > .detail {
  /* width: .76rem; */
}

.swaperDetail > .detail > h1 {
  font-size: 2.56rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0f0f0f;
  line-height: 3.6rem;
  margin-bottom: 0.32rem;
}

.swaperDetail > .detail p {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0f0f0f;
  line-height: 1.32rem;
}

.swaperDetail > .detail .red_text {
  font-size: 0.8rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff1a53;
  line-height: 1.2rem;
}

.text_box {
  display: inline-block;
  width: 15.76rem;
}

#goPrev {
  left: 2rem;
  background: url("https://cdn.xqapi.cn/official/xyj_usage_six.png") 0 0 / cover no-repeat;
}

#goNext {
  right: 2rem;
  background: url("https://cdn.xqapi.cn/official/xyj_usage_seven.png") 0 0 / cover no-repeat;
}

.xyName {
  font-weight: 0;
  color: #50555c;
}

.navButtons {
  position: fixed;
  right: 20px;
  z-index: 9999;
  bottom: 20px;
}

.prev {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/prev.png")
    no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

.next {
  background: #222 url("https://cdn.xqapi.cn/website/hsleu_com/next.png")
    no-repeat 13px 12px;
  width: 45px;
  height: 45px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer;
}

/* 寻缘树二维码以及电话地址 */
.fourthPicture {
  width: 100%;
  height: 5.84rem;
  background: #3c3c3c;
}

.fourthPicture-content {
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fourthPicture-content-top {
  width: 100%;
  display: flex;
  font-size: 0.875rem;
  border-bottom: 2px solid #999;
}

.left,
.right {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.left-qrCode {
  width: 8.75rem;
  height: 8.75rem;
  margin-top: 1rem;
}

.left-qrCode img {
  width: 100%;
}

.left-email {
  color: #333;
  margin-top: 4rem;
}

.right-tel,
.right-address {
  margin: auto 0;
}

.right-tel {
  width: 9.375rem;
  color: #333;
}

.right-address {
  width: 21rem;
  color: #333;
  margin-right: 2rem;
}

.fourthPicture-content-bot {
  text-align: center;
  font-size: 0.875rem;
}

.bot-ICP {
  color: #fff;
  margin-bottom: 0.375rem;
}

.bot-ICP a {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.32rem;
}

.bot-record a {
  font-size: 0.96rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.32rem;
}

.bot-record {
  text-decoration: underline;
  color: #fff;
}

/* ===================== 使用寻缘 改版 ===================== */
.us-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 6rem;
}

/* banner */
.us-banner {
  position: relative;
  width: 100%;
  /* 抵消容器顶部留白，让 banner 紧贴导航 */
  margin-top: -3.6rem;
  overflow: hidden;
}

.us-banner-img {
  display: block;
  width: 100%;
}

.us-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.us-banner-title {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}

.us-banner-subtitle {
  margin-top: 0.6rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
}

.us-banner-desc {
  margin-top: 1rem;
  max-width: 58rem;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

/* 使用流程 */
.us-flow {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 3rem 0 3.5rem;
}

.us-flow-inner {
  position: relative;
}

.us-flow-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #1d1d1d;
  text-align: center;
}

.us-deco {
  position: absolute;
  right: 6rem;
  top: 4.5rem;
  z-index: 1;
  width: 16rem;
}

.us-steps {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
}

.us-step {
  max-width: 60rem;
}

.us-step-title {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1d1d1d;
}

.us-step-title::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 0.95rem;
  color: #ff2442;
}

.us-step-desc {
  margin-top: 0.4rem;
  padding-left: 1.4rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
}

.us-arrow {
  margin: 0.9rem 0;
  text-align: center;
}

.us-arrow img {
  width: 1.5rem;
  height: auto;
}

/* 重要提醒 */
.us-notice {
  width: 100%;
  box-sizing: border-box;
background: linear-gradient( 90deg, #FF2442 0%, #FF5765 100%);
  padding: 2.75rem 6rem;
  text-align: center;
}

.us-notice-title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.us-notice-line {
  margin-top: 0.8rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

/* 媒体查询 -- 响应式 */
@media (max-width: 720px) {
  /* 导航头 */
  .contenter-wrap-nav {
    width: 92%;
    border-bottom: none;
    height: auto;
    display: none;
    padding: 50px 50px 0;
  }
  .contenter-wrap-nav li:first-child {
    display: none;
  }
  .xylogo {
    width: 98px;
    height: 134px;
    margin-top: -5rem;
  }
  .contenter-wrap-nav li {
    border-right: none;
    box-sizing: border-box;
    line-height: 54px;
    text-align: left;
    border-bottom: 1px solid #f8e8e3;
  }
  .contenter-wrap-nav li a {
    font-size: 16px;
  }
  .nav-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #eab4a2;
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 999;
    overflow: hidden;
  }
  .nav-btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 5px;
  }
  .nav-btn-icon > span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    margin-top: 5px;
  }
  .contenter-wrap-content {
    margin-top: 0;
  }
  /* 轮播图 */
  #swaper {
    width: 100%;
    height: 600px;
    padding: 50px 0 70px;
  }
  #goNext {
    display: none;
  }
  #goPrev {
    display: none;
  }
  .detail {
    text-align: center;
    margin-top: 17%;
  }
  .swaperDetail > .detail p {
    font-size: 16px;
  }
  .swaperDetail > .detail {
    width: 24rem;
    margin-left: 9rem;
  }
  #swaper ul li {
    width: 43rem;
    display: flex;
    justify-content: center;
  }
  .swaperDetail {
    display: flex;
    flex-direction: column-reverse;
  }
  .automaticMatch img {
    width: 268px;
    height: 400px;
  }
  .automaticMatch {
    margin-top: 50px;
    margin-left: 0;
  }
  #swaper ol {
    right: 39%;
    bottom: 6%;
  }
  #swaper ol li {
    width: 16px;
    height: 16px;
  }
  /* 寻缘树二维码以及电话地址 */
  .thirdPicture-bot {
    display: flex;
    flex-direction: column;
  }
  .fourthPicture {
    width: 95%;
    height: 490px;
    padding: 7% 3% 0px;
  }
  .fourthPicture-content {
    width: 100%;
  }
  .fourthPicture-content-top {
    width: 100%;
    font-size: 14px;
    height: 300px;
    display: flex;
    flex-direction: column;
  }
  .left,
  .right {
    width: 100%;
  }
  .left-qrCode {
    width: 131px;
    height: 131px;
    margin-top: 4%;
  }
  .left {
    margin-bottom: 6%;
  }
  .right-tel {
    margin-left: 20px;
  }
  .right-address {
    width: 160px;
    margin-right: 0;
  }
  .fourthPicture-content-bot {
    margin-top: 40px;
    font-size: 14px;
  }
}
/* 宽度到达1000的时候, 根元素字体大小变为14px */
@media screen and (max-width: 1000px) {
  html {
    font-size: 14px;
  }
}
/* 宽度到达800的时候, 根元素字体大小变为12px */
@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 10px;
  }
} /*# sourceMappingURL=usage.css.map */
