@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%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto;
}

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

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

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

.contenter-wrap-nav li {
  border-right: 1px solid #f8e8e3;
}

.contenter-wrap-nav li:hover {
  background-color: #fdf7f5;
}

.contenter-wrap-nav li:first-child:hover {
  background-color: white;
}

.logo {
  width: 9.375rem;
  height: 2.1875rem;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
}

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

/* 支付入口========================================== */
.payEnter_box {
  background: #fef9fb;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

.payEnter_box .payEnter_box-top {
  width: 67.16rem;
  border-bottom: 0.04rem solid #CCCCCC;
  margin-top: 3.64rem;
}

.payEnter_box .payEnter_box-top .title {
  font-weight: 600;
  font-size: 1.52rem;
  color: #282828;
  margin-left: 4.2rem;
  margin-bottom: 1.28rem;
}

.payEnter_box .payEnter_box-price {
  width: 67.16rem;
  margin-top: 1.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payEnter_box .payEnter_box-price .price-box {
  width: 52.67rem;
}

.price-top {
  width: 100%;
  margin-top: 1.88rem;
  /* background: red; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.price-top .item1 {
  font-weight: 400;
  font-size: 1.12rem;
  color: #6E6E6E;
  min-width: 5.6rem;
}

.price-top .item2 {
  width: 8.02rem;
  height: 3.2rem;
  background: #FFFFFF;
  border-radius: 0.64rem;
  border: 0.06rem solid #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.36rem;
  color: #484848;
  margin-left: 1.52rem;
  cursor: pointer;
}

.price-top .item2-a {
  margin-left: 0.5rem;

}
.price-top .active{
  background: #FFFFFF;
  box-shadow: 0rem 0.28rem 0.28rem 0rem rgba(194, 15, 15, 0.12);
  border-radius: 0.64rem;
  border: 0.08rem solid #FF2845;
  font-weight: 600;
  font-size: 1.36rem;
  color: #FF2845;
}

.price-center {
  width: 100%;
  margin-top: 1.92rem;
  display: flex;
  align-items: center;
}

.price-center .item1 {
  font-weight: 400;
  font-size: 1.12rem;
  color: #6E6E6E;
  min-width: 5.6rem;
}

.price-center .item2 {
  font-weight: 600;
  font-size: 1.68rem;
  color: #FF2845;
  margin-left: 0.5rem;
}

.price-bottom {
  width: 100%;
  margin-top: 1.92rem;
  display: flex;
  align-items: center;
}

.price-bottom .item1 {
  font-weight: 400;
  font-size: 1.12rem;
  color: #6E6E6E;
  min-width: 5.6rem;
}

.price-bottom .item2 {
  width: 22.36rem;
  height: 4.56rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.24rem 0.24rem 0rem rgba(194, 15, 15, 0.12);
  border-radius: 0.63rem;
  margin-left: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.price-bottom .item2 .switch{
  position: absolute;
  bottom: -1.6rem;
  left: 0.1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1.12rem;
  color: #FF4242;
}
.price-bottom .item2 .switch img{
  width: 1.12rem;
  height: 1.12rem;
  margin-right: 0.24rem;
  margin-top: 0.2rem;
}
.price-bottom .item3 {
  width: 22.36rem;
  height: 4.56rem;
  background: #FFFFFF;
  border-radius: 0.63rem;
  border: 0.05rem solid #DEDEDE;
  margin-left: 1.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.price-bottom .actives{
  border: 0.08rem solid #FF2845;
}

.price-bottom .item2 img {
  width: 8.8rem;
  height: 2.48rem;
}

.price-bottom .item3 img {
  width: 8.08rem;
  height: 2rem;
}

.payEnter_box .submit-pay-box {
  width: 100%;
  margin-top: 1.92rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payEnter_box .submit-pay-box .submit-pay {
  width: 21.52rem;
  height: 4rem;
  background: linear-gradient(180deg, #FF5A77 0%, #FF2E42 100%);
  box-shadow: 0rem 0.52rem 1.04rem 0rem rgba(222, 33, 33, 0.14);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.36rem;
  color: #FFFFFF;
  cursor: pointer;
}

.payEnter_box .detail-img {
  width: 60.16rem;
  margin-top: 1.88rem;
 display: flex;
 justify-content: center;
 align-items: center;
}
.payEnter_box .detail-img img{
  width: 100%;
  height: 100%;
  height: 48.68rem;
}

.payEnter_box .footer-content{
  width: 60.16rem;
  margin-top: 1.68rem;
  background: #fef9fb;
  height: 24rem;
  display: flex;
  flex-direction: column;
}
.payEnter_box .footer-content div{
  font-weight: 400;
  font-size: 1.12rem;
  color: #6E6E6E;
}



















.payEnter_box .payEnter_item_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payEnter_box h1 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #434344;
  margin-bottom: 1.64rem;
}

.payEnter_box .pay_box {
  width: 26.4rem;
  height: 12.8rem;
  background: #ffffff;
  box-shadow: 0rem 0.36rem 0.56rem 0rem rgba(246, 204, 221, 0.4);
  border-radius: 0.48rem;
  border: 0.08rem solid #ffcccc;
  padding: 1.64rem 1.64rem 1.44rem 1.64rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.payEnter_box .pay_box .hr_box {
  height: 0.04rem;
  box-shadow: 0rem 0.36rem 0.56rem 0rem rgba(246, 204, 221, 0.4);
  border-bottom: 0.04rem solid #ffcccc;
}

.payEnter_box .pay_box span {
  font-weight: 400;
  font-size: 1.12rem;
  color: #7e7e7e;
}

.payEnter_box .pay_box b {
  color: #434344;
  font-size: 1.52rem;
}

.payEnter_box .pay_box strong {
  color: #ff4646;
  font-size: 1.48rem;
}

.payEnter_box .pay_box .pay_btn {
  height: 3.68rem;
  background: #53aaff;
  box-shadow: 0rem 0.36rem 0.56rem 0rem rgba(246, 204, 221, 0.4);
  border-radius: 0.48rem;
  border: 0.08rem solid #3192f0;
  font-weight: 600;
  font-size: 1.48rem;
  color: #ffffff;
  line-height: 3.68rem;
  text-align: center;
  cursor: pointer;
}

/* 左上角三条杠一开始不显示 */
.nav-btn {
  display: none;
}

.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: 16.0625rem;
  padding: 4.375rem 0;
}

.fourthPicture-content {
  width: 80%;
  height: 100%;
  margin: auto;
}

.fourthPicture-content-top {
  width: 100%;
  /* height: 10rem; */
  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: 23rem;
  color: #333;
  /* margin-right: 2rem; */
}

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

.bot-ICP {
  color: #333;
  margin-bottom: 0.375rem;
  text-decoration: underline;
}

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

.bot-ICP a,
.bot-record a {
  color: #333;
}

/* 媒体查询 -- 响应式 */
@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;
  }

  .firstPicture {
    height: 48rem;
  }

  .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;
  }

  /* 寻缘树二维码以及电话地址 */
  .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;
  }

  /* 加入我们 */
  .joinUs {
    width: 100%;
    padding: 65px 0;
  }

  .jionUs-wrap {
    width: 100%;
  }

  .xystudio {
    display: flex;
    flex-direction: column;
  }

  .becomeVolunteer {
    display: flex;
    flex-direction: column-reverse;
  }

  .jionUs-title {
    font-size: 36px;
    color: #333;
  }

  .welcome {
    font-size: 20.8px;
    margin-bottom: 20px;
  }

  .xystudio-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .xystudio-img img {
    display: block;
    width: 89%;
    /* width: 320px;
        height: 280px; */
  }

  .becomeVolunteer img {
    display: block;
    width: 89%;
    /* width: 320px;
        height: 220px; */
  }

  .xystudio-content {
    width: 100%;
    margin-left: 0;
  }

  .xystudio-description {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .word {
    width: 89%;
    font-size: 16px;
    line-height: 3rem;
  }

  .offlineActive {
    margin-top: 20px;
  }

  .offlineActive,
  .active {
    display: flex;
    flex-direction: column;
  }

  .activeStart,
  .dateWall {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 6%;
  }

  .activeBegin {
    font-size: 17px;
    margin-left: 6%;
  }

  .active {
    margin-top: 6px;
  }

  .praisePlatform {
    margin-top: 20px;
  }

  .belss {
    display: flex;
    flex-direction: column;
    margin-top: 6px;
  }

  .goodOpinion {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .facilitateSuccessful {
    display: flex;
    flex-direction: column;
  }
}

/* 宽度到达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=overseas.css.map */