body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}
input {
  background-color: transparent;
  border: 0;
  outline: none
}

input:focus {
  border: 1px solid #fd2c54;
  border-top-left-radius: 0.11rem;
  border-bottom-left-radius: 0.11rem;
}


button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

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

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

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

.align-end {
  display: flex;
  align-items: flex-end;
}

.page {
  /* background: linear-gradient(180deg, #ebecf9 0%, #f4ebf7 100%); */
  background: url(../img/19.png) no-repeat;
  background-size:100%;
  width: 100%;
}

.container {
  width: 1000px;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.header {
  justify-content: space-between;
  margin: 0.3rem 0;
  align-items: center;
}

.pc_header_img {
  height: 1.07rem;
  cursor: pointer;
}

.logo {
  height: 1.07rem;
  margin-right: 0.25rem;
}

.header_title {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.59rem;
  font-family: PingFangSC-Medium;
  font-weight: 550;
  text-align: right;
  white-space: nowrap;
  line-height: 1.12rem;

}

.content {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.05rem 0.64rem 0rem rgba(32, 32, 32, 0.1);
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 0.5rem 1rem 1rem 1.6rem;
  justify-content: flex-center;
}

.topNav li {
  margin-right: 1.4rem;
}

.switch {}

.group_11 {
  background-color: rgba(253, 44, 84, 1);
  width: 1.35rem;
  height: 0.11rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.selected {
  border: 1px solid #fd2c54 !important;

}

.modal-body_1-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0.7rem;

}

.header-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-right {
  display: none;
}

.preferential {
  position: fixed;
  top: 8rem;
  right: 0.83rem;

}

.preferential_header {
  width: 100%;
  height: 100px;
  border-radius: 60px;
  background: linear-gradient(336deg, #FF7EB8 0%, #DAB6FE 100%);
  padding: 8px;
}

.preferential_header_title {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 545;
  padding: 0 25px;
  font-size: 0.7rem;
  font-family: MiSans-Semibold, MiSans;
}

.preferential_header_title p {
  margin: 0;

  letter-spacing: 3px;
}

.preferential_header_title div {
  text-align: right;
  letter-spacing: 3px;
}

.preferential_content {
  padding: 0 45px;
  height: 160px;
  position: relative;
}

.preferential_content_line {
  width: 5px;
  height: 100%;
  display: inline-block;

  background: linear-gradient(270deg, #FBBFE6 0%, #F68BC8 100%, #F68BC8 100%);
}

.preferential_content_line:first-child {
  margin-right: 60px;
}

.preferential_content_QR {
  position: absolute;
  top: 7px;
  left: 15px;

  height: 91%;
  background: #D8A7F4;
  border-radius: 10px;
  padding: 15px;
}



.preferential_content_QR img {
  height: 100%;
  border: 1px solid #D8A7F4;
}

.preferential_foot {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  height: 60px;
  background: linear-gradient(270deg, #D8A7F4 0%, #D8A7F4 100%);
}

.preferential_foot_title {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.preferential_foot_title p {
  margin: 0;
  font-size: 0.45rem;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 500;
}

.Notice {
  display: none;
}

.phone {
  position: relative;
}

.phonediv {
  display: none;
  position: absolute;

  top: 12px;
  left: 105px;
  color: #333;
  background: #ffffff;
  font-size: 14px;
  padding: 8px 12px;
  width: 185px;
  border-radius: 5px;
}

.phonediv p {
  margin: 0;
}

.phonediv::before {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  border-style: dashed dashed solid dashed;
  position: absolute;
  left: -20px;

}

/* .phonediv::after {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  border-style: dashed dashed solid dashed;
  position: absolute;
} */

.img-hove:hover+.phonediv {
  display: block;
}

@media screen and (max-width: 750px) {
  .page {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
  }

  .container {
    width: 94%;
    margin: 0 auto;
  }

  .topdiv {
    width: 100%;
    height: 1rem;
  }

  .navdiv {
    width: 100%;
    height: 2.09rem;
  }

  .header {
    position: fixed;
    top: 9px;
    background: url(../img/22.png) no-repeat;
    background-size: 100%;
    left: 0;
    width: 100%;
    height: 2rem;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    padding: 0.43rem;
    /* padding: 0.7rem 0 0.53rem 0.3rem; */
    /* padding:1rem 0.25rem 0.25rem 0.25rem; */
    margin: 0;
  }

  .header-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-right {
    height: 0.7rem;
    display: block;
    margin-right: 10px;
  }

  .logo {
    height: 0.5rem;

    margin-right: 0.2rem;
    margin-top: 0;
  }

  .header_title {
    width: 1.92rem;
    height: 0.67rem;
    font-size: 0.48rem;
    line-height: 0.67rem;
  }


  .content {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background-color: #f8f8f8;
  }

  .topNav {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    top: 38px;

    left: 0px;
    width: 100%;

    background-color: #fff;
    height: 2.2rem;
    padding-top: 0.54rem;
  }

  .nav {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    top: 38px;

    left: 0px;
    width: 100%;

    background-color: #fff;
    height: 2.2rem;
    padding-top: 0.54rem;
  }

  .switch {
    justify-content: space-around;
    display: flex;
    position: fixed;
    top: 1.6rem;
    background: url('../img/23.png') no-repeat;
    background-size: 100%;
    left: 0;
    width: 100%;
    height: 1.3rem;
    z-index: 999;
    padding-top: 5px;
  }

  .group_11 {
    width: 0.59rem;
    margin-top: 3px;
    border-radius: 0.05rem;
    height: 0.11rem;
  }

  .selected {
    border: none !important;
  }

  .modal-body_1-img {
    display: none !important;
  }

  .preferential {
    display: none;
  }

  .pc_header_img {
    display: none;
  }

  .Notice {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #FFF8DD;
    height: 0.7rem;
    display: flex;
    align-items: center;
    padding-left: 0.43rem;
    
  }
  .Notice div{
   flex: 1;
   height: 100%;
   display: flex;
   align-items: center;
   overflow: hidden;
  }
  .Notice div span {
    
    flex: 1;
    font-size: 0.35rem;
    animation: scroll-news 10s linear infinite; /* 应用动画效果 */
    color: #A58A22;
    
  }
   @keyframes scroll-news {
   0% { transform: translateX(100%); }
   100% { transform: translateX(-100%); }
   }
  .Notice img {
    height: 65%;
    margin-right: 0.11rem;
  }
  .phone{
    display: flex;
  }
  .codemodal{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
  }
    
  .codemodal .codemodal_content{
     background: url(../img/28.png) no-repeat;
     background-size: 100% 100%;
     padding: 0.64rem 0.8rem;
     position: relative;
  }
  .codemodal .codemodal_content .codemodal_title{
    font-size: 0.59rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #303030;
    margin: 0;
    margin-bottom: 0.05rem;
  }
  .codemodal .codemodal_content .codemodal_info{
    font-size: 0.32rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #303030;
    display: table;
    padding: 0.05rem 0.53rem;
    margin: 0;
    margin-bottom: 0.43rem;
  }
  .codemodal .codemodal_content .codemodal_box{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.43rem 0rem #E3DBFD;
    border-radius: 0.21rem;
    padding: 0.35rem;
    margin: 0 0.53rem;
    margin-bottom: 0.37rem;
  }
  .codemodal .codemodal_content .codemodal_box img{
     height: 3.68rem;
  }
  .codemodal .codemodal_content .codemodal_prompt{
     margin: 0;
     font-size: 0.32rem;
     font-family: PingFangSC, PingFang SC;
     font-weight: 400;
     color: #4E5359;
     text-align: center;
  }
  .codemodal .codemodal_content .codemodal_close{
      height: 0.8rem;
      position: absolute;
      bottom: -1.25rem;
      left: 3.12rem;
  }
}