body {
  max-width: 480px;
  margin: 0 auto;
}
.h_posFixed {
  position: fixed;
  width: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.h_footer {
  height: 62px;
  min-height: 62px;
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  /* 兼容 iOS >= 11.2 */
  box-sizing: content-box;
}
.h_footer .h_posFixed {
  background-color: #fff;
  height: 62px;
  bottom: 0;
  box-sizing: content-box;
  box-shadow: inset 0 1px var(--rgba1-bcolor);
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  /* 兼容 iOS >= 11.2 */
}
.h_footer .h_posFixed .h_link {
  text-align: center;
}
.h_footer .h_posFixed .h_link img {
  width: 23px;
  filter: grayscale(100%) brightness(3%);
}
.h_footer .h_posFixed .h_link p {
  font-size: 10px;
  font-family: 'MiSans-Normal';
  color: #333;
}
.h_footer .h_posFixed .h_link.h_active img {
  filter: none;
}
.h_footer .h_posFixed .h_link.h_active p {
  color: var(--active-color);
}
.h_footer .h_posFixed .h_btn img {
  width: 47px;
}
.h_noMore {
  margin: 20px 0;
  text-align: center;
  font-weight: 'MiSans-Normal';
  font-size: 14px;
  color: #C7C7C7;
}
.h_contactInfo {
  background: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  padding: 0 16px;
  margin-top: 12px;
}
.h_contactInfo .h_box {
  padding: 16px 0;
  border-top: 1px solid #E5E5E5;
}
.h_contactInfo .h_box:first-child {
  border: none;
}
.h_contactInfo .h_box .h_ewm {
  width: 82px;
}
.h_contactInfo .h_box .h_info {
  margin-top: 4px;
  width: calc(100% - 100px);
}
.h_contactInfo .h_box .h_info .h_item {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}
.h_contactInfo .h_box .h_info .h_item:first-child {
  margin: 0;
}
.h_contactInfo .h_box .h_info .h_item .h_l {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.h_contactInfo .h_box .h_info .h_item .h_l img {
  width: 18px;
}
.h_contactInfo .h_box .h_info .h_item .h_r p {
  margin-top: 6px;
}
.h_contactInfo .h_box .h_info .h_item .h_r p:first-child {
  margin: 0;
}
.h_contactInfo .h_box .h_info .h_item .h_r a {
  font-size: 12px;
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.h_index .h_container .h_banner img {
  width: 100%;
}
.h_index .h_container .h_content {
  position: relative;
  z-index: 2;
  padding: 10px;
}
.h_index .h_container .h_content .h_Box1 {
  margin-top: -40px;
  border-radius: 15px;
  background: #FFFFFF;
}
.h_index .h_container .h_content .h_Box1 .h_column {
  border-radius: 15px 15px 0 0;
  height: 75px;
  background: linear-gradient(180deg, #DBE4F9 0%, #FFFFFF 100%), #E5ECF7;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab {
  flex: 1;
  column-gap: 8px;
  padding-top: 2%;
  position: relative;
  z-index: 2;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab .h_icon {
  filter: grayscale(100%) brightness(30%);
  width: 22px;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab .h_text .h_p1 {
  font-size: 15px;
  color: #333333;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab .h_text .h_p2 {
  font-size: 10px;
  color: #898D90;
  display: none;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab .h_bg {
  position: absolute;
  width: 200%;
  left: 0;
  top: 0;
  display: none;
  z-index: -2;
  pointer-events: none;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab:nth-child(2) .h_bg {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab.h_active .h_icon {
  filter: none;
  width: 32px;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab.h_active .h_text .h_p2 {
  display: block;
}
.h_index .h_container .h_content .h_Box1 .h_column .h_tabs .h_tab.h_active .h_bg {
  display: block;
}
.h_index .h_container .h_content .h_Box1 .h_box {
  padding: 0 10px 12px;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location {
  display: none;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location > div {
  position: relative;
  z-index: 2;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location:first-child {
  display: block;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_t {
  width: calc(50% - 16px);
  text-align: center;
  position: relative;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_t .h_t1 {
  font-size: 13px;
  color: #7A8799;
  margin-bottom: 10px;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_t .h_t2 {
  font-size: 20px;
  color: #333333;
  font-family: 'MiSans-Medium';
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_t .h_hide {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 4px var(--rgba1-bcolor);
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_t .h_hide p {
  line-height: 36px;
  white-space: nowrap;
  padding: 0 14px;
  color: #5f5f5f;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_t .h_hide p.active {
  background-color: var(--active-color);
  color: #fff;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_icon .h_t1 {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_location .h_icon img {
  width: 32px;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_form {
  display: none;
  margin-top: 24px;
  padding: 0 15px;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_form .h_input {
  box-shadow: 0px 1px 0px 0px var(--rgba1-bcolor);
}
.h_index .h_container .h_content .h_Box1 .h_box .h_form .h_input:first-child {
  border-top: 1px solid var(--rgba1-bcolor);
}
.h_index .h_container .h_content .h_Box1 .h_box .h_form .h_input input {
  width: 60%;
  height: 43px;
  font-size: 13px;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_form .h_input span {
  font-family: 'MiSans-Normal';
  font-size: 13px;
  color: #3D3D3D;
}
.h_index .h_container .h_content .h_Box1 .h_box .h_btn {
  margin-top: 20px;
  width: 100%;
  height: 51px;
  background: var(--active-color);
  border-radius: 69px 69px 69px 69px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
}
.h_index .h_container .h_content .h_bgBox {
  background-image: url(../static/bg1.png);
  background-position: top center;
}
.h_index .h_container .h_content .h_bgBox .h_title {
  padding: 14px;
}
.h_index .h_container .h_content .h_bgBox .h_title .h_l {
  font-size: 17px;
  color: #333333;
}
.h_index .h_container .h_content .h_bgBox .h_title .h_r {
  font-size: 14px;
  color: #969499;
}
.h_index .h_container .h_content .h_Box2 {
  margin-top: 12px;
  background-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
}
.h_index .h_container .h_content .h_Box2 .h_list {
  padding-bottom: 12px;
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box:first-child {
  border: none;
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box:first-child .h_item:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item {
  display: flex;
  align-items: center;
  column-gap: 9px;
  padding: 13px 16px;
  width: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item .h_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(139deg, rgba(86, 114, 205, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item .h_icon img {
  width: 28px;
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item .h_text {
  width: calc(100% - 51px);
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item .h_text .h_p1 {
  font-family: 'MiSans-Medium';
  font-size: 15px;
  color: #444444;
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item .h_text .h_p2 {
  font-size: 11px;
  color: #979797;
}
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item:nth-last-child(2),
.h_index .h_container .h_content .h_Box2 .h_list .h_box .h_item:last-child {
  border-bottom: none;
}
.h_index .h_container .h_content .h_Box3 {
  margin-top: 12px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item {
  background-color: #fff;
  padding: 0 20px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item a {
  padding: 14px 0;
  border-bottom: 1px solid var(--rgba1-bcolor);
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item a .h_text {
  width: calc(100% - 117px);
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item a .h_text .h_name {
  font-size: 14px;
  color: #333333;
  font-family: 'MiSans-Medium';
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item a .h_text .h_date {
  font-size: 12px;
  color: #8D8A9B;
  margin-top: 2px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item a .h_img {
  width: 100px;
  height: 56px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child {
  padding: 0 10px 12px;
  background: linear-gradient(180deg, transparent 0% 10%, #fff 10% 100%);
  border-radius: 0 0 15px 15px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child a {
  background: #FAFAFA;
  border: none;
  flex-direction: column-reverse;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child a .h_img {
  width: 100%;
  padding-top: 42%;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child a .h_img img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child a .h_text {
  padding: 12px 10px;
  width: 100%;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child a .h_text .h_name {
  font-size: 15px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:first-child a .h_text .h_date {
  margin-top: 4px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:nth-child(2) {
  padding-top: 8px;
  margin-top: 12px;
  border-radius: 15px 15px 0 0;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:last-child {
  padding-bottom: 8px;
  border-radius: 0 0 15px 15px;
}
.h_index .h_container .h_content .h_Box3 .h_list .h_item:last-child a {
  border: none;
}
.h_order .h_search {
  height: 70px;
}
.h_order .h_search .h_posFixed {
  background: #F6F7FB;
  padding: 12px 10px;
  height: 70px;
  top: 0;
}
.h_order .h_search .h_input {
  background: #fff;
  padding: 0 12px;
  border-radius: 10px 10px 10px 10px;
}
.h_order .h_search .h_input .icon {
  font-size: 20px;
  color: var(--active-color);
}
.h_order .h_search .h_input input {
  width: calc(100% - 28px);
  height: 46px;
}
.h_order .h_container {
  height: 100%;
  overflow-y: auto;
  padding: 0 10px;
}
.h_order .h_container .h_list .h_item {
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 16px 20px;
}
.h_order .h_container .h_list .h_item .h_code {
  font-size: 12px;
  color: #7A8799;
}
.h_order .h_container .h_list .h_item .h_code img {
  width: 15px;
  margin-left: 2px;
}
.h_order .h_container .h_list .h_item .h_location {
  margin-top: 16px;
  padding: 0 10px;
}
.h_order .h_container .h_list .h_item .h_location p {
  font-size: 13px;
  color: #333333;
  font-family: 'MiSans-Medium';
}
.h_order .h_container .h_list .h_item .h_location img {
  width: 29px;
}
.h_order .h_container .h_list .h_item .h_desc {
  padding: 0 10px;
  margin-top: 4px;
  font-size: 14px;
  color: #7A8799;
  font-family: 'MiSans-Normal';
}
.h_order .h_container .h_list .h_item .h_btom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 14px;
  padding-top: 16px;
  row-gap: 6px;
}
.h_order .h_container .h_list .h_item .h_btom .h_date .h_box {
  display: flex;
  margin-bottom: 6px;
}
.h_order .h_container .h_list .h_item .h_btom .h_date .h_box:last-child {
  margin: 0;
}
.h_order .h_container .h_list .h_item .h_btom .h_date .h_box .h_p1 {
  white-space: nowrap;
  font-size: 13px;
  color: #7A8799;
}
.h_order .h_container .h_list .h_item .h_btom .h_date .h_box .h_p2 {
  font-size: 13px;
  color: #333333;
}
.h_order .h_container .h_list .h_item .h_btom .h_state {
  height: 24px;
  line-height: 25px;
  font-size: 12px;
  font-family: 'MiSans-Normal';
  border-radius: 8px 8px 8px 8px;
  padding: 0 8px;
}
.h_order .h_container .h_list .h_item .h_btom .h_state.state1,.h_state.state3,.h_state.state0 {
  background: #DCFCE7;
  color: #166534;
}
.h_order .h_container .h_list .h_item .h_btom .h_state.state2,.h_state.state4 {
  background: #DBEAFE;
  color: #1E40AF;
}
.h_order .h_container .h_list .h_item .h_btom .h_state.state4 {
  background: #DBEAFE;
  color: #1E40AF;
}
.h_about {
  background-color: #fff;
}
.h_about .h_banner {
  position: relative;
}
.h_about .h_banner .banner {
  width: 100%;
}
.h_about .h_banner .h_imgMask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.h_about .h_banner .h_logo {
  width: 122px;
  height: 122px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 41px;
  bottom: -40px;
  box-shadow: 0 0 0 14px rgba(86, 114, 205, 0.7);
}
.h_about .h_banner .h_logo img {
  width: 71px;
}
.h_about .h_ggTitle {
  padding-left: 30px;
  position: relative;
}
.h_about .h_ggTitle .h_ch {
  font-size: 20px;
  color: #333333;
  font-family: 'MiSans-Demibold';
}
.h_about .h_ggTitle .h_en {
  font-size: 15px;
  color: #AFAFAF;
}
.h_about .h_ggTitle::before,
.h_about .h_ggTitle::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
}
.h_about .h_ggTitle::before {
  left: 0;
  z-index: 2;
  background-color: var(--active-color);
}
.h_about .h_ggTitle::after {
  left: 10px;
  background: #FBA830;
}
.h_about .h_story {
  padding: 35px 20px 10px;
}
.h_about .h_story .h_desc {
  margin-top: 10px;
  font-size: 13px;
  color: #555555;
  line-height: 24px;
  text-align: justify;
}
.h_about .h_story .h_list {
  position: relative;
  padding: 20px 16px;
  height: 240px;
}
.h_about .h_story .h_list .h_item {
  text-align: center;
  position: absolute;
}
.h_about .h_story .h_list .h_item .h_icon {
  margin: 0 auto 6px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: background 0.3s;
  border: 1px solid var(--active-color);
}
.h_about .h_story .h_list .h_item .h_icon img {
  width: 28px;
}
.h_about .h_story .h_list .h_item .h_text {
  font-size: 12px;
  color: #666666;
}
.h_about .h_story .h_list .h_item:hover .h_icon {
  background-color: var(--active-color);
}
.h_about .h_story .h_list .h_item:hover .h_icon img {
  filter: grayscale(100%) brightness(500%);
}
.h_about .h_story .h_list .h_item:nth-child(2) {
  top: 20px;
  right: 16px;
}
.h_about .h_story .h_list .h_item:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_about .h_story .h_list .h_item:nth-child(4) {
  bottom: 20px;
  left: 16px;
}
.h_about .h_story .h_list .h_item:nth-child(5) {
  bottom: 20px;
  right: 16px;
}
.h_about .h_imgGap {
  width: 100%;
  transform: rotate(180deg);
}
.h_about .h_advantage {
  padding: 0 20px;
}
.h_about .h_advantage .h_desc {
  margin-top: 10px;
  font-size: 13px;
  color: #555555;
  line-height: 24px;
  text-align: justify;
}
.h_about .h_advantage .h_list {
  margin-top: 20px;
}
.h_about .h_advantage .h_list .h_item {
  margin-bottom: 32px;
}
.h_about .h_advantage .h_list .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_about .h_advantage .h_list .h_item:nth-child(2n) .h_img {
  box-shadow: -5px 5px 0px 0px rgba(86, 114, 205, 0.25);
}
.h_about .h_advantage .h_list .h_item:nth-child(2n) .h_img::after {
  right: auto;
  left: 4px;
}
.h_about .h_advantage .h_list .h_item .h_img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  box-shadow: 5px 5px 0px 0px rgba(86, 114, 205, 0.25);
  position: relative;
  z-index: 2;
}
.h_about .h_advantage .h_list .h_item .h_img::after {
  position: absolute;
  right: 4px;
  top: 4px;
  content: '';
  width: 26px;
  height: 26px;
  background: #FBA830;
  border-radius: 50%;
  z-index: -1;
}
.h_about .h_advantage .h_list .h_item .h_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.h_about .h_advantage .h_list .h_item .h_text {
  width: calc(100% - 153px);
}
.h_about .h_advantage .h_list .h_item .h_text .h_tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: var(--active-color);
  border-radius: 35px 35px 35px 35px;
  padding: 0 9px;
  font-size: 15px;
  color: #FFFFFF;
}
.h_about .h_advantage .h_list .h_item .h_text .h_t1 {
  margin-top: 15px;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
}
.h_about .h_map {
  padding: 0 30px;
}
.h_about .h_map img {
  width: 100%;
}
.h_user .h_userBox {
  position: relative;
}
.h_user .h_userBox .h_bg {
  width: 100%;
}
.h_user .h_userBox .h_userInfo {
  position: absolute;
  left: 0;
  top: 26%;
  padding: 0 10px;
  width: 100%;
}
.h_user .h_userBox .h_userInfo .h_avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #FFFFFF;
}
.h_user .h_userBox .h_userInfo .h_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_user .h_userBox .h_userInfo .h_text {
  width: calc(100% - 88px);
}
.h_user .h_userBox .h_userInfo .h_text .h_nickname {
  font-size: 19px;
  color: #FFFFFF;
  font-family: 'MiSans-Medium';
}
.h_user .h_userBox .h_userInfo .h_text .h_id {
  font-size: 14px;
  color: #FFFFFF;
}
.h_user .h_container {
  padding: 12px 10px;
  position: relative;
  z-index: 2;
}
.h_user .h_container .h_menus {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  padding: 16px 0 12px;
  row-gap: 16px;
  margin-top: -60px;
}
.h_user .h_container .h_menus .h_item {
  text-align: center;
  width: 25%;
}
.h_user .h_container .h_menus .h_item img {
  width: 40px;
}
.h_user .h_container .h_columns {
  padding: 0 20px;
  margin-top: 12px;
  background: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
}
.h_user .h_container .h_columns .h_item {
  height: 51px;
  box-shadow: inset 0px -1px 0px 0px var(--rgba1-bcolor);
}
.h_user .h_container .h_columns .h_item:last-child {
  box-shadow: none;
}
.h_user .h_container .h_columns .h_item .h_l img {
  width: 22px;
}
.h_user .h_container .h_columns .h_item .h_l span {
  margin-left: 8px;
  font-size: 13px;
  color: #555555;
}
.h_user .h_container .h_columns .h_item .icon {
  color: #D0D0D0;
}
.h_danye {
  padding: 10px;
}
.h_danye .h_container {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.h_danye .h_container img {
  max-width: 100%;
  height: auto !important;
}
button {
  width: 100%;
  height: 51px;
  font-size: 20px;
  color: #FFFFFF;
  background: var(--active-color);
  border-radius: 69px 69px 69px 69px;
  margin-top: 32px;
}
.h_feedback {
  padding: 16px 10px;
}
.h_feedback .h_container textarea {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  width: 100%;
  height: 150px;
}
.h_feedback .h_container .layui-upload {
  margin-top: 10px;
}
.h_feedback .h_container .layui-upload .layui-upload-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.h_feedback .h_container .layui-upload .layui-upload-list .h_img {
  background: #fff;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 80px;
}
.h_feedback .h_container .layui-upload .layui-upload-list .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_feedback .h_container .layui-upload .layui-upload-list .h_img .icon {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: var(--rgba2-bcolor);
}
.h_feedback .h_container .layui-upload .layui-btn {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  color: #444;
  padding: 0;
  margin: 0;
  align-content: center;
}
.h_feedback .h_container .layui-upload .layui-btn i {
  padding: 0;
  line-height: normal;
  font-size: 18px;
}
.h_feedback .h_container .layui-upload .layui-btn p {
  font-size: 12px;
  width: 100%;
  line-height: normal;
  margin-top: 5px;
}
.h_store {
  padding: 16px 10px;
}
.h_store .h_container .h_list .h_item {
  margin-bottom: 12px;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}
.h_store .h_container .h_list .h_item .h_name {
  color: #333333;
  font-size: 16px;
  font-family: 'MiSans-Medium';
}
.h_store .h_container .h_list .h_item .h_box {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
}
.h_store .h_container .h_list .h_item .h_box .h_p1 {
  white-space: nowrap;
  color: #333333;
}
.h_store .h_container .h_list .h_item .h_box .h_p2 {
  margin-left: 10px;
  color: #888;
}
.h_store .h_container .h_list .h_item .h_box .h_xbox {
  display: flex;
  flex: 1;
}
.h_userInfo {
  padding: 16px 10px;
}
.h_userInfo .h_container .h_avtar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  border: 2px solid #fff;
}
.h_userInfo .h_container .h_avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_userInfo .h_container .h_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 12px;
  margin-bottom: 12px;
}
.h_userInfo .h_container .h_item .h_box {
  height: 54px;
  border-bottom: 1px solid #f6f7fb;
}
.h_userInfo .h_container .h_item .h_box:last-child {
  border: none;
}
.h_userInfo .h_container .h_item .h_box .h_p1 {
  font-size: 15px;
  width: 46px;
  text-align: justify;
  text-align-last: justify;
}
.h_userInfo .h_container .h_item .h_box .h_p2,
.h_userInfo .h_container .h_item .h_box input {
  font-size: 14px;
  width: calc(100% - 64px);
  text-align: right;
}
.h_userInfo .h_container .h_item .h_box input {
  height: 54px;
}
.h_submit .h_container {
  padding: 16px 10px;
}
.h_submit .h_container .h_box {
  margin-bottom: 12px;
  border-radius: 15px;
  padding: 0 14px;
  background-color: #fff;
}
.h_submit .h_container .h_box .h_input {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
}
.h_submit .h_container .h_box .h_input:last-child {
  box-shadow: none;
}
.h_submit .h_container .h_box .h_input .h_l {
  font-size: 17px;
  color: #333333;
  font-family: 'MiSans-Medium';
}
.h_submit .h_container .h_box .h_input .h_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  color: #555;
  width: 60%;
  position: relative;
}
.h_submit .h_container .h_box .h_input .h_r p {
  white-space: nowrap;
  line-height: 65px;
  width: 100%;
  text-align: right;
}
.h_submit .h_container .h_box .h_input .h_r p.red {
  color: #CD5656;
  font-size: 17px;
}
.h_submit .h_container .h_box .h_input .h_r input {
  width: 100%;
  height: 65px;
  font-size: 15px;
  text-align: right;
}
.h_submit .h_container .h_box .h_input .h_r .h_hide {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 4px var(--rgba1-bcolor);
  right: 0;
  top: 50px;
  overflow: hidden;
  z-index: 2;
}
.h_submit .h_container .h_box .h_input .h_r .h_hide p {
  line-height: 36px;
  white-space: nowrap;
  padding: 0 14px;
  text-align: center;
  color: #555;
}
.h_submit .h_container .h_box .h_input .h_r .h_hide p.active {
  background-color: var(--active-color);
  color: #fff;
}
.h_submit .h_container .h_box .h_volume {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.05);
}
.h_submit .h_container .h_box .h_volume .h_item {
  display: flex;
  font-size: 15px;
  color: #555;
  width: 29%;
}
.h_submit .h_container .h_box .h_volume .h_item input {
  width: 100%;
  font-size: 13px;
  text-align: center;
}
.h_submit .h_container .h_btn {
  width: 100%;
  height: 56px;
}
.h_submit .h_container .h_btn .h_posFixed {
  padding: 0 10px;
  bottom: 16px;
}
.h_submit .h_container .h_btn button {
  height: 51px;
  background: #5672CD;
  border-radius: 69px 69px 69px 69px;
}
.h_news {
  padding: 16px 10px 0;
}
.h_news .h_list .h_box {
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  padding: 14px;
  margin-bottom: 12px;
}
.h_news .h_list .h_box .h_text {
  width: calc(100% - 117px);
}
.h_news .h_list .h_box .h_text .h_name {
  font-size: 14px;
  color: #333333;
  font-family: 'MiSans-Medium';
}
.h_news .h_list .h_box .h_text .h_date {
  font-size: 12px;
  color: #8D8A9B;
  margin-top: 2px;
}
.h_news .h_list .h_box .h_img {
  width: 100px;
  height: 56px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}
.h_news .h_list .h_box .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.h_details {
  padding: 10px;
}
.h_details .h_container {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
}
.h_details .h_container .h_title {
  font-family: 'MiSans-Medium';
  color: #333333;
  font-size: 16px;
}
.h_details .h_container .h_date {
  font-size: 14px;
  color: #8D8A9B;
  margin: 6px 0 9px;
}
.h_details .h_container .h_date img {
  max-width: 100%;
  height: auto !important;
}
.h_details .h_btns {
  margin-top: 12px;
}
.h_details .h_btns a {
  box-shadow: 0 1px 13px -9px var(--active-color);
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 50px;
}
.h_login {
  padding: 30px;
}
.h_login .h_logo {
  margin-top: 30px;
}
.h_login .h_logo img {
  width: 32px;
}
.h_login .h_logo span {
  margin-left: 16px;
  font-size: 20px;
  font-family: 'MiSans-Demibold';
}
.h_login form,
.h_login .h_form {
  margin-top: 30px;
}
.h_login form input,
.h_login .h_form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 15px;
}
.h_login form .h_forgot,
.h_login .h_form .h_forgot {
  text-align: right;
}
.h_login form .h_forgot a,
.h_login .h_form .h_forgot a {
  color: #8d8d8d;
  text-decoration: underline;
}
.h_login form .form-group input,
.h_login .h_form .form-group input {
  margin: 0;
  width: calc(100% - 130px);
}
.h_login form .form-group .h_code,
.h_login .h_form .form-group .h_code {
  width: 130px;
  height: 50px;
  line-height: 50px;
  background: #f3fbfe;
}
.h_login form .form-group .h_code img,
.h_login .h_form .form-group .h_code img {
  width: 100%;
  height: auto;
}
.h_login form .h_btn,
.h_login .h_form .h_btn {
  height: 50px;
  background: #5672CD;
  border-radius: 69px 69px 69px 69px;
  font-size: 18px;
}
.h_login form .h_btn.register,
.h_login .h_form .h_btn.register {
  margin-top: 16px;
  display: block;
  line-height: 50px;
  background: none;
  text-align: center;
  color: var(--active-color);
  box-shadow: inset 0 0 0 1px var(--active-color);
}
