/*
How to use
font-family: 'wechatnum';
*/
.weui-desktop-form__check-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  cursor: pointer;
}
.weui-desktop-form__check-label:last-child {
  margin-right: 0;
}
.weui-desktop-form__check-content {
  vertical-align: middle;
}
.weui-desktop-form__radio,
.weui-desktop-form__checkbox {
  position: absolute;
  left: -9999em;
}
.weui-desktop-icon-radio,
.weui-desktop-icon-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #C9CDD3;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFFFFF;
  font-size: 0;
}
.weui-desktop-icon-radio {
  border-radius: 50%;
}
.weui-desktop-icon-checkbox {
  text-align: center;
}
.weui-desktop-form__radio:disabled + .weui-desktop-icon-radio {
  border-color: #CDCDCD;
  background-color: #EBEDEF;
}
.weui-desktop-form__radio:disabled + .weui-desktop-icon-radio + .weui-desktop-form__check-content {
  color: #9A9A9A;
}
.weui-desktop-form__radio:checked + .weui-desktop-icon-radio {
  border-width: 5px;
  border-color: #07C160;
}
.weui-desktop-form__radio:disabled:checked + .weui-desktop-icon-radio {
  border-color: #169715;
  background-color: #7CBF80;
}
.weui-desktop-form__checkbox:disabled + .weui-desktop-icon-checkbox {
  background-color: #EBEDEF;
}
.weui-desktop-form__checkbox:disabled + .weui-desktop-icon-checkbox + .weui-desktop-form__check-content {
  color: #9A9A9A;
}
.weui-desktop-form__checkbox[checking="checking"] + .weui-desktop-icon-checkbox {
  text-align: center;
}
.weui-desktop-form__checkbox[checking="checking"] + .weui-desktop-icon-checkbox:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.weui-desktop-form__checkbox[checking="checking"] + .weui-desktop-icon-checkbox:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 2px;
  background-color: #9A9A9A;
}
.weui-desktop-form__checkbox:checked + .weui-desktop-icon-checkbox:before {
  content: " ";
  width: 8px;
  height: 4px;
  border-left: 2px solid #21B020;
  border-bottom: 2px solid #21B020;
  border-radius: 1px;
  display: inline-block;
  vertical-align: 8px;
  margin-top: 3px;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.weui-desktop-form__checkbox:checked[checking="checking"] + .weui-desktop-icon-checkbox:before {
  background-color: transparent;
}
.weui-desktop-form__checkbox:disabled:checked + .weui-desktop-icon-checkbox:before {
  border-color: #82CD84;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list {
  /*第一级*/
  /*子级*/
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list.first-list {
  padding: 5px 0;
  color: #9A9A9A;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list.child-list {
  position: static;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #353535;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list.child-list .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain {
  padding: 0 10px 0 20px;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list.child-list .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain:hover {
  background-color: #FAFAFA;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele {
  border-bottom: 1px solid #E4E8EB;
  /*组件有子集，且这是第一级菜单*/
  /* 选中 */
  /* hover */
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.module-has-options:hover {
  cursor: default;
  background-color: transparent;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele:last-child {
  border: none;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain {
  padding: 0 10px;
  line-height: 36px;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain:hover {
  cursor: pointer;
  background-color: #FAFAFA;
  padding-right: 50px;
  position: relative;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain:hover .weui-desktop-dropdown__list-ele__operation {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -18px;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.disabled {
  position: relative;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.disabled.first-level .weui-desktop-dropdown__list-ele-contain {
  color: #9A9A9A;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.disabled:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.53);
  display: block;
  height: 100%;
  content: ' ';
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level.module-has-options .weui-desktop-dropdown__list-ele-contain {
  color: rgba(53, 53, 53, 0.53);
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level.module-has-options .weui-desktop-dropdown__list-ele-contain:hover {
  cursor: default;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level.module-has-options .weui-desktop-dropdown__list-ele {
  border: none;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level .child-list .checked .weui-desktop-dropdown__list-ele-contain {
  color: #07C160;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level .child-list .weui-desktop-dropdown__list-ele-contain {
  color: #353535;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level .child-list .weui-desktop-dropdown__list-ele-contain:hover {
  cursor: pointer;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level .weui-desktop-dropdown__list-ele-contain {
  padding: 0 10px;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele.first-level .weui-desktop-dropdown__list-ele-contain:hover {
  background-color: #fff;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele .weui-desktop-icon__delete {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.weui-desktop-form__dropdown__cascade .weui-desktop-dropdown__list-ele__operation {
  display: none;
}
.weui-desktop-dropdown-menu.horizontal {
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 242px;
  z-index: 2;
  overflow-y: auto;
  /*
      .weui-desktop-dropdown__list__section__list{
        display: flex;
      }*/
  /*
      .weui-desktop-dropdown__list-ele-contain{
        max-width: @weuiDesktopHorizontalItemWidthMax;
      }*/
  /*
      &.single-tags{ // 没有分类，纯tags
        padding: 20px 10px 10px;
        max-height: initial;
        .weui-desktop-dropdown__list__cascade__tags{
          padding: 0;
        }
        .weui-desktop-dropdown__list__cascade{
          .weui-desktop-dropdown__list__cascade{
            width: 98px;
            margin: 0 10px 10px;
          }
        }
        .weui-desktop-dropdown__list__cascade__container{
          max-height: 190px;
          min-height: 70px;
          overflow-y: auto;
        }
      }
      .frm_input_box{ // 带搜索 
        width: initial;
        margin: 0 10px 20px;
      }
      .weui-desktop-dropdown__list__cascade__loading-more{
        padding: 0 0 20px;
        text-align: center;
        color: @weuiDesktopTipsColor;
      }
      .weui-desktop-dropdown__list__cascade{
        border: none;
        margin-bottom: 10px;
        padding-bottom: 0;
      }
      .weui-desktop-dropdown__list__cascade__empty{ // 无数据
        text-align: center;
        padding: 0 30px;
        color: @weuiDesktopTipsColor;
      }
      .weui-desktop-dropdown__list__cascade__tags{
        padding: 0 10px;
      }
      .weui-desktop-dropdown__list__cascade__ele{
        height: auto;
        line-height: initial;
        padding: 0;
        margin-bottom: 10px;
      }
      .weui-desktop-dropdown__list__cascade__ele__contain{
        height: auto;
        line-height: initial;
      }
      .weui-desktop-dropdown__list__cascade{
        .weui-desktop-dropdown__list__cascade{
          width: 76px;
          text-align: left;
          display: inline-block;
          margin-bottom: 10px;
          .weui-desktop-dropdown__list__cascade__ele{
            margin-bottom: 0;
            overflow: hidden; // 单行省略
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
        .weui-desktop-dropdown__list__cascade__ele__contain{
          display: inline-block;
          padding: 0 3px;
        }
        .weui-desktop-dropdown__list__cascade__ele{
          &:hover{
            background: none;
            cursor: pointer;
            .weui-desktop-dropdown__list__cascade__ele__contain{
              color: @weuiDesktopGlobalColor;
              background-color: @weuiDesktopHighlightColor;
            }
          }
          &.checked{ // 选中
            &:hover{
              cursor: default;
              .weui-desktop-dropdown__list__cascade__ele__contain{
                background: none;
                color: @weuiDesktopSuccColor;
              }
            }
          }
          &.disabled{
            &:hover{
              cursor: default;
              .weui-desktop-dropdown__list__cascade__ele__contain{
                background: none;
                color: @weuiDesktopDescColor;
              }
            }
          }
        }
      }*/
}
.weui-desktop-dropdown-menu.horizontal .weui-desktop-dropdown__list {
  padding: 8px 0;
}
.weui-desktop-dropdown-menu.horizontal .weui-desktop-dropdown__list__section__list {
  -moz-column-fill: balance;
       column-fill: balance;
  column-break-inside: avoid;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.weui-desktop-dropdown-menu.horizontal .weui-desktop-dropdown__list-ele {
  min-height: 36px;
  min-width: 2em;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.weui-desktop-dropdown-menu.horizontal .weui-desktop-dropdown__list-ele.checked {
  padding-right: 0;
}
.weui-desktop-dropdown-menu.horizontal .weui-desktop-dropdown__list-ele.checked .weui-desktop-dropdown__list-ele-contain {
  padding-right: 16px;
}
.weui-desktop-dropdown-menu.horizontal .weui-desktop-dropdown__list-ele.checked:after {
  display: none;
}
.weui-desktop-dropdown-menu.horizontal.cascade .weui-desktop-dropdown__list-ele {
  display: block;
  border: none;
  width: initial;
  width: 100%\9\0;
  width: 100%\9;
  *width: 100%;
  width: 100%;
}
.weui-desktop-dropdown-menu.horizontal.cascade .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele {
  display: inline-block;
  width: 2em;
}
.weui-desktop-operation-group .weui-desktop-btn_extend {
  min-width: 0;
  padding: 0 12px;
  vertical-align: middle;
}
.weui-desktop-operation-group .weui-desktop-btn_extend .weui-desktop-icon {
  position: relative;
  top: -2px;
}
.weui-desktop-operation_related .weui-desktop-btn_extend {
  min-width: 0;
  padding: 14px 12px 10px;
  vertical-align: middle;
}
.weui-desktop-operation_related .weui-desktop-btn_extend:after {
  content: ' ';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #fff transparent transparent;
}
/* 按钮组合并 */
.weui-desktop-operation_button-group .weui-desktop-dropdown__list {
  margin-top: 5px;
}
.weui-desktop-operation_button-group .weui-desktop-dropdown__list:before {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  top: -5px;
}
.weui-desktop-operation-group_button-group.related {
  font-size: 0;
}
.weui-desktop-operation-group_button-group.related .weui-desktop-btn_main {
  border-radius: 3px 0 0 3px;
}
.weui-desktop-operation-group_button-group.related .weui-desktop-btn_extend {
  position: relative;
  border-radius: 0 3px 3px 0;
}
.weui-desktop-operation-group_button-group.related .weui-desktop-btn_extend:before {
  position: relative;
  top: 5px;
  display: block;
  position: absolute;
  left: 0;
  content: ' ';
  height: 23px;
  width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/* default */
.weui-desktop-operation-group_default {
  color: #07C160;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  padding-bottom: 5px;
}
.weui-desktop-operation-group {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
}
.weui-desktop-operation-group .weui-desktop-dropdown-menu {
  position: relative;
  width: initial;
  min-width: initial;
}
.weui-desktop-operation-group .weui-desktop-dropdown__list {
  min-width: 106px;
  position: absolute;
  left: initial;
  right: 0;
  border-radius: 5px;
  background-color: #fff;
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  z-index: 4000;
}
.weui-desktop-operation-group .weui-desktop-dropdown-menu.weui-desktop-dropdown-menu_right .weui-desktop-dropdown__list {
  right: 0;
}
.weui-desktop-operation-group .weui-desktop-dropdown-menu.weui-desktop-dropdown-menu_left .weui-desktop-dropdown__list {
  left: 0;
}
.weui-desktop-operation-group .weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain {
  padding: 0 15px;
  display: block;
}
.weui-desktop-operation-group .weui-desktop-dropdown__list-ele__head {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.weui-desktop-operation-group .weui-desktop-dropdown__list-ele__head .weui-desktop-dropdown__list-ele__head__icon {
  display: block;
  width: 100%;
  height: 100%;
}
.weui-desktop-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  /*tr{
      &:first-child{
        th{
          &:first-child{
            padding-left: @weuiDesktopTableCellPaddingX;
            text-align: left;
          }
        }
      }
    } */
}
.weui-desktop-table th,
.weui-desktop-table td {
  padding: 18.8px 10px;
  word-break: break-all;
}
.weui-desktop-table th:last-child,
.weui-desktop-table td:last-child {
  padding-right: 20px;
  text-align: right;
}
.weui-desktop-table th:last-child .weui-desktop-link,
.weui-desktop-table td:last-child .weui-desktop-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 14px;
}
.weui-desktop-table th:last-child .weui-desktop-link:first-child,
.weui-desktop-table td:last-child .weui-desktop-link:first-child {
  margin-left: 0;
}
.weui-desktop-table th:first-child,
.weui-desktop-table td:first-child {
  padding-left: 20px;
  text-align: left;
}
.weui-desktop-table th {
  font-weight: 400;
}
.weui-desktop-table th.weui-desktop-th__dropdown__wrp {
  padding: 0;
}
.weui-desktop-table td {
  border-bottom: 1px solid #E4E8EB;
}
.weui-desktop-table td:first-child {
  padding-left: 20px;
  text-align: left;
}
.weui-desktop-table td[loading="true"],
.weui-desktop-table td[empty="true"] {
  color: #9A9A9A;
  text-align: center;
  padding: 65px 0;
}
.weui-desktop-table__hd {
  background-color: #F6F8F9;
  color: #9A9A9A;
}
.weui-desktop-table__opr {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E8EB;
}
th.weui-desktop-table_rank,
td.weui-desktop-table_rank {
  text-align: right;
}
td.weui-desktop-table_rank {
  padding-right: 24px;
}
th.weui-desktop-table_rank {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
th.weui-desktop-table_rank:before,
th.weui-desktop-table_rank:after {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
}
th.weui-desktop-table_rank:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: dashed;
  border-color: transparent;
  border-top-width: 0;
  border-bottom-color: #D7D7D7;
  border-bottom-style: solid;
  margin-top: -6px;
}
th.weui-desktop-table_rank:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #D7D7D7;
  border-top-style: solid;
  margin-bottom: -6px;
}
th.weui-desktop-table_rank:hover:before {
  border-bottom-color: #BBBBBB;
}
th.weui-desktop-table_rank:hover:after {
  border-top-color: #BBBBBB;
}
th.weui-desktop-table_rank_up:after {
  display: none;
}
th.weui-desktop-table_rank_down:before {
  display: none;
}
.weui-desktop-table_dropdown {
  position: relative;
}
.weui-desktop-table_dropdown .weui-desktop-form__drop-down-label {
  position: absolute;
  top: 0;
  background-color: transparent;
  border-width: 0;
  line-height: 57px;
}
.weui-desktop-table_dropdown .weui-desktop-form__drop-down__dd {
  line-height: 2.57142857;
}
.weui-desktop-table__row_current.weui-desktop-table__row_current > td {
  padding: 0;
}
.weui-desktop-table__row_current td {
  border-bottom-width: 0;
}
.weui-desktop-table__fold-table {
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.weui-desktop-table__fold-context {
  position: relative;
}
.weui-desktop-table__fold-context:before {
  content: " ";
  border-top: 1px solid #E4E8EB;
  position: absolute;
  top: -18.8px;
  left: 0;
  right: 0;
}
.weui-desktop-table_bat th:first-child .weui-desktop-form__check-label,
.weui-desktop-table_bat td:first-child .weui-desktop-form__check-label {
  visibility: visible;
  opacity: 1;
}
.weui-desktop-table__check-cell {
  text-align: left;
}
.weui-desktop-table__check-cell .weui-desktop-form__check-label {
  visibility: hidden;
  opacity: 0;
  margin-top: -4px;
  transition: opacity 0.34s;
}
tr:hover .weui-desktop-table__check-cell .weui-desktop-form__check-label {
  visibility: visible;
  opacity: 1;
}
.weui-desktop-table__check-cell.weui-desktop-table__check-cell {
  padding-left: 10px;
  padding-right: 5px;
  width: 1px;
}
.weui-desktop-table__check-cell + th,
.weui-desktop-table__check-cell + td {
  padding-left: 0;
}
.weui-desktop-table__row_checked {
  background-color: #F4FBF4;
}
.weui-desktop-table__row_bat {
  background-color: #F6F8F9;
}
.weui-desktop-table__row_bat td {
  border-bottom-width: 0;
  padding-left: 36px;
}
.weui-desktop-table__bat-context {
  position: relative;
  padding-left: 18px;
}
.weui-desktop-table__bat-context:before {
  content: " ";
  border-top: 1px solid #E4E8EB;
  position: absolute;
  top: -18.8px;
  left: 18px;
  right: 0;
}
.weui-desktop-table_th-split-default th {
  border-bottom: 1px solid #E4E8EB;
  border-right: 1px solid #E4E8EB;
  padding: 10px;
}
.weui-desktop-table_th-split-default th:last-child {
  border-right-width: 0;
}
.weui-desktop-table_odd_col_primary td:nth-child(odd) {
  background-color: #F4FBF4;
}
.weui-desktop-table_even_col_primary td:nth-child(even) {
  background-color: #F4FBF4;
}
.weui-desktop-table__title {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}
.weui-desktop-table_show-head .weui-desktop-table__bd {
  display: none;
}
.weui-desktop-table_show-body .weui-desktop-table__hd {
  display: none;
}
.weui-desktop-form__counter {
  font-style: normal;
  color: #9A9A9A;
  vertical-align: middle;
  font-size: 14px;
}
.weui-desktop-form-tag__area {
  display: block;
  border: 1px solid var(--weuiDesktop_lineColor);
  padding: 0.48571429em 10px 0;
  border-radius: var(--weuiDesktop_minBorderRadius);
  position: relative;
}
.weui-desktop-form-tag__area .weui-desktop-form__input-append-in {
  left: 100%;
}
.weui-desktop-form-tag__area .weui-desktop-form__counter {
  margin-left: 16px;
  position: relative;
  z-index: 1;
}
.weui-desktop-form-tag__area.weui-desktop-form-tag__area_focus {
  box-shadow: var(--weuiDesktop_highShadow);
}
.weui-desktop-form-tag__input__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: text;
}
.weui-desktop-form-tag__wrp {
  display: block;
}
.weui-desktop-form-tag {
  position: relative;
  z-index: 1;
  background-color: #F3F3F3;
  display: inline-block;
  vertical-align: top;
  line-height: 2.35918367em;
  margin-right: 0.48571429em;
  margin-bottom: 0.48571429em;
}
.weui-desktop-form-tag__name {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 5em;
  display: inline-block;
  padding: 0 4px;
  font-style: normal;
  vertical-align: middle;
  margin-top: -0.2em;
  font-size: var(--weuiDesktop_descFontSize);
}
.weui-desktop-form-tag__name + .weui-desktop-opr-btn_close {
  vertical-align: middle;
  margin-top: -2px;
  width: 16px;
  height: 16px;
  border-left: 1px solid var(--weuiDesktop_lineColor);
  border-radius: 0;
  cursor: pointer;
}
.weui-desktop-form-tag__name + .weui-desktop-opr-btn_close:before,
.weui-desktop-form-tag__name + .weui-desktop-opr-btn_close:after {
  width: 10px;
  margin-left: -5px;
}
.weui-desktop-form-tag__input {
  display: inline;
}
.weui-desktop-form-tag__input .weui-desktop-form__input-wrp {
  display: inline;
  width: 5em;
  line-height: 2.35918367em;
}
.weui-desktop-form-tag__input .weui-desktop-form__input-wrp .weui-desktop-form__input {
  display: inline;
  border-width: 0;
  background-color: transparent;
  width: 5em;
  height: auto;
  line-height: inherit;
  padding: 0;
  font-size: var(--weuiDesktop_descFontSize);
  border-radius: 0;
  vertical-align: middle;
  margin-bottom: 0.48571429em;
}
.weui-desktop-form-tag_warn {
  border-color: var(--weuiDesktop_BG_ErrorBgColor);
}
.weui-desktop-form-tag_warn .weui-desktop-form__counter {
  color: var(--weuiDesktop_FG_Text_errorColor);
}
.weui-desktop-form-tag_counter {
  padding-right: 56px;
}
.weui-desktop-vm_default,
.weui-desktop-vm_primary {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-desktop-vm_default {
  white-space: nowrap;
}
.weui-desktop-vm_primary {
  width: 2000px;
}
.weui-desktop-highlight {
  color: #07C160;
  font-style: normal;
}
.weui-desktop-loading {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  font-size: 0;
  color: transparent;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat 0 0;
  animation: weuiDesktopLoading 1s steps(12, end) infinite;
  background-size: 100%;
}
@keyframes weuiDesktopLoading {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.weui-desktop-switch {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
}
.weui-desktop-switch__box {
  position: relative;
  width: 42px;
  height: 22px;
  border: 1px solid #C9C9C9;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #C9C9C9;
  transition: background-color 0.3s, border 0.3s;
  cursor: pointer;
}
.weui-desktop-switch__box:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.weui-desktop-switch__input:checked ~ .weui-desktop-switch__box {
  border-color: #07C160;
  background-color: #07C160;
}
.weui-desktop-switch__input:checked ~ .weui-desktop-switch__box:before {
  transform: scale(0);
}
.weui-desktop-switch__input:checked ~ .weui-desktop-switch__box:after {
  left: 100%;
  transform: translateX(-100%);
}
.weui-desktop-switch__input:disabled ~ .weui-desktop-switch__box {
  cursor: default;
}
.weui-desktop-switch__input:disabled ~ .weui-desktop-switch__box:after {
  background-color: #E4E4E4;
}
.weui-desktop-switch__input:checked:disabled ~ .weui-desktop-switch__box:before {
  transform: scale(0);
}
.weui-desktop-switch__input:checked:disabled ~ .weui-desktop-switch__box:after {
  left: 100%;
  transform: translateX(-100%);
}
.weui-desktop-switch__input {
  position: absolute;
  left: -9999px;
}
.weui-desktop-switch__box {
  display: block;
}
.weui-desktop-switch__tips {
  white-space: nowrap;
  font-style: normal;
  position: absolute;
  margin-top: 8px;
  color: #9A9A9A;
}
.weui-desktop-link {
  font-size: 14px;
}
.weui-desktop-link-group {
  font-size: 0;
}
.weui-desktop-link-group .weui-desktop-link {
  margin: 0 7px;
}
.weui-desktop-link-group .weui-desktop-link:first-child {
  margin-left: 0;
}
.weui-desktop-link-group .weui-desktop-link:last-child {
  margin-right: 0;
}
.weui-desktop-link-group .weui-desktop-link.icon-common-tableopr-wrp {
  margin: 0 10px;
}
.weui-desktop-link-group.weui-desktop-link-group_icons {
  white-space: nowrap;
}
.weui-desktop-link-group_split .weui-desktop-link {
  position: relative;
  margin: 0 14px;
}
.weui-desktop-link-group_split .weui-desktop-link:before {
  content: "|";
  position: absolute;
  left: -14.4px;
  vertical-align: middle;
  font-size: 0.8em;
  top: 50%;
  margin-top: -0.8em;
}
.weui-desktop-link-group_split .weui-desktop-link:first-child {
  margin-left: 0;
}
.weui-desktop-link-group_split .weui-desktop-link:first-child:before {
  display: none;
}
.weui-desktop-link-group_split .weui-desktop-link:last-child {
  margin-right: 0;
}
.weui-desktop-form__dropdown__multiple .checked .weui-desktop-dropdown__list-ele-contain:after {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 8px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1Mi41ICg2NzQ2OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aU9TL0VsZW1lbnQvQ2hlY2tib3gvQ2VsbCBPbiBDb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IkRyb3Bkb3duLeS4i+aLieiPnOWNlS0t4pyFIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaU9TL0VsZW1lbnQvQ2hlY2tib3gvQ2VsbC1Pbi1Db3B5IiBmaWxsPSIjMUFBOTE5Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTQuMzYzOTYxMDMsNy4zMTM3MDg1IEwxLjA2MDY2MDE3LDQuMDEwNDA3NjQgTDAsNS4wNzEwNjc4MSBMMy42NTY4NTQyNSw4LjcyNzkyMjA2IEM0LjA0NzM3ODU0LDkuMTE4NDQ2MzUgNC42ODA1NDM1Miw5LjExODQ0NjM1IDUuMDcxMDY3ODEsOC43Mjc5MjIwNiBMMTIuNzM4MzI5NywxLjA2MDY2MDE3IEwxMS42Nzc2Njk1LDAgTDQuMzYzOTYxMDMsNy4zMTM3MDg1IFoiIGlkPSJSZWN0YW5nbGUtNDciPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==') no-repeat center;
}
.weui-desktop-dropdown-menu__tips {
  padding: 5.5px 16px;
  line-height: 25px;
  color: #9A9A9A;
}
.weui-desktop-form__dropdown {
  width: 12em;
  display: inline-block;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table {
  position: relative;
  min-width: 120px;
  padding: 5.5px 36px 5.5px 16px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.weui-desktop-form__dropdown__warn .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button {
  border: 1px solid #FA5151;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button {
  border: 1px solid #DFE3E5;
  border-radius: 4px;
  background-color: #fff;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button.weui-desktop-form__dropdown__dt__active {
  border: 1px solid #07C160;
}
.weui-desktop-form__dropdown-label {
  position: relative;
}
.weui-desktop-dropdown__ic svg {
  height: 12px;
}
/*多选*/
.weui-desktop-form__dropdown .weui-desktop-form__dropdown__dt.multiple {
  padding: 4px 32px 0 10px;
  height: auto;
  line-height: initial;
  text-overflow: initial;
  overflow: visible;
  white-space: initial;
}
.weui-desktop-form__dropdown .weui-desktop-form__dropdown__dt.multiple.placeholder {
  padding-bottom: 4px;
  line-height: 25px;
  color: #9A9A9A;
}
.weui-desktop-form__dropdown .weui-desktop-form__dropdown__dt.multiple .weui-desktop-form__dropdown__value-ele {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 8px;
  margin-bottom: 4px;
  height: 25px;
  line-height: 25px;
  vertical-align: top;
  max-width: 9em;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.weui-desktop-form__dropdown__value-ele .weui-desktop-icon__delete {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  text-align: center;
  height: 14px;
  line-height: 12px;
  padding-left: 1px;
  right: 0;
  border-left: 1px solid #E7E7EB;
}
.weui-desktop-icon__delete svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*搜索*/
.weui-desktop-form__dropdown__search {
  border: none;
  width: 75px;
}
.weui-desktop-form__dropdown__search[disabled="disabled"] {
  background: none;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-edit.disabled,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button.disabled {
  background-color: #F5F6F6;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button.disabled,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text.disabled,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table.disabled {
  color: #A1A1A1;
}
/*顶部向下箭头*/
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-edit:after,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button:after,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text:after,
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table:after {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  content: ' ';
  display: block;
  /*width: 8px;
  height: 5px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDggNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDcuMSAoNDU0MjIpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlRyaWFuZ2xlIDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJDYXNjYWRlci3nuqfogZTpgInmi6nlmagtLeKchSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGJvYXJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDg5LjAwMDAwMCwgLTE0NC4wMDAwMDApIiBmaWxsPSIjOUE5QTlBIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUxLjAwMDAwMCwgMTMwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkRyb3Bkb3duLS8tRGVmdWx0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDAuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjM4LjAwMDAwMCwgMTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJUcmlhbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDIuMjg1NzE0KSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC00LjAwMDAwMCwgLTIuMjg1NzE0KSAiIHBvaW50cz0iNCAwIDggNC41NzE0Mjg1NyAwIDQuNTcxNDI4NTciPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  */
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #9A9A9A #9A9A9A transparent transparent;
  transform-origin: 50% 50%;
  transform: rotate(135deg);
}
.weui-desktop-dropdown__list {
  max-height: 370px;
  overflow-y: auto;
  top: 0px;
  left: 0;
  margin-left: 0;
  padding: 8px 0;
}
.weui-desktop-dropdown__list.weui-desktop-dropdown__list__empty {
  padding: 60px 0;
  text-align: center;
  color: #A1A1A1;
}
.weui-desktop-form__dropdown .weui-desktop-dropdown__list.editable {
  position: relative;
}
.weui-desktop-dropdown {
  display: inline-block;
}
.weui-desktop-dropdown-menu__wrp {
  position: relative;
}
.weui-desktop-dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 128px;
  /*width: fit-content;*/
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
  z-index: 4000;
}
.weui-desktop-dropdown__list {
  top: 5px;
  z-index: 4001;
}
/*
.weui-desktop-dropdown__list-ele-contain:hover{
  cursor: pointer;
  background-color: @weuiDesktopHoverBgColor;
}*/
.weui-desktop-dropdown__list__section {
  padding: 0 2px;
}
.weui-desktop-dropdown__list-ele {
  cursor: pointer;
}
.weui-desktop-dropdown__list-ele.checked {
  position: relative;
  color: #07C160;
  padding-right: 30px;
}
.weui-desktop-dropdown__list-ele.checked .weui-desktop-dropdown__list-ele-contain {
  padding-right: 0;
  color: #07C160;
}
.weui-desktop-dropdown__list-ele.disabled {
  color: #9A9A9A;
}
.weui-desktop-dropdown__list-ele.disabled:hover {
  background: none;
  cursor: default;
}
.weui-desktop-dropdown__list-ele:hover {
  background-color: #FAFAFA;
}
.weui-desktop-dropdown__list-ele.weui-desktop-dropdown__list-ele__faker {
  cursor: default;
}
.weui-desktop-dropdown__list-ele.weui-desktop-dropdown__list-ele__faker:hover {
  background: none;
}
.weui-desktop-dropdown__list-ele.weui-desktop-dropdown__list-ele__has-operation .weui-desktop-dropdown__list-ele-contain {
  position: relative;
  padding-right: 51px;
}
.weui-desktop-dropdown__list-ele.weui-desktop-dropdown__list-ele__has-operation .weui-desktop-dropdown__list-ele__operation {
  position: absolute;
  top: 8px;
  right: 16px;
}
.weui-desktop-dropdown__list-ele.editable .weui-desktop-dropdown__list-ele-contain:hover {
  position: relative;
  padding: 9px 63px 9px 16px;
}
.weui-desktop-dropdown__list-ele.editable .disabled .weui-desktop-dropdown__list-ele-contain:hover {
  padding: 9px 16px;
}
.weui-desktop-dropdown__list-ele .weui-desktop-dropdown__list-ele-contain {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  /* 单行省略，移到text来做
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/
  color: #353535;
}
.weui-desktop-dropdown__list-ele__text {
  /*max-width: 8.5em;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ic_edit,
.ic_dele {
  border: 1px solid #000;
  display: inline-block;
}
.weui-desktop-dropdown__list-ele__label {
  display: inline-block;
  width: 88px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*选项带icon*/
.weui-desktop-form__dropdown__dt .weui-desktop-dropdown__list-ele__head {
  margin-right: 10px;
}
.weui-desktop-dropdown__list-ele__head {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: top;
  position: relative;
}
.weui-desktop-dropdown__list-ele__head .weui-desktop-dropdown__list-ele__head__icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/*加载中*/
.loading__wrp {
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #C7C7C7;
}
/* 新建选项 */
.weui-desktop-dropdown__list-ele__new {
  color: #07C160;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #E4E8EB;
  box-sizing: border-box;
}
.weui-desktop-dropdown__list-ele__new:hover {
  background: none;
  color: #07C160;
  cursor: pointer;
}
.weui-desktop-form__dropdown__new-option {
  line-height: 36px;
  padding: 0 10px;
  border: none;
}
.weui-desktop-form__dropdown__new-option::-webkit-input-placeholder {
  color: rgba(53, 53, 53, 0.53);
}
/* 编辑选项 */
.weui-desktop-dropdown__list-ele__edit {
  border: none;
  width: 5em;
}
/* 多选 */
.multiple.weui-desktop-dropdown__list-ele.checked {
  position: relative;
}
.multiple.weui-desktop-dropdown__list-ele.checked.editable:hover:after {
  display: none;
}
.multiple.weui-desktop-dropdown__list-ele.checked:after {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  width: 11px;
  height: 8px;
  content: ' ';
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAAAXNSR0IArs4c6QAAAKFJREFUGBljZCAA9Hbqcb/58noWEzNzBxM+tSCFb7++2QhU4/H/338enIphCv///2/IzMAQ+DTo6XEmmXVSFbLrpdyQbUBX+Dj4+SGQPNN/Bgbrv///r4ZpwKUQpJhRYb8Cx+/3v1b/Z/hvB3RT4n8GxiyY1TATQQpBgBFEgDW8+7UGqMEZyP0GciO6QpA6OJBaJSUntVbyiuxaSTu4IBoDAAMXVHlpN7VYAAAAAElFTkSuQmCC) no-repeat 0 0;
}
.weui-desktop-dropdown__list-ele:hover .weui-desktop-dropdown__list-ele.checked:after {
  color: #fff;
}
.weui-desktop-form__dropdown__value-ele {
  background-color: #F3F3F3;
  margin-right: 5px;
}
/* 自定义选项 */
.weui-desktop-form__dropdown__custom {
  border: none;
  display: inline-block;
  height: 23px;
  line-height: 23px;
}
/* 级联 */
.weui-desktop-dropdown__list__cascade {
  border-bottom: 1px solid #E4E8EB;
  padding-bottom: 5px;
}
.weui-desktop-dropdown__list__cascade:last-child {
  border-bottom: none;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele {
  color: #9A9A9A;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele.checked .weui-desktop-dropdown__list__cascade__ele__contain {
  color: #00A717;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele.checked .weui-desktop-dropdown__list__cascade__ele__contain:hover {
  color: #fff;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele.disabled .weui-desktop-dropdown__list__cascade__ele__contain {
  color: #9A9A9A;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele__contain {
  display: block;
  color: #353535;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele__contain:hover {
  text-decoration: none;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade {
  border-bottom: none;
  padding-bottom: 0px;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele:hover {
  cursor: pointer;
  background-color: #07C160;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele:hover .weui-desktop-dropdown__list__cascade__ele__contain {
  color: #fff;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele.disabled:hover {
  background: none;
  cursor: default;
}
.weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade .weui-desktop-dropdown__list__cascade__ele.disabled:hover .weui-desktop-dropdown__list__cascade__ele__contain {
  color: #9A9A9A;
}
/*
.weui-desktop-dropdown__list_horizontal{
  .weui-desktop-dropdown-menu{
    right: auto;
    width: 400px;
    max-height: 260px;
    overflow: auto;
    padding: 5px;
  }
  .weui-desktop-dropdown__list__cascade{
    border-bottom: none;
    dd{
      padding-left: 10px;
    }
    .weui-desktop-dropdown__list__cascade__ele{
      font-size: 12px;
      line-height: 24px;
      height: 24px;
    }
    .weui-desktop-dropdown__list__cascade{
      display: inline-block;
      .weui-desktop-dropdown__list__cascade__ele{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        &.checked{
          &:hover{
            background-color: transparent;
            .weui-desktop-dropdown__list__cascade__ele__contain{
              color: @weuiDesktopSuccColor;
            }
          }
        }
        &:hover{
          background-color: @weuiDesktopHoverBgColor;
          .weui-desktop-dropdown__list__cascade__ele__contain{
            color: @weuiDesktopGlobalColor;
          }
        }
      }
    }
    .weui-desktop-dropdown__list__cascade__ele__contain{
      padding: 0;
    }
  }
}
*/
.weui-desktop-form__dropdown.weui-desktop-form__dropdown__inner-text {
  width: auto;
}
.weui-desktop-form__dropdown.weui-desktop-form__dropdown__inner-text .weui-desktop-form__dropdown__dt {
  padding-left: 0;
  padding-right: 20px;
}
.weui-desktop-form__dropdown.weui-desktop-form__dropdown__inner-text .weui-desktop-dropdown-menu {
  font-size: 14px;
}
.weui-desktop-form__dropdown.weui-desktop-form__dropdown__inner-table {
  display: block;
}
.weui-desktop-form__dropdown.weui-desktop-form__dropdown__inner-table .weui-desktop-dropdown-menu__wrp {
  top: -10px;
  color: #353535;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table {
  position: relative;
  display: block;
  padding: 12px 25px 12px 10px;
  cursor: pointer;
}
.weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table:after {
  border-color: #9A9A9A transparent transparent;
}
.weui-desktop-cascade-dropdown {
  font-size: 0;
}
.weui-desktop-cascade-dropdown .weui-desktop-form__dropdown {
  font-size: 14px;
  margin-right: 14px;
}
.weui-desktop-cascade-dropdown .weui-desktop-form__dropdown:last-child {
  margin-right: 0;
}
.weui-desktop-form__dropdown_highlight .weui-desktop-form__dropdown__dt {
  color: #576B95;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.6;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  color: #353535;
  font-size: 14px;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
a img,
fieldset {
  border: 0;
}
a {
  text-decoration: none;
  color: #576B95;
}
a:hover {
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
}
button,
input {
  overflow: visible;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
.weui-desktop-layout:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.weui-desktop-layout__main {
  float: none;
  display: table-cell;
  word-break: break-all;
  vertical-align: top;
  width: auto;
}
.weui-desktop-layout__main:after {
  content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.weui-desktop-layout__side {
  float: left;
}
.weui-desktop-layout__extra {
  float: right;
}
.weui-desktop-layout_gap {
  padding: 20px 0;
}
.weui-desktop-layout__item_gap {
  margin-top: 5px;
}
.weui-desktop-head__inner > .weui-desktop-layout {
  height: 100%;
  position: relative;
}
.weui-desktop-head__inner > .weui-desktop-layout > .weui-desktop-layout__extra,
.weui-desktop-head__inner > .weui-desktop-layout .weui-desktop-account {
  height: 100%;
}
.weui-desktop-head__inner > .weui-desktop-layout > .weui-desktop-layout__extra {
  position: absolute;
  right: 0;
  top: 0;
}
.mp-body {
  padding: 40px 0 80px;
}
.weui-desktop-foot {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.weui-desktop-layout_global {
  padding-top: 1px;
}
.weui-desktop-layout_global > .weui-desktop-layout__side {
  width: 250px;
  float: none;
  position: absolute;
  transition: margin 0.3s, width 0.3s;
}
.weui-desktop-layout_global > .weui-desktop-layout__main {
  display: block;
}
.weui-desktop-layout_global > .weui-desktop-layout__main:after {
  display: none;
}
.weui-desktop-layout_global > .weui-desktop-layout__main > .weui-desktop-layout__main__area > .weui-desktop-layout__main__inner {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.weui-desktop-layout__main__hd {
  margin-bottom: 40px;
}
.weui-desktop-layout__main__hd .weui-desktop-tab__navs {
  line-height: 40px;
}
.weui-desktop-layout__main__hd .weui-desktop-breadcrumbs {
  margin-top: 14px;
}
.page_base .mp-foot,
.weui-desktop-page_base .mp-foot {
  padding-left: 230px;
}
.page_base .weui-desktop-layout_global > .weui-desktop-layout__main,
.weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__main {
  margin-left: 230px;
}
.weui-desktop-flex {
  display: flex;
}
.weui-desktop-flex__item {
  flex: 1;
  min-width: 0;
}
.weui-desktop-flex_align-middle {
  align-items: center;
}
.weui-desktop-flex_align-center {
  justify-content: center;
}
.weui-desktop-grid:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.weui-desktop-grid__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.weui-desktop-grid__item:last-child {
  float: none;
  width: auto;
  overflow: hidden;
}
.weui-desktop-grid__item_1 {
  width: 8.33%;
}
.weui-desktop-grid__item_2 {
  width: 16.67%;
}
.weui-desktop-grid__item_3 {
  width: 25%;
}
.weui-desktop-grid__item_4 {
  width: 33.33%;
}
.weui-desktop-grid__item_5 {
  width: 41.67%;
}
.weui-desktop-grid__item_6 {
  width: 50%;
}
.weui-desktop-grid__item_7 {
  width: 58.33%;
}
.weui-desktop-grid__item_8 {
  width: 66.67%;
}
.weui-desktop-grid__item_9 {
  width: 75%;
}
.weui-desktop-grid__item_10 {
  width: 83.33%;
}
.weui-desktop-grid__item_11 {
  width: 91.67%;
}
.weui-desktop-head {
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(238, 238, 238, 0.5);
}
.weui-desktop-head .weui-desktop-logo {
  padding-top: 20px;
}
.weui-desktop-head .weui-desktop-link-group {
  padding-top: 30px;
}
.weui-desktop-head__inner {
  padding: 0 65px;
  height: 80px;
}
.weui-desktop-logo a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-size: 0;
}
.weui-desktop-logo a:before {
  display: inline-block;
  width: 240px;
  height: 40px;
  vertical-align: top;
  content: " ";
  background: transparent url("data:image/svg+xml;charset=utf8, %3Csvg width='239' height='40' viewBox='0 0 239 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23AAA' fill-rule='evenodd'%3E%3Cpath d='M67.263 30.836l.887 1.524.04-.034c2.446-2.047 3.116-3.696 3.116-7.672v-1.39h4.69v3.419c-.014.87-.11 1.529-.54 2.122l-.016.023.946 1.625.04-.031c.825-.663 2.232-1.87 4.18-3.585l.028-.023-.768-1.318-.04.035a79.799 79.799 0 0 0-2.242 2.058l-.067.065v-5.911h-7.851v2.313c0 4.243-.572 5-2.38 6.756l-.023.024zM105.011 30.773h13.053v-6.161h-13.053v6.161zm-1.639 1.52h16.332v-9.201h-16.332v9.201zM68.83 14.177h10.478V7.282h-1.52v5.375h-2.9V5.012H73.37v7.645h-3.02V7.282h-1.52zM69.307 18.747h9.284v-1.521h-9.284zM64.41 33.32h1.52v-15.8l.005-.009a41.057 41.057 0 0 0 1.963-4.033l.016-.035-1.469-.855-.018.047c-1.409 3.51-3.269 6.601-5.53 9.191l-.02.024.881 1.514.04-.047a58.84 58.84 0 0 0 2.54-3.19l.072-.098v13.29z'/%3E%3Cpath d='M84.643 23.728l-.034-.09c-.991-2.586-1.729-6.09-2.193-10.416l-.001-.009.002-.008c.15-.447.341-.906.568-1.365l.011-.022h4.106l-.003.043c-.314 4.921-1.127 8.884-2.417 11.78l-.039.087zm-6.053 7.803l.912 1.566.04-.037c2.392-2.24 4.055-4.206 4.946-5.843l.034-.062.035.061c1.026 1.785 2.531 3.713 4.472 5.731l.04.042.924-1.588-.024-.024c-2.102-2.053-3.634-3.98-4.552-5.727l-.01-.019.01-.019c1.725-3.16 2.803-7.788 3.204-13.757l.002-.037h1.676v-1.52h-6.793l.017-.052a80.981 80.981 0 0 0 1.576-5.508l.014-.054h-1.7l-.007.035c-1.019 4.67-2.572 8.783-4.492 11.894l-.014.022.971 1.668.745-1.487c.243-.427.442-.788.593-1.076l.06-.113.015.127c.479 4.058 1.307 7.334 2.462 9.737l.009.02-.011.017c-1.125 1.938-2.85 3.95-5.127 5.98l-.027.023zM96.683 33.233h1.64l.004-21.184a52.054 52.054 0 0 0 2.505-6.55l.01-.033-1.517-.882-.015.053c-1.504 5.3-3.67 10.034-6.438 14.069l-.016.023.902 1.549.039-.057a58.896 58.896 0 0 0 2.812-4.641l.074-.136v17.789zM103.014 19.855h17.049v-1.64h-17.049zM103.014 14.957h17.049v-1.521h-17.049zM61.292 12.247l.924 1.586.04-.04a30.531 30.531 0 0 0 5.806-8.185l.018-.036-1.418-.826-.02.042c-1.467 2.991-3.259 5.492-5.325 7.435l-.025.024zM101.341 10.18h20.514V8.54h-10.032l1.097-.634-1.61-3.435-1.5.866.02.037a57.49 57.49 0 0 1 1.43 2.87c.048.098.081.18.1.245l.014.05h-10.032v1.64zM213.317 15.898h22.29l.012.012c.356.37.647.742.928 1.103l.007.008c.243.311.49.63.779.944l.024.026 1.486-.88-.036-.04a638.561 638.561 0 0 1-7.268-8.12l-.023-.027-1.418.802.039.04c.57.603 3.863 4.352 4.002 4.511l.058.066H215.71l.078-.069c3.354-2.99 5.713-5.312 8.139-8.014l.036-.04-1.424-.829-.024.027c-2.71 3.041-5.627 5.852-9.182 8.846l-.016.013v1.621zM155.036 16.026l.846 1.486.036-.017c5.583-2.605 9.745-5.677 12.726-9.392l.03-.037.03.036c3.02 3.546 6.917 6.128 13.03 8.636l.036.015.779-1.337-.047-.018c-5.74-2.264-9.953-5.034-12.884-8.47l-.022-.026.022-.027c.192-.226.51-.64.664-.87l.025-.038-1.45-.843-.022.032c-3.611 4.91-7.982 8.358-13.754 10.852l-.045.018zM201.492 17.974l1.439.838.024-.028c.159-.192.356-.406.583-.653l.02-.022c.315-.344.673-.733 1.074-1.214 1.842-2.323 2.633-3.339 3.398-4.41l.028-.039-1.398-.814-.023.034c-1.277 1.865-2.61 3.441-5.11 6.268l-.035.04z'/%3E%3Cpath d='M196.595 33.075h1.626V22.92h13.162v-1.58H198.22V8.556h11.875V6.924h-25.258v1.632h11.757V21.34h-13.162v1.58h13.162z'/%3E%3Cpath d='M187.149 12.425l.03.04c1.693 2.156 2.915 3.786 4.52 6.225l.023.034 1.454-.839-.03-.039a171.888 171.888 0 0 1-1.636-2.28c-.918-1.295-1.781-2.512-2.91-3.936l-.022-.029-1.43.824zM233.852 31.138h-17.015v-.04l-.015-9.077h17.03v9.117zm-18.641 1.506h20.252V20.485H215.21v12.159zM125.46 18.815l.86 1.475.04-.033a37.966 37.966 0 0 0 9.883-12.717l.017-.036-1.41-.82-.02.041c-2.51 5.118-5.477 8.952-9.34 12.067l-.03.023zM141.84 7.05l.012.035c1.877 4.968 5.225 9.16 9.948 12.46l.04.026.86-1.477-.035-.021c-4.601-2.949-7.302-6.377-9.321-11.832l-.018-.05-1.487.859zM147.484 30.37l.012.015a265.46 265.46 0 0 0 2.033 2.433l.023.027 1.518-.875-7.719-8.958-1.365.789.033.04c.545.657 1.266 1.506 1.964 2.328l.121.142c.736.866 1.571 1.847 2.037 2.419l.05.06-.079.005c-2.465.12-12.94.624-15.32.718l-.09.003.057-.068c2.54-3.061 5.277-6.783 8.371-11.38l.026-.038-1.507-.878-.02.037c-2.598 4.28-5.142 7.792-8.009 11.048l-.144.165c-.476.549-.926 1.069-1.727 1.51l-.039.022.845 1.45.03-.005c.93-.18 1.613-.26 2.71-.311l2.525-.121c4.787-.23 9.308-.445 13.645-.576l.02-.001zM155.04 31.444l.81 1.39.039-.026c4.105-2.892 6.594-6.587 7.399-10.983l.014-.08.054.06a972.819 972.819 0 0 1 3.157 3.513l.022.025-.002.002.049.053c.11.14.33.394.732.853l.083.095.857-1.473-.022-.024c-.401-.426-.782-.834-1.146-1.223l-.26-.276c-1.312-1.406-2.35-2.515-3.19-3.358l-.012-.012v-.017c.003-.083.019-.311.04-.598l.006-.08c.05-.682.133-1.827.183-3.05l.002-.045h-1.614v.044c0 7.18-2.211 11.864-7.167 15.187l-.034.023zM165.116 31.907l.812 1.395.038-.026c4.456-3.047 7.125-6.756 7.932-11.023l.039-.206.038.206c.739 3.892 3.286 7.44 7.568 10.546l.039.028.816-1.385-.034-.023c-4.988-3.301-7.218-7.266-7.698-13.683 0-.244-.004-.482-.008-.745a69.734 69.734 0 0 1-.01-.758v-.043h-1.641v.044c.124 7.184-2.52 12.45-7.854 15.65l-.037.023zM44.32 35.51c3.141-2.276 5.148-5.644 5.148-9.385 0-6.858-6.67-12.417-14.9-12.417-8.229 0-14.9 5.56-14.9 12.417s6.671 12.417 14.9 12.417c1.7 0 3.342-.244 4.864-.68a1.47 1.47 0 0 1 .438-.067c.286 0 .546.087.791.23l3.261 1.882c.092.053.18.093.288.093a.497.497 0 0 0 .496-.497c0-.123-.049-.245-.08-.363l-.67-2.504a.991.991 0 0 1 .365-1.126M29.6 24.138a1.986 1.986 0 1 1 0-3.972 1.986 1.986 0 0 1 0 3.972m9.934 0a1.986 1.986 0 1 1-.001-3.972 1.986 1.986 0 0 1 .001 3.972'/%3E%3Cpath d='M17.88 0C8.005 0 0 6.671 0 14.9c0 4.49 2.408 8.531 6.178 11.262.303.216.501.571.501.972 0 .131-.029.253-.063.379l-.806 3.006c-.037.141-.096.288-.096.435 0 .33.267.596.596.596.13 0 .235-.048.344-.111l3.915-2.26c.294-.169.606-.274.949-.274.183 0 .359.027.525.078a21.17 21.17 0 0 0 6.819.794 11.468 11.468 0 0 1-.6-3.652c0-7.505 7.3-13.589 16.306-13.589.327 0 .65.01.971.026C34.193 5.444 26.8 0 17.88 0m-5.96 12.516a2.384 2.384 0 1 1 0-4.767 2.384 2.384 0 0 1 0 4.767m11.92 0a2.384 2.384 0 1 1 0-4.767 2.384 2.384 0 0 1 0 4.767'/%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
}
.weui-desktop-btn__head-opr {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #E4E8EB;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
}
.weui-desktop-btn__head-opr:before {
  content: " ";
  width: 22px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.weui-desktop-foot {
  padding: 16px 0 40px;
  border-top: none;
}
.weui-desktop-foot .weui-desktop-link {
  font-size: 12px;
}
.weui-desktop-foot .weui-desktop-foot__info {
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #E4E8EB;
}
.weui-desktop-foot .weui-desktop-link,
.weui-desktop-foot .weui-desktop-copyright {
  color: #9A9A9A;
}
@media screen and (max-width: 1023px) {
  .weui-desktop-foot .weui-desktop-link-group_split .weui-desktop-link {
    margin: 0 8px;
  }
  .weui-desktop-foot .weui-desktop-link-group_split .weui-desktop-link:before {
    left: -10.4px;
  }
}
.weui-desktop-loadmore {
  color: #353535;
  padding: 20px;
  text-align: center;
}
.weui-desktop-loadmore .weui-desktop-loading {
  width: 2em;
  height: 2em;
  font-size: 10px;
  margin-top: -0.2em;
  margin-right: 4px;
}
.weui-desktop-loadmore_end {
  border-top: 1px solid #E4E8EB;
  position: relative;
  color: #9A9A9A;
  font-size: 0;
  padding: 0;
  width: 116px;
}
.weui-desktop-loadmore_end:before {
  content: "";
  background: #FFFFFF;
  width: 20px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-top: -20px;
}
.weui-desktop-loadmore_end:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -11px;
}
@media (-webkit-max-device-pixel-ratio: 1) {
  ::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    min-height: 28px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #A0A0A0;
  }
}
.weui-desktop-panel {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.weui-desktop-panel {
  padding: 24px 40px;
}
.weui-desktop-panel__hd {
  padding: 16px 0;
}
.weui-desktop-panel__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.weui-desktop-panel__bd {
  padding: 16px 0;
}
.weui-desktop-panel__title__desc {
  margin-top: 10px;
  color: #9A9A9A;
}
.weui-desktop-page_simple .weui-desktop-panel {
  padding: 40px;
}
.weui-desktop-panel_empty {
  text-align: center;
  padding: 65px 40px;
}
.weui-desktop-breadcrumbs {
  font-size: 0;
  line-height: 1.6;
}
.weui-desktop-breadcrumb {
  position: relative;
  font-size: 14px;
  color: #07C160;
}
.weui-desktop-breadcrumb:after {
  content: " ";
  display: inline-block;
  vertical-align: 2px;
  margin: 0 1em 0 0.7em;
  width: 5px;
  height: 5px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
  -ms-transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
  -webkit-transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
}
.weui-desktop-breadcrumb:last-child {
  color: #9A9A9A;
}
.weui-desktop-breadcrumb:last-child:after {
  display: none;
}
.weui-desktop-key-tags .weui-desktop-key-tag {
  margin-bottom: 8px;
}
.weui-desktop-key-tag {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0.5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #F1F1F1;
  color: #9A9A9A;
  border-radius: 2px;
  margin-right: 8px;
  margin-top: -0.2em;
}
.weui-desktop-key-tag_selected {
  color: rgba(0, 0, 0, 0.9);
}
.weui-desktop-key-tag_clickable {
  cursor: pointer;
}
.weui-desktop-key-tag_pay {
  background-color: #FA9D3B;
  color: #fff;
}
.fade-enter-active,
.fade-leave-active {
  transition: all 0.2s ease;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
.weui-desktop-badge {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FA5151;
  line-height: 10em;
  overflow: hidden;
}
.weui-desktop-badge_tab-unread {
  position: absolute;
  right: -4px;
  top: 8px;
}
.weui-desktop-tab__navs {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.weui-desktop-tab__navs:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.weui-desktop-tab__navs:after {
  content: "";
}
.weui-desktop-tab__nav {
  position: relative;
  float: left;
  margin-right: 24px;
}
.weui-desktop-tab__nav a {
  display: block;
  text-decoration: none;
  color: #9A9A9A;
}
.weui-desktop-tab__nav_current a {
  color: #353535;
}
.weui-desktop-tab_title .weui-desktop-tab__navs {
  text-align: left;
  line-height: 40px;
  border-bottom: 1px solid #E0E1E2;
  font-size: 16px;
}
.weui-desktop-tab_title .weui-desktop-tab__nav {
  margin-bottom: -1px;
}
.weui-desktop-tab_title .weui-desktop-tab__nav:hover a {
  color: #07C160;
}
.weui-desktop-tab_title .weui-desktop-tab__nav a {
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 120px;
}
.weui-desktop-tab_title .weui-desktop-tab__nav_current {
  border-bottom: 2px solid #07C160;
}
.weui-desktop-tab_title .weui-desktop-tab__nav_current a {
  color: #07C160;
}
.weui-desktop-tab_section .weui-desktop-tab__nav {
  border: 1px solid #C9CACE;
  margin-right: -1px;
}
.weui-desktop-tab_section .weui-desktop-tab__nav a {
  padding: 0 22px;
  min-width: 54px;
}
.weui-desktop-tab_section .weui-desktop-tab__nav:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.weui-desktop-tab_section .weui-desktop-tab__nav:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-right: 0;
}
.weui-desktop-tab_section .weui-desktop-tab__nav_current {
  background-color: #07C160;
  border-color: #07C160;
  position: relative;
}
.weui-desktop-tab_section .weui-desktop-tab__nav_current a {
  color: #FFFFFF;
}
.weui-desktop-global-mod:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.weui-desktop-global__info {
  float: left;
}
.weui-desktop-global__info.weui-desktop-global__info_wrap {
  padding-right: 40px;
}
.weui-desktop-global__extra {
  text-align: right;
}
.weui-desktop-global-item_gap {
  margin-top: 5px;
}
.weui-desktop-tj {
  text-align: justify;
  text-justify: distribute-all-lines;
  font-size: 0;
}
.weui-desktop-tj:after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.weui-desktop-tj__item {
  font-size: 14px;
  text-align: left;
  text-justify: auto;
}
.weui-desktop-card {
  width: 320px;
}
.weui-desktop-card__inner {
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 12px 15px 0;
}
.weui-desktop-card_inside .weui-desktop-card__inner {
  box-shadow: none;
  border: 1px solid #E4E8EB;
  border-radius: 3px;
}
.weui-desktop-card__ft {
  padding: 24px 0;
}
.weui-desktop-card__ft:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.weui-desktop-dialog__wrp {
  z-index: 5000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}
.weui-desktop-dialog__wrp:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.weui-desktop-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 40px;
  white-space: normal;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 980px;
  min-width: 600px;
  box-sizing: border-box;
}
.weui-desktop-dialog__hd {
  position: relative;
  overflow: hidden;
  padding: 0 32px;
  line-height: 72px;
  height: 72px;
}
.weui-desktop-dialog__title {
  font-weight: 400;
  font-size: 16px;
}
.weui-desktop-dialog__close-btn {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.weui-desktop-dialog__ft {
  padding: 24px 32px;
  text-align: center;
}
.weui-desktop-dialog__ft > .weui-desktop-btn {
  margin: 0 0.5em;
}
.weui-desktop-dialog_simple .weui-desktop-dialog__bd {
  padding: 66px 45px 108px;
}
.weui-desktop-dialog_agreement .weui-desktop-dialog__bd {
  padding: 48px 45px 16px;
}
.weui-desktop-dialog__bd > .weui-desktop-tab_title:first-child .weui-desktop-tab__nav:first-child {
  margin-left: 32px;
}
.weui-desktop-dialog__bd .weui-desktop-tab_dialog .weui-desktop-tab__nav:first-child {
  margin-left: 32px;
}
body {
  background-color: #F6F8F9;
  min-width: 768px;
}
.weui-desktop-page__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.weui-desktop-page__sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.weui-desktop-page__sub-title em {
  font-style: normal;
}
.weui-desktop-page__tips {
  text-align: right;
}
.weui-desktop-page__title + .weui-desktop-page__tips {
  margin-top: -46px;
  line-height: 26px;
  margin-bottom: 20px;
}
.weui-desktop-tab + .weui-desktop-page__tips {
  margin-top: -40px;
  line-height: 40px;
}
.weui-desktop-tab_title + .weui-desktop-page__tips {
  margin-top: -40px;
  line-height: 40px;
}
.weui-desktop-page__tips a {
  color: #9A9A9A;
}
.weui-desktop-tips {
  color: #9A9A9A;
}
.weui-desktop-tips_warn {
  color: #FA5151;
}
.weui-desktop-tips_icon [class*="icon-"] {
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 3px;
}
.weui-desktop-tips_icon-after [class*="icon"] {
  vertical-align: middle;
  margin-top: -0.2em;
  margin-left: 6px;
}
.weui-desktop-tips_icon-after.weui-desktop-panel__title [class*="icon"] {
  margin-top: -0.5em;
}
.weui-desktop-msg + .weui-desktop-panel,
.weui-desktop-page-msg + .weui-desktop-panel {
  margin-top: 20px;
}
.weui-desktop-page-msg .weui-desktop-link {
  display: inline-block;
}
.weui-desktop-table .weui-desktop-empty_tips.weui-desktop-empty_tips {
  color: #9A9A9A;
  text-align: center;
  padding: 65px 0;
}
.weui-desktop-empty-tips {
  color: #9A9A9A;
  text-align: center;
  padding: 40px 0;
}
.weui-desktop-panel_transparent {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.weui-desktop-panel_transparent .weui-desktop-panel__hd {
  padding: 0;
}
.weui-desktop-dropdown-helper:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #9A9A9A;
  border-top-style: solid;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 6px;
}
@font-face {
  font-family: "mp-quote";
  src: url(/mpres/en_US/htmledition/comm_htmledition/weui-desktop/widget/Helvetica.ttf) format('truetype');
  unicode-range: U+201c, U+201d, U+2018, U+2019;
}
/*
00B7 MIDDLE DOT ·
2022 BULLET •
2027 HYPHENATION POINT ‧
22C5 DOT OPERATOR ⋅
2219 BULLET OPERATOR ∙
*/
.weui-desktop-list-tips {
  list-style: none;
  color: #353535;
}
.weui-desktop-list-tips__item {
  position: relative;
  padding-left: 15px;
}
.weui-desktop-list-tips__item:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: -0.1em;
}
.weui-desktop-progress {
  background: #F6F8F9;
  height: 4px;
  border-radiu: 4px;
  overflow: hidden;
}
.weui-desktop-progress__current {
  height: 100%;
  background: #07C160;
  font-size: 0;
}
.weui-desktop-quick-faq {
  padding-top: 40px;
  padding-left: 80px;
}
.weui-desktop-quick-faq a {
  color: #9A9A9A;
}
.weui-desktop-quick-faq .weui-desktop-tips {
  padding-top: 8px;
}
.weui-desktop-online-faq__wrp {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 5000;
}
.weui-desktop-online-faq {
  text-align: center;
}
.weui-desktop-online-faq__switch {
  margin-left: 8px;
  width: 44px;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  cursor: default;
  writing-mode: initial;
  letter-spacing: normal;
  white-space: normal;
}
.weui-desktop-online-faq__switch .divide {
  width: 38px;
  height: 0px;
  margin: auto;
  display: block;
  position: relative;
}
.weui-desktop-online-faq__switch .divide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  background: black;
  opacity: 0.1;
  transform-origin: left center;
  transform: scale(0.5);
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content {
  padding: 15px 0;
  position: relative;
  border-radius: 2px;
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 38px;
  height: 1px;
  margin-left: -19px;
  background: black;
  opacity: 0.1;
  transform-origin: left center;
  transform: scaleY(0.5);
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content:last-child:before {
  display: none;
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content svg {
  display: block;
  margin: auto;
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content .text {
  margin: 5px auto 0;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.5);
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content:last-child .text {
  width: 1.1em;
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.weui-desktop-online-faq__switch .weui-desktop-online-faq__switch_content:hover .weui-desktop-online-faq__panel__wrp {
  opacity: 1;
  visibility: visible;
}
.weui-desktop-online-faq__panel__wrp {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  padding-right: 16px;
  position: absolute;
  right: 100%;
  top: 0;
}
.weui-desktop-online-faq__panel {
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
.weui-desktop-online-faq__panel .divide {
  width: auto;
  margin: 0 15px;
}
.weui-desktop-online-faq__panel .weui-desktop-online-faq__panel_content {
  padding: 10px 15px;
  width: 10em;
  text-align: left;
  cursor: pointer;
}
.weui-desktop-online-faq__panel .weui-desktop-online-faq__panel_content:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.weui-desktop-online-faq__panel .weui-desktop-online-faq__panel_content:first-child {
  padding-top: 15px;
}
.weui-desktop-online-faq__panel .weui-desktop-online-faq__panel_content:last-child {
  padding-bottom: 15px;
}
.weui-desktop-online-faq__panel .weui-desktop-online-faq__panel_content svg {
  float: right;
  margin-top: 5px;
}
.weui-desktop-online-faq__panel .weui-desktop-online-faq__panel_content_t {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 8px;
}
.weui-desktop-online-faq_qrcode {
  padding: 10px 10px 16px;
}
.weui-desktop-online-faq_qrcode img {
  width: 130px;
  display: block;
}
.weui-desktop-online-faq_qrcode strong {
  font-weight: 400;
  font-size: 12px;
  color: #9A9A9A;
}
.weui-desktop-radio-group__area_highlight {
  background-color: #F6F8F9;
  padding: 18px 30px;
  margin-top: 10px;
}
.weui-desktop-tips__form-gap {
  margin-bottom: 15px;
}
.weui-desktop-form__check-label_primary .weui-desktop-icon-checkbox {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.weui-desktop-form__check-label_primary .weui-desktop-form__checkbox:checked + .weui-desktop-icon-checkbox {
  background-color: #07C160;
}
.weui-desktop-form__check-label_primary .weui-desktop-form__checkbox:checked + .weui-desktop-icon-checkbox:before {
  margin-top: 7px;
  border-color: #FFFFFF;
}
.weui-desktop-status-tag {
  cursor: default;
  color: #353535;
  border: 1px solid currentColor;
  border-radius: 3px;
  line-height: 1.2;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-style: normal;
  margin-top: -0.2em;
}
.weui-desktop-status-tag_primary {
  color: #07C160;
}
.icon_card_selected {
  line-height: 300px;
  overflow: hidden;
}
[class^=icon-svg-] {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-svg-common-ask {
  vertical-align: middle;
}
.icon-stat-up-down {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: transparent url(/mpres/zh_CN/htmledition/comm_htmledition/weui-desktopSkin/images/arrow-spr678437.png) no-repeat 0 0;
  vertical-align: middle;
}
.icon-stat-up-down.up {
  background-position: 0 0;
}
.icon-stat-up-down.down {
  background-position: -10px 0;
}
.icon-stat-up-down.down_grey {
  background-position: -20px 0;
}
.icon-star {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ecomment-star%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cpath d='M9.785 13.854l3.626 2.004-.694-4.255 2.993-3.068-4.132-.631-1.794-3.821-1.794 3.821-4.132.631 2.993 3.068-.694 4.255 3.626-2.004zm-4.1 4.552c-.58.321-1.31.11-1.631-.47-.13-.236-.177-.508-.134-.774l.797-4.884-3.376-3.46c-.463-.474-.453-1.234.021-1.697.179-.175.409-.289.657-.327l4.616-.705 2.064-4.398c.282-.6.996-.858 1.596-.576.254.119.457.323.576.576l2.064 4.398 4.616.705c.655.1 1.105.712 1.005 1.367-.038.248-.152.477-.327.657l-3.376 3.46.797 4.884c.107.654-.337 1.271-.991 1.378-.266.043-.538-.004-.774-.134l-4.1-2.266-4.1 2.266z' fill='%239B9B9B' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.icon-starred {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ecomment-stared%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cpath d='M10 15.267l-4.584 2.534c-.097.053-.218.018-.272-.078l-.022-.129.878-5.382-3.728-3.821c-.077-.079-.076-.206.003-.283l.109-.055 5.143-.786 2.291-4.881c.047-.1.166-.143.266-.096l.096.096 2.291 4.881 5.143.786c.109.017.184.119.167.228l-.055.109-3.728 3.821.878 5.382c.018.109-.056.212-.165.23l-.129-.022-4.584-2.534z' stroke='%23F7B42F' stroke-width='2' fill='%23F7B42F'/%3E%3C/svg%3E");
}
.weui-desktop-btn {
  display: inline-block;
  padding: 0 22px;
  min-width: 54px;
  line-height: 2.42857143;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  box-sizing: content-box;
}
.weui-desktop-btn:hover {
  text-decoration: none;
}
.weui-desktop-btn_disabled {
  cursor: default;
}
.weui-desktop-btn_primary {
  background-color: #07C160;
  border-color: #07C160;
  color: #FFFFFF;
}
.weui-desktop-btn_primary:hover {
  background-color: #06AD56;
  border-color: #06AD56;
  color: #AFDAAC;
}
.weui-desktop-btn_primary.weui-desktop-btn_disabled,
.weui-desktop-btn_primary.weui-desktop-btn_loading:before {
  background-color: #83E0B0;
  border-color: #83E0B0;
  color: #C1EFD7;
}
.weui-desktop-btn_primary.weui-desktop-btn_loading:after {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAnFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+TINBkAAAANHRSTlMABSAWDz8aC3l0alY0Ls/Dta6mn5mSflFHGAkC9u7cyo5wY11EOSknJhMH6eLTuqKJhE1LthbKbwAAALFJREFUGNNdjVUSwkAQRGc17h4g7jjc/25UsgXZ4n2+7pmGDUsPXddXTfiSxZ7n3hyntAMszBj6dwPn+dQ413IrkihQiQh5UNhrrw41+OFfPIApquZd8eLMwKhSkNBOEWgPLivraEP8XGSlHE+gxgj+0FUCEgeEINV6WS0KAlzrVCrNFAEk+mtXhKw5bZtUEQJxzLexzGiTgaKDkg0jzkVIOyN5d6w3LYz2FxZjzMTi/gO16wq4+ye9JwAAAABJRU5ErkJggg==) no-repeat 0 0;
}
.weui-desktop-btn_default {
  background-color: #FBFBFB;
  border-color: #E4E8EB;
  color: #353535;
}
.weui-desktop-btn_default:hover {
  background-color: #EFF0F2;
  color: #858585;
  border-color: #E4E8EB;
}
.weui-desktop-btn_default.weui-desktop-btn_disabled,
.weui-desktop-btn_default.weui-desktop-btn_loading:before {
  background-color: #F5F6F6;
  border-color: #E4E8EB;
  color: #CCCDCD;
}
.weui-desktop-btn_default.weui-desktop-btn_loading:after {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAAAXNSR0IArs4c6QAAArNJREFUOBGNlD9MU1EUxvte36tt0zaWgJAWHOuEkyEkLjRGTYCU0gQXF42DCyYaR2NkwonBOMhgohMDiSC2QGSyDi6iMQwOLlX8UxpbNa19BdtSf+fBbYBA0pucnnvO/c53zz3nvDocrBcs0Y5UKnVX9MLCwpZo2Zy3N/KTTCb7moaGdQ4rb3sajYamjiB7pnN6UtO0hnLW6/Vr9h7GcRAztsFmWiE4mHEsLS0dUw7Req1W24nDmJ2dddq3zM/Pxw3DyFUqlXe2g9hTAO7hfB4MBpMbGxs9TqfzCRmYsVisTx42hlwUzsMWifzSq9VqO3l+OAwgvlAo1GlfB/rK9vZ2Nh6Pv1Tg1dVVM5fLhbxe7/dmKcjrNDncoDzdAF+PjIzcVwGKaRomL4lPtLW1ZQuFwmXANwFdJfG30ppbJH5bRSktBedsXWwd6RkeHp5Sh0pLA5CHAB8YOC11cFD7fL5HpVJpXZiOBKXTaSubzXbaIBoVOMgidn9///FIJNLQKeRTmjdG03x7gQxGuFgseqLRaM0ugTABvkAZKiT7l5eV2edHR0c/S2CzmGIsLi52cXgdUC+mPMpkbxJoyn5XDDBrpmlODA0NfcFnL5uIjnQCvoPHT+AnQI8HBwd/7mL2KbAhXdcnwZ1FLOLiNCWjkUWElMdxVtGTiUSisC/yCIOndjNkryDyA7kkRYpBUvF4PFOtkgg3GX9DJRAvYjfXRapWOBze+SDxtroYyjWwkpHDIJv3pNebyWTOYL8RZ6tLPt58Pm+43e6qKnYCsi7kK/OZQjf/EA4j5XJteXm5nRrpdHCLEfjTbL+0nnpFIdEBbvLcj5Zl/ejo6CgPDAw0VlZW3PgDBAYhqIP75/f7swzaplzWJNp789zc3AmAIZfLFSDYycTWuKTMWPzGzlOb0l687P8DN4FeDmwUxzsAAAAASUVORK5CYII=) no-repeat 0 0;
}
.weui-desktop-btn_warn {
  background-color: #FBFBFB;
  border-color: #E4E8EB;
  color: #FA5151;
}
.weui-desktop-btn_warn:hover {
  background-color: #EFF0F2;
  border-color: #E4E8EB;
  color: #FA5151;
}
.weui-desktop-btn_warn.weui-desktop-btn_disabled,
.weui-desktop-btn_warn.weui-desktop-btn_loading:before {
  background-color: #F5F6F6;
  border-color: #E4E8EB;
  color: #CCCDCD;
}
.weui-desktop-btn_warn.weui-desktop-btn_loading:after {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAnFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+TINBkAAAANHRSTlMABSAWDz8aC3l0alY0Ls/Dta6mn5mSflFHGAkC9u7cyo5wY11EOSknJhMH6eLTuqKJhE1LthbKbwAAALFJREFUGNNdjVUSwkAQRGc17h4g7jjc/25UsgXZ4n2+7pmGDUsPXddXTfiSxZ7n3hyntAMszBj6dwPn+dQ413IrkihQiQh5UNhrrw41+OFfPIApquZd8eLMwKhSkNBOEWgPLivraEP8XGSlHE+gxgj+0FUCEgeEINV6WS0KAlzrVCrNFAEk+mtXhKw5bZtUEQJxzLexzGiTgaKDkg0jzkVIOyN5d6w3LYz2FxZjzMTi/gO16wq4+ye9JwAAAABJRU5ErkJggg==) no-repeat 0 0;
}
.weui-desktop-btn_loading {
  position: relative;
}
.weui-desktop-btn_loading:before {
  content: " ";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}
.weui-desktop-btn_loading:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  animation: weuiDesktopBtnLoading 1s steps(12, end) infinite;
}
@keyframes weuiDesktopBtnLoading {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.weui-desktop-button-group {
  font-size: 0;
}
.weui-desktop-button-group .weui-desktop-btn {
  margin-right: -1px;
  border-radius: 0;
  min-width: 40px;
  padding: 0 10px;
}
.weui-desktop-button-group .weui-desktop-btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.weui-desktop-button-group .weui-desktop-btn:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.weui-desktop-button-group .weui-desktop-btn_current {
  color: #07C160;
}
.weui-desktop-btn_mini {
  line-height: 1.57142857;
  padding: 0 14px;
  min-width: 0;
}
.weui-desktop-icon-btn {
  background-color: transparent;
  padding: 0;
  border-width: 0;
  vertical-align: middle;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
}
.weui-desktop-icon-btn svg {
  fill: #9B9B9B;
}
.weui-desktop-icon-btn:hover svg,
.weui-desktop-icon-btn.weui-desktop-icon-btn_current svg,
.weui-desktop-icon-btn:hover g,
.weui-desktop-icon-btn.weui-desktop-icon-btn_current g {
  fill: #777777;
}
.weui-desktop-icon-btn.weui-desktop-opr-btn_disabled svg,
.weui-desktop-icon-btn.weui-desktop-opr-btn_disabled g {
  fill: #E9E9E9;
}
.weui-desktop-icon-btn.weui-desktop-opr-btn_disabled:hover svg,
.weui-desktop-icon-btn.weui-desktop-opr-btn_disabled:hover g {
  fill: #E9E9E9;
}
.weui-desktop-opr-btn {
  border: 1px solid #E4E8EB;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #FFFFFF;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  color: transparent;
}
.weui-desktop-opr-btn_primary {
  width: 36px;
  height: 36px;
}
.weui-desktop-opr-btn_primary.weui-desktop-opr-btn_add:before,
.weui-desktop-opr-btn_primary.weui-desktop-opr-btn_add:after {
  width: 16px;
  height: 2px;
  margin-left: -8px;
}
.weui-desktop-opr-btn_add {
  position: relative;
}
.weui-desktop-opr-btn_add:before,
.weui-desktop-opr-btn_add:after {
  content: " ";
  width: 10px;
  height: 1px;
  background-color: #9A9A9A;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
}
.weui-desktop-opr-btn_add:after {
  transform: matrix(0, 1, -1, 0, 0, 0);
  -ms-transform: matrix(0, 1, -1, 0, 0, 0);
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
  transform-origin: 50% 50%;
}
.weui-desktop-opr-btn_clear {
  position: relative;
}
.weui-desktop-opr-btn_clear:before,
.weui-desktop-opr-btn_clear:after {
  content: " ";
  width: 10px;
  height: 1px;
  background-color: #9A9A9A;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  transform-origin: 50% 50%;
}
.weui-desktop-opr-btn_clear:before {
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.weui-desktop-opr-btn_clear:after {
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.weui-desktop-opr-btn_close {
  position: relative;
  border-width: 0;
  background-color: transparent;
}
.weui-desktop-opr-btn_close:before,
.weui-desktop-opr-btn_close:after {
  content: " ";
  width: 14px;
  height: 1px;
  background-color: #9A9A9A;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  transform-origin: 50% 50%;
}
.weui-desktop-opr-btn_close:before {
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.weui-desktop-opr-btn_close:after {
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
  -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.weui-desktop-opr-btn_remove {
  position: relative;
}
.weui-desktop-opr-btn_remove:before {
  content: " ";
  width: 10px;
  height: 1px;
  background-color: #9A9A9A;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
}
.weui-desktop-link-btn {
  background-color: transparent;
  padding: 0;
  border-width: 0;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  color: #576B95;
}
.weui-desktop-link-btn:hover {
  background-color: transparent;
  color: #576B95;
}
.weui-desktop-circle-btn {
  border: 1px solid #E4E8EB;
  border-radius: 100%;
  background-color: currentColor;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  color: #FFFFFF;
}
.weui-desktop-circle-btn:hover {
  border-color: #cdd1d3;
  color: #e6e6e6;
}
.weui-desktop-circle-btn:hover svg,
.weui-desktop-circle-btn:hover path {
  fill: #8b8b8b;
}
.page_simple .mp-foot,
.weui-desktop-page_simple .mp-foot {
  padding-left: 0;
}
.page_simple .weui-desktop-layout_global > .weui-desktop-layout__main,
.weui-desktop-page_simple .weui-desktop-layout_global > .weui-desktop-layout__main {
  margin-left: 0;
}
.page_simple .weui-desktop-layout_global > .weui-desktop-layout__side,
.weui-desktop-page_simple .weui-desktop-layout_global > .weui-desktop-layout__side,
.page_simple .weui-desktop-layout_global .weui-desktop-quick-faq,
.weui-desktop-page_simple .weui-desktop-layout_global .weui-desktop-quick-faq {
  display: none;
}
.page_simple .weui-desktop__unfold-menu-opr,
.weui-desktop-page_simple .weui-desktop__unfold-menu-opr,
.page_simple .weui-desktop__fold-menu-opr,
.weui-desktop-page_simple .weui-desktop__fold-menu-opr {
  display: none;
}
.page_simple .weui-desktop-layout__main__bd.weui-desktop-panel,
.weui-desktop-page_simple .weui-desktop-layout__main__bd.weui-desktop-panel {
  min-height: 500px;
}
.weui-desktop-menu_global .weui-desktop-menu__append.new {
  margin-top: 16px;
}
.weui-desktop-menu_global .weui-desktop-menu__append.icon_dot_notices {
  margin: 12px 10px 0 16px;
}
.weui-desktop-menu-plugin {
  padding: 8px 0 12px 81px;
}
.weui-desktop-menu-plugin > a {
  display: inline-block;
  border: 2px dashed #D9DADC;
  padding: 10px 15px;
  color: #353535;
  text-decoration: none;
}
.weui-desktop-menu-plugin > a svg {
  fill: #9B9B9B;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 5px;
}
.weui-desktop-menu-plugin > a:hover {
  border-color: #B2B2B2;
}
.weui-desktop-menu-plugin > a:hover svg {
  fill: #777777;
}
.weui-desktop-menu-plugin .weui-desktop-icon-reddot {
  margin-left: 3px;
}
.weui-desktop-menu_work > .weui-desktop-menu__link .weui-desktop-menu__name:before {
  background: transparent url(/mpres/zh_CN/htmledition/comm_htmledition/weui-desktopSkin/svg/default/menu_work678437.svg) no-repeat 0 0;
}
.weui-desktop-menu_work > .weui-desktop-menu__link_current .weui-desktop-menu__name:before {
  background: transparent url(/mpres/zh_CN/htmledition/comm_htmledition/weui-desktopSkin/svg/default/menu_work_current678437.svg) no-repeat 0 0;
}
.weui-desktop-btn__head-opr {
  font-size: 0;
}
.weui-desktop-btn__head-opr.weui-desktop__fold-menu-opr:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='8' height='14' viewBox='0 0 8 14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M162.506 38.964c.054.31-.039.64-.278.88l-6.01 6.01a.5.5 0 0 1-.708 0l-.707-.708a.5.5 0 0 1 0-.707l5.475-5.475-5.475-5.474a.5.5 0 0 1 0-.708l.707-.707a.5.5 0 0 1 .708 0l6.01 6.01c.239.24.332.57.278.88z' id='a'/%3E%3C/defs%3E%3Cg transform='matrix(-1 0 0 1 162.592 -32)' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23D8D8D8' xlink:href='%23a'/%3E%3Cpath stroke='%23979797' d='M162.013 39.05v-.17a.499.499 0 0 0-.139-.44l-6.01-6.011-.707.707 5.828 5.828-5.828 5.829.707.707 6.01-6.01a.499.499 0 0 0 .14-.44z'/%3E%3C/g%3E%3C/svg%3E");
  width: 8px;
  height: 14px;
}
.weui-desktop-btn__head-opr.weui-desktop__unfold-menu-opr:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M126.5 33h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm0 5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm0 5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-126 -33)' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23D8D8D8' xlink:href='%23a'/%3E%3Cpath stroke='%23979797' d='M126.5 33.5v1h15v-1h-15zm0 5v1h15v-1h-15zm0 5v1h15v-1h-15z'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 12px;
}
.weui-desktop__fold-menu-opr,
.weui-desktop__unfold-menu-opr {
  position: absolute;
  top: 20px;
  left: 40px;
  display: none;
}
.weui-desktop__small-screen-show {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .weui-desktop-mass-audio {
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .weui-desktop-sub-menu__item > .weui-desktop-menu__link {
    padding-left: 70px;
  }
  .weui-desktop-menu_global .weui-desktop-menu__item > .weui-desktop-menu__link {
    padding-left: 36px;
  }
  .weui-desktop-menu_global .weui-desktop-sub-menu__item > .weui-desktop-menu__link {
    padding-left: 70px;
  }
  .weui-desktop-menu_global > .weui-desktop-menu__item {
    position: relative;
  }
  .weui-desktop-menu_global > .weui-desktop-menu__item:before {
    left: 74px;
  }
  .weui-desktop-menu-plugin {
    padding: 8px 0 12px 57px;
  }
  .page_base .mp-foot,
  .weui-desktop-page_base .mp-foot {
    padding-left: 200px;
  }
  .page_base .weui-desktop-layout_global > .weui-desktop-layout__side,
  .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__side {
    width: 220px;
  }
  .page_base .weui-desktop-layout_global > .weui-desktop-layout__main,
  .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__main {
    margin-left: 200px;
  }
  .weui-desktop-head__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1169px) {
  .weui-desktop-layout__side_pop {
    display: none !important;
  }
  .weui-desktop-layout_fold .mp-foot,
  .weui-desktop-layout_unfold_large .mp-foot {
    transition: all 0.3s;
  }
  .weui-desktop-layout_fold .weui-desktop-layout_global > .weui-desktop-layout__main,
  .weui-desktop-layout_unfold_large .weui-desktop-layout_global > .weui-desktop-layout__main {
    transition: all 0.3s;
  }
  .weui-desktop__unset-transition .mp-foot {
    transition-duration: 0s !important;
  }
  .weui-desktop__unset-transition .weui-desktop-layout_global > .weui-desktop-layout__main {
    transition-duration: 0s !important;
  }
}
@media screen and (max-width: 1169px) {
  .weui-desktop__fold-menu-opr,
  .weui-desktop__unfold-menu-opr {
    display: block;
  }
  .weui-desktop-layout__side_pop {
    position: fixed;
    display: block;
    padding-top: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #F6F8F9;
    box-shadow: 0 0 20px 0 #E4E8EB;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    margin-left: -260px;
    transition: all 0.3s;
    z-index: 500;
  }
  .weui-desktop-layout__side_pop__mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 499;
    display: none;
    -webkit-tap-highlight-color: transparent;
  }
  .page_base .mp-foot,
  .weui-desktop-page_base .mp-foot {
    padding-left: 0;
  }
  .page_base .weui-desktop-layout_global > .weui-desktop-layout__main,
  .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__main {
    margin-left: 0;
  }
  .weui-desktop-layout_unfold .weui-desktop-layout__side_pop {
    margin-left: 0;
  }
  .weui-desktop-layout_unfold .weui-desktop-layout__side_pop__mask {
    display: block;
  }
  .weui-desktop__small-screen-show {
    display: block;
  }
  .weui-desktop__small-screen-hide {
    display: none;
  }
  .weui-desktop-logo a:before {
    background-position: center;
  }
  .weui-desktop-head .weui-desktop-layout__side {
    float: none;
    display: inline-block;
  }
  .weui-desktop-head__inner > .weui-desktop-layout {
    text-align: center;
  }
  .weui-desktop-head__inner > .weui-desktop-layout > .weui-desktop-layout__extra {
    text-align: left;
  }
  html {
    height: 100%;
  }
  body.weui-desktop-layout_unfold {
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .weui-desktop-logo a:before {
    background-position: 0 0;
    width: 50px !important;
  }
  .weui-desktop-foot .weui-desktop-link-group_split .weui-desktop-link {
    margin: 0 8px;
  }
  .weui-desktop-foot .weui-desktop-link-group_split .weui-desktop-link:before {
    left: -10.4px;
  }
}
.weui-desktop-popover_show-extra .weui-desktop-popover {
  opacity: 1;
  visibility: visible;
}
body {
  font-family: "mp-quote", -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
/*
How to use
font-family: 'wechatnum';
*/
#topTab + .extra_info,
#js_topTab + .extra_info,
#js_div_toptab + .extra_info {
  margin-bottom: 20px;
  text-align: right;
  margin-top: -60px;
  line-height: 40px;
}
.page_nav + .extra_info {
  margin-top: -62px;
  text-align: right;
}
.weui-desktop-layout__main__hd h2 + .extra_info {
  line-height: 26px;
  text-align: right;
  margin-top: -46px;
  margin-bottom: 20px;
}
.weui-desktop-tooltip__wrp {
  position: relative;
  display: inline-block;
}
.weui-desktop-tooltip {
  padding: 0 8px;
  margin-bottom: 10px;
  font-size: 12px;
  cursor: initial;
  word-wrap: break-word;
  white-space: pre;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  color: #FFF;
  line-height: 2;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
  z-index: 50000;
  transition: all 0.2s 0.2s;
}
.weui-desktop-tooltip:hover {
  text-decoration: none;
  color: #FFF;
}
.weui-desktop-tooltip::before {
  content: "";
  width: 0px;
  height: 0px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__down-left {
  left: 0;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__down-left::before {
  left: 25%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__down-right {
  left: auto;
  right: 0;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__down-right::before {
  left: 75%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-left,
.weui-desktop-tooltip.weui-desktop-tooltip__up-center,
.weui-desktop-tooltip.weui-desktop-tooltip__up-right {
  bottom: auto;
  margin-bottom: 0;
  top: 100%;
  margin-top: 10px;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-left::before,
.weui-desktop-tooltip.weui-desktop-tooltip__up-center::before,
.weui-desktop-tooltip.weui-desktop-tooltip__up-right::before {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-left {
  left: 0;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-left::before {
  left: 25%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-center {
  left: 50%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-center::before {
  left: 50%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-right {
  left: auto;
  right: 0;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__up-right::before {
  left: 75%;
}
.weui-desktop-tooltip.weui-desktop-tooltip__left-center,
.weui-desktop-tooltip.weui-desktop-tooltip__left-top,
.weui-desktop-tooltip.weui-desktop-tooltip__left-bottom {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  margin: 0;
  margin-right: 10px;
  transform: translateY(-50%);
}
.weui-desktop-tooltip.weui-desktop-tooltip__left-center::before,
.weui-desktop-tooltip.weui-desktop-tooltip__left-top::before,
.weui-desktop-tooltip.weui-desktop-tooltip__left-bottom::before {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -5px;
  border-top-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.6);
}
.weui-desktop-tooltip.weui-desktop-tooltip__left-top {
  top: 0;
  bottom: auto;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__left-bottom {
  bottom: 0;
  top: auto;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__right-center,
.weui-desktop-tooltip.weui-desktop-tooltip__right-top,
.weui-desktop-tooltip.weui-desktop-tooltip__right-bottom {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  margin: 0;
  margin-left: 10px;
  transform: translateY(-50%);
}
.weui-desktop-tooltip.weui-desktop-tooltip__right-center::before,
.weui-desktop-tooltip.weui-desktop-tooltip__right-top::before,
.weui-desktop-tooltip.weui-desktop-tooltip__right-bottom::before {
  top: 50%;
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-top: -5px;
  border-top-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.6);
}
.weui-desktop-tooltip.weui-desktop-tooltip__right-top {
  top: 0;
  bottom: auto;
  transform: none;
}
.weui-desktop-tooltip.weui-desktop-tooltip__right-bottom {
  bottom: 0;
  top: auto;
  transform: none;
}
.weui-desktop-tooltip__fade-enter,
.weui-desktop-tooltip__fade-leave-to {
  opacity: 0;
}
.weui-desktop-tooltip.weui-desktop-tooltip {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s 0.2s;
}
.weui-desktop-tooltip__wrp:hover .weui-desktop-tooltip {
  opacity: 1;
  visibility: visible;
}
.dialog {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.dialog_hd {
  background: transparent;
  padding: 0 32px;
  line-height: 72px;
  height: 72px;
}
.dialog_hd h3 {
  font-size: 16px;
}
.dialog_ft {
  background: transparent;
  line-height: 100px;
}
.pop_closed {
  background: transparent;
  line-height: 1.6;
}
.pop_closed:hover {
  background: transparent;
}
.weui-desktop-tab_dialog .weui-desktop-tab__nav:first-child {
  margin-left: 32px;
}
.weui-desktop-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: default;
  color: #FFFFFF;
}
.weui-desktop-mask a {
  color: #FFFFFF;
}
.weui-desktop-mask_transparent {
  background-color: rgba(255, 255, 255, 0);
}
.weui-desktop-mask_status {
  position: absolute;
  text-align: center;
}
.weui-desktop-mask_status:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.weui-desktop-mask__msg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.weui-desktop-mask_gray {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity =  75 );
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.mask_transparent {
  background-color: #FFFFFF;
}
.weui-desktop-menu_work > .weui-desktop-menu__link .weui-desktop-menu__name:before {
  background: transparent url(/mpres/zh_CN/htmledition/comm_htmledition/weui-desktopSkin/svg/default/menu_work678437.svg) no-repeat 0 0;
}
.weui-desktop-menu_work > .weui-desktop-menu__link_current .weui-desktop-menu__name:before {
  background: transparent url(/mpres/zh_CN/htmledition/comm_htmledition/weui-desktopSkin/svg/default/menu_work_current678437.svg) no-repeat 0 0;
}
.weui-desktop-popover__wrp {
  display: inline;
  position: relative;
  font-size: 14px;
}
.weui-desktop-popover__wrp .weui-desktop-mask {
  z-index: 499;
}
.weui-desktop-popover {
  width: 280px;
  position: absolute;
  z-index: 500;
  text-align: left;
  color: #353535;
  line-height: 1.6;
  white-space: normal;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.weui-desktop-popover__inner {
  position: relative;
  padding: 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.weui-desktop-popover__inner:before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 #D4D4D4;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
}
.weui-desktop-popover__inner:after {
  content: " ";
  background-color: #FFFFFF;
  position: absolute;
}
.weui-desktop-popover__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.weui-desktop-popover__desc:not(:first-child) {
  padding-top: 16px;
  color: #9A9A9A;
}
.weui-desktop-popover_img-text {
  text-align: center;
}
.weui-desktop-popover_img-text img {
  max-width: 100%;
  margin-bottom: 5px;
}
.weui-desktop-popover__bar {
  margin-top: 24px;
  text-align: center;
}
.weui-desktop-popover__bar .weui-desktop-btn {
  margin: 0 5px;
}
.weui-desktop-popover_pos-up-left,
.weui-desktop-popover_pos-up-center,
.weui-desktop-popover_pos-up-right {
  top: 100%;
  padding-top: 16px;
}
.weui-desktop-popover_pos-up-left .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-up-center .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-up-right .weui-desktop-popover__inner:before {
  top: -4px;
}
.weui-desktop-popover_pos-up-left .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-up-center .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-up-right .weui-desktop-popover__inner:after {
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
}
.weui-desktop-popover_pos-down-left,
.weui-desktop-popover_pos-down-center,
.weui-desktop-popover_pos-down-right {
  bottom: 100%;
  padding-bottom: 16px;
}
.weui-desktop-popover_pos-down-left .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-down-center .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-down-right .weui-desktop-popover__inner:before {
  bottom: -4px;
}
.weui-desktop-popover_pos-down-left .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-down-center .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-down-right .weui-desktop-popover__inner:after {
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
}
.weui-desktop-popover_pos-up-left,
.weui-desktop-popover_pos-down-left {
  left: 50%;
  margin-left: -38px;
}
.weui-desktop-popover_pos-up-left .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-down-left .weui-desktop-popover__inner:before {
  left: 42px;
}
.weui-desktop-popover_pos-up-center,
.weui-desktop-popover_pos-down-center {
  left: 50%;
  transform: translateX(-50%);
}
.weui-desktop-popover_pos-up-center .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-down-center .weui-desktop-popover__inner:before {
  left: 50%;
  margin-left: -4px;
}
.weui-desktop-popover_pos-up-right,
.weui-desktop-popover_pos-down-right {
  right: 50%;
  margin-right: -38px;
}
.weui-desktop-popover_pos-up-right .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-down-right .weui-desktop-popover__inner:before {
  right: 42px;
}
.weui-desktop-popover_pos-left-top,
.weui-desktop-popover_pos-left-center,
.weui-desktop-popover_pos-left-bottom {
  left: 100%;
  padding-left: 16px;
}
.weui-desktop-popover_pos-left-top .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-left-center .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-left-bottom .weui-desktop-popover__inner:before {
  left: -4px;
}
.weui-desktop-popover_pos-left-top .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-left-center .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-left-bottom .weui-desktop-popover__inner:after {
  width: 10px;
  top: 0;
  bottom: 0;
  left: 0;
}
.weui-desktop-popover_pos-right-top,
.weui-desktop-popover_pos-right-center,
.weui-desktop-popover_pos-right-bottom {
  right: 100%;
  padding-right: 16px;
}
.weui-desktop-popover_pos-right-top .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-right-center .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-right-bottom .weui-desktop-popover__inner:before {
  right: -4px;
}
.weui-desktop-popover_pos-right-top .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-right-center .weui-desktop-popover__inner:after,
.weui-desktop-popover_pos-right-bottom .weui-desktop-popover__inner:after {
  width: 10px;
  top: 0;
  bottom: 0;
  right: 0;
}
.weui-desktop-popover_pos-left-top,
.weui-desktop-popover_pos-right-top {
  top: 50%;
  margin-top: -38px;
}
.weui-desktop-popover_pos-left-top .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-right-top .weui-desktop-popover__inner:before {
  top: 42px;
}
.weui-desktop-popover_pos-left-center,
.weui-desktop-popover_pos-right-center {
  top: 50%;
  transform: translateY(-50%);
}
.weui-desktop-popover_pos-left-center .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-right-center .weui-desktop-popover__inner:before {
  top: 50%;
  margin-top: -4px;
}
.weui-desktop-popover_pos-left-bottom,
.weui-desktop-popover_pos-right-bottom {
  bottom: 50%;
  margin-bottom: -38px;
}
.weui-desktop-popover_pos-left-bottom .weui-desktop-popover__inner:before,
.weui-desktop-popover_pos-right-bottom .weui-desktop-popover__inner:before {
  bottom: 42px;
}
.weui-desktop-popover_align-left {
  text-align: left;
}
.popover .popover_inner {
  border-width: 0;
  padding: 30px 24px 24px 24px;
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-radius: 4px;
}
.weui-desktop-popover {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.weui-desktop-popover__wrp:hover .weui-desktop-popover {
  opacity: 1;
  visibility: visible;
}
.weui-desktop-popover__wrp.weui-desktop-popover_show .weui-desktop-popover {
  opacity: 1;
  visibility: visible;
}
.weui-desktop-tab__navs .weui-desktop-tab__nav:hover a {
  color: #07C160;
}
.weui-desktop-tab__navs .weui-desktop-tab__nav.selected {
  border-bottom: 2px solid #07C160;
}
.weui-desktop-tab__navs .weui-desktop-tab__nav.selected a {
  color: #07C160;
}
div.section_tab .tab_nav.selected {
  background-color: #07C160;
  border: 1px solid #07C160;
}
.weui-desktop-steps {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E4E8EB;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  counter-reset: step;
  color: #9A9A9A;
  font-size: 14px;
}
.weui-desktop-step {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.weui-desktop-step:before {
  counter-increment: step;
  content: counter(step);
  display: inline-block;
  vertical-align: middle;
  margin: -0.2em 6px 0 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.weui-desktop-step:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  width: 30px;
  border-bottom: 2px solid #E4E8EB;
}
.weui-desktop-step:last-child:after {
  display: none;
}
.weui-desktop-step.current {
  color: #07C160;
}
.weui-desktop-step__panel {
  height: 300px;
  overflow-y: auto;
}
/**
*   author: nikkifang
*/
.weui-desktop-steps_vertical {
  text-align: left;
  border-bottom: none;
}
.weui-desktop-steps_vertical .weui-desktop-step {
  overflow: hidden;
  min-height: 50px;
  display: block;
}
.weui-desktop-steps_vertical .weui-desktop-step:before {
  text-align: center;
}
.weui-desktop-steps_vertical .weui-desktop-step:after {
  display: block;
  border-right: 2px solid #E4E8EB;
  height: 30px;
  width: 0;
  margin: 0 9px;
}
.weui-desktop-steps_vertical .weui-desktop-step:last-child:after {
  display: none;
}
.weui-desktop-step {
  position: relative;
}
.weui-desktop-step:before {
  vertical-align: top;
  margin-top: 0;
}
.weui-desktop-step:after {
  margin: 8px 10px;
}
.weui-desktop-step__title {
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
}
.weui-desktop-steps_vertical .weui-desktop-step:after {
  position: absolute;
  top: 55px;
  height: 100%;
}
.weui-desktop-steps {
  line-height: 1.4;
}
.weui-desktop-step {
  vertical-align: top;
  padding: 21px 0;
}
.weui-desktop-step.weui-desktop-step:before {
  display: none;
}
.weui-desktop-form {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.weui-desktop-form__desc {
  color: #9A9A9A;
  padding-bottom: 40px;
}
.weui-desktop-form__legend {
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
}
.weui-desktop-form__tips {
  padding-top: 10px;
  color: #9A9A9A;
  line-height: 1.6;
}
.weui-desktop-form__msg {
  padding-top: 10px;
  color: #FA5151;
}
.weui-desktop-form__msg_warn {
  color: #FA5151;
}
.weui-desktop-form__tool {
  padding-top: 25px;
  text-align: center;
}
.weui-desktop-form__tool.weui-desktop-form__tool_margin-top {
  margin-top: 40px;
}
.weui-desktop-form__tool > .weui-desktop-btn {
  margin: 0 10px;
}
.weui-desktop-form__tool_border {
  border-top: 1px solid #E4E8EB;
}
.weui-desktop-form__tool__tips {
  margin: 0;
  margin-bottom: 15px;
}
.weui-desktop-form__input-wrp {
  line-height: var(--weuiDesktop_globalLineHeight);
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  color: var(--weuiDesktop_FG_Text_globalColor);
  font-size: 14px;
  display: table;
  width: 100%;
  position: relative;
}
.weui-desktop-form__input-wrp button,
.weui-desktop-form__input-wrp input,
.weui-desktop-form__input-wrp select,
.weui-desktop-form__input-wrp textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
}
.weui-desktop-form__input-wrp .weui-desktop-icon-btn {
  font-size: 0;
}
.weui-desktop-form__input-wrp_heightadjust {
  position: relative;
}
.weui-desktop-form__input-wrp_heightadjust .weui-desktop-form__textarea-faker {
  display: table-cell;
  width: 100%;
  padding: 0.48571429em 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid var(--weuiDesktop_lineColor);
  border-radius: var(--weuiDesktop_cardBorderRadius);
  color: var(--weuiDesktop_FG_Text_globalColor);
  display: block;
  border-color: transparent;
  overflow: hidden;
}
.weui-desktop-form__input-wrp_heightadjust .weui-desktop-form__textarea-faker::-moz-placeholder {
  color: var(--weuiDesktop_FG_Text_subColor);
}
.weui-desktop-form__input-wrp_heightadjust .weui-desktop-form__textarea-faker::placeholder {
  color: var(--weuiDesktop_FG_Text_subColor);
}
.weui-desktop-form__input-wrp_heightadjust .weui-desktop-form__textarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: initial;
  min-height: initial;
}
.weui-desktop-form__input-wrp_heightadjust .weui-desktop-form__textarea:focus {
  position: absolute;
}
.weui-desktop-form__input_warn .weui-desktop-form__input,
.weui-desktop-form__input_warn .weui-desktop-form__textarea {
  border-color: var(--weuiDesktop_BG_ErrorBgColor);
}
.weui-desktop-form__input_warn .weui-desktop-form__input:focus,
.weui-desktop-form__input_warn .weui-desktop-form__textarea:focus {
  border-color: var(--weuiDesktop_BG_ErrorBgColor);
}
.weui-desktop-form__input_warn .weui-desktop-form__counter {
  color: var(--weuiDesktop_FG_Text_errorColor);
}
.weui-desktop-form__input_warn .weui-desktop-form__input-prepend .weui-desktop-form__dropdowncascade__dt.weui-desktop-form__dropdowncascade__dt__inner-button {
  border-color: var(--weuiDesktop_BG_ErrorBgColor);
}
.weui-desktop-form__input,
.weui-desktop-form__textarea {
  display: table-cell;
  width: 100%;
  padding: 0.48571429em 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid var(--weuiDesktop_lineColor);
  border-radius: var(--weuiDesktop_cardBorderRadius);
  color: var(--weuiDesktop_FG_Text_globalColor);
}
.weui-desktop-form__input::-moz-placeholder, .weui-desktop-form__textarea::-moz-placeholder {
  color: var(--weuiDesktop_FG_Text_subColor);
}
.weui-desktop-form__input::placeholder,
.weui-desktop-form__textarea::placeholder {
  color: var(--weuiDesktop_FG_Text_subColor);
}
.weui-desktop-form__input[disabled],
.weui-desktop-form__textarea[disabled] {
  color: rgba(0, 0, 0, 0.3);
  background-color: var(--weuiDesktop_BG_globalBgColor);
}
.weui-desktop-form__input:focus,
.weui-desktop-form__textarea:focus {
  outline: 0;
  border-color: var(--weuiDesktop_BG_emBgColor);
}
.weui-desktop-form__input {
  height: 2.57142857em;
}
.weui-desktop-form__textarea {
  min-height: 150px;
  line-height: var(--weuiDesktop_globalLineHeight);
  vertical-align: bottom;
}
.weui-desktop-form__input-key {
  font-style: normal;
  padding: 0 10px;
}
.weui-desktop-form__input-prepend,
.weui-desktop-form__input-append {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  white-space: nowrap;
  background-color: var(--weuiDesktop_BG_globalBgColor);
  border: 1px solid var(--weuiDesktop_lineColor);
}
.weui-desktop-form__input-prepend .weui-desktop-btn,
.weui-desktop-form__input-append .weui-desktop-btn {
  border-width: 0;
}
.weui-desktop-form__input-prepend {
  border-right-width: 0;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
.weui-desktop-form__input-prepend .weui-desktop-form__dropdowncascade__dt.weui-desktop-form__dropdowncascade__dt__inner-button,
.weui-desktop-form__input-prepend .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button {
  border-width: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
.weui-desktop-form__input-prepend .weui-desktop-form__dropdown {
  vertical-align: middle;
}
.weui-desktop-form__input-append {
  border-left-width: 0;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
}
.weui-desktop-form__input-append .weui-desktop-btn,
.weui-desktop-form__input-append .weui-desktop-form__dropdown {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
.weui-desktop-form__input-prepend-in,
.weui-desktop-form__input-append-in {
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  z-index: 1;
}
.weui-desktop-form__input-prepend-in {
  left: 0;
  top: 3px;
  padding-left: 10px;
}
.weui-desktop-form__input-prepend-in img {
  vertical-align: middle;
}
.weui-desktop-form__input-append-in {
  justify-content: right;
  padding-right: 10px;
  transform: translateX(-100%);
}
.weui-desktop-form__input-prepend-out,
.weui-desktop-form__input-append-out {
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.weui-desktop-form__input-prepend-out {
  right: 100%;
  padding-right: 10px;
}
.weui-desktop-form__input-append-out {
  left: 100%;
  padding-left: 10px;
}
.weui-desktop-form__input-append-out button {
  vertical-align: middle;
}
.weui-desktop-form__input-prepend ~ .weui-desktop-form__input {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
.weui-desktop-form__input-prepend-in ~ .weui-desktop-form__input {
  padding-left: 40px;
}
.weui-desktop-form__input_append-in .weui-desktop-form__input {
  padding-right: 40px;
}
.weui-desktop-form__input_append .weui-desktop-form__input {
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
}
.weui-desktop-form__input_counter .weui-desktop-form__counter {
  margin-left: 5px;
}
.weui-desktop-form__input_counter .weui-desktop-form__input {
  padding-right: 56px;
}
.weui-desktop-form__input_counter.weui-desktop-form__input_textarea .weui-desktop-form__textarea {
  padding-bottom: 56px;
}
.weui-desktop-form__input_counter.weui-desktop-form__input_textarea .weui-desktop-form__input-append-in {
  transform: none;
  top: auto;
  bottom: 1px;
  left: 1px;
  right: 1px;
  padding: 20px 12px 10px 12px;
  background: linear-gradient(to bottom, transparent, var(--weuiDesktop_BG_containerBgColor) 40%);
  border-bottom-left-radius: var(--weuiDesktop_cardBorderRadius);
  border-bottom-right-radius: var(--weuiDesktop_cardBorderRadius);
}
.weui-desktop-form__input_number {
  width: 128px;
}
.weui-desktop-form__input-number {
  color: var(--weuiDesktop_descColor);
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  margin-left: 5px;
}
.weui-desktop-form__input-number__btn {
  -webkit-appearance: none;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
button.weui-desktop-form__input-number__btn {
  font-size: 0;
}
.weui-desktop-form__input-number__btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: currentColor;
  position: relative;
}
.weui-desktop-form__input-number__btn_up:before {
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E  %3Cpath fill='%23B1B2B3' fill-rule='evenodd' d='M.405 5.25l.704.704 3.892-3.89 3.892 3.89.704-.704L5.267.919a.375.375 0 0 0-.531 0L.405 5.25z'/%3E%3C/svg%3E") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E  %3Cpath fill='%23B1B2B3' fill-rule='evenodd' d='M.405 5.25l.704.704 3.892-3.89 3.892 3.89.704-.704L5.267.919a.375.375 0 0 0-.531 0L.405 5.25z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  top: 1px;
}
.weui-desktop-form__input-number__btn_down:before {
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E  %3Cpath fill='%23B1B2B3' fill-rule='evenodd' d='M.405 4.75l.704-.704 3.892 3.89 3.892-3.89.704.704-4.33 4.331a.375.375 0 0 1-.531 0L.405 4.75z'/%3E%3C/svg%3E") no-repeat 50% 50%;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E  %3Cpath fill='%23B1B2B3' fill-rule='evenodd' d='M.405 4.75l.704-.704 3.892 3.89 3.892-3.89.704.704-4.33 4.331a.375.375 0 0 1-.531 0L.405 4.75z'/%3E%3C/svg%3E") no-repeat 50% 50%;
  top: -1px;
}
.weui-desktop-btn_input-clear {
  margin-top: -2px;
}
.weui-desktop-form__control-group {
  margin-bottom: 30px;
}
.weui-desktop-form__control-group:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.weui-desktop-form__control-group_label-r .weui-desktop-form__label {
  text-align: right;
}
.weui-desktop-form__control-group_label-t {
  display: block;
}
.weui-desktop-form__control-group_label-t .weui-desktop-form__label {
  float: none;
  display: block;
  margin-bottom: 10px;
}
.weui-desktop-form__label {
  float: left;
  margin: 0.48571429em 30px 0 0;
  width: 5em;
}
.weui-desktop-form__label .weui-desktop-tips {
  font-style: normal;
  display: block;
}
.weui-desktop-form__controls {
  display: table-cell;
  width: 1%;
  word-wrap: break-word;
  word-break: break-all;
}
.weui-desktop-form__control-group_offset .weui-desktop-form__controls {
  padding-top: 0.48571429em;
}
.weui-desktop-form__controls .weui-desktop-slider::after {
  content: 'content';
  display: block;
  visibility: hidden;
  height: 0;
}
.weui-desktop-form__control-offset {
  padding-top: 0.48571429em;
}
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__input,
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__textarea {
  border-color: #FA5151;
}
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__input:focus,
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__textarea:focus {
  border-color: #FA5151;
}
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__input:not(:last-child) {
  border-right-width: 1px;
}
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__counter {
  color: #FA5151;
}
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__input-prepend,
.weui-desktop-form__control-group_warn .weui-desktop-form__controls .weui-desktop-form__input-prepend .weui-desktop-form__dropdowncascade__dt.weui-desktop-form__dropdowncascade__dt__inner-button {
  border-color: #FA5151;
}
.weui-desktop-form__input:focus,
.weui-desktop-form__textarea:focus {
  border-color: #E4E8EB;
}
.media_input_box {
  display: block;
  width: auto;
  border-width: 0;
  padding-left: 0;
  font-size: 20px;
  height: auto;
}
.media_input_box .frm_input {
  height: 1.6em;
  line-height: 1.6em;
  margin: 0;
}
.media_input_box.counter_in {
  width: auto;
}
.media_input_box.counter_in .frm_counter {
  padding-right: 0;
}
.weui-desktop-online-faq__wrp {
  z-index: 500000;
}
.icon-svg-bg_logo_new-en_us {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='540' height='40' viewBox='0 0 540 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234D4D4D'%3E%3Cpath d='M87.826 7.795h-1.97s-4.342 14.873-4.503 15.442c-.643 2.273-1.203 4.253-1.629 6.254-.407-2.363-1.14-5.17-1.92-8.079L74.21 7.87l-.02-.075h-1.805l-3.972 13.722c-.942 3.07-1.759 5.802-2.17 7.989-.41-1.93-1.014-4.307-1.65-6.818L60.775 7.87l-.019-.075H58.79l6.426 24.337.02.074h1.768l4.152-14.009c1.038-3.423 1.692-5.737 2.09-7.822.344 2.238.932 4.592 1.812 7.818l3.647 14.012h1.805l7.277-24.281.04-.13zM89.565 21.84c.365-2.717 2.057-5.833 5.668-5.833 1.44 0 2.604.44 3.46 1.309 1.412 1.434 1.58 3.572 1.578 4.524H89.565zm5.884-7.471c-4.7 0-7.858 3.793-7.858 9.439 0 5.238 3.273 8.756 8.145 8.756 3.112 0 4.864-.787 5.473-1.126l.09-.049-.794-1.373-.083.038c-.913.414-2.157.837-4.47.837-1.937 0-6.429-.732-6.473-7.487h12.696l.017-.079c.074-.333.074-.592.074-1.063 0-.647-.09-2.914-1.258-4.877-1.19-2.002-3.06-3.017-5.559-3.017zM161.766 10.956h-1.925v3.807h-2.909v1.602h2.91v10.783c0 1.981.36 3.354 1.098 4.193.645.824 1.691 1.26 3.024 1.26.96 0 1.85-.243 2.514-.535l-.73-1.284a8.27 8.27 0 0 1-1.59.184c-1.624 0-2.392-1.169-2.392-3.495V16.365h4.486v-1.602h-4.486v-3.807zM122.013 29.933c-1.409.61-3.263.958-5.086.958-6.348 0-10.137-4.004-10.137-10.712 0-6.954 3.897-11.106 10.424-11.106 1.757 0 3.446.33 4.753.925l.083.038.867-1.499-.09-.049c-.467-.256-2.251-1.088-5.649-1.088-7.408 0-12.385 5.121-12.385 12.744 0 9.167 6.227 12.42 11.559 12.42 3.706 0 5.893-.904 6.476-1.18l.098-.048-.831-1.439-.082.036zM144.995 24.749c1.233-1.198 3.5-1.804 6.745-1.804.23 0 .463.003.702.009v3.602c0 .26-.03.648-.175 1.009-.555 1.634-2.162 3.38-5.005 3.38-2.472 0-3.349-1.88-3.349-3.491 0-1.097.364-2.008 1.082-2.705m9.41 5.13a41.346 41.346 0 0 1-.039-1.886V21.24c0-4.507-2.097-6.89-6.063-6.89-1.79 0-3.775.604-5.19 1.536l.621 1.45c1.151-.822 2.776-1.348 4.391-1.348 1.322 0 2.351.344 3.068 1.054.84.833 1.25 2.113 1.25 3.91v.366h-.21c-4.118 0-7.063.848-8.755 2.523-1.035 1.025-1.56 2.338-1.56 3.9 0 2.333 1.615 4.842 5.164 4.842 2.556 0 4.438-1.322 5.417-2.635.06 1.127.431 2.24.431 2.24l2.084-.003s-.48-.98-.609-2.306M133.292 14.368a6.52 6.52 0 0 0-3.534 1.019c-.897.513-1.71 1.344-2.256 2.303V7.4h-1.925v24.806h1.925V21.581c0-.704.033-1.159.21-1.691.798-2.245 2.9-3.812 5.114-3.812 1.733 0 4.64.757 4.64 5.827v10.301h1.925V21.724c0-7.001-5.08-7.356-6.1-7.356M197.538 20.492c0 5.253-2.719 10.907-8.689 10.907-4.3 0-8.653-3.637-8.653-10.59 0-5.464 2.697-10.976 8.724-10.976 5.658 0 8.618 5.362 8.618 10.66m-8.513-12.221c-6.325 0-10.743 5.17-10.743 12.573 0 7.134 4.302 12.116 10.462 12.116 5.33 0 10.708-3.888 10.708-12.573 0-3.584-1.02-6.637-2.95-8.83-1.865-2.12-4.52-3.286-7.477-3.286M215.929 14.614c0-4.047 1.449-6.014 4.429-6.014 1.477 0 2.709.538 3.368 1.042l.069.052.852-1.435-.051-.04c-.822-.673-2.508-1.18-3.921-1.18-4.188 0-6.59 2.723-6.59 7.47v1.014h-7.977v-.627c0-2.226.455-3.855 1.352-4.843.613-.683 1.47-1.03 2.549-1.03 1.036 0 2.066.51 2.462.73l.07.038.701-1.437-.061-.036c-.541-.319-1.787-.857-3.031-.857-1.542 0-2.936.546-3.929 1.538-1.617 1.701-1.957 4.088-1.957 5.791v.733h-2.429v1.527h2.429v15.523h1.844V17.05h7.977v15.523h1.844V17.05h7.732v15.523h1.843v-17.05h-9.575v-.909zM238.385 15.136c-5.165 0-8.772 3.737-8.772 9.09 0 2.518.778 4.684 2.247 6.264 1.483 1.593 3.533 2.436 5.926 2.436 1.764 0 3.492-.38 4.997-1.1l.061-.029-.506-1.482-.078.036c-1.024.472-2.278.978-4.192.978-3.955 0-6.612-2.912-6.612-7.245 0-3.659 2.099-7.352 6.788-7.352 1.471 0 2.796.328 3.94.976l.074.042.633-1.45.025-.057-.051-.036c-.717-.519-2.531-1.07-4.48-1.07M246.723 32.574h1.843V15.523h-1.843zM247.645 9.221c-.786 0-1.45.712-1.45 1.555 0 .867.593 1.52 1.38 1.52.974 0 1.484-.764 1.484-1.52 0-.872-.62-1.555-1.414-1.555M262.209 23.516c.24 0 .476.003.708.01v3.55c0 .257-.03.638-.172.997-.548 1.608-2.13 3.327-4.927 3.327-2.437 0-3.302-1.855-3.302-3.444 0-2.946 2.588-4.44 7.693-4.44m2.55 4.969v-6.62c0-4.402-2.046-6.73-5.92-6.73-1.751 0-3.622.545-5.004 1.457l-.054.035.59 1.379.078-.056c1.13-.808 2.628-1.252 4.215-1.252h.064c2.779 0 4.189 1.644 4.189 4.886v.38h-.218c-6.511 0-10.096 2.228-10.096 6.274 0 2.275 1.577 4.723 5.04 4.723 2.624 0 4.51-1.411 5.428-2.763l.233 2.307.007.069h1.709l-.015-.09c-.216-1.337-.245-2.772-.245-4M270.066 32.574h1.842V7.427h-1.842zM296.928 22.704h-8.124l2.85-7.889c.49-1.406.885-2.635 1.212-4.034a34.81 34.81 0 0 0 1.213 4.105l2.85 7.819zm-3.146-14.01h-1.727l-8.607 23.776-.037.104h1.888l2.922-8.309h9.256l2.973 8.257.018.051h1.888L293.8 8.744l-.018-.05zM312.846 15.136c-5.165 0-8.772 3.737-8.772 9.09 0 2.518.778 4.684 2.247 6.264 1.483 1.593 3.533 2.436 5.926 2.436 1.764 0 3.492-.38 4.997-1.1l.061-.029-.507-1.482-.077.036c-1.024.472-2.277.978-4.193.978-3.954 0-6.61-2.912-6.61-7.245 0-3.659 2.098-7.352 6.787-7.352 1.47 0 2.796.328 3.94.976l.074.042.633-1.45.025-.057-.05-.036c-.718-.519-2.532-1.07-4.48-1.07M328.548 15.136c-5.165 0-8.772 3.737-8.772 9.09 0 2.518.778 4.684 2.247 6.264 1.483 1.593 3.533 2.436 5.926 2.436 1.764 0 3.492-.38 4.997-1.1l.061-.029-.506-1.482-.078.036c-1.024.472-2.278.978-4.192.978-3.954 0-6.612-2.912-6.612-7.245 0-3.659 2.1-7.352 6.788-7.352 1.47 0 2.796.328 3.94.976l.075.042.632-1.45.025-.057-.05-.036c-.718-.519-2.532-1.07-4.48-1.07M349.63 23.978c0 4.231-2.676 7.421-6.225 7.421-3.469 0-6.084-3.145-6.084-7.316 0-3.557 1.937-7.386 6.19-7.386 4.49 0 6.12 4.354 6.12 7.281m-6.085-8.842c-2.16 0-4.156.833-5.62 2.347-1.6 1.653-2.447 3.971-2.447 6.706 0 5.165 3.216 8.771 7.82 8.771 3.937 0 8.173-2.844 8.173-9.088 0-5.225-3.185-8.736-7.926-8.736M368.795 28.378V15.523h-1.842v10.602c0 .58-.112 1.236-.311 1.836-.68 1.554-2.378 3.368-4.93 3.368-2.955 0-4.392-2.036-4.392-6.224v-9.582h-1.844v9.898c0 6.805 4.09 7.54 5.85 7.54a6.588 6.588 0 0 0 5.772-3.33l.103 2.943h1.742l-.007-.083c-.096-1.19-.141-2.496-.141-4.113M381.816 15.136c-2.493 0-4.755 1.312-5.808 3.354l-.102-2.967h-1.742l.006.083c.102 1.274.142 2.407.142 4.042v12.926h1.842V22.041c0-.54.114-1.11.209-1.49.689-2.249 2.743-3.819 4.995-3.819 4.157 0 4.605 4.034 4.605 5.768v10.074h1.844V22.36c0-6.875-4.99-7.223-5.991-7.223M395.658 11.758l-1.844.69v3.075h-2.85v1.526h2.85v10.59c0 1.935.352 3.276 1.073 4.095.628.802 1.648 1.226 2.948 1.226.933 0 1.737-.144 2.388-.428l.056-.023-.236-1.416-.086.028c-.33.111-.93.243-1.91.243-1.608 0-2.389-1.115-2.389-3.408V17.05h4.823v-1.526h-4.823v-3.766zM408.497 22.957c-2.33-.968-3.438-1.726-3.438-3.415 0-1.416.989-2.845 3.197-2.845 1.267 0 2.39.34 3.335 1.007l.075.053.7-1.514-.052-.037c-.961-.68-2.337-1.07-3.776-1.07-3.471 0-5.287 2.34-5.287 4.652 0 2.013 1.462 3.588 4.342 4.684 2.59 1.05 3.508 2.036 3.508 3.765 0 1.512-1.016 3.127-3.865 3.127-1.648 0-3.065-.72-3.762-1.15l-.076-.047-.66 1.551.056.034c1.194.746 2.774 1.174 4.335 1.174 3.457 0 5.78-1.969 5.78-4.9 0-2.364-1.32-3.88-4.412-5.069M436.413 15.424c0 3.643-2.449 5.732-6.718 5.732-1.35 0-2.264-.102-2.95-.331v-10.48c.368-.075 1.462-.266 3.267-.266 4.068 0 6.401 1.948 6.401 5.345m-6.33-6.906c-1.718 0-3.392.15-5.119.459l-.062.01v23.587h1.843V22.46c.786.213 1.664.257 2.81.257 3.024 0 5.52-.947 7.026-2.665 1.127-1.235 1.675-2.807 1.675-4.804 0-1.937-.64-3.563-1.854-4.702-1.364-1.327-3.549-2.028-6.319-2.028M442.295 32.574h1.842V7.427h-1.842zM457.886 23.516c.24 0 .476.003.708.01v3.55c0 .257-.029.638-.172.997-.548 1.608-2.13 3.327-4.927 3.327-2.437 0-3.302-1.855-3.302-3.444 0-2.946 2.588-4.44 7.693-4.44m2.551 4.969v-6.62c0-4.402-2.048-6.73-5.92-6.73-1.752 0-3.623.545-5.006 1.457l-.054.035.592 1.379.077-.056c1.131-.808 2.628-1.252 4.215-1.252h.064c2.78 0 4.19 1.644 4.19 4.886v.38h-.219c-6.51 0-10.096 2.228-10.096 6.274 0 2.275 1.577 4.723 5.04 4.723 2.624 0 4.51-1.411 5.427-2.763l.234 2.307.007.069h1.71l-.016-.09c-.216-1.337-.245-2.772-.245-4M468.218 11.758l-1.844.69v3.075h-2.85v1.526h2.85v10.59c0 1.935.352 3.276 1.073 4.095.628.802 1.648 1.226 2.948 1.226.933 0 1.737-.144 2.388-.428l.056-.023-.236-1.416-.086.028c-.33.111-.93.243-1.91.243-1.608 0-2.389-1.115-2.389-3.408V17.05h4.823v-1.526h-4.823v-3.766zM478.569 14.649c0-2.816.424-6.048 3.724-6.048 1.078 0 1.696.24 2.114.45l.074.037.585-1.444-.061-.032c-.25-.134-1.177-.573-2.57-.573-1.463 0-2.82.533-3.821 1.501-1.288 1.288-1.89 3.241-1.89 6.144v.839h-2.428v1.527h2.429v15.524h1.844V17.05h4.506v-1.527h-4.506v-.874zM498.059 23.978c0 4.231-2.676 7.421-6.225 7.421-3.47 0-6.084-3.145-6.084-7.316 0-3.557 1.937-7.386 6.189-7.386 4.49 0 6.12 4.354 6.12 7.281m-6.084-8.842c-2.16 0-4.156.833-5.621 2.347-1.6 1.653-2.446 3.971-2.446 6.706 0 5.165 3.216 8.771 7.82 8.771 3.937 0 8.173-2.844 8.173-9.088 0-5.225-3.185-8.736-7.926-8.736M510.46 15.136c-2.1 0-3.98 1.463-4.82 3.74l-.067-3.278-.001-.075h-1.707l.005.082c.094 1.478.14 3.134.14 5.064v11.905h1.844v-9.406c0-.645.046-1.169.14-1.606.476-2.827 2.188-4.654 4.36-4.654.309 0 .552 0 .788.068l.099.028v-1.786l-.065-.01a4.445 4.445 0 0 0-.716-.072M532.531 15.136c-1.679 0-2.856.413-4.062 1.426a6.349 6.349 0 0 0-1.706 2.23c-.814-2.258-2.682-3.656-4.898-3.656-2.403 0-4.2 1.08-5.49 3.301l-.103-2.914h-1.742l.006.083c.102 1.275.141 2.41.141 4.042v12.926h1.843V22.077c0-.512.09-1.093.243-1.596.581-1.805 2.271-3.749 4.61-3.749 2.536 0 4.112 1.994 4.112 5.204v10.638h1.842V21.655c0-.577.135-1.125.277-1.628.611-1.64 2.197-3.295 4.364-3.295 2.788 0 4.323 2.123 4.323 5.978v9.864h1.844V22.535c0-5.455-2.895-7.399-5.604-7.399'/%3E%3C/g%3E%3Cpath d='M36.618 7.255C33.472 2.645 28.673 0 23.452 0c-3.127 0-7.604.906-11.175 5.223-2.383 2.882-3.419 6.323-2.917 9.687.345 2.313 1.39 4.542 3.108 6.635.002-.009.001.007 0 0 .47-2.764 1.836-5.52 3.783-7.823a18.759 18.759 0 0 1 5.373-4.358c5.205-2.83 11.084-2.953 15.77-.82-.506-.863-.705-1.185-.776-1.289' fill='%2342C642'/%3E%3Cpath d='M12.478 21.558l-.003-.032c-.002.012-.004.023-.006.02l.009.012z' fill='%2342C642'/%3E%3Cpath d='M33.282 28.635c-3.223 2.535-7.55 3.42-11.88 2.645-.009 0-.023.005-.03.003a1.82 1.82 0 0 0-.535-.047 1.89 1.89 0 0 0-.939.334l-3.8 2.508a.676.676 0 0 1-.34.132.598.598 0 0 1-.634-.563c-.01-.148.04-.3.07-.444.016-.086.361-1.742.596-2.89.029-.128.049-.253.042-.385a1.19 1.19 0 0 0-.46-.862 19.845 19.845 0 0 1-2.482-1.702C8.924 24.178 6.577 19.82 6.054 15.49a15.548 15.548 0 0 1-.114-1.518l-.544.954C-2.55 28.697 3.933 39.967 19.806 40h2.018a13.144 13.144 0 0 0 10.35-6.583 13.211 13.211 0 0 0 1.655-4.936c.014-.102.03-.204.04-.306-.192.16-.388.312-.587.46' fill='%2342C642'/%3E%3Cpath d='M41.727 15.484c-3.83-4.97-10.649-6.388-16.576-3.923 4.811 1.046 9.119 4.586 11.122 9.754 2.414 6.228.76 12.966-3.652 16.967a15.82 15.82 0 0 0 5.721-2.793c6.514-5.02 8.03-13.977 3.385-20.005' fill='%2342C642'/%3E%3C/g%3E%3C/svg%3E");
  width: 540px;
  height: 40px;
}
.icon-svg-bg_logo_new {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='239' height='40' viewBox='0 0 239 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234D4D4D'%3E%3Cpath d='M65.738 31.941l.887 1.524.04-.034c2.446-2.047 3.116-3.696 3.116-7.672v-1.39h4.691v3.42c-.015.87-.11 1.528-.54 2.121l-.017.023.946 1.625.04-.03c.825-.664 2.232-1.87 4.181-3.586l.027-.023-.768-1.318-.04.035a79.799 79.799 0 0 0-2.242 2.058l-.067.065v-5.91h-7.85v2.312c0 4.243-.573 5-2.38 6.756l-.024.024zM103.487 31.878h13.053v-6.161h-13.053v6.161zm-1.639 1.52h16.332v-9.201h-16.332v9.201zM67.305 15.282h10.479V8.387h-1.52v5.375h-2.9V6.117h-1.519v7.645h-3.02V8.387h-1.52zM67.783 19.852h9.284v-1.521h-9.284zM62.885 34.424h1.52V18.625l.006-.009a41.057 41.057 0 0 0 1.963-4.033l.015-.035-1.468-.855-.019.047c-1.408 3.51-3.268 6.601-5.529 9.191l-.021.024.882 1.514.04-.047a58.84 58.84 0 0 0 2.54-3.19l.071-.098v13.29z'/%3E%3Cpath d='M83.119 24.833l-.034-.09c-.991-2.586-1.73-6.09-2.193-10.417l-.001-.008.002-.008c.15-.447.34-.906.568-1.365l.01-.022h4.107l-.003.043c-.314 4.921-1.127 8.884-2.417 11.78l-.04.087zm-6.053 7.803l.912 1.566.04-.037c2.392-2.24 4.055-4.206 4.946-5.843l.034-.062.035.061c1.026 1.785 2.53 3.713 4.472 5.731l.04.042.924-1.588-.024-.024c-2.102-2.053-3.634-3.98-4.552-5.727l-.01-.019.01-.019c1.725-3.16 2.803-7.788 3.204-13.757l.002-.037h1.676v-1.52h-6.793l.017-.052a80.981 80.981 0 0 0 1.576-5.508l.014-.054h-1.7l-.007.035c-1.02 4.67-2.572 8.783-4.492 11.894l-.014.022.97 1.668.746-1.487c.243-.427.442-.788.593-1.076l.06-.113.015.127c.479 4.058 1.307 7.334 2.462 9.737l.009.02-.011.017c-1.125 1.938-2.85 3.95-5.127 5.98l-.027.023zM95.158 34.338h1.64l.004-21.184a52.054 52.054 0 0 0 2.505-6.55l.01-.033L97.8 5.69l-.015.053c-1.504 5.3-3.67 10.034-6.438 14.07l-.016.022.902 1.55.04-.058a58.896 58.896 0 0 0 2.811-4.64l.074-.137v17.79zM101.489 20.96h17.049v-1.64h-17.049zM101.489 16.063h17.049v-1.521h-17.049zM59.768 13.353l.924 1.586.039-.041a30.531 30.531 0 0 0 5.807-8.184l.018-.036-1.418-.826-.02.042c-1.467 2.99-3.26 5.492-5.325 7.435l-.025.024zM99.817 11.285h20.513v-1.64h-10.032l1.097-.634-1.61-3.435-1.5.866.02.037a57.49 57.49 0 0 1 1.431 2.87c.048.098.081.18.1.245l.013.05H99.817v1.64zM211.792 17.003h22.29l.012.012c.356.37.647.742.928 1.103l.007.008c.243.311.491.63.78.944l.023.026 1.486-.88-.036-.04a638.561 638.561 0 0 1-7.268-8.12l-.023-.027-1.418.802.04.04c.57.603 3.862 4.352 4.001 4.511l.058.066h-18.487l.078-.069c3.354-2.99 5.713-5.312 8.14-8.014l.035-.04-1.424-.829-.024.027c-2.71 3.041-5.627 5.852-9.182 8.846l-.016.013v1.621zM153.511 17.132l.846 1.486.036-.017c5.583-2.605 9.745-5.677 12.726-9.392l.03-.037.031.036c3.02 3.545 6.916 6.128 13.03 8.636l.035.015.78-1.337-.048-.018c-5.739-2.264-9.953-5.035-12.884-8.471l-.022-.026.022-.026c.192-.227.511-.64.664-.87l.025-.04-1.449-.842-.023.032c-3.61 4.91-7.982 8.359-13.754 10.852l-.045.019zM199.967 19.08l1.44.837.023-.028c.16-.192.356-.406.583-.653l.02-.022c.315-.344.673-.734 1.074-1.214 1.842-2.323 2.633-3.339 3.398-4.41l.028-.039-1.398-.814-.023.034c-1.277 1.865-2.609 3.441-5.11 6.268l-.035.04z'/%3E%3Cpath d='M195.07 34.18h1.626V24.025h13.162v-1.58h-13.162V9.661h11.875V8.03h-25.258v1.632h11.757v12.784h-13.162v1.58h13.162z'/%3E%3Cpath d='M185.624 13.53l.031.04c1.692 2.156 2.914 3.786 4.52 6.225l.022.034 1.454-.839-.029-.039a171.888 171.888 0 0 1-1.637-2.28c-.918-1.295-1.78-2.512-2.909-3.936l-.023-.029-1.429.824zM232.327 32.243h-17.015v-.04l-.015-9.077h17.03v9.117zm-18.64 1.506h20.251V21.59h-20.252v12.16zM123.936 19.92l.86 1.476.04-.033a37.966 37.966 0 0 0 9.883-12.717l.017-.036-1.41-.821-.02.042c-2.51 5.118-5.478 8.952-9.34 12.067l-.03.023zM140.315 8.155l.013.035c1.877 4.968 5.224 9.16 9.948 12.46l.04.027.86-1.477-.036-.022c-4.6-2.948-7.302-6.376-9.32-11.832l-.019-.05-1.486.859zM145.96 31.475l.012.015a265.46 265.46 0 0 0 2.033 2.433l.023.027 1.518-.875-7.72-8.958-1.364.79.033.04c.545.656 1.266 1.505 1.964 2.327l.12.142c.737.866 1.572 1.847 2.038 2.42l.049.06-.078.004c-2.465.12-12.941.624-15.321.718l-.09.003.058-.068c2.539-3.06 5.277-6.783 8.37-11.379l.027-.039-1.507-.878-.021.037c-2.597 4.281-5.141 7.792-8.008 11.048l-.144.165c-.476.55-.926 1.07-1.727 1.511l-.04.021.846 1.451.03-.006c.93-.18 1.613-.259 2.709-.31l2.526-.122c4.787-.229 9.308-.445 13.645-.576h.019zM153.515 32.549l.81 1.39.04-.026c4.104-2.892 6.593-6.587 7.398-10.983l.014-.08.054.06a972.819 972.819 0 0 1 3.157 3.513l.022.025-.002.002.05.053c.11.14.33.393.731.853l.083.095.857-1.473-.022-.024-1.146-1.223-.259-.276c-1.313-1.406-2.35-2.515-3.19-3.358l-.013-.012.001-.017c.002-.083.018-.311.04-.598l.005-.08c.05-.682.133-1.827.183-3.05l.002-.045h-1.614v.044c0 7.18-2.21 11.864-7.167 15.187l-.034.023zM163.591 33.012l.812 1.395.038-.026c4.456-3.047 7.125-6.756 7.932-11.023l.04-.206.037.206c.74 3.892 3.286 7.44 7.568 10.546l.04.028.815-1.385-.034-.023c-4.988-3.301-7.218-7.266-7.698-13.683 0-.244-.004-.482-.008-.745a69.734 69.734 0 0 1-.01-.758v-.043h-1.64v.044c.123 7.184-2.52 12.45-7.855 15.65l-.037.023z'/%3E%3C/g%3E%3Cpath d='M36.618 7.255C33.472 2.645 28.673 0 23.452 0c-3.127 0-7.604.906-11.175 5.223-2.383 2.882-3.419 6.323-2.917 9.687.345 2.313 1.39 4.542 3.108 6.635.002-.009.001.007 0 0 .47-2.764 1.836-5.52 3.783-7.823a18.759 18.759 0 0 1 5.373-4.358c5.205-2.83 11.084-2.953 15.77-.82-.506-.863-.705-1.185-.776-1.289' fill='%2342C642'/%3E%3Cpath d='M12.478 21.558l-.003-.032c-.002.012-.004.023-.006.02l.009.012z' fill='%2342C642'/%3E%3Cpath d='M33.282 28.635c-3.223 2.535-7.55 3.42-11.88 2.645-.009 0-.023.005-.03.003a1.82 1.82 0 0 0-.535-.047 1.89 1.89 0 0 0-.939.334l-3.8 2.508a.676.676 0 0 1-.34.132.598.598 0 0 1-.634-.563c-.01-.148.04-.3.07-.444.016-.086.361-1.742.596-2.89.029-.128.049-.253.042-.385a1.19 1.19 0 0 0-.46-.862 19.845 19.845 0 0 1-2.482-1.702C8.924 24.178 6.577 19.82 6.054 15.49a15.548 15.548 0 0 1-.114-1.518l-.544.954C-2.55 28.697 3.933 39.967 19.806 40h2.018a13.144 13.144 0 0 0 10.35-6.583 13.211 13.211 0 0 0 1.655-4.936c.014-.102.03-.204.04-.306-.192.16-.388.312-.587.46' fill='%2342C642'/%3E%3Cpath d='M41.727 15.484c-3.83-4.97-10.649-6.388-16.576-3.923 4.811 1.046 9.119 4.586 11.122 9.754 2.414 6.228.76 12.966-3.652 16.967a15.82 15.82 0 0 0 5.721-2.793c6.514-5.02 8.03-13.977 3.385-20.005' fill='%2342C642'/%3E%3C/g%3E%3C/svg%3E");
  width: 239px;
  height: 40px;
}
.icon-svg-common-ask {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.133c4.338 0 7.867 3.528 7.867 7.865 0 1.06-.208 2.088-.619 3.057a7.864 7.864 0 0 1-1.689 2.503 7.862 7.862 0 0 1-2.502 1.689A7.791 7.791 0 0 1 9 16.866a7.791 7.791 0 0 1-3.057-.619 7.862 7.862 0 0 1-2.502-1.69 7.864 7.864 0 0 1-1.69-2.502 7.794 7.794 0 0 1-.618-3.057c0-4.337 3.53-7.865 7.867-7.865zM9 0C4.038 0 0 4.036 0 8.998c0 4.961 4.038 9.001 9 9.001s9-4.04 9-9.001C18 4.036 13.962 0 9 0zm.601 13.966H8.276v-1.394H9.6v1.394zm2.166-6.264c-.142.296-.442.665-.902 1.106-.46.442-.765.757-.915.943-.15.187-.265.41-.342.67-.078.26-.112.608-.102 1.045H8.303c0-.51.041-.918.123-1.223.082-.305.205-.571.369-.8.164-.227.46-.562.888-1.003.428-.442.704-.763.827-.964.123-.2.184-.498.184-.895 0-.396-.141-.746-.423-1.052-.283-.305-.693-.457-1.23-.457-1.211 0-1.817.72-1.817 2.158H6.022c.018-.655.095-1.154.232-1.496.136-.341.355-.646.656-.915.3-.269.635-.467 1.004-.594a3.55 3.55 0 0 1 1.168-.192c.829 0 1.519.244 2.07.731.55.488.826 1.137.826 1.947 0 .365-.07.695-.211.99z' fill='%239A9A9A' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}
.icon-svg-common-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='186' height='38' viewBox='0 0 186 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M32.503 6.877c.067.098.254.404.73 1.221-4.414-2.021-9.953-1.905-14.856.778-2 1.094-3.7 2.51-5.063 4.131-1.835 2.183-3.122 4.795-3.564 7.415 0 .007.001-.008 0 0-1.618-1.983-2.603-4.097-2.928-6.29-.474-3.188.502-6.449 2.748-9.182C12.934.86 17.152 0 20.099 0c4.918 0 9.44 2.506 12.404 6.877zM29.64 27.11c.19-.14.375-.286.556-.438-.01.097-.025.194-.038.291a12.6 12.6 0 0 1-1.567 4.7c-2.136 3.733-5.874 5.953-9.809 6.267h-1.911C1.83 37.9-4.313 27.17 3.219 14.06l.515-.908c.01.48.05.962.108 1.445.495 4.122 2.719 8.27 6.477 11.303a18.8 18.8 0 0 0 2.353 1.62c.244.195.413.483.433.821.008.126-.012.244-.038.368a933.921 933.921 0 0 1-.566 2.75c-.028.137-.074.282-.066.422a.569.569 0 0 0 .602.536.632.632 0 0 0 .321-.126l3.602-2.387c.271-.18.562-.298.889-.318.175-.01.344.006.506.045.008.002.02-.003.03-.004 4.103.738 8.201-.104 11.255-2.517zm7.809-12.586c4.401 5.707 2.965 14.186-3.208 18.938a14.99 14.99 0 0 1-5.42 2.644C33 32.32 34.567 25.94 32.28 20.044 30.383 15.15 26.3 11.8 21.74 10.81c5.618-2.333 12.079-.99 15.708 3.714z' fill='%2342C642'/%3E%3Ctext font-family='PingFangSC-Regular, PingFang SC' font-size='20' letter-spacing='.214' fill='%239B9B9B'%3E%3Ctspan x='56' y='27'%3E微信·公众平台%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E");
  width: 186px;
  height: 38px;
}
.icon-svg-common-verify {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M14 7.086A7.037 7.037 0 0 0 6.914 0C3.134 0 0 3.134 0 7.086 0 10.866 3.134 14 6.914 14 10.866 14 14 10.866 14 7.086z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cuse fill='%23FEECB6' xlink:href='%23a'/%3E%3Cpath stroke='%23FF7200' d='M13.5 7.086A6.537 6.537 0 0 0 6.914.5C3.385.5.5 3.435.5 7.086.5 10.59 3.41 13.5 6.914 13.5c3.65 0 6.586-2.885 6.586-6.414z'/%3E%3C/g%3E%3Cpath d='M3.552 7.416c-.064-.069-.068-.192-.026-.251l.334-.474a.15.15 0 0 1 .21-.03l2.28 1.824a.194.194 0 0 0 .245-.01l5.672-4.932a.173.173 0 0 1 .242.015l.275.283c.066.067.063.18.007.237l-6.208 6.378c-.062.063-.164.057-.227-.01l-2.804-3.03z' fill='%23FF7200'/%3E%3C/g%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
}
.icon-svg-helper-tips_warn {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='18' height='15' viewBox='0 0 18 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.02.743c.541-.963 1.42-.96 1.96 0l7.04 12.514c.541.963.087 1.743-1.015 1.743H1.995C.893 15 .44 14.217.98 13.257L8.02.743zM8.974 5a.895.895 0 0 0-.908.99l.357 3.986a.796.796 0 0 0 .774.708h-.398c.392 0 .74-.322.774-.708l.356-3.986A.897.897 0 0 0 9.022 5h-.048zm.024 8c.551 0 .998-.377.998-.842 0-.465-.447-.842-.998-.842-.551 0-.998.377-.998.842 0 .465.447.842.998.842z' fill='%23FFBE00' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 18px;
  height: 15px;
}
.weui-desktop-web1 .weui-desktop-btn_wrp .weui-desktop-loading-icon {
  display: none;
}
.weui-desktop-web1 .weui-desktop-key-tag_pay {
  background-color: #FA9D3B;
  color: #fff;
}
@grid BreakPoints: {
  xs: 0;
  sm: 576px;
  md: 768px;
  lg: 992px;
  xl: 1200px;
}
@container MaxWidths: {
  xs: auto;
  sm: 540px;
  md: 720px;
  lg: 960px;
  xl: 1140px;
}
:root {
  --weuiDesktop_themeColor: #07C160;
  --weuiDesktop_errorColor: #FA5151;
  --weuiDesktop_warningColor: #FFC300;
  --weuiDesktop_neutralColor: #10AEFF;
  --weuiDesktop_linkColor: #576B95;
  --weuiDesktop_globalColor: #1A1B1C;
  --weuiDesktop_focusColor: #4C4D4E;
  --weuiDesktop_descColor: #7E8081;
  --weuiDesktop_subColor: #B1B2B3;
  --weuiDesktop_separateColor: #E3E4E5;
  --weuiDesktop_globalBgColor: #F6F7F8;
  --weuiDesktop_areaBgColor: #F6F7F8;
  --weuiDesktop_cardBgColor: #FFFFFF;
  --weuiDesktop_maskColor_hover: rgba(0, 0, 0, 0.05);
  --weuiDesktop_maskDeepColor_hover: rgba(0, 0, 0, 0.1);
  --weuiDesktop_maskLightColor_hover: rgba(0, 0, 0, 0.02);
  --weuiDesktop_maskMiddleColor_hover: rgba(0, 0, 0, 0.03);
  --weuiDesktop_FG_Text_globalColor: var(--weuiDesktop_globalColor);
  --weuiDesktop_FG_Text_globalColor_disabled: rgba(0, 0, 0, 0.2);
  --weuiDesktop_FG_Text_descColor: var(--weuiDesktop_descColor);
  --weuiDesktop_FG_Text_subColor: var(--weuiDesktop_subColor);
  --weuiDesktop_FG_Text_lightColor: var(--weuiDesktop_cardBgColor);
  --weuiDesktop_FG_Text_lightColor_disabled: rgba(255, 255, 255, 0.5);
  --weuiDesktop_FG_Text_EmColor: var(--weuiDesktop_themeColor);
  --weuiDesktop_FG_Text_errorColor: var(--weuiDesktop_errorColor);
  --weuiDesktop_FG_Text_errorColor_disabled: rgba(250, 81, 81, 0.5);
  --weuiDesktop_FG_Text_warningColor: var(--weuiDesktop_warningColor);
  --weuiDesktop_FG_Text_linkColor: var(--weuiDesktop_linkColor);
  --weuiDesktop_FG_Icon_descColor: var(--weuiDesktop_descColor);
  --weuiDesktop_FG_Icon_subColor: var(--weuiDesktop_subColor);
  --weuiDesktop_FG_Icon_lightColor: var(--weuiDesktop_cardBgColor);
  --weuiDesktop_FG_Icon_emColor: var(--weuiDesktop_themeColor);
  --weuiDesktop_FG_Icon_ErrorColor: var(--weuiDesktop_errorColor);
  --weuiDesktop_FG_Icon_WarningColor: var(--weuiDesktop_warningColor);
  --weuiDesktop_FG_Icon_linkColor: var(--weuiDesktop_linkColor);
  --weuiDesktop_FG_Icon_infoColor: var(--weuiDesktop_neutralColor);
  --weuiDesktop_BG_globalBgColor: var(--weuiDesktop_globalBgColor);
  --weuiDesktop_BG_containerBgColor: var(--weuiDesktop_cardBgColor);
  --weuiDesktop_BG_subBgColor: var(--weuiDesktop_areaBgColor);
  --weuiDesktop_BG_emBgColor: var(--weuiDesktop_themeColor);
  --weuiDesktop_BG_Selection_emBgColor: var(--weuiDesktop_BG_Selection_emBgColor);
  --weuiDesktop_BG_ErrorBgColor: var(--weuiDesktop_errorColor);
  --weuiDesktop_BG_WarningBgColor: var(--weuiDesktop_warningColor);
  --weuiDesktop_BG_maskBgColor: rgba(0, 0, 0, 0.5);
  --weuiDesktop_BG_lightMaskColor: rgba(255, 255, 255, 0.96);
  --weuiDesktop_FG_Icon_infoBgColor: var(--weuiDesktop_neutralColor);
  --weuiDesktop_lineColor: var(--weuiDesktop_separateColor);
  --weuiDesktop_emlineColor: var(--weuiDesktop_globalColor);
  --weuiDesktop_mediumFontWeight: 500;
  --weuiDesktop_globalFontSize: 14px;
  --weuiDesktop_H1FontSize: 24px;
  --weuiDesktop_H2FontSize: 20px;
  --weuiDesktop_H3FontSize: 16px;
  --weuiDesktop_contentFontSize: 17px;
  --weuiDesktop_descFontSize: 12px;
  --weuiDesktop_globalLineHeight: 1.6;
  --weuiDesktop_articleLineHeight: 1.6;
  --weuiDesktop_lowShadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  --weuiDesktop_highShadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
  --weuiDesktop_largeGapLayout: 1352px;
  --weuiDesktop_mediumGapLayout: 1560px;
  --weuiDesktop_globalBorderRadius: 4px;
  --weuiDesktop_minBorderRadius: 2px;
  --weuiDesktop_cardBorderRadius: 8px;
  --weuiDesktop_menuWidth: 288px;
  --weuiDesktopBtnPrimaryColor: #FFFFFF;
  --weuiDesktopBtnPrimaryBackgroundColorHL: #F25C42;
  --weuiDesktopBtnPrimaryBorderColorHL: #F25C42;
  --weuiDesktopBtnPrimaryColorHL: rgba(255, 255, 255, 0.8);
  --weuiDesktopBtnDefaultBackgroundColor: rgba(0, 0, 0, 0.03);
  --weuiDesktopBtnDefaultBorderColor: #E4E8EB;
  --weuiDesktopBtnDefaultColor: #FF6146;
  --weuiDesktopBtnDefaultBackgroundColorHL: #EAEAEA;
  --weuiDesktopBtnDefaultBorderColorHL: #EAEAEA;
  --weuiDesktopBtnDefaultColorHL: #F25C42;
  --weuiDesktopTitleTabBorderColor: #E0E1E2;
  --weuiDesktopTitleTabHoverBorderColor: #a0a3ab;
  --weuiDesktopSectionTabBorderColor: #C9CACE;
  --weuiDesktopSectionTabCurrentBackgroundColor: #07C160;
  --weuiDesktopSectionTabCurrentBorderColor: #07C160;
  --weuiDesktopSectionTabCurrentColor: #FFFFFF;
  --slider-color: #07C160;
  --weuiDesktopTableBorderColor: #E3E4E5;
  --weuiDesktopTableHeadColor: #7E8081;
  --weuiDesktopTableHeadBackgroundColor: #F6F7F8;
}
html .weui-desktop-head {
  background-color: var(--weuiDesktop_BG_containerBgColor);
  box-shadow: var(--weuiDesktop_highShadow);
}
html .weui-desktop-head .weui-desktop-logo {
  padding-top: 20px;
}
html .weui-desktop-head .weui-desktop-link-group {
  padding-top: 30px;
}
html .weui-desktop-head__inner {
  padding: 0 65px;
  height: 80px;
}
html .weui-desktop-logo .weui-desktop-logo__inner {
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 240px;
  height: 40px;
}
html .weui-desktop-btn__head-opr {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid var(--weuiDesktop_lineColor);
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  box-sizing: border-box;
}
html .weui-desktop-btn__head-opr:before {
  content: " ";
  width: 22px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
html body {
  --weuiDesktop_FG_Icon_descColor_disabled: #E9E9E9;
  --weuiDesktop_FG_Icon_descColor_hl: #777777;
  --weuiDesktop_lowShadow: 0 0 8px 0 rgba(0, 0, 0, 0.02);
  --weuiDesktop_highShadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  --weuiDesktop_H1FontSize: 26px;
  --weuiDesktop_H2FontSize: 20px;
  --weuiDesktop_H3FontSize: 16px;
  --weuiDesktop_H4FontSize: 16px;
  --weuiDesktop_globalFontSize: 14px;
  --weuiDesktop_descFontSize: 12px;
}
html .weui-desktop-account:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
html .weui-desktop-btn__head-opr.weui-desktop-account__message:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='22' height='20' viewBox='0 0 22 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239A9A9A' fill-rule='evenodd'%3E%3Cpath d='M1 1h20a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm1 2v14h18V3H2z'/%3E%3Cpath d='M2 9.059L11 14l9-4.941V7l-9 4.941L2 7v2.059z'/%3E%3C/g%3E%3C/svg%3E");
  width: 22px;
  height: 20px;
}
html .weui-desktop-account__message__num {
  border-radius: 10px;
  min-width: 12px;
  line-height: 20px;
  font-style: normal;
  background-color: #FA5151;
  background-color: var(--weuiDesktop_BG_ErrorBgColor);
  color: #FFFFFF;
  color: var(--weuiDesktop_FG_Text_lightColor);
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: auto;
  left: 20px;
  padding: 0 4px;
}
html .weui-desktop-account__info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 50px;
  height: 40px;
  margin: 0 8px 0 18px;
}
html .weui-desktop-account__thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
html .weui-desktop-account__nickname {
  display: block;
  font-weight: 400;
  color: #1A1B1C;
  color: var(--wweuiDesktop_FG_Text_globalColor);
}
html .weui-desktop-account__nickname:hover {
  text-decoration: none;
}
html .weui-desktop-account__status {
  font-weight: 400;
  position: absolute;
  left: 30px;
  bottom: 0;
  line-height: 300px;
  overflow: hidden;
}
html .weui-desktop-account__type {
  font-weight: 400;
  font-size: 12px;
  color: #B1B2B3;
  color: var(--weuiDesktop_FG_Text_subColor);
  vertical-align: top;
  margin-right: 8px;
}
html .weui-desktop-account__type:last-child {
  margin-right: 0;
}
html .weui-desktop-account__type:hover {
  text-decoration: none;
}
html .weui-desktop-account__type.weui-desktop-account__type_split:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: var(--weuiDesktop_lineColor);
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 12px;
}
html .weui-desktop-operation-group.weui-desktop-account__opr {
  min-width: 24px;
  white-space: nowrap;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list-ele__head {
  margin-top: -0.2em;
  width: 20px;
  height: 20px;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-operation-group_default {
  height: auto;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-operation-group_default:before {
  display: none;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-operation-group_default:after {
  content: " ";
  border-top-color: #7E8081;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: var(--weuiDesktop_FG_Text_descColor);
  border-top-style: solid;
  vertical-align: middle;
  margin-top: -0.2em;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list-ele-contain:hover {
  text-decoration: none;
}
html .weui-desktop-btn__head-opr {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
html .weui-desktop-btn__head-opr.weui-desktop-account__message:before {
  margin-top: -4px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.333' height='21.333' viewBox='0 0 21.333 21.333'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M4.211 17.477c-.217 0-.43-.064-.61-.183a1.084 1.084 0 0 1-.366-1.41l.061-.101 1.14-1.694c.458-.68.694-1.32.737-1.939l.007-.205V9.15c0-1.929.993-3.689 2.569-4.687l.2-.12.047-.026.013-.053a2.745 2.745 0 0 1 2.296-2.02l.18-.017.182-.006c1.228 0 2.253.797 2.611 1.886l.047.157.011.053.048.026a5.54 5.54 0 0 1 2.748 4.32l.016.237.005.25v2.794c0 .614.191 1.248.6 1.918l.144.225 1.14 1.695a1.085 1.085 0 0 1-.795 1.687l-.12.007h-4.805c0 .902-.74 1.634-1.65 1.634-.912 0-1.65-.732-1.65-1.634H4.21zm6.403-13.922l-.136.013a1.412 1.412 0 0 0-1.136.891l-.037.118-.15.62-.517.288-.176.106a4.21 4.21 0 0 0-1.944 3.353l-.005.207v2.84l-.01.251c-.055.796-.328 1.58-.81 2.358l-.15.233-.885 1.31 12.016.002-.9-1.337-.16-.251c-.477-.783-.743-1.573-.787-2.372l-.007-.24V9.18l-.003-.192-.013-.21a4.205 4.205 0 0 0-1.88-3.155l-.179-.11-.58-.317-.134-.604-.02-.069a1.41 1.41 0 0 0-1.213-.962l-.131-.006h-.053z'/%3E%3C/svg%3E");
}
html .weui-desktop-account__thumb {
  width: 32px;
  height: 32px;
}
html .weui-desktop-account__info {
  height: 32px;
  margin: 0;
  padding-left: 38px;
}
html .weui-desktop-account__thumb {
  width: 32px;
  height: 32px;
}
html .weui-desktop-account__type.weui-desktop-account__type {
  font-size: 14px;
  color: var(--weuiDesktop_FG_Text_descColor);
}
html .weui-desktop-account__type.weui-desktop-account__type:before {
  display: none;
}
html .weui-desktop-account__info .weui-desktop-account__nickname,
html .weui-desktop-account__info .weui-desktop-account__type {
  display: none;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list-head {
  padding: 0;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list {
  width: 160px;
  border-radius: 4px;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list-ele {
  padding: 0;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list-ele-contain {
  padding: 10px 15px;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-dropdown__list-ele-contain:hover {
  text-decoration: none;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-operation-group_default {
  padding-bottom: 0;
  margin-left: 15px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-right: 10px;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-operation-group_default:after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--weuiDesktop_globalColor) var(--weuiDesktop_globalColor) transparent transparent;
  transform-origin: 50% 50%;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  margin-left: 2px;
}
html .weui-desktop-operation-group.weui-desktop-account__opr .weui-desktop-operation-group_default:hover {
  background: var(--weuiDesktop_areaBgColor);
}
html .weui-desktop-account__fold-info {
  padding: 4px 15px 15px;
  margin-bottom: 5px;
  position: relative;
  border: 0;
}
html .weui-desktop-account__fold-info:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  border-top: 1px solid var(--weuiDesktop_lineColor);
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
html .weui-desktop-account__fold-info .weui-desktop-account__nickname {
  max-width: 100%;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
html .page_simple .mp-foot,
html .weui-desktop-page_simple .mp-foot {
  padding-left: 0;
}
html .page_simple .weui-desktop-layout_global > .weui-desktop-layout__main,
html .weui-desktop-page_simple .weui-desktop-layout_global > .weui-desktop-layout__main {
  margin-left: 0;
}
html .page_simple .weui-desktop-layout_global > .weui-desktop-layout__side,
html .weui-desktop-page_simple .weui-desktop-layout_global > .weui-desktop-layout__side,
html .page_simple .weui-desktop-layout_global .weui-desktop-quick-faq,
html .weui-desktop-page_simple .weui-desktop-layout_global .weui-desktop-quick-faq {
  display: none;
}
html .page_simple .weui-desktop-layout_global > .weui-desktop-layout__side_pop,
html .page_simple .weui-desktop__unfold-menu-opr,
html .weui-desktop-page_simple .weui-desktop__unfold-menu-opr,
html .page_simple .weui-desktop__fold-menu-opr,
html .weui-desktop-page_simple .weui-desktop__fold-menu-opr {
  display: none;
}
html .page_simple .weui-desktop-layout__main__bd.weui-desktop-panel,
html .weui-desktop-page_simple .weui-desktop-layout__main__bd.weui-desktop-panel {
  min-height: 500px;
}
html .mp-body {
  padding-top: 88px;
  padding-bottom: 64px;
  transition: padding-top 0.3s ease-in-out;
}
html .weui-desktop-head {
  box-shadow: var(--weuiDesktop_lowShadow);
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 100;
}
html .weui-desktop-head__inner {
  padding: 0 48px;
  height: 56px;
}
html .weui-desktop-head .weui-desktop-logo {
  padding-top: 12px;
}
html .weui-desktop-head .weui-desktop-logo__inner {
  height: 32px;
  width: 195px;
}
html body.topbar-fadeout .mp-body {
  padding-top: 32px;
}
html body.topbar-fadeout .weui-desktop-head {
  transform: translateY(-56px);
}
html .weui-desktop-menu__item > .weui-desktop-menu__link {
  padding-left: 20px;
  line-height: 50px;
}
html .weui-desktop-menu__item > .weui-desktop-menu__link_current {
  border-left-color: var(--weuiDesktop_themeColor);
}
html .weui-desktop-menu__link {
  color: #222222;
  display: block;
  border-left: 4px solid transparent;
}
html a.weui-desktop-menu__link:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
}
html .weui-desktop-menu__link_current {
  color: var(--weuiDesktop_themeColor);
  font-weight: 500;
  font-weight: var(--weuiDesktop_mediumFontWeight);
}
html .weui-desktop-sub-menu__item {
  line-height: 36px;
}
html .weui-desktop-sub-menu__item > .weui-desktop-menu__link {
  padding-left: 49px;
}
html .weui-desktop-menu__name {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-left: 34px;
  position: relative;
}
html .weui-desktop-menu__name .weui-desktop-icon-reddot {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 4px;
}
html .weui-desktop-menu__append {
  float: right;
  margin-top: 14px;
}
html body.topbar-fadeout .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu {
  padding-top: 0px;
}
html .weui-desktop-layout_global > .weui-desktop-layout__side {
  width: 225px;
}
html .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu {
  position: fixed;
  top: 0;
  height: 100%;
  padding-top: 56px;
  box-sizing: border-box;
  transition: padding-top 0.3s ease-in-out;
}
html .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu .weui-desktop-layout__side-menu__container {
  height: 100%;
  overflow-y: scroll;
}
html .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu .weui-desktop-layout__side-menu__container .weui-desktop-menu_global-wrapper {
  margin-top: 33px;
  margin-bottom: 64px;
}
html .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu .weui-desktop-layout__side-menu__container::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
html .page_base .weui-desktop-layout_global > .weui-desktop-layout__main,
html .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__main {
  margin-left: 225px;
}
html .weui-desktop-menu_global {
  margin-top: -20px;
  margin-left: 48px;
}
html .weui-desktop-menu_global .menu-folder {
  position: absolute;
  top: 28px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--weuiDesktop_subColor);
  border-top: 1px solid var(--weuiDesktop_subColor);
  transform: rotate(-45deg);
  cursor: pointer;
}
html .weui-desktop-menu_global .menu-fold .menu-folder {
  top: 23px;
  transform: rotate(135deg);
}
html .weui-desktop-menu_global .weui-desktop-menu__item {
  line-height: var(--weuiDesktop_globalLineHeight);
  padding: 0;
  position: relative;
  border-top: 1px solid var(--weuiDesktop_lineColor);
}
html .weui-desktop-menu_global .weui-desktop-menu__item:first-child {
  padding-bottom: 0px;
  border-top: none;
}
html .weui-desktop-menu_global .weui-desktop-menu__item .weui-desktop-menu__link {
  display: flex;
  align-items: center;
  line-height: 22px;
  margin: 0;
  padding: 20px 8px;
  cursor: pointer;
}
html .weui-desktop-menu_global .weui-desktop-menu__item .weui-desktop-menu__link .weui-desktop-menu__link__inner {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
html .weui-desktop-menu_global .weui-desktop-menu__item .weui-desktop-menu__link .weui-desktop-menu__append.icon_dot_notices {
  flex-shrink: 0;
  float: none;
  margin: 0 18px 0 2px;
  padding: 4px;
  height: 1em;
  line-height: 1em;
  min-width: 12px;
  text-align: center;
  border-radius: 10px;
}
html .weui-desktop-menu_global .weui-desktop-menu__item .weui-desktop-sub-menu .weui-desktop-menu__link .weui-desktop-menu__append.icon_dot_notices {
  margin-left: 4px;
}
html .weui-desktop-menu_global .weui-desktop-menu__item.weui-desktop-menu_create > .weui-desktop-menu__link .icon_dot_notices {
  display: none;
}
html .weui-desktop-menu_global .weui-desktop-menu__item.weui-desktop-menu_create.menu-fold > .weui-desktop-menu__link .icon_dot_notices {
  display: block;
}
html .weui-desktop-sub-menu span.weui-desktop-menu__link {
  padding-top: 0px !important;
}
html .weui-desktop-sub-menu .weui-desktop-sub-menu__item:first-child > span.weui-desktop-menu__link {
  padding-bottom: 0px;
}
html #js_level2_title > .weui-desktop-sub-menu__item:last-child {
  margin-bottom: 18px;
}
html .weui-desktop-menu_global .weui-desktop-menu__item > .weui-desktop-menu__link .weui-desktop-menu__name:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  background-color: currentColor;
  background-image: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
html .weui-desktop-menu_global .weui-desktop-menu__item > .weui-desktop-menu__link:after {
  display: none;
}
html .weui-desktop-menu_global .weui-desktop-menu__link {
  border-left: 0;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
html .weui-desktop-menu_global .weui-desktop-menu__link .weui-desktop-icon-reddot {
  margin-left: 8px;
  flex-shrink: 0;
}
html .weui-desktop-menu_global a.weui-desktop-menu__link:hover {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.03);
}
html .weui-desktop-menu_global .weui-desktop-menu__link__inner {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
html .weui-desktop-menu_global .weui-desktop-menu__name {
  padding-left: 28px;
  line-height: 22px;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu {
  display: block;
  font-size: 14px;
  margin-left: 28px;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item {
  position: relative;
  padding: 0;
  line-height: 20px;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item .weui-desktop-sub-menu {
  margin-left: 0;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item .weui-desktop-sub-menu .weui-desktop-sub-menu__item:last-child {
  margin-bottom: 10px;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item .weui-desktop-menu__name {
  padding-left: 0;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item > span.weui-desktop-menu__link {
  color: #9A9A9A;
  margin: 0 0 0 8px;
  padding: 20px 0 10px;
  border-top: 1px solid var(--weuiDesktop_lineColor);
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item:first-child > span.weui-desktop-menu__link {
  padding-top: 4px;
  border-top: none;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item > .weui-desktop-menu__link {
  margin: 0;
  padding: 10px 8px;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item > .weui-desktop-menu__link .weui-desktop-menu__name {
  line-height: 20px;
}
html .weui-desktop-menu_global .weui-desktop-sub-menu__item:last-child {
  margin-bottom: 14px;
}
html .weui-desktop-menu_global .weui-desktop-menu__append.new {
  margin-top: 16px;
}
html .weui-desktop-menu-plugin {
  margin-left: -28px;
  padding: 8px 0 12px;
}
html .weui-desktop-menu-plugin.weui-desktop-menu-plugin_new {
  margin: 20px 0 12px 48px;
  padding: 0;
}
html .weui-desktop-menu-plugin > a {
  position: relative;
  display: block;
  border: 2px dashed var(--weuiDesktop_separateColor);
  padding: 14px 14px 14px 36px;
  color: var(--weuiDesktop_FG_Text_globalColor);
  text-decoration: none;
  font-size: var(--weuiDesktop_globalFontSize);
}
html .weui-desktop-menu-plugin > a.weui-desktop-menu__link_current {
  color: var(--weuiDesktop_themeColor);
  border-radius: 0;
}
html .weui-desktop-menu-plugin > a:hover {
  border-color: var(--weuiDesktop_separateColor);
}
html .weui-desktop-menu-plugin > a::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  background-color: currentColor;
  background-image: none;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -10px;
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" style="width: 20px; height: 20px" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"%3E%3Crect x="0" y="0" width="24" height="24"%3E%3C/rect%3E%3Cpath d="M12.25,3 C12.5261424,3 12.75,3.22385763 12.75,3.5 L12.75,11.25 L20.5,11.25 C20.7761424,11.25 21,11.4738576 21,11.75 L21,12.25 C21,12.5261424 20.7761424,12.75 20.5,12.75 L12.75,12.75 L12.75,20.5 C12.75,20.7761424 12.5261424,21 12.25,21 L11.75,21 C11.4738576,21 11.25,20.7761424 11.25,20.5 L11.25,12.75 L3.5,12.75 C3.22385763,12.75 3,12.5261424 3,12.25 L3,11.75 C3,11.4738576 3.22385763,11.25 3.5,11.25 L11.25,11.25 L11.25,3.5 C11.25,3.22385763 11.4738576,3 11.75,3 L12.25,3 Z" fill="%234C4D4E"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" style="width: 20px; height: 20px" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"%3E%3Crect x="0" y="0" width="24" height="24"%3E%3C/rect%3E%3Cpath d="M12.25,3 C12.5261424,3 12.75,3.22385763 12.75,3.5 L12.75,11.25 L20.5,11.25 C20.7761424,11.25 21,11.4738576 21,11.75 L21,12.25 C21,12.5261424 20.7761424,12.75 20.5,12.75 L12.75,12.75 L12.75,20.5 C12.75,20.7761424 12.5261424,21 12.25,21 L11.75,21 C11.4738576,21 11.25,20.7761424 11.25,20.5 L11.25,12.75 L3.5,12.75 C3.22385763,12.75 3,12.5261424 3,12.25 L3,11.75 C3,11.4738576 3.22385763,11.25 3.5,11.25 L11.25,11.25 L11.25,3.5 C11.25,3.22385763 11.4738576,3 11.75,3 L12.25,3 Z" fill="%234C4D4E"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
}
html .weui-desktop-menu-plugin .weui-desktop-icon-reddot {
  margin-left: 3px;
}
html .weui-desktop-menu_global .weui-desktop-menu_home .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10.51 3.02l.08.07 7.154 7.154a.833.833 0 0 1-.492 1.417l-.097.006-2.156-.001.001 5c0 .428-.322.78-.736.828l-.097.006H11.25v-3.333h-2.5V17.5H5.833a.833.833 0 0 1-.827-.736L5 16.667v-5.001H2.844a.833.833 0 0 1-.507-.171l-.082-.072a.833.833 0 0 1-.07-1.1l.07-.079L9.41 3.09l.078-.07a.835.835 0 0 1 .928-.062l.094.063zM10 4.265l-6.152 6.152 2.401-.001-.002 5.834H7.5l.001-3.333h5v3.334h1.25v-5.835l2.4.002L10 4.265z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10.51 3.02l.08.07 7.154 7.154a.833.833 0 0 1-.492 1.417l-.097.006-2.156-.001.001 5c0 .428-.322.78-.736.828l-.097.006H11.25v-3.333h-2.5V17.5H5.833a.833.833 0 0 1-.827-.736L5 16.667v-5.001H2.844a.833.833 0 0 1-.507-.171l-.082-.072a.833.833 0 0 1-.07-1.1l.07-.079L9.41 3.09l.078-.07a.835.835 0 0 1 .928-.062l.094.063zM10 4.265l-6.152 6.152 2.401-.001-.002 5.834H7.5l.001-3.333h5v3.334h1.25v-5.835l2.4.002L10 4.265z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_notification .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.333' height='21.333' viewBox='0 0 21.333 21.333'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M4.211 17.477c-.217 0-.43-.064-.61-.183a1.084 1.084 0 0 1-.366-1.41l.061-.101 1.14-1.694c.458-.68.694-1.32.737-1.939l.007-.205V9.15c0-1.929.993-3.689 2.569-4.687l.2-.12.047-.026.013-.053a2.745 2.745 0 0 1 2.296-2.02l.18-.017.182-.006c1.228 0 2.253.797 2.611 1.886l.047.157.011.053.048.026a5.54 5.54 0 0 1 2.748 4.32l.016.237.005.25v2.794c0 .614.191 1.248.6 1.918l.144.225 1.14 1.695a1.085 1.085 0 0 1-.795 1.687l-.12.007h-4.805c0 .902-.74 1.634-1.65 1.634-.912 0-1.65-.732-1.65-1.634H4.21zm6.403-13.922l-.136.013a1.412 1.412 0 0 0-1.136.891l-.037.118-.15.62-.517.288-.176.106a4.21 4.21 0 0 0-1.944 3.353l-.005.207v2.84l-.01.251c-.055.796-.328 1.58-.81 2.358l-.15.233-.885 1.31 12.016.002-.9-1.337-.16-.251c-.477-.783-.743-1.573-.787-2.372l-.007-.24V9.18l-.003-.192-.013-.21a4.205 4.205 0 0 0-1.88-3.155l-.179-.11-.58-.317-.134-.604-.02-.069a1.41 1.41 0 0 0-1.213-.962l-.131-.006h-.053z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.333' height='21.333' viewBox='0 0 21.333 21.333'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M4.211 17.477c-.217 0-.43-.064-.61-.183a1.084 1.084 0 0 1-.366-1.41l.061-.101 1.14-1.694c.458-.68.694-1.32.737-1.939l.007-.205V9.15c0-1.929.993-3.689 2.569-4.687l.2-.12.047-.026.013-.053a2.745 2.745 0 0 1 2.296-2.02l.18-.017.182-.006c1.228 0 2.253.797 2.611 1.886l.047.157.011.053.048.026a5.54 5.54 0 0 1 2.748 4.32l.016.237.005.25v2.794c0 .614.191 1.248.6 1.918l.144.225 1.14 1.695a1.085 1.085 0 0 1-.795 1.687l-.12.007h-4.805c0 .902-.74 1.634-1.65 1.634-.912 0-1.65-.732-1.65-1.634H4.21zm6.403-13.922l-.136.013a1.412 1.412 0 0 0-1.136.891l-.037.118-.15.62-.517.288-.176.106a4.21 4.21 0 0 0-1.944 3.353l-.005.207v2.84l-.01.251c-.055.796-.328 1.58-.81 2.358l-.15.233-.885 1.31 12.016.002-.9-1.337-.16-.251c-.477-.783-.743-1.573-.787-2.372l-.007-.24V9.18l-.003-.192-.013-.21a4.205 4.205 0 0 0-1.88-3.155l-.179-.11-.58-.317-.134-.604-.02-.069a1.41 1.41 0 0 0-1.213-.962l-.131-.006h-.053z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_create .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M15.417 1.667c.69 0 1.25.56 1.25 1.25v14.166c0 .69-.56 1.25-1.25 1.25H4.583c-.69 0-1.25-.56-1.25-1.25V2.917c0-.69.56-1.25 1.25-1.25h10.834zm0 1.25H4.583v14.166h10.834V2.917zM10 11.667v1.25H6.667v-1.25H10zm3.333-3.334v1.25H6.667v-1.25h6.666zm0-3.333v1.25H6.667V5h6.666z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M15.417 1.667c.69 0 1.25.56 1.25 1.25v14.166c0 .69-.56 1.25-1.25 1.25H4.583c-.69 0-1.25-.56-1.25-1.25V2.917c0-.69.56-1.25 1.25-1.25h10.834zm0 1.25H4.583v14.166h10.834V2.917zM10 11.667v1.25H6.667v-1.25H10zm3.333-3.334v1.25H6.667v-1.25h6.666zm0-3.333v1.25H6.667V5h6.666z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_function .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M8.333 10.417c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25H3.75c-.69 0-1.25-.56-1.25-1.25v-4.583c0-.69.56-1.25 1.25-1.25h4.583zm7.917 0c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25h-4.583c-.69 0-1.25-.56-1.25-1.25v-4.583c0-.69.56-1.25 1.25-1.25h4.583zm-7.917 1.25H3.75v4.583h4.583v-4.583zm7.917 0h-4.583v4.583h4.583v-4.583zM8.333 2.5c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25H3.75c-.69 0-1.25-.56-1.25-1.25V3.75c0-.69.56-1.25 1.25-1.25h4.583zm7.917 0c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25h-4.583c-.69 0-1.25-.56-1.25-1.25V3.75c0-.69.56-1.25 1.25-1.25h4.583zM8.333 3.75H3.75v4.583h4.583V3.75zm7.917 0h-4.583v4.583h4.583V3.75z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M8.333 10.417c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25H3.75c-.69 0-1.25-.56-1.25-1.25v-4.583c0-.69.56-1.25 1.25-1.25h4.583zm7.917 0c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25h-4.583c-.69 0-1.25-.56-1.25-1.25v-4.583c0-.69.56-1.25 1.25-1.25h4.583zm-7.917 1.25H3.75v4.583h4.583v-4.583zm7.917 0h-4.583v4.583h4.583v-4.583zM8.333 2.5c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25H3.75c-.69 0-1.25-.56-1.25-1.25V3.75c0-.69.56-1.25 1.25-1.25h4.583zm7.917 0c.69 0 1.25.56 1.25 1.25v4.583c0 .69-.56 1.25-1.25 1.25h-4.583c-.69 0-1.25-.56-1.25-1.25V3.75c0-.69.56-1.25 1.25-1.25h4.583zM8.333 3.75H3.75v4.583h4.583V3.75zm7.917 0h-4.583v4.583h4.583V3.75z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_wxopen .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M17.375 7.06c0-1.99-1.788-3.602-4-3.602-2.213 0-4 1.612-4 3.601v5.99c0 1.326-1.248 2.39-2.79 2.39-1.541 0-2.788-1.064-2.788-2.39 0-1.06.82-1.986 1.99-2.269.335-.083.648-.33.768-.61a.324.324 0 0 0 .032-.094.552.552 0 0 0 .005-.101c0-.26-.223-.446-.566-.446l-.14-.002c-1.879.285-3.261 1.78-3.261 3.523 0 1.99 1.788 3.6 4 3.6 2.213 0 4-1.61 4-3.6V7.06c0-1.325 1.248-2.39 2.79-2.39 1.541 0 2.788 1.065 2.788 2.39 0 1.091-.81 2.024-1.994 2.31a1.082 1.082 0 0 0-.761.604c-.159.355.072.646.524.646l.172-.001c1.886-.333 3.231-1.808 3.231-3.56z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M17.375 7.06c0-1.99-1.788-3.602-4-3.602-2.213 0-4 1.612-4 3.601v5.99c0 1.326-1.248 2.39-2.79 2.39-1.541 0-2.788-1.064-2.788-2.39 0-1.06.82-1.986 1.99-2.269.335-.083.648-.33.768-.61a.324.324 0 0 0 .032-.094.552.552 0 0 0 .005-.101c0-.26-.223-.446-.566-.446l-.14-.002c-1.879.285-3.261 1.78-3.261 3.523 0 1.99 1.788 3.6 4 3.6 2.213 0 4-1.61 4-3.6V7.06c0-1.325 1.248-2.39 2.79-2.39 1.541 0 2.788 1.065 2.788 2.39 0 1.091-.81 2.024-1.994 2.31a1.082 1.082 0 0 0-.761.604c-.159.355.072.646.524.646l.172-.001c1.886-.333 3.231-1.808 3.231-3.56z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_wxpay_v2 .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10 2.5c4.602 0 8.333 3.168 8.333 7.076 0 3.908-3.73 7.075-8.333 7.075-.94 0-1.845-.132-2.689-.376L4.84 17.459a.417.417 0 0 1-.593-.43l.283-2.116c-1.754-1.297-2.862-3.207-2.862-5.337C1.667 5.668 5.397 2.5 10 2.5zm0 1.25c-3.953 0-7.083 2.658-7.083 5.826 0 1.588.783 3.087 2.163 4.185l.192.147.593.439-.176 1.319 1.512-.724.458.132a8.426 8.426 0 0 0 2.341.327c3.953 0 7.083-2.657 7.083-5.825a4.99 4.99 0 0 0-.807-2.694l-8.487 5.077-.061.036a.548.548 0 0 1-.735-.229l-.036-.081L5.44 8.289a.28.28 0 0 1 .251-.403c.063 0 .12.021.166.057l1.79 1.3a.818.818 0 0 0 .74.086l7.269-3.253C14.37 4.67 12.327 3.75 10 3.75z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10 2.5c4.602 0 8.333 3.168 8.333 7.076 0 3.908-3.73 7.075-8.333 7.075-.94 0-1.845-.132-2.689-.376L4.84 17.459a.417.417 0 0 1-.593-.43l.283-2.116c-1.754-1.297-2.862-3.207-2.862-5.337C1.667 5.668 5.397 2.5 10 2.5zm0 1.25c-3.953 0-7.083 2.658-7.083 5.826 0 1.588.783 3.087 2.163 4.185l.192.147.593.439-.176 1.319 1.512-.724.458.132a8.426 8.426 0 0 0 2.341.327c3.953 0 7.083-2.657 7.083-5.825a4.99 4.99 0 0 0-.807-2.694l-8.487 5.077-.061.036a.548.548 0 0 1-.735-.229l-.036-.081L5.44 8.289a.28.28 0 0 1 .251-.403c.063 0 .12.021.166.057l1.79 1.3a.818.818 0 0 0 .74.086l7.269-3.253C14.37 4.67 12.327 3.75 10 3.75z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_search .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10.068 10.725l5.564 6.135a.936.936 0 0 1-.065 1.323l-.03.025a.907.907 0 0 1-1.317-.169l-4.856-6.784a.426.426 0 0 1 .09-.588.457.457 0 0 1 .614.058zm-3.113.15c.233.07.37.31.31.547L5.703 17.6a.93.93 0 0 1-1.207.65.954.954 0 0 1-.566-1.27l2.44-5.829a.483.483 0 0 1 .585-.276zM18.74 7.84a.95.95 0 0 1-.953 1.067l-7.25-.07a.42.42 0 0 1-.416-.42c0-.238.177-.44.414-.47l7.177-.905a.92.92 0 0 1 1.028.798zM2.207 7.186a.85.85 0 0 1 .105.016l3.316.71a.47.47 0 0 1-.093.928l-3.369.06a.867.867 0 0 1-.878-.942.85.85 0 0 1 .92-.772zM9.89 1.637a.935.935 0 0 1 .654 1.29L8.886 6.674a.465.465 0 0 1-.598.244.531.531 0 0 1-.322-.606l.858-3.986a.897.897 0 0 1 1.066-.688z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10.068 10.725l5.564 6.135a.936.936 0 0 1-.065 1.323l-.03.025a.907.907 0 0 1-1.317-.169l-4.856-6.784a.426.426 0 0 1 .09-.588.457.457 0 0 1 .614.058zm-3.113.15c.233.07.37.31.31.547L5.703 17.6a.93.93 0 0 1-1.207.65.954.954 0 0 1-.566-1.27l2.44-5.829a.483.483 0 0 1 .585-.276zM18.74 7.84a.95.95 0 0 1-.953 1.067l-7.25-.07a.42.42 0 0 1-.416-.42c0-.238.177-.44.414-.47l7.177-.905a.92.92 0 0 1 1.028.798zM2.207 7.186a.85.85 0 0 1 .105.016l3.316.71a.47.47 0 0 1-.093.928l-3.369.06a.867.867 0 0 1-.878-.942.85.85 0 0 1 .92-.772zM9.89 1.637a.935.935 0 0 1 .654 1.29L8.886 6.674a.465.465 0 0 1-.598.244.531.531 0 0 1-.322-.606l.858-3.986a.897.897 0 0 1 1.066-.688z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_management .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M3.386 16.667a.734.734 0 0 1-.73-.74v-.508c0-.077.009-.155.024-.234H1.448a.617.617 0 0 1-.615-.616v-.424c0-.426.307-.916.684-1.1l3.476-1.705c.506-.248.62-.797.257-1.229l-.222-.264c-.45-.537-.817-1.545-.817-2.248V6.543c0-1.362 1.1-2.469 2.456-2.469.28 0 .55.048.801.135a3.007 3.007 0 0 1 1.705-.848h.017c.06-.01.12-.016.18-.02h.015a2.847 2.847 0 0 1 .396-.001l-.198-.007a2.909 2.909 0 0 1 .391.026l.026.004a3.002 3.002 0 0 1 1.7.846l-.036.012c.261-.095.543-.147.836-.147a2.464 2.464 0 0 1 2.456 2.47v1.055c0 .703-.368 1.711-.818 2.248l-.222.264c-.362.432-.249.98.258 1.229l3.475 1.704c.378.185.684.675.684 1.101v.424c0 .34-.277.616-.615.616h-1.231c.015.079.023.157.023.234v.508c0 .409-.328.74-.73.74H3.386zM9.583 4.583l-.163.008-.023.002a1.638 1.638 0 0 0-.888.394l-.108.103-.319.33a2.02 2.02 0 0 0-.326 1.107v1.188l.007.155c.047.593.347 1.418.678 1.836l.236.297.08.11c.614.891.346 2.658-.609 3.154l-3.694 1.918-.05.035c-.119.098-.087.197.1.197h10.16l.067-.007c.132-.027.099-.164-.018-.225l-3.694-1.917-.116-.066c-.899-.55-1.098-2.333-.413-3.198l.236-.297.089-.123c.323-.486.596-1.325.596-1.869V6.528l-.005-.133a2.014 2.014 0 0 0-.324-.979l-.316-.326a1.639 1.639 0 0 0-1.183-.507zm2.917.741l-.065.003c.146.372.226.778.226 1.2v1.188c0 .874-.42 2.092-.956 2.768l-.235.298c-.232.292-.165 1.227.125 1.377l3.421 1.776 1.612.001-3.005-1.473c-1.192-.584-1.524-1.996-.754-3.04l.09-.114.222-.265c.238-.283.477-.908.519-1.325l.006-.12V6.544c0-.674-.542-1.219-1.206-1.219zm-5.833 0c-.625 0-1.142.483-1.2 1.102l-.006.117V7.6c0 .371.217 1.003.454 1.35l.07.094.223.265c.852 1.015.592 2.442-.536 3.086l-.129.068-3.005 1.473H4.15l3.423-1.777c.268-.14.346-.946.173-1.3l-.048-.078-.236-.298c-.537-.677-.955-1.892-.955-2.767V6.527c0-.422.08-.828.225-1.2a.512.512 0 0 0-.064-.003z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M3.386 16.667a.734.734 0 0 1-.73-.74v-.508c0-.077.009-.155.024-.234H1.448a.617.617 0 0 1-.615-.616v-.424c0-.426.307-.916.684-1.1l3.476-1.705c.506-.248.62-.797.257-1.229l-.222-.264c-.45-.537-.817-1.545-.817-2.248V6.543c0-1.362 1.1-2.469 2.456-2.469.28 0 .55.048.801.135a3.007 3.007 0 0 1 1.705-.848h.017c.06-.01.12-.016.18-.02h.015a2.847 2.847 0 0 1 .396-.001l-.198-.007a2.909 2.909 0 0 1 .391.026l.026.004a3.002 3.002 0 0 1 1.7.846l-.036.012c.261-.095.543-.147.836-.147a2.464 2.464 0 0 1 2.456 2.47v1.055c0 .703-.368 1.711-.818 2.248l-.222.264c-.362.432-.249.98.258 1.229l3.475 1.704c.378.185.684.675.684 1.101v.424c0 .34-.277.616-.615.616h-1.231c.015.079.023.157.023.234v.508c0 .409-.328.74-.73.74H3.386zM9.583 4.583l-.163.008-.023.002a1.638 1.638 0 0 0-.888.394l-.108.103-.319.33a2.02 2.02 0 0 0-.326 1.107v1.188l.007.155c.047.593.347 1.418.678 1.836l.236.297.08.11c.614.891.346 2.658-.609 3.154l-3.694 1.918-.05.035c-.119.098-.087.197.1.197h10.16l.067-.007c.132-.027.099-.164-.018-.225l-3.694-1.917-.116-.066c-.899-.55-1.098-2.333-.413-3.198l.236-.297.089-.123c.323-.486.596-1.325.596-1.869V6.528l-.005-.133a2.014 2.014 0 0 0-.324-.979l-.316-.326a1.639 1.639 0 0 0-1.183-.507zm2.917.741l-.065.003c.146.372.226.778.226 1.2v1.188c0 .874-.42 2.092-.956 2.768l-.235.298c-.232.292-.165 1.227.125 1.377l3.421 1.776 1.612.001-3.005-1.473c-1.192-.584-1.524-1.996-.754-3.04l.09-.114.222-.265c.238-.283.477-.908.519-1.325l.006-.12V6.544c0-.674-.542-1.219-1.206-1.219zm-5.833 0c-.625 0-1.142.483-1.2 1.102l-.006.117V7.6c0 .371.217 1.003.454 1.35l.07.094.223.265c.852 1.015.592 2.442-.536 3.086l-.129.068-3.005 1.473H4.15l3.423-1.777c.268-.14.346-.946.173-1.3l-.048-.078-.236-.298c-.537-.677-.955-1.892-.955-2.767V6.527c0-.422.08-.828.225-1.2a.512.512 0 0 0-.064-.003z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_ad .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M17.242 3.507a.891.891 0 0 1 .258.627v11.688c0 .49-.31.886-.795.886-.155 0-.391-.086-.707-.259l-4.89-1.734.49 1.656a.88.88 0 0 1-.844 1.129H7.681a.88.88 0 0 1-.843-.63L5.72 13.082H2.546a.884.884 0 0 1-.88-.887V7.76c0-.49.394-.888.88-.888h3.959l9.493-3.365c.6-.231 1.015-.231 1.244 0zM16.18 15.113V4.843L6.732 8.191H2.986v3.571h3.72L8.01 16.18h2.156L9.11 12.606l7.07 2.507z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M17.242 3.507a.891.891 0 0 1 .258.627v11.688c0 .49-.31.886-.795.886-.155 0-.391-.086-.707-.259l-4.89-1.734.49 1.656a.88.88 0 0 1-.844 1.129H7.681a.88.88 0 0 1-.843-.63L5.72 13.082H2.546a.884.884 0 0 1-.88-.887V7.76c0-.49.394-.888.88-.888h3.959l9.493-3.365c.6-.231 1.015-.231 1.244 0zM16.18 15.113V4.843L6.732 8.191H2.986v3.571h3.72L8.01 16.18h2.156L9.11 12.606l7.07 2.507z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_statistics .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10 10V3.958a6.042 6.042 0 1 0 6.037 6.269l.005-.227H10zm1.25-6.973V8.75h5.723a7.088 7.088 0 0 0-5.722-5.723zM10 17.292a7.292 7.292 0 0 1-.24-14.58l.24-.004V1.667A8.333 8.333 0 0 1 18.333 10h-1.041A7.292 7.292 0 0 1 10 17.292z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10 10V3.958a6.042 6.042 0 1 0 6.037 6.269l.005-.227H10zm1.25-6.973V8.75h5.723a7.088 7.088 0 0 0-5.722-5.723zM10 17.292a7.292 7.292 0 0 1-.24-14.58l.24-.004V1.667A8.333 8.333 0 0 1 18.333 10h-1.041A7.292 7.292 0 0 1 10 17.292z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_setup .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10.6 1.667c.382 0 .715.26.808.63l.432 1.728c.377.116.74.267 1.083.449l1.528-.916a.833.833 0 0 1 1.018.126l.847.847c.27.27.322.69.126 1.018l-.916 1.528c.182.344.333.706.449 1.083l1.727.432a.833.833 0 0 1 .631.809v1.198c0 .383-.26.716-.63.809l-1.728.432c-.116.377-.267.74-.449 1.083l.916 1.528a.833.833 0 0 1-.126 1.018l-.847.847a.833.833 0 0 1-1.018.126l-1.528-.916a6.211 6.211 0 0 1-1.083.449l-.432 1.727a.833.833 0 0 1-.809.631H9.401a.833.833 0 0 1-.809-.63l-.432-1.728a6.211 6.211 0 0 1-1.083-.449l-1.528.916a.833.833 0 0 1-1.018-.126l-.847-.847a.833.833 0 0 1-.126-1.018l.916-1.528a6.211 6.211 0 0 1-.449-1.083l-1.727-.432a.833.833 0 0 1-.631-.809V9.401c0-.383.26-.716.63-.809l1.728-.432c.116-.377.267-.74.449-1.083L3.558 5.55a.833.833 0 0 1 .126-1.018l.847-.847a.833.833 0 0 1 1.018-.126l1.528.916a6.211 6.211 0 0 1 1.083-.449l.432-1.727a.833.833 0 0 1 .809-.631h1.198zm-.326 1.25h-.549l-.523 2.096-.674.207a4.957 4.957 0 0 0-.656.254l-.21.104-.622.33-1.855-1.11-.388.388L5.909 7.04l-.33.623c-.11.207-.205.421-.285.642l-.074.223-.207.674-2.096.523v.55l2.096.523.207.674c.069.225.154.444.254.656l.104.21.33.622-1.11 1.854.388.389L7.04 14.09l.623.33c.207.11.421.205.642.285l.223.074.674.207.524 2.096h.547l.525-2.096.674-.207c.225-.069.444-.154.656-.254l.21-.104.622-.33 1.854 1.11.389-.389-1.112-1.853.33-.623c.11-.207.205-.421.285-.642l.074-.223.207-.674 2.096-.525v-.547l-2.096-.524-.207-.674a4.957 4.957 0 0 0-.254-.656l-.104-.21-.33-.622 1.11-1.855-.389-.388-1.853 1.112-.623-.33a4.965 4.965 0 0 0-.642-.285l-.223-.074-.674-.207-.524-2.096zM10 6.667a3.333 3.333 0 1 1 0 6.666 3.333 3.333 0 0 1 0-6.666zm0 1.25a2.083 2.083 0 1 0 0 4.166 2.083 2.083 0 0 0 0-4.166z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M10.6 1.667c.382 0 .715.26.808.63l.432 1.728c.377.116.74.267 1.083.449l1.528-.916a.833.833 0 0 1 1.018.126l.847.847c.27.27.322.69.126 1.018l-.916 1.528c.182.344.333.706.449 1.083l1.727.432a.833.833 0 0 1 .631.809v1.198c0 .383-.26.716-.63.809l-1.728.432c-.116.377-.267.74-.449 1.083l.916 1.528a.833.833 0 0 1-.126 1.018l-.847.847a.833.833 0 0 1-1.018.126l-1.528-.916a6.211 6.211 0 0 1-1.083.449l-.432 1.727a.833.833 0 0 1-.809.631H9.401a.833.833 0 0 1-.809-.63l-.432-1.728a6.211 6.211 0 0 1-1.083-.449l-1.528.916a.833.833 0 0 1-1.018-.126l-.847-.847a.833.833 0 0 1-.126-1.018l.916-1.528a6.211 6.211 0 0 1-.449-1.083l-1.727-.432a.833.833 0 0 1-.631-.809V9.401c0-.383.26-.716.63-.809l1.728-.432c.116-.377.267-.74.449-1.083L3.558 5.55a.833.833 0 0 1 .126-1.018l.847-.847a.833.833 0 0 1 1.018-.126l1.528.916a6.211 6.211 0 0 1 1.083-.449l.432-1.727a.833.833 0 0 1 .809-.631h1.198zm-.326 1.25h-.549l-.523 2.096-.674.207a4.957 4.957 0 0 0-.656.254l-.21.104-.622.33-1.855-1.11-.388.388L5.909 7.04l-.33.623c-.11.207-.205.421-.285.642l-.074.223-.207.674-2.096.523v.55l2.096.523.207.674c.069.225.154.444.254.656l.104.21.33.622-1.11 1.854.388.389L7.04 14.09l.623.33c.207.11.421.205.642.285l.223.074.674.207.524 2.096h.547l.525-2.096.674-.207c.225-.069.444-.154.656-.254l.21-.104.622-.33 1.854 1.11.389-.389-1.112-1.853.33-.623c.11-.207.205-.421.285-.642l.074-.223.207-.674 2.096-.525v-.547l-2.096-.524-.207-.674a4.957 4.957 0 0 0-.254-.656l-.104-.21-.33-.622 1.11-1.855-.389-.388-1.853 1.112-.623-.33a4.965 4.965 0 0 0-.642-.285l-.223-.074-.674-.207-.524-2.096zM10 6.667a3.333 3.333 0 1 1 0 6.666 3.333 3.333 0 0 1 0-6.666zm0 1.25a2.083 2.083 0 1 0 0 4.166 2.083 2.083 0 0 0 0-4.166z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_developer .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M11.222 2.914h.002l.854.234a.221.221 0 0 1 .156.27l-3.548 13.51a.221.221 0 0 1-.27.158h-.002l-.855-.234a.221.221 0 0 1-.155-.27l3.548-13.51a.221.221 0 0 1 .27-.158zm2.247 1.822l5.37 5.368-5.282 5.28-.947-.966 4.335-4.333-4.404-4.403.928-.946zm-7.028-.09l.947.966-4.333 4.333 4.402 4.402-.928.947-5.368-5.368 5.28-5.28z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M11.222 2.914h.002l.854.234a.221.221 0 0 1 .156.27l-3.548 13.51a.221.221 0 0 1-.27.158h-.002l-.855-.234a.221.221 0 0 1-.155-.27l3.548-13.51a.221.221 0 0 1 .27-.158zm2.247 1.822l5.37 5.368-5.282 5.28-.947-.966 4.335-4.333-4.404-4.403.928-.946zm-7.028-.09l.947.966-4.333 4.333 4.402 4.402-.928.947-5.368-5.368 5.28-5.28z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_work .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M13.095 14.864a.237.237 0 0 1 .341 0l.048.053.05.052a3.074 3.074 0 0 0 1.628.882.946.946 0 0 1 .121.02.997.997 0 0 1 .487.278c.393.404.393 1.06 0 1.464a.99.99 0 0 1-1.427 0 1.038 1.038 0 0 1-.293-.669 3.211 3.211 0 0 0-.92-1.7.243.243 0 0 1-.052-.049.253.253 0 0 1 .017-.33zM8.67 2.917c.31 0 .63.019.954.057 1.803.21 3.44 1.01 4.61 2.252.462.492.84 1.042 1.12 1.634a5.815 5.815 0 0 1 .55 2.944c-.015-.018-.029-.037-.046-.055A.987.987 0 0 0 14.62 9.6c.004-.07.008-.141.008-.212 0-.682-.15-1.346-.448-1.973a5.094 5.094 0 0 0-.899-1.309c-.96-1.02-2.315-1.68-3.812-1.854a6.919 6.919 0 0 0-.799-.048 6.92 6.92 0 0 0-.765.044c-1.504.168-2.866.823-3.834 1.845A5.1 5.1 0 0 0 3.166 7.4a4.577 4.577 0 0 0-.455 1.989c0 .887.264 1.764.765 2.537.213.329.466.635.754.916a5.685 5.685 0 0 0 .532.46.555.555 0 0 1 .193.61l-.197.768-.056.222-.05.203c0 .05.039.09.085.09.014 0 .03-.005.058-.022h.001l1.328-.805c.015-.009.03-.015.044-.023a.683.683 0 0 1 .552-.058c.333.1.677.173 1.026.221.052.007.105.016.158.022a6.841 6.841 0 0 0 1.564-.005c.448-.052.881-.15 1.296-.285a1.043 1.043 0 0 0 .686 1.083 7.935 7.935 0 0 1-1.827.439 8.258 8.258 0 0 1-1.868.005 7.84 7.84 0 0 1-1.354-.268l-2.07 1.067-.036.022-.007.004a.542.542 0 0 1-.276.078.566.566 0 0 1-.558-.573c0-.019.004-.036.005-.054.002-.024.004-.048.009-.07a.575.575 0 0 1 .034-.107l.083-.347.29-1.231c-.523-.438-1.134-1.151-1.492-1.703a5.913 5.913 0 0 1-.966-3.217c0-.876.194-1.726.577-2.528A6.36 6.36 0 0 1 3.12 5.21c1.178-1.243 2.825-2.039 4.636-2.24.311-.036.618-.053.913-.053zm8.526 10.31a.99.99 0 0 1 1.426 0c.394.405.394 1.06 0 1.465a.998.998 0 0 1-.65.301 3.075 3.075 0 0 0-1.704.998.236.236 0 0 1-.322-.017.252.252 0 0 1 0-.35l.051-.05.05-.05a3.213 3.213 0 0 0 .868-1.736l.005-.03.007-.032c.04-.183.13-.356.27-.499zm-3.342-1.307a.236.236 0 0 1 .322.018.252.252 0 0 1 0 .35l-.05.05-.051.05a3.213 3.213 0 0 0-.868 1.735l-.005.031-.007.031c-.04.183-.13.357-.269.5a.99.99 0 0 1-1.426 0 1.056 1.056 0 0 1 0-1.465.998.998 0 0 1 .651-.301 3.075 3.075 0 0 0 1.703-.999zm.498-1.622a.99.99 0 0 1 1.426 0 1.038 1.038 0 0 1 .293.67 3.211 3.211 0 0 0 .921 1.7.243.243 0 0 1 .05.048.253.253 0 0 1-.016.331.237.237 0 0 1-.341 0 3.074 3.074 0 0 0-1.726-.987.946.946 0 0 1-.121-.02.997.997 0 0 1-.486-.277 1.056 1.056 0 0 1 0-1.465z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M13.095 14.864a.237.237 0 0 1 .341 0l.048.053.05.052a3.074 3.074 0 0 0 1.628.882.946.946 0 0 1 .121.02.997.997 0 0 1 .487.278c.393.404.393 1.06 0 1.464a.99.99 0 0 1-1.427 0 1.038 1.038 0 0 1-.293-.669 3.211 3.211 0 0 0-.92-1.7.243.243 0 0 1-.052-.049.253.253 0 0 1 .017-.33zM8.67 2.917c.31 0 .63.019.954.057 1.803.21 3.44 1.01 4.61 2.252.462.492.84 1.042 1.12 1.634a5.815 5.815 0 0 1 .55 2.944c-.015-.018-.029-.037-.046-.055A.987.987 0 0 0 14.62 9.6c.004-.07.008-.141.008-.212 0-.682-.15-1.346-.448-1.973a5.094 5.094 0 0 0-.899-1.309c-.96-1.02-2.315-1.68-3.812-1.854a6.919 6.919 0 0 0-.799-.048 6.92 6.92 0 0 0-.765.044c-1.504.168-2.866.823-3.834 1.845A5.1 5.1 0 0 0 3.166 7.4a4.577 4.577 0 0 0-.455 1.989c0 .887.264 1.764.765 2.537.213.329.466.635.754.916a5.685 5.685 0 0 0 .532.46.555.555 0 0 1 .193.61l-.197.768-.056.222-.05.203c0 .05.039.09.085.09.014 0 .03-.005.058-.022h.001l1.328-.805c.015-.009.03-.015.044-.023a.683.683 0 0 1 .552-.058c.333.1.677.173 1.026.221.052.007.105.016.158.022a6.841 6.841 0 0 0 1.564-.005c.448-.052.881-.15 1.296-.285a1.043 1.043 0 0 0 .686 1.083 7.935 7.935 0 0 1-1.827.439 8.258 8.258 0 0 1-1.868.005 7.84 7.84 0 0 1-1.354-.268l-2.07 1.067-.036.022-.007.004a.542.542 0 0 1-.276.078.566.566 0 0 1-.558-.573c0-.019.004-.036.005-.054.002-.024.004-.048.009-.07a.575.575 0 0 1 .034-.107l.083-.347.29-1.231c-.523-.438-1.134-1.151-1.492-1.703a5.913 5.913 0 0 1-.966-3.217c0-.876.194-1.726.577-2.528A6.36 6.36 0 0 1 3.12 5.21c1.178-1.243 2.825-2.039 4.636-2.24.311-.036.618-.053.913-.053zm8.526 10.31a.99.99 0 0 1 1.426 0c.394.405.394 1.06 0 1.465a.998.998 0 0 1-.65.301 3.075 3.075 0 0 0-1.704.998.236.236 0 0 1-.322-.017.252.252 0 0 1 0-.35l.051-.05.05-.05a3.213 3.213 0 0 0 .868-1.736l.005-.03.007-.032c.04-.183.13-.356.27-.499zm-3.342-1.307a.236.236 0 0 1 .322.018.252.252 0 0 1 0 .35l-.05.05-.051.05a3.213 3.213 0 0 0-.868 1.735l-.005.031-.007.031c-.04.183-.13.357-.269.5a.99.99 0 0 1-1.426 0 1.056 1.056 0 0 1 0-1.465.998.998 0 0 1 .651-.301 3.075 3.075 0 0 0 1.703-.999zm.498-1.622a.99.99 0 0 1 1.426 0 1.038 1.038 0 0 1 .293.67 3.211 3.211 0 0 0 .921 1.7.243.243 0 0 1 .05.048.253.253 0 0 1-.016.331.237.237 0 0 1-.341 0 3.074 3.074 0 0 0-1.726-.987.946.946 0 0 1-.121-.02.997.997 0 0 1-.486-.277 1.056 1.056 0 0 1 0-1.465z'/%3E%3C/svg%3E");
}
html .weui-desktop-menu_global .weui-desktop-menu_business .weui-desktop-menu__name:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect x='0' y='0' width='24' height='24'/%3E%3Cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,3.5 C7.30557963,3.5 3.5,7.30557963 3.5,12 C3.5,16.6944204 7.30557963,20.5 12,20.5 C16.6944204,20.5 20.5,16.6944204 20.5,12 C20.5,7.30557963 16.6944204,3.5 12,3.5 Z M9.84419075,11.0502484 L12.9761908,14.1812484 L7.50809552,16.7604047 C7.47185423,16.7774945 7.43177015,16.7831147 7.3930087,16.7772794 L7.33650417,16.7599365 C7.25346449,16.7202232 7.21035538,16.6306785 7.225871,16.544267 L7.24236489,16.4932198 L9.84419075,11.0502484 Z M16.6020895,7.23035069 L16.6592462,7.24786609 C16.7422358,7.28768402 16.7852319,7.37728296 16.7696074,7.46367486 L16.7530492,7.51470125 L14.0541908,13.1382484 L10.8721908,9.95624844 L16.4858284,7.24805163 C16.5223427,7.23043601 16.5628779,7.2245338 16.6020895,7.23035069 Z' fill='%23353535'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' viewBox='0 0 24 24' version='1.1'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect x='0' y='0' width='24' height='24'/%3E%3Cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M12,3.5 C7.30557963,3.5 3.5,7.30557963 3.5,12 C3.5,16.6944204 7.30557963,20.5 12,20.5 C16.6944204,20.5 20.5,16.6944204 20.5,12 C20.5,7.30557963 16.6944204,3.5 12,3.5 Z M9.84419075,11.0502484 L12.9761908,14.1812484 L7.50809552,16.7604047 C7.47185423,16.7774945 7.43177015,16.7831147 7.3930087,16.7772794 L7.33650417,16.7599365 C7.25346449,16.7202232 7.21035538,16.6306785 7.225871,16.544267 L7.24236489,16.4932198 L9.84419075,11.0502484 Z M16.6020895,7.23035069 L16.6592462,7.24786609 C16.7422358,7.28768402 16.7852319,7.37728296 16.7696074,7.46367486 L16.7530492,7.51470125 L14.0541908,13.1382484 L10.8721908,9.95624844 L16.4858284,7.24805163 C16.5223427,7.23043601 16.5628779,7.2245338 16.6020895,7.23035069 Z' fill='%23353535'/%3E%3C/g%3E%3C/svg%3E");
}
html .weui-desktop-btn__head-opr {
  font-size: 0;
}
html .weui-desktop-btn__head-opr.weui-desktop-account__message:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
html .weui-desktop-btn__head-opr.weui-desktop__fold-menu-opr:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M12.083 2.34l.884.884L6.191 10l6.776 6.776-.884.884-7.07-7.07a.833.833 0 0 1 0-1.18l7.07-7.07z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
html .weui-desktop-btn__head-opr.weui-desktop__unfold-menu-opr:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E  %3Cpath fill='%234C4D4E' fill-rule='evenodd' d='M17.917 15.417c.23 0 .416.186.416.416v.417c0 .23-.186.417-.416.417H2.083a.417.417 0 0 1-.416-.417v-.417c0-.23.186-.416.416-.416h15.834zm0-6.042c.23 0 .416.187.416.417v.416c0 .23-.186.417-.416.417H2.083a.417.417 0 0 1-.416-.417v-.416c0-.23.186-.417.416-.417h15.834zm0-6.042c.23 0 .416.187.416.417v.417c0 .23-.186.416-.416.416H2.083a.417.417 0 0 1-.416-.416V3.75c0-.23.186-.417.416-.417h15.834z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
html .weui-desktop__fold-menu-opr,
html .weui-desktop__unfold-menu-opr {
  position: absolute;
  top: 12px;
  left: 40px;
  display: none;
}
html .weui-desktop__fold-menu-opr:hover,
html .weui-desktop__unfold-menu-opr:hover {
  background: rgba(0, 0, 0, 0.03);
}
html .weui-desktop__fold-menu-opr:before,
html .weui-desktop__unfold-menu-opr:before {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-top: -3px;
}
html .weui-desktop__unfold-menu-opr {
  left: 0;
}
html .weui-desktop-page_base .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button:after,
html .weui-desktop-page_simple .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button:after,
html .weui-desktop-page_base .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-edit:after,
html .weui-desktop-page_simple .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-edit:after,
html .weui-desktop-page_base .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table:after,
html .weui-desktop-page_simple .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-table:after,
html .weui-desktop-page_base .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text:after,
html .weui-desktop-page_simple .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text:after {
  right: 10px;
}
html .weui-desktop-page_base .weui-desktop-operation-group .weui-desktop-dropdown-menu,
html .weui-desktop-page_simple .weui-desktop-operation-group .weui-desktop-dropdown-menu {
  min-width: 0;
}
html .weui-desktop-page_base .weui-desktop-form__dropdown .weui-desktop-dropdown-menu,
html .weui-desktop-page_simple .weui-desktop-form__dropdown .weui-desktop-dropdown-menu {
  border-radius: 4px;
}
html .weui-desktop-page_base .weui-desktop-dropdown__list,
html .weui-desktop-page_simple .weui-desktop-dropdown__list {
  padding: 8px 0;
}
html .weui-desktop-page_base .weui-desktop-dropdown__list-ele,
html .weui-desktop-page_simple .weui-desktop-dropdown__list-ele {
  padding: 0;
}
html .weui-desktop-page_base .weui-desktop-dropdown__list-ele-contain,
html .weui-desktop-page_simple .weui-desktop-dropdown__list-ele-contain {
  padding-top: 7px;
  padding-bottom: 7px;
}
html .weui-desktop-page_base .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text:after,
html .weui-desktop-page_simple .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-text:after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 2px;
}
html .weui-desktop-page_base .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button,
html .weui-desktop-page_simple .weui-desktop-form__dropdown__dt.weui-desktop-form__dropdown__inner-button {
  border-color: var();
  border-radius: var(--weuiDesktop_globalBorderRadius);
}
html .weui-desktop__small-screen-show {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  html .weui-desktop-mass-audio {
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  html .weui-desktop-menu_global > .weui-desktop-menu__item {
    position: relative;
  }
  html .weui-desktop-menu_global > .weui-desktop-menu__item:before {
    left: 48px;
    right: 0;
  }
  html .page_base .mp-foot,
  html .weui-desktop-page_base .mp-foot {
    padding-left: 200px;
  }
  html .page_base .weui-desktop-layout_global > .weui-desktop-layout__side,
  html .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__side {
    width: 215px;
  }
  html .page_base .weui-desktop-layout_global > .weui-desktop-layout__main,
  html .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__main {
    margin-left: 215px;
  }
  html .weui-desktop-head__inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1169px) {
  html .weui-desktop-layout_fold .mp-foot,
  html .weui-desktop-layout_unfold_large .mp-foot {
    transition: all 0.3s;
  }
  html .weui-desktop-layout_fold .weui-desktop-layout_global > .weui-desktop-layout__main,
  html .weui-desktop-layout_unfold_large .weui-desktop-layout_global > .weui-desktop-layout__main {
    transition: all 0.3s;
  }
  html .weui-desktop__unset-transition .mp-foot {
    transition-duration: 0s !important;
  }
  html .weui-desktop__unset-transition .weui-desktop-layout_global > .weui-desktop-layout__main {
    transition-duration: 0s !important;
  }
}
@media screen and (max-width: 1169px) {
  html .weui-desktop__fold-menu-opr,
  html .weui-desktop__unfold-menu-opr {
    display: block;
  }
  html .weui-desktop-layout__side_pop__mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 499;
    display: none;
    -webkit-tap-highlight-color: transparent;
  }
  html .page_base .mp-foot,
  html .weui-desktop-page_base .mp-foot {
    padding-left: 0;
  }
  html .page_base .weui-desktop-layout_global > .weui-desktop-layout__main,
  html .weui-desktop-page_base .weui-desktop-layout_global > .weui-desktop-layout__main {
    margin-left: 0;
  }
  html .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu {
    padding-top: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--weuiDesktop_globalBgColor);
    box-shadow: 0 0 20px 0 #e4e8eb;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 245px;
    margin-left: -255px;
    transition: all 0.3s;
    z-index: 500;
  }
  html .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu .weui-desktop-layout__side-menu__container .weui-desktop-menu_global-wrapper {
    padding-right: 40px;
    margin-top: 60px;
  }
  html .weui-desktop-layout_unfold .weui-desktop-layout__side_pop__mask {
    display: block;
  }
  html .weui-desktop-layout_unfold .weui-desktop-layout_global > .weui-desktop-layout__side.weui-desktop-layout__side-menu {
    margin-left: 0;
  }
  html .weui-desktop__small-screen-show {
    display: block;
  }
  html .weui-desktop__small-screen-hide {
    display: none;
  }
  html .weui-desktop-logo .weui-desktop-logo__inner {
    background-position: center;
  }
  html .weui-desktop-head .weui-desktop-layout__side {
    float: none;
    display: inline-block;
  }
  html .weui-desktop-head__inner > .weui-desktop-layout {
    text-align: center;
  }
  html .weui-desktop-head__inner > .weui-desktop-layout > .weui-desktop-layout__extra {
    text-align: left;
  }
  html html {
    height: 100%;
  }
  html body.weui-desktop-layout_unfold {
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  html .weui-desktop-logo .weui-desktop-logo__inner {
    background-position: 0 0;
    width: 35px !important;
    background-size: cover;
  }
  html .weui-desktop-foot .weui-desktop-link-group_split .weui-desktop-link {
    margin: 0 8px;
  }
  html .weui-desktop-foot .weui-desktop-link-group_split .weui-desktop-link:before {
    left: -10.4px;
  }
}
html .weui-desktop-logo a:before {
  display: none;
}
html .weui-desktop-logo .weui-desktop-logo__inner {
  background-image: url(/mpres/zh_CN/htmledition/comm_htmledition/weui-desktopSkin/svg/buildless/new_bg_logo_primary678437.svg);
}
html .en_US .weui-desktop-logo__inner {
  background-image: url(https://res.wx.qq.com/op_res/BwX_TEMhyvG_1zs4rb-1G5nIudZXanBu_KaOUYioWcwsnl1UKbEld698B1altJm9chyGCx5vxHXF2ad8ejXqdQ);
}
html .weui-desktop-menu_global .weui-desktop-menu__item > .weui-desktop-menu__link {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .weui-desktop-logo a:before {
    background-size: cover;
  }
}
@media screen and (max-width: 1023px) {
  .weui-desktop-logo a:before {
    background-size: cover;
  }
}
.main_hd.main_hd {
  line-height: 1.6;
}
.main_bd.main_bd {
  padding: 0;
}
.weui-desktop-layout__main__hd > h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.weui-desktop-layout__main__bd.weui-desktop-panel {
  padding: 40px;
}
.weui-desktop-form-tag__input {
  width: 14em;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 0.48571429em;
  border-width: 0;
  background-color: transparent;
  margin-left: 3px;
  height: 1.45714286em;
  line-height: 1.45714286em;
}
.container_box {
  border-width: 0;
}
.weui-desktop-operation-group.weui-desktop-account__opr.account__opr-wrp {
  height: 44px;
  padding-top: 12px;
}
.weui-desktop-operation-group.weui-desktop-account__opr.account__opr-wrp .account__opr {
  display: none;
}
.weui-desktop-operation-group.weui-desktop-account__opr.account__opr-wrp:hover .account__opr {
  display: block;
}

