.container {
  height: 100vh;
  background: #f9f9f9;
  box-sizing: border-box;
}
.container .module_area {
  padding: 0.3rem;
  border-radius: 0.3rem;
  background: #ffffff;
  margin-bottom: 0.2rem;
}
.container .module_area .module_title {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #2f353e;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.container .module_area .module_title::before {
  content: "";
  width: 0.06rem;
  height: 0.3rem;
  background: linear-gradient(0deg, #fff1e6 0%, #ff8519 100%);
  margin-right: 0.14rem;
}
.container .module_area .name_input_box,
.container .module_area .phone_input_box,
.container .module_area .code_input_box {
  display: flex;
  align-items: center;
  border-bottom: 0.02rem solid #f9f9f9;
  margin-bottom: 0.3rem;
}
.container .module_area .name_input_box .label,
.container .module_area .phone_input_box .label,
.container .module_area .code_input_box .label {
  display: flex;
  width: 20%;
  color: #000711;
  font-size: 0.26rem;
  line-height: 0.39rem;
}
.container .module_area .name_input_box .label::before,
.container .module_area .phone_input_box .label::before,
.container .module_area .code_input_box .label::before {
  content: "*";
  color: #ff6462;
  margin-right: 0.1rem;
  font-weight: bold;
}
.container .module_area .name_input_box .input,
.container .module_area .phone_input_box .input,
.container .module_area .code_input_box .input {
  border: none;
  flex: 1;
}
.container .module_area .name_input_box .code_btn,
.container .module_area .phone_input_box .code_btn,
.container .module_area .code_input_box .code_btn {
  display: flex;
  align-items: center;
  color: #3b86fd;
  font-size: 0.26rem;
  padding-right: 0.3rem;
}
.container .module_area .name_input_box .code_btn::before,
.container .module_area .phone_input_box .code_btn::before,
.container .module_area .code_input_box .code_btn::before {
  content: "｜";
  color: #d5d9dd;
  margin-right: 0.2rem;
}
.container .module_area .code_input_box {
  margin-bottom: 0;
}
.container .module_area .service_msg_area {
  display: flex;
  justify-content: space-between;
}
.container .module_area .service_msg_area .avatar {
  width: 1.8rem;
  height: 1.35rem;
  border-radius: 0.16rem;
  margin-right: 0.24rem;
}
.container .module_area .service_msg_area .title_info_box {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 0.24rem;
}
.container .module_area .service_msg_area .title {
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.container .module_area .service_msg_area .info {
  color: #666666;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.container .module_area .service_msg_area .price_count_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.container .module_area .service_msg_area .price {
  display: flex;
  align-items: baseline;
  color: #ff7700;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.42rem;
  margin-bottom: 0.1rem;
}
.container .module_area .service_msg_area .price::before {
  content: "¥ ";
  font-size: 0.24rem;
  margin-right: 0.1rem;
}
.container .module_area .service_msg_area .count {
  color: #666666;
  font-size: 0.24rem;
}
.container .submit_area {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100vw;
  padding: 0.12rem 0.24rem;
  box-sizing: border-box;
  background: #ffffff;
}
.container .submit_area .total_price_box {
  display: flex;
  align-items: baseline;
}
.container .submit_area .total_price_box .label {
  font-size: 0.24rem;
  color: #000711;
  line-height: 0.36rem;
  margin-right: 0.1rem;
}
.container .submit_area .total_price_box .total_price {
  display: flex;
  align-items: baseline;
  color: #ff5c61;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.42rem;
  margin-bottom: 0.1rem;
}
.container .submit_area .total_price_box .total_price::before {
  content: "¥ ";
  font-size: 0.24rem;
}
.container .submit_area .submit_btn {
  width: 2.8rem;
  height: 0.75rem;
  border-radius: 0.38rem;
  line-height: 0.75rem;
  text-align: center;
  background: #ff852e;
  color: #ffffff;
  font-size: 0.28rem;
  font-weight: bold;
}
.container .pay_shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 7, 17, 0.5);
  z-index: 9999;
}
.container .pay_shade .pay_inner_area {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border-radius: 0.3rem 0.3rem 0 0;
  width: 100vw;
  overflow: hidden;
  padding: 0.3rem;
  box-sizing: border-box;
}
.container .pay_shade .pay_inner_area .shade_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
  padding-left: 2.5rem;
}
.container .pay_shade .pay_inner_area .shade_title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
}
.container .pay_shade .pay_inner_area .cancel {
  font-size: 0.24rem;
  color: #999999;
}
.container .pay_shade .pay_inner_area .total_price_box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: bold;
  color: #000711;
  margin-bottom: 0.3rem;
}
.container .pay_shade .pay_inner_area .total_price_box::before {
  content: "¥ ";
  color: #000711;
  font-weight: bold;
  font-size: 0.3rem;
  margin-right: 0.1rem;
}
.container .pay_shade .pay_inner_area .pay_count_down_box {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 0.24rem;
  margin-bottom: 0.6rem;
}
.container .pay_shade .pay_inner_area .pay_count_down_box .count_down_icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.08rem;
}
.container .pay_shade .pay_inner_area .pay_count_down_box .label {
  color: #60666d;
}
.container .pay_shade .pay_inner_area .pay_count_down_box .pay_count_down {
  color: #ff852e;
}
.container .pay_shade .pay_inner_area .type_item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 1.08rem;
  border-radius: 0.2rem;
  padding: 0 0.3rem;
  background: #f3f5f8;
  margin-bottom: 0.24rem;
  box-sizing: border-box;
}
.container .pay_shade .pay_inner_area .type_icon {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.4rem;
}
.container .pay_shade .pay_inner_area .type_text {
  color: #000024;
  font-size: 0.3rem;
  font-weight: bold;
  flex: 1;
}
.container .pay_shade .pay_inner_area .choose_circle {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background-color: #d5d9dd;
  border: 0.08rem solid transparent;
  box-sizing: border-box;
}
.container .pay_shade .pay_inner_area .active {
  border: 0.08rem solid #ff852e;
  background-color: #ffffff;
}
.container .pay_shade .pay_inner_area .submit_btn_box {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 0.4rem;
  background: #FF852E;
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.6rem;
}
