#mainBody {
  background-color: #f5f5f5;
}
#mainBody header {
  padding: 0.25rem;
  background-color: #ffffff;
}
#mainBody header > p {
  font-size: 0.36rem;
  font-family: "PingFangSC";
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

#mainBody .content .details .title {
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
}
#mainBody .content .details .details_img {
  padding: 0.4rem 0;
  position: relative;
}
#mainBody .content .details .details_img .img_1 {
  width: 1.8rem;
  position: absolute;
  right: 0.4rem;
  bottom: -0.9rem;
}
#mainBody .content .details .details_wen {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #eeb9a9;
}
#mainBody .content .details .details_wen > h3 {
  font-size: 0.36rem;
  font-family: "PingFangSC";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
#mainBody .content .details .details_wen > p {
  font-size: 0.24rem;
  font-family: "PingFangSC";
  color: #f5f5f5;
  line-height: 1.5;
}
#mainBody .content .details .people {
  margin-top: 0.22rem;
}
#mainBody .content .details .people > p {
  font-size: 0.36rem;
  font-family: "PingFangSC";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding: 0.12rem 0;
}
#mainBody .content .details .people > p > span {
  padding: 0.1rem 0.2rem;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 0.36rem;
  font-family: "PingFangSC";
  color: #f1583e;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}


.bg{
  background-image:url('../images/bg.jpg');
  background-size:100% 100%;
}

#mainBody .content .Message {
  width:70%;
  margin: 0 auto;

}
#mainBody .content .Message .xingming{
  width: 100%;
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #999999;
  line-height: 1.2;
  text-align: left;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 0.2rem 0 0.2rem;
  margin-bottom: 0.4rem;
}


#mainBody .content .Message .sex{
  padding: 0.4rem 0 0.3rem;
  margin-bottom: 0.4rem;
  width: 30px;
  height: 30px;
}





#mainBody .content .Message p {
  
  font-size: 0.4rem;
  color: #8cb2a5;
  padding-bottom: 10px;
}

#mainBody .content .Message .tel_tile {
  
  font-size: 0.4rem;
  color: #8cb2a5;
  padding-bottom: 10px;
}

#mainBody .content .Message .tel_tile_red {
  font-size: 0.1rem;
  color:#f1583e;
  padding-bottom: 10px;
}

#mainBody .content .Message span {
  
  font-size: 0.1rem;
  color: #f1583e;
  padding-bottom: 10px;
}

#mainBody .content .Message .code {
  display: flex;
  justify-content: space-between;
}
#mainBody .content .Message .code .verify {
  width: 60%;
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #999999;
  line-height: 1.2;
  text-align: left;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 0.2rem 0 0.2rem;
}

#mainBody .content .Message .code .Acquire {
  width: 35%;
  font-size: 0.28rem;
  font-family: "PingFangSC";
  line-height: 1.2;
  padding: 0.2rem 0;
  border-radius: 20px;
  background-color: #1aa8bb;
  color: #ffffff;
}

#mainBody .content .Message .kunrao ul li{
  float: left;
  padding: 0.1rem;
  margin: 0.1rem;
  border: 1px solid #8cb2a5;
  border-radius: 15px;
  color: #8cb2a5;
  
}


.active{
  background-color: #6caa9b;
  color: #fff !important;
  
}


#mainBody .content .Payment_method {
  width: 70%;
  margin: 0 auto;
}
#mainBody .content .Payment_method .title {
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #8cb2a5;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

#mainBody .content .Payment_method .remark{
  font-size: 0.3rem;
  color: #caa923;
  text-align: center;
  margin-top: 0.1rem;
}


#mainBody .content .Payment_method .banquan{
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  margin-top: 0.5rem;
}



#mainBody .content .Payment_method > ul {
  margin-top: 0.4rem;
}
#mainBody .content .Payment_method > ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
#mainBody .content .Payment_method > ul li .type .icon {
  width: 0.69rem;
}
#mainBody .content .Payment_method > ul li .type > span {
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #8cb2a5;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
#mainBody .content .Payment_method > ul li .Select {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainBody .content .Payment_method > ul li .Select:hover {
  background-color: #1aa8bb;
  border: 0;
}
#mainBody .content .Payment_method > ul .Select_verify .Select {
  background-color: #1aa8bb;
  border: 0;
}
#mainBody .Amount_paid {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position:fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
#mainBody .Amount_paid .quantity .total {
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #1a1a1a;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
#mainBody .Amount_paid .quantity .symbol {
  font-size: 0.28rem;
  font-family: "PingFangSC";
  color: #1aa8bb;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-left: 0.02rem;
}
#mainBody .Amount_paid .quantity .money {
  font-size: 0.48rem;
  font-family: "PingFangSC";
  color: #1aa8bb;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
#mainBody .Amount_paid .button {
  font-size: 0.32rem;
  font-family: "PingFangSC";
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  padding: 0 0.55rem;
  background-color: #1aa8bb;
}


.clear{
  clear: both;
}
