body{
  background-color: #f8f8f8;
}
.order_details {
  padding: .5rem 0px;
  margin: 1.3rem auto 2.4rem;
  width: var(--web_width);
  color: var(--fontColor_main);
  column-gap: 0.8rem;
}
.order_details .step{
  width: 100%;
  height: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0px;
  overflow: hidden;
  background-color: #EFEFEF;
}
.order_details .step>div{
  font-size: .7rem;
  /*text-align: center;*/
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_details .step .active{
  background-color: #FF2044;
  color: #ffffff;
  position: relative;
}
.order_details .step .active .right{
  border: 0.92rem solid #EFEFEF;
  border-left: .92rem solid #ff2044;
  position: absolute;
  right: 0px;
}
.order_main {
  width: var(--web_width);
  background-color: #fff;
  padding: 1.2rem;
  min-height: calc(100vh - 23.9rem);
  margin: 0 auto;
  color: var(--fontColor_main);
}
.order_main_title {
  font-size: 0.8rem;
  background-color: #f8f8f8;
  line-height: 2.4rem;
  padding: 0 0.8rem;
}
.order_main_list {
  border-bottom: 1px solid #f4f4f4;
  padding: 1.2rem 0;
}
.order_main_list > h1 {
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 1.2rem;
}
.order_main_list > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.2rem;
  font-size: 0.7rem;
}
.order_main_list > ul > li {
  width: 33.3333%;
}
.order_main_ts {
  font-size: 0.6rem;
  color: #999;
  display: flex;
  margin-top: 1.8rem;
}
.order_main_button {
  font-size: 0.7rem;
  color: #fff;
  background-color: var(--back_color_red);
  border: 0;
  width: 8rem;
  height: 2rem;
  cursor: pointer;
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_main_button:hover {
  opacity: 0.8;
}
.order_main_button:active {
  opacity: 1;
}
.order_details_tips {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.4rem;
}
.order_dT_box {
  text-align: center;
}
.order_dT_box > img {
  width: 6.4rem;
  margin-bottom: 1rem;
}
.order_dT_box_title {
  font-size: 0.9rem;
  font-weight: bold;
  color: var(--back_color_red);
  margin-bottom: 1.8rem;
}
.order_dT_box_text {
  font-size: 0.7rem;
  padding-bottom: 3rem;
}
.order_dT_box_text > p {
  margin-bottom: 0.4rem;
}
.order_dT_box_button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.4rem;
}
.order_dT_box_button > button {
  margin-top: 0;
}
.order_dT_box_button > button:nth-child(1) {
  background-color: #fff;
  color: var(--back_color_red);
  border: 1px solid var(--back_color_red);
}
.abnormal_button {
  width: 100%;
}
.abnormal_img {
  width: 9.4345rem !important;
  margin-bottom: 4.5rem !important;
}
.head_button {
  height: 3.2rem;
  font-size: 0.9rem;
}

.payment_mode{
  padding: 0 0.8rem !important;
  display: flex;
  align-items: center;
  column-gap: 5rem;
  font-size: 0.7rem;
}

.payment_mode > div {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
}
.payment_mode > div > img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.payment_mode > div > i {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #999;
  box-sizing: border-box;
}
.payment_mode_click > i {
  border: 0.2rem solid var(--back_color_red) !important;
}
.payment_xz {
  display: flex;
  border: 0 !important;
  padding: 0 !important;
}
.payment_xz > p > a {
  color: var(--back_color_red);
}
.payment_mode_click > i {
  border: 0.2rem solid var(--back_color_red) !important;
}
.payment_dl_time{
  color: #FF2044;
  border: none !important;
  font-size: .8rem;
  padding: 0px !important;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.payment_dl_time img{
  margin-right: .5rem;
}
.order_payment_two{
    display: flex;
}
