
.fhyx_order_erm {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
    display:none;
}
.fhyx_order_erm.show {
    display: block;
}
.fhyx_order_erm_c {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 384px;
    height: 446px;
    background-color: #ffffff;
    border-radius: 8px;
}

.fhyx_order_erm_con {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.fhyx_order_erm_close {
    position: absolute;
    top: 14px;
    right: 29px;
    width: 42px;
    height: 42px;
    background: url(https://static.fhyx.com/images/application/pc/com/account_logout_icon04.png) no-repeat;
    cursor: pointer;
}

.fhyx_order_erm_c_l {
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.fhyx_order_erm_c_l p {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    font-size: 20px;
}

.fhyx_order_erm_c_l .price {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 32px;
    color: #ff4200;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.fhyx_order_erm_c_l .price em {
    font-size: 32px;
    font-weight: bold;
}

.fhyx_order_erm_c_r {
    width: 208px;
    height: 208px;
    display: table;
    margin: 0 auto 0;
}

.fhyx_order_erm_c_r img {
    width: 100%;
    height: 100%;
}

.fhyx_order_erm_c_b {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fhyx_order_erm_c_b label {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.fhyx_order_erm_c_b img {
  width: 1em;
}
.fhyx_order_erm_c_b_1 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
}
