.h_contents .h_banner {
  margin-bottom: 9px;
}
.h_contents .h_banner img {
  width: 100%;
}
.h_contents .h_text {
  padding: 40px 20px;
  position: relative;
  z-index: 8;
}
.h_contents .h_text .h_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.h_contents .h_text .h_title {
  font-size: 18px;
  font-family: CJGaoDeGuo-MH-Regular, CJGaoDeGuo-MH;
  font-weight: 400;
  color: #3D3D3D;
  text-align: center;
}
.h_contents .h_text .h_desc {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  text-align: justify;
  color: #3D3D3D;
  line-height: 25px;
  text-decoration: underline;
  text-indent: 2em;
}
.h_contents .h_text .h_desc .red {
  color: #C7000B;
}
.h_contents .h_text .h_desc2 {
  text-align: center;
  color: #C7000B;
  text-indent: 0;
}
.h_contents .h_proList {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_contents .h_proList .h_box {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.h_contents .h_proList .h_box .h_img {
  /*padding: 4px;*/
  position: relative;
  width: 36%;
}
.h_contents .h_proList .h_box .h_img::after {
  position: absolute;
  /*content: '';*/
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 50%, rgba(216, 216, 216, 0) 100%);
}
.h_contents .h_proList .h_box .h_img img {
  width: 100%;
  aspect-ratio: 1;
}
.h_contents .h_proList .h_box .h_btom {
  padding: 0 10px;
    width: 66%;
}
.h_contents .h_proList .h_box .h_btom .h_p1 {
  font-size: 15px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 20px;
}
.h_contents .h_proList .h_box .h_btom .h_tag {
  display: inline-block;
  margin-top: 6px;
  height: 17px;
  padding: 0 4px;
  line-height: 17px;
  background: #F6F6F6;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #C7000B;
}
.h_contents .h_proList .h_box .h_btom .h_item {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.h_contents .h_proList .h_box .h_btom .h_item .h_price {
  font-size: 13px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #3D3D3D;
}
.h_contents .h_proList .h_box .h_btom .h_item .h_price span {
  font-size: 18px;
}
.h_contents .h_proList .h_box .h_btom .h_item .h_btn {
  width: 82px;
  height: 24px;
  line-height: 24px;
  background: #C7000B;
  border-radius: 16px 16px 16px 16px;
  font-size: 13px;
  text-align: center;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.h_contents .h_orderMenu {
  height: 40px;
}
.h_contents .h_orderMenu .h_posFixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 16px;
  background: #F6F6F6;
}
.h_contents .h_orderMenu .h_posFixed .h_nav {
  font-size: 15px;
  line-height: 23px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #777777;
  position: relative;
}
.h_contents .h_orderMenu .h_posFixed .h_nav::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background: transparent;
  border-radius: 1px 1px 1px 1px;
  bottom: -4px;
  left: 0;
}
.h_contents .h_orderMenu .h_posFixed .h_nav.h_active::after {
  background: #C7000B;
}
.h_contents .h_orderList .h_order {
  display: block;
  margin-bottom: 14px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px 10px;
}
.h_contents .h_orderList .h_order .h_box {
  display: flex;
}
.h_contents .h_orderList .h_order .h_box .h_L {
  width: 74px;
  height: 74px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 8px 8px 8px 8px;
}
.h_contents .h_orderList .h_order .h_box .h_L img {
  width: 100%;
}
.h_contents .h_orderList .h_order .h_box .h_R {
  width: calc(100% - 84px);
}
.h_contents .h_orderList .h_order .h_box .h_R .h_p1 {
  margin-bottom: 6px;
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3D3D;
}
.h_contents .h_orderList .h_order .h_box .h_R .h_p2 {
  justify-content: space-between;
  display: flex;
  font-size: 13px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 500;
  color: #A3A3A3;
}
.h_contents .h_orderList .h_order .h_payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.h_contents .h_orderList .h_order .h_payment .h_sp1 {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
  margin-right: 4px;
}
.h_contents .h_orderList .h_order .h_payment .h_sp2 {
  font-size: 12px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #C7000B;
}
.h_contents .h_orderList .h_order .h_payment .h_sp3 {
  font-size: 15px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #C7000B;
}
.h_contents .h_book .h_Box {
  margin-bottom: 16px;
  padding: 16px 20px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.h_contents .h_book .h_Box .h_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #C7000B;
}
.h_contents .h_book .h_Box .h_title img {
  width: 16px;
  margin-left: 4px;
}
.h_contents .h_book .h_ydxz .h_desc {
  display: flex;
}
.h_contents .h_book .h_ydxz .h_desc p {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 24px;
}
.h_contents .h_book .h_ydxz .h_desc p:first-child {
  margin-right: 4px;
}
.h_contents .h_book .h_wxts {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #0042C7;
  line-height: 24px;
}
.h_contents .h_book .h_ydxx {
  padding-bottom: 0;
}
.h_contents .h_book .h_ydxx .h_title {
  margin-bottom: 0;
}
.h_contents .h_book .h_ydxx .h_box {
  display: flex;
  height: 52px;
  align-items: center;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_contents .h_book .h_ydxx .h_box:last-child {
  box-shadow: none;
}
.h_contents .h_book .h_ydxx .h_box p {
  font-size: 14px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3D3D;
  width: 86px;
  white-space: nowrap;
}
.h_contents .h_book .h_ydxx .h_box input {
  width: calc(100% - 86px);
  height: 50px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #777777;
}
.h_contents .h_details {
  background: #FFFFFF;
  padding: 0 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.h_contents .h_details .h_box {
  display: flex;
  align-items: center;
  height: 52px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.h_contents .h_details .h_box:last-child {
  box-shadow: none;
}
.h_contents .h_details .h_box .h_p1 {
  font-size: 14px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3D3D;
  width: 86px;
}
.h_contents .h_details .h_box .h_val {
  width: calc(100% - 86px);
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #777777;
}
.h_contents .h_details .h_box .h_val.h_val1 {
  color: #C7000B;
}
.h_contents .h_details .h_box .h_val.h_val2 {
  color: #C7000B;
  font-weight: bold;
}
.h_contents .h_btns .h_btn {
  display: block;
  height: 50px;
  line-height: 50px;
  background: #C7000B;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  font-size: 17px;
  margin-bottom: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.h_contents .h_btns .h_btn2 {
  background: #25A617;
}
.h_contents .h_btns .h_btn3 {
  background: #E6EAED;
  color: #798289;
}
.h_contents .h_payment .h_imgbox {
  padding: 30px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.h_contents .h_payment .h_imgbox img {
  width: 75px;
}
.h_contents .h_payment .h_imgbox .h_desc .h_p1 {
  font-size: 19px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3D3D;
}
.h_contents .h_payment .h_imgbox .h_desc .h_p2 {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #A5A5A5;
}
.h_contents .h_payment .h_bill {
  margin-bottom: 30px;
}
.h_contents .h_payment .h_bill .h_box1 {
  height: 10px;
  background: #DBDBDB;
  border-radius: 5px 5px 5px 5px;
}
.h_contents .h_payment .h_bill .h_box2 {
  height: 180px;
  overflow: hidden;
  margin-top: -5px;
  padding: 0 6px;
}
.h_contents .h_payment .h_bill .h_box2 .h_box {
  height: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #EDEDED 0%, #FFFFFF 12%);
}
.h_contents .h_payment .h_bill .h_box2 .h_box .h_price {
  border-bottom: 1px dashed #D8D8D8;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #3D3D3D;
}
.h_contents .h_payment .h_bill .h_box2 .h_box .h_price span {
  font-size: 24px;
}
.h_contents .h_payment .h_bill .h_box2 .h_box .h_masg {
  padding: 20px 20px;
}
.h_contents .h_payment .h_bill .h_box2 .h_box .h_masg .h_t {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #484848;
  margin-bottom: 16px;
}
.h_contents .h_payment .h_bill .h_box2 .h_box .h_masg .h_t span {
  font-size: 13px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #3D3D3D;
}
