.warp {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.warp .container_2 .ctr_2 {
  display: flex;
  margin-top: 35px;
}
.warp .container_2 .ctr_2 .ctr_2_right {
  width: 70%;
  margin-top: 10px;
  background-color: #fb8640;
  color: white;
  height: 154px;
  line-height: 35px;
  font-size: 0.11rem;
  padding-left: 15px;
  padding-top: 15px;
}
.warp .container_2 .btn {
  width: 50%;
  margin: auto;
  border-radius: 25px;
  background-color: #ff6000;
  color: white;
  border: none;
  outline: none;
  line-height: 45px;
  margin-left: 0.8rem;
  margin-top: 50px;
  font-size: .2rem;
  font-weight: bold;
}
.warp .container_2 .btn a {
  color: white;
}
.warp .container_3 {
  margin-top: 40px;
}
.warp .container_4 {
  margin-top: 30px;
}
.warp .container_4 ul {
  display: flex;
  justify-content: space-around;
  margin-top: 90px;
}
.warp .container_4 ul li {
  width: 32%;
  height: 230px;
  background-color: #fbcdbd;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 90px;
}
.warp .container_4 ul li h3 {
  text-align: center;
  line-height: 25px;
}
.warp .container_4 ul li div {
  width: 75%;
  background-color: #ff6000;
  height: 45%;
  border-radius: 50%;
  padding-top: 25px;
  color: white;
  font-size: .13rem;
  position: absolute;
  top: -60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.warp .container_4 ul li div b {
  text-align: center;
}
.warp .container_4 ul li div p {
  text-align: center;
  padding-top: 10px;
  font-size: .2rem;
}
.warp .container_4 .btn {
  width: 50%;
  margin: auto;
  border-radius: 25px;
  background-color: #ff6000;
  color: white;
  border: none;
  outline: none;
  line-height: 45px;
  margin-left: .8rem;
  margin-top: 50px;
  font-size: .2rem;
  font-weight: bold;
}
.warp .container_4 .btn a {
  color: white;
}
.warp .container_5 {
  margin-top: 40px;
}
.warp .container_6 {
  background-color: #fb8640;
  color: white;
height: 800px;
  margin-top: 40px;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.warp .container_7 img {

}
.warp .container_7 .btn {
  width: 50%;
  margin: auto;
  border-radius: 25px;
  background-color: #ff6000;
  color: white;
  border: none;
  outline: none;
  line-height: 45px;
  margin-left: 0.8rem;
  margin-top: 23px;
  font-size: .2rem;
  font-weight: bold;
      margin-bottom: 10px;
}
.warp .container_7 .btn a {
  color: white;
}
.warp .container_8 {
  margin-top: 40px;
}
.warp .container_8 .grop {
  background-color: #ff6000;
  text-align: center;
  border-radius: 10px;
}
.warp .container_8 .grop p {
  color: white;
  font-weight: bold;
  padding-top: 30px;
  font-size: .2rem;
}
.warp .container_8 .grop p span {
  color: #fffc00;
}
.warp .container_8 .grop b {
  color: white;
  font-weight: normal;
  font-size: .2rem;
  display: block;
}
.warp .container_8 .txt {
  width: 90%;
  margin-top: 10px;
  height: 30px;
  padding-left: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.warp .container_8 .sub {
  width: 50%;
  color: red;
  background-color: #fffc00;
  line-height: 40px;
  font-size: .2rem;
  font-weight: bold;
  border: none;
  outline: none;
  border-radius: 5px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.warp .container_8 .sub a {
  color: red;
}
.warp .container_9 img {
  margin-top: 20px;
}
.warp .container_9 .btn {
  width: 50%;
  margin: auto;
  border-radius: 25px;
  background-color: #ff6000;
  color: white;
  border: none;
  outline: none;
  line-height: 45px;
  margin-left: 0.8rem;
  margin-top: 50px;
  font-size: .2rem;
  font-weight: bold;
}
.warp .container_9 .btn a {
  color: white;
}
.warp .container_10 img {
  margin-top: 20px;
}
.warp .container_10 .container_10_1 {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.warp .container_10 .container_10_1 button {
  width: 40%;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #ff6000; background:#FFFFFF;
  color: #ff6000;
  font-weight: bold;
  letter-spacing: 2px;
  outline: none;
}
.warp .container_10 .container_10_1 button a {
  color: #ff6000;
}
.h5 {
  font-size: .25rem;
  font-weight: bold;
  margin-top: 25px;
  color: #333333;
  text-align: center;
}
.h5 span {
  color: #f54509;
}
.h6 {
  color: #4d4d4d;
  font-size: .13rem;
  text-align: center;
  margin-top: 10px;
}
img {
  width: 100%;
}
