@charset "UTF-8";
.black2 {
  color: #333; }

.color0 {
  color: #000; }

.color6 {
  color: #666; }

.nav-next {
  width: 10px;
  height: 10px;
  background: url(../images/ic_nav_next.png) no-repeat center;
  background-size: 100%; }

.pageContainer .tab-page .pageContent .tree-module .fs20.black.demiBold ~ .tree-search ~ .tree-panel {
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px); }

.tree-box {
  width: 100%; }
  .tree-box li {
    line-height: 36px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: -o-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    cursor: pointer; }
    .tree-box li:hover .row {
      background-color: #F7FAFF; }
    .tree-box li.active .row {
      background-color: #E0ECFF; }
      .tree-box li.active .row .open-btn {
        background: url("../images/ic_company_collapse.png") no-repeat center;
        background-size: 100%; }
      .tree-box li.active .row .fs14.black {
        font-family: "PingFang SC Medium";
        color: #1989FA; }
    .tree-box li.active .tree-sub {
      display: block; }
    .tree-box li .row {
      width: 100%;
      height: 36px;
      padding: 0 10px; }
    .tree-box li .tree-sub {
      display: none;
      width: 100%;
      padding-bottom: 5px; }
      .tree-box li .tree-sub li {
        width: 100%; }
        .tree-box li .tree-sub li.active .sub-row {
          background-color: #E0ECFF; }
        .tree-box li .tree-sub li.active .fs14-2 {
          color: #1989FA; }
        .tree-box li .tree-sub li.active:hover .sub-row {
          background-color: #E0ECFF; }
        .tree-box li .tree-sub li .sub-row {
          width: 100%;
          height: 36px;
          padding-left: 70px;
          padding-right: 20px; }
          .tree-box li .tree-sub li .sub-row:hover {
            background-color: #F7FAFF; }
            .tree-box li .tree-sub li .sub-row:hover .operation-icon {
              display: block; }
        .tree-box li .tree-sub li .operation-icon {
          display: none;
          width: 12px;
          height: 12px;
          margin-left: 12px;
          cursor: pointer;
          position: relative; }
          .tree-box li .tree-sub li .operation-icon.add {
            background: url("../images/ic_company_add_gray.png") no-repeat center;
            background-size: 100%; }
            .tree-box li .tree-sub li .operation-icon.add:hover {
              background: url("../images/ic_company_add_blue.png") no-repeat center;
              background-size: 100%; }
            .tree-box li .tree-sub li .operation-icon.add .pop-role {
              top: 20px;
              right: -70px; }
          .tree-box li .tree-sub li .operation-icon.edit {
            background: url("../images/ic_company_edit.png") no-repeat center;
            background-size: 100%; }
            .tree-box li .tree-sub li .operation-icon.edit:hover {
              background: url("../images/ic_company_edit_blue.png") no-repeat center;
              background-size: 100%; }
            .tree-box li .tree-sub li .operation-icon.edit .pop-role {
              top: 20px;
              right: -46px; }
          .tree-box li .tree-sub li .operation-icon.del {
            background: url("../images/ic_company_delete.png") no-repeat center;
            background-size: 100%; }
            .tree-box li .tree-sub li .operation-icon.del:hover {
              background: url("../images/ic_company_delete_red.png") no-repeat center;
              background-size: 100%; }
        .tree-box li .tree-sub li .tree-sub-menu {
          display: none;
          width: 100%; }
          .tree-box li .tree-sub li .tree-sub-menu li .sub-row {
            padding-left: 96px; }
            .tree-box li .tree-sub li .tree-sub-menu li .sub-row .fs14.black {
              color: #333; }
      .tree-box li .tree-sub.sub-open li .sub-row .open-btn {
        margin-left: -24px; }
      .tree-box li .tree-sub.sub-open li.active .sub-row {
        background-color: transparent; }
        .tree-box li .tree-sub.sub-open li.active .sub-row .open-btn {
          background: url("../images/ic_company_collapse.png") no-repeat center;
          background-size: 100%; }
        .tree-box li .tree-sub.sub-open li.active .sub-row:hover {
          background-color: #F7FAFF; }
      .tree-box li .tree-sub.sub-open li.active .tree-sub-menu {
        display: block; }
        .tree-box li .tree-sub.sub-open li.active .tree-sub-menu li.active .sub-row {
          background-color: #E0ECFF; }
          .tree-box li .tree-sub.sub-open li.active .tree-sub-menu li.active .sub-row .open-btn {
            background: url("../images/ic_company_collapse.png") no-repeat center;
            background-size: 100%; }
        .tree-box li .tree-sub.sub-open li.active .tree-sub-menu li.active .fs14.black {
          color: #1989FA; }
      .tree-box li .tree-sub.sub-open li .sub-menu li .sub-row {
        padding-left: 94px; }
        .tree-box li .tree-sub.sub-open li .sub-menu li .sub-row .open-btn {
          background: url(../images/ic_company_open.png) no-repeat center;
          background-size: 100%; }
      .tree-box li .tree-sub.sub-open li .sub-menu li.active .sub-row .open-btn {
        background: url("../images/ic_company_collapse.png") no-repeat center;
        background-size: 100%; }
      .tree-box li .tree-sub.sub-open li .sub-menu li .sub-menu li .sub-row {
        padding-left: 118px; }
      .tree-box li .tree-sub.sub-open li .sub-menu li .sub-menu li .tree-sub-menu li .sub-row {
        padding-left: 144px; }
      .tree-box li .tree-sub.sub-open li .sub-menu li .sub-menu li .sub-menu li .sub-row {
        padding-left: 142px; }
      .tree-box li .tree-sub.sub-open li .sub-menu li .sub-menu li .sub-menu li .tree-sub-menu li .sub-row {
        padding-left: 168px; }

.pageContainer .tab-page .pageContent .searchBar .rf.controls.input-search-button {
  width: 250px; }
  .pageContainer .tab-page .pageContent .searchBar .rf.controls.input-search-button .icon {
    border-left: 1px solid #E4E7ED;
    background: #F9FAFC url("../images/ic_search.png") no-repeat center;
    background-size: 14px; }

.product-picture {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 6px;
  background-color: #F5F5F5; }

.hsh-input.sort-input {
  display: inline-block;
  width: 50px;
  text-align: center; }

.controls.combo-input-search-button .combo-box .combo .arrow {
  background: url("../images/ic_nav_arrow.png") no-repeat center;
  background-size: 10px; }

.controls.switchButton {
  width: 28px;
  height: 16px; }
  .controls.switchButton .button {
    width: 12px;
    height: 12px; }
  .controls.switchButton.on .button {
    left: 12px; }

.product-img {
  width: 80px;
  height: 80px;
  margin-right: 10px; }

.tick-icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("../images/ic_tick.png") no-repeat center;
  background-size: 100%; }

.add-service {
  width: 100%;
  padding: 15px 20px;
  background-color: #FFF; }
  .add-service .form {
    width: 40%;
    padding-right: 40px; }
    .add-service .form .hsh-form-row .hsh-form-item {
      margin-left: 10px; }
    .add-service .form .video-bg {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0; }
      .add-service .form .video-bg .play-icon {
        width: 32px;
        height: 32px;
        background: url("../images/ic_play.png") no-repeat center;
        background-size: 100%;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .add-service .form .controls .icon-box .drop-icon {
      background: url("../images/ic_mine_shape.png") no-repeat center;
      background-size: 8px; }
    .add-service .form .input-bg {
      background-color: #F5F7FA; }
  .add-service .edit {
    width: 60%;
    margin-top: 48px; }
    .add-service .edit .edit-box {
      width: 100%;
      height: -webkit-calc(100% - 30px);
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px);
      border-radius: 4px;
      border: 1px solid #CDCDCD; }
  .add-service .specs-box {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #D7D7D7; }
    .add-service .specs-box .mt15:first-child {
      margin-top: 0; }
    .add-service .specs-box .specs-row {
      width: 100%;
      padding: 10px;
      background-color: #F6F8FC;
      display: flex;
      flex-direction: row; }
      .add-service .specs-box .specs-row .label {
        font-size: 14px;
        color: #111111;
        line-height: 30px;
        margin-right: 10px; }
      .add-service .specs-box .specs-row .split-line {
        width: 1px;
        background-color: #E4E7ED;
        height: 14px;
        float: left;
        margin-right: 10px;
        margin-top: 8px; }
      .add-service .specs-box .specs-row .switchButton {
        float: left;
        margin-top: 7px;
        margin-right: 10px; }
      .add-service .specs-box .specs-row .setlevel {
        font-size: 14px;
        margin-top: 5px;
        color: #333333;
        margin-right: 10px;
        float: left; }
      .add-service .specs-box .specs-row .input-num {
        width: 50px;
        margin-right: 10px;
        height: 32px;
        line-height: 30px;
        background-color: #FFF;
        padding: 0 15px;
        border-radius: 4px;
        border: 1px solid #E4E7ED;
        font-size: 14px;
        color: #333;
        float: left; }
      .add-service .specs-box .specs-row .delBtn {
        margin: 4px 3px; }
    .add-service .specs-box .combobox {
      width: 120px;
      height: 32px;
      line-height: 30px;
      background-color: #FFF; }
      .add-service .specs-box .combobox .icon-box .drop-icon {
        background: url("../libs/images/icon/ic_arrow_two.png") no-repeat center;
        background-size: 8px; }
      .add-service .specs-box .combobox.none-image {
        width: 154px; }
    .add-service .specs-box .tag-label .labelValue {
      font-size: 14px;
      color: #111111;
      line-height: 30px;
      margin-left: 10px;
      margin-right: 10px; }
    .add-service .specs-box .tag-label .tag .name {
      background: transparent;
      font-size: 13px;
      color: #333; }
    .add-service .specs-box .tag-label .tag .icon-guanbi {
      width: 14px;
      height: 14px;
      margin: 8px 0;
      margin-left: 10px;
      background-image: url("../libs/images/icon/ic_checked_combobox_delete.png");
      background-size: 100%; }
      .add-service .specs-box .tag-label .tag .icon-guanbi:hover {
        background-image: url("../libs/images/icon/ic_checked_combobox_delete_over.png");
        background-size: 100%; }
    .add-service .specs-box .tag-label .btn-add-tag {
      width: auto;
      line-height: 32px;
      border: 0;
      font-size: 13px;
      color: #1989FA;
      position: relative; }
    .add-service .specs-box .add-eject {
      width: 264px;
      padding: 6px;
      background-color: #FFF;
      border: 1px solid #D7D7D7;
      -webkit-box-shadow: 0 -4px 4px #D7D7D7;
      box-shadow: 0 -4px 4px #D7D7D7;
      position: absolute;
      top: 34px;
      left: -8px; }
      .add-service .specs-box .add-eject:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: -10px;
        left: 12px; }
      .add-service .specs-box .add-eject .combobox {
        width: 176px;
        margin-right: 5px; }
      .add-service .specs-box .add-eject .fs12 {
        line-height: 30px;
        padding: 0 5px;
        cursor: pointer; }
    .add-service .specs-box .drop-list {
      text-align: left;
      top: 32px;
      margin-top: -0px; }
      .add-service .specs-box .drop-list li:first-child {
        /*padding-left: 0;*/ }
      .add-service .specs-box .drop-list .input-search-button {
        width: 100%;
        height: 32px;
        border: 0;
        border-bottom: 1px solid #D7D7D7; }
        .add-service .specs-box .drop-list .input-search-button .icon {
          background: url("../images/ic_search.png") no-repeat center;
          background-size: 14px; }
      .add-service .specs-box .drop-list li input {
        background-color: transparent; }
  .add-service .tableContainer .split-line {
    width: 1px;
    background-color: #E4E7ED;
    height: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 8px; }
  .add-service .tableContainer .switchButton {
    float: left;
    margin-top: 7px;
    margin-right: 10px; }
  .add-service .tableContainer .setlevel {
    font-size: 14px;
    margin-top: 5px;
    color: #333333;
    margin-right: 10px;
    float: left; }
  .add-service .tableContainer .input-num {
    width: 50px;
    margin-right: 10px;
    height: 32px;
    line-height: 30px;
    background-color: #FFF;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #E4E7ED;
    font-size: 14px;
    color: #333;
    float: left; }
  .add-service .delBtn {
    width: 24px;
    height: 24px;
    background: url("../images/ic_delete1.png") no-repeat center;
    background-size: 12px;
    cursor: pointer; }
  .add-service .service-table {
    margin-top: 20px; }
    .add-service .service-table .tableContainer {
      margin-top: 22px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .add-service .service-table .table {
      width: 100%; }
      .add-service .service-table .table tr:hover td {
        background-color: transparent; }
      .add-service .service-table .table tr {
        border: 1px solid #EBEEF5; }
      .add-service .service-table .table th {
        background-color: #F6F8FC;
        font-family: "PingFang SC Medium";
        color: #333; }
      .add-service .service-table .table .hsh-input {
        width: 70px;
        height: 30px;
        text-align: center;
        padding: 0 6px;
        margin: 0 auto; }
  .add-service .selectIcon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
    background: url("../images/ic_check_uncheck.png") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    flex-shrink: 0; }
    .add-service .selectIcon.active {
      background: url("../images/ic_check_checked.png") no-repeat center;
      background-size: 100%; }

.add-service ~ .hsh-flex-center .controls.button {
  width: 110px;
  margin-right: 25px; }

.controls.combo-input-search-button .search-btn {
  background: #F9FAFC url("../images/ic_search.png") no-repeat center;
  background-size: 14px; }

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .product-list .list {
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .product-list .list:last-child {
      margin-right: 0; }
    .product-list .list .img {
      width: 60px;
      height: 60px;
      margin-bottom: 2px; }
    .product-list .list .fs10 {
      color: #000; }

.product-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative; }
  .product-box .product-items {
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .product-box .product-items .item {
      width: 100%;
      height: 100px;
      display: flex;
      flex-direction: row;
      align-items: center;
      background-color: #f5f5f5;
      padding-left: 8px;
      margin-top: 6px;
      padding-right: 12px; }
      .product-box .product-items .item .img {
        width: 80px;
        height: 80px;
        flex-shrink: 0; }
      .product-box .product-items .item .info {
        height: 80px;
        margin-left: 6px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%; }
        .product-box .product-items .item .info .title {
          font-size: 12px;
          color: #333333;
          text-align: left;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .product-box .product-items .item .info .spec-box {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-top: 6px; }
          .product-box .product-items .item .info .spec-box .spec {
            font-size: 10px;
            color: #888888; }
          .product-box .product-items .item .info .spec-box .num {
            font-size: 10px;
            color: #333;
            margin-right: 8px; }
        .product-box .product-items .item .info .price {
          text-align: left;
          font-size: 14px;
          color: #333;
          font-weight: bold; }
    .product-box .product-items .item:first-child {
      margin-top: 0px; }
  .product-box .expand-button {
    min-width: 80px;
    height: 26px;
    border: solid 1px #A3D0FD;
    border-radius: 13px;
    background-color: #E6F1FC;
    color: #1989FA;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 70px;
    opacity: 0.5;
    cursor: pointer; }
    .product-box .expand-button:hover {
      opacity: 1; }
    .product-box .expand-button .icon {
      width: 10px;
      height: 10px;
      margin-left: 6px;
      background-image: url("../images/ic_cms_order_open.png");
      background-size: 100%; }
      .product-box .expand-button .icon.collopse {
        background-image: url("../images/ic_cms_order_close.png"); }

.warehousing-details {
  width: 100%;
  padding: 0 30px; }
  .warehousing-details .details-top {
    padding-top: 20px;
    margin-bottom: 28px; }
    .warehousing-details .details-top .top-row {
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .warehousing-details .details-top .top-row:last-child {
        margin-bottom: 0; }
        .warehousing-details .details-top .top-row:last-child:before {
          display: none; }
    .warehousing-details .details-top .top-content {
      margin-top: 20px; }
      .warehousing-details .details-top .top-content .box {
        height: 20px;
        line-height: 20px;
        padding-right: 1%;
        margin-bottom: 10px; }
        .warehousing-details .details-top .top-content .box.box-4 {
          width: 25%; }
        .warehousing-details .details-top .top-content .box .headImg {
          width: 32px;
          height: 32px;
          margin-right: 10px;
          margin-top: -6px;
          position: relative; }
          .warehousing-details .details-top .top-content .box .headImg img {
            border-radius: 50%; }
  .warehousing-details.refunded-details {
    border-bottom: 20px solid #F0F2F5; }
    .warehousing-details.refunded-details .details-top {
      margin-bottom: 0; }
      .warehousing-details.refunded-details .details-top .top-row {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 10px; }
  .warehousing-details .orderTable {
    width: 100%; }
    .warehousing-details .orderTable th {
      background-color: #F3F3F3;
      font-family: "PingFang SC Medium";
      color: #333; }
    .warehousing-details .orderTable tr:hover td {
      background-color: transparent; }
      .warehousing-details .orderTable tr:hover td .black.demiBold {
        color: #333; }
    .warehousing-details .orderTable td {
      color: #333; }
    .warehousing-details .orderTable tbody tr:last-child {
      height: 60px; }
      .warehousing-details .orderTable tbody tr:last-child td {
        font-family: "PingFang SC Medium"; }

.orderImg {
  width: 100%;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .orderImg img {
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 10px;
    flex-shrink: 0; }
  .orderImg .goods_detail {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    flex-flow: column; }
    .orderImg .goods_detail .name {
      color: #333333;
      font-size: 14px;
      text-align: left;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
    .orderImg .goods_detail .spec {
      color: #999999;
      font-size: 12px;
      text-align: left; }
    .orderImg .goods_detail .type {
      display: flex;
      align-items: center; }
      .orderImg .goods_detail .type span {
        color: #d0021b;
        font-size: 11px;
        text-align: left;
        padding: 0 5px;
        border: 1px solid #D0021B;
        border-radius: 2px;
        margin-right: 8px; }

.return-goods {
  width: 100%; }
  .return-goods li {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 0.5);
    box-shadow: 0 2px 4px rgba(239, 239, 239, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .return-goods li:last-child {
      margin-bottom: 0; }
    .return-goods li .img {
      width: 68px;
      height: 68px;
      margin-right: 10px; }
    .return-goods li .color2 {
      color: #222; }
    .return-goods li .controls.number {
      border: 0; }
      .return-goods li .controls.number input {
        border: 0; }
      .return-goods li .controls.number .clickBtn.cut {
        background: url("../images/ic_decrease_gray.png") no-repeat center;
        background-size: 100%; }
        .return-goods li .controls.number .clickBtn.cut.active {
          background: url("../images/ic_decrease.png") no-repeat center;
          background-size: 100%; }
      .return-goods li .controls.number .clickBtn.add {
        background: url("../images/ic_increase_gray.png") no-repeat center;
        background-size: 100%; }
        .return-goods li .controls.number .clickBtn.add.active {
          background: url("../images/ic_increase.png") no-repeat center;
          background-size: 100%; }
  .return-goods .selectIcon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
    background: url("../images/ic_check_uncheck.png") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    flex-shrink: 0; }
    .return-goods .selectIcon.active {
      background: url("../images/ic_check_checked.png") no-repeat center;
      background-size: 100%; }

.pl30 {
  padding-left: 30px; }

.hsh-fs {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.add-coupons {
  width: 100%;
  margin-bottom: 15px;
  padding: 25px 30px 30px;
  background-color: #FFF; }
  .add-coupons .hsh-form {
    margin-top: 20px; }
    .add-coupons .hsh-form .hsh-form-item {
      width: 315px; }
    .add-coupons .hsh-form .hsh-input {
      margin-right: 10px;
      -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
      .add-coupons .hsh-form .hsh-input.bg {
        background-color: #F5F7FA; }
    .add-coupons .hsh-form .selectIcon {
      width: 14px;
      height: 14px;
      margin-right: 5px;
      background: url("../images/ic_cms_topic_unchecked.png") no-repeat center;
      background-size: 100%; }
    .add-coupons .hsh-form .active .selectIcon {
      background: url("../images/ic_cms_topic_checked.png") no-repeat center;
      background-size: 100%; }
  .add-coupons .controls.input-search-button {
    width: 250px;
    margin-right: 15px;
    padding-left: 15px; }
    .add-coupons .controls.input-search-button .icon {
      border-left: 1px solid #E4E7ED;
      background: #F9FAFC url("../images/ic_search.png") no-repeat center;
      background-size: 14px; }
  .add-coupons .tableContainer {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .add-coupons .tableContainer table .checkbox {
      background-color: #FFF; }
    .add-coupons .tableContainer .coupons-img {
      width: 100px;
      height: 80px;
      margin-right: 10px; }
    .add-coupons .tableContainer th {
      background-color: #EFF2FA; }
  .add-coupons .controls.icon-button.button-blue .icon-add {
    background: url(../libs/images/icon/ic_api_add.png) no-repeat center;
    background-size: 8px;
    border-radius: 50%;
    border: 1px solid #FFF; }

.coupons-foot {
  height: 60px;
  margin: 0 -10px -10px;
  padding: 10px 40px;
  background-color: #FFF;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .coupons-foot .controls.button {
    width: 110px;
    margin-right: 25px; }

.activity-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto; }
  .activity-icon img {
    border-radius: 50%; }

.add-activity {
  width: 100%;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  background-color: #FFF; }
  .add-activity .controls.combobox {
    width: 315px; }
    .add-activity .controls.combobox .drop-icon {
      background: url(../images/ic_nav_arrow.png) no-repeat center;
      background-size: 10px; }
  .add-activity .helpIcon {
    width: 26px;
    height: 26px;
    margin-left: 20px;
    margin-top: 7px;
    background: url("../images/ic_help.png") no-repeat center;
    background-size: 100%;
    cursor: pointer; }
  .add-activity .straight-line ~ .hsh-form-row .hsh-form-item:nth-child(2) .controls.imageupload {
    width: 260px; }
  .add-activity .controls.hsh-input, .add-activity .controls.dateField, .add-activity .controls.hsh-time {
    width: 315px; }
  .add-activity .selectIcon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url("../images/ic_cms_topic_unchecked.png") no-repeat center;
    background-size: 100%; }
  .add-activity .active .selectIcon {
    background: url("../images/ic_cms_topic_checked.png") no-repeat center;
    background-size: 100%; }
  .add-activity .hsh-form-row .hsh-form-item {
    width: auto;
    margin-left: 20px; }
  .add-activity .hsh-form-label {
    height: 20px; }
  .add-activity .switch-bar {
    width: 100%;
    height: 56px;
    margin-top: -20px;
    border-bottom: 2px solid #E4E7ED;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .add-activity .switch-bar .active {
      color: #1989FA; }
      .add-activity .switch-bar .active:after {
        content: "";
        width: 100%;
        height: 2px;
        border-bottom: 2px solid #1989FA;
        position: absolute;
        left: 0;
        bottom: -18px; }
  .add-activity .set {
    margin: 20px 0; }
    .add-activity .set .controls {
      margin-right: 10px; }
      .add-activity .set .controls.hsh-input, .add-activity .set .controls.combobox {
        width: 110px; }
  .add-activity .controls.hsh-input.sort-input {
    width: 50px; }
  .add-activity .tableContainer {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .add-activity .tableContainer table th {
      background-color: #EFF2FA;
      font-family: "PingFang SC Medium";
      color: #333; }
    .add-activity .tableContainer table tr:hover td {
      background-color: transparent; }

.hsh-page.add-item {
  width: 660px; }
  .hsh-page.add-item .combobox {
    width: 170px;
    margin-right: 20px; }
  .hsh-page.add-item .combo-input-search-button {
    width: 300px; }
  .hsh-page.add-item .tableContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px; }
    .hsh-page.add-item .tableContainer th {
      background-color: #EFF2FA;
      font-family: "PingFang SC Medium";
      color: #333; }
    .hsh-page.add-item .tableContainer .img {
      width: 42px;
      height: 42px;
      margin-right: 10px; }
    .hsh-page.add-item .tableContainer .checkbox {
      background-color: #FFF; }
    .hsh-page.add-item .tableContainer tr:hover td {
      background-color: transparent; }

.areaList {
  max-height: 400px;
  overflow: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #eee;
  height: 400px;
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .areaList li {
    line-height: 32px;
    padding-left: 5px; }
    .areaList li:hover {
      background-color: #f5f5f5; }
    .areaList li .checkbox {
      display: block;
      width: 14px;
      height: 14px;
      margin: 0 auto;
      cursor: pointer;
      float: left;
      margin-top: 10px;
      margin-right: 6px; }
      .areaList li .checkbox .selected {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../libs/images/icon/ic_select.png") no-repeat center;
        background-size: 100%; }
      .areaList li .checkbox .checked {
        display: block;
        width: 100%;
        height: 100%;
        background: url("../libs/images/icon/ic_tick2.png") no-repeat center;
        background-size: 100%; }
    .areaList li .text {
      color: #999999;
      font-size: 12px; }

.img60 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0; }
  .img60 img {
    border-radius: 50%; }

.img55 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  flex-shrink: 0; }
  .img55 img {
    border-radius: 50%; }

.commodity-img {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 5px; }

.data-center {
  width: 100%;
  margin-bottom: 15px;
  background-color: #FFF; }
  .data-center:last-child {
    margin-bottom: 0; }
  .data-center .data-center-top {
    width: 100%;
    height: 64px;
    background-color: #FDFDFD;
    padding: 0 25px; }
    .data-center .data-center-top .controls.dateField {
      width: 270px;
      margin-left: 15px; }
  .data-center .chartBox {
    width: 100%;
    padding: 0 25px; }
    .data-center .chartBox .chartBox-navbar {
      width: 100%;
      border-bottom: 2px solid #E4E7ED;
      display: flex; }
      .data-center .chartBox .chartBox-navbar .nav {
        height: 86px;
        margin-right: 80px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .data-center .chartBox .chartBox-navbar .nav .label {
          margin-bottom: 5px;
          font-size: 14px;
          color: #999; }
        .data-center .chartBox .chartBox-navbar .nav .digit {
          font-family: "PingFang SC Semibold";
          font-size: 22px;
          color: #333; }
        .data-center .chartBox .chartBox-navbar .nav.active {
          position: relative; }
          .data-center .chartBox .chartBox-navbar .nav.active:after {
            content: "";
            width: 100%;
            height: 2px;
            background-color: #1989FA;
            position: absolute;
            left: 0;
            bottom: -2px; }
          .data-center .chartBox .chartBox-navbar .nav.active .label {
            color: #71B8FF; }
          .data-center .chartBox .chartBox-navbar .nav.active .digit {
            color: #1989FA; }
    .data-center .chartBox .chart {
      width: 100%;
      height: 428px; }
  .data-center .data-sources {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap; }
    .data-center .data-sources .box {
      width: 33.3333333333%;
      padding-top: 30px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .data-center .data-sources .box:after {
        content: "";
        width: 1px;
        height: 45px;
        background-color: #F3F3F3;
        position: absolute;
        right: 0;
        bottom: 5px; }
      .data-center .data-sources .box:nth-child(3n+0):after {
        display: none; }
      .data-center .data-sources .box:last-child:after {
        display: none; }
      .data-center .data-sources .box.lineHide:after {
        display: none; }
  .data-center .tableBar {
    margin: 0 25px;
    padding: 25px;
    background-color: #FDFDFD; }
  .data-center .tableContainer {
    margin-top: 15px;
    box-shadow: none; }
    .data-center .tableContainer tr th {
      background-color: #EFF2FA; }
    .data-center .tableContainer tr:hover td {
      background-color: transparent; }
    .data-center .tableContainer tr td .ranking-img {
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin: 0 auto; }
    .data-center .tableContainer tr td .img65 {
      width: 65px;
      height: 65px;
      margin-right: 15px;
      flex-shrink: 0; }
      .data-center .tableContainer tr td .img65 .img {
        border-radius: 50%; }
    .data-center .tableContainer tr td .category {
      height: 12px;
      line-height: 10px;
      padding: 0 5px;
      margin-left: 5px;
      border: 1px solid #00B25B;
      font-size: 9px;
      color: #00B25B; }
  .data-center .controls.combo-radiobutton {
    margin-top: 15px; }
    .data-center .controls.combo-radiobutton .radio-list {
      height: 46px;
      line-height: 46px;
      padding: 0 20px;
      border: 0;
      background-color: #EFF2FA;
      font-family: "PingFang SC Medium";
      font-size: 16px; }
      .data-center .controls.combo-radiobutton .radio-list:hover {
        box-shadow: none; }
      .data-center .controls.combo-radiobutton .radio-list.active {
        background-color: #1989FA;
        color: #FFF; }

.pl50 {
  padding-left: 50px; }

.totalBar {
  width: 100%;
  height: 64px;
  line-height: 64px;
  padding: 0 25px;
  background-color: #FFF; }
  .totalBar .fs12 {
    color: #222; }
    .totalBar .fs12 .fs20 {
      margin: 0 5px;
      font-family: "PingFang SC Semibold";
      color: #1989FA; }

.totalBar ~ .listPage .tableContainer th {
  background-color: #EFF2FA;
  color: #333; }
.totalBar ~ .listPage .tableContainer tr:hover td {
  background-color: transparent; }

.searchBar ~ .navbar ~ .totalBar ~ .listPage {
  min-height: -webkit-calc(100% - 210px);
  min-height: -moz-calc(100% - 210px);
  min-height: calc(100% - 210px); }

.analysis-data {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 10px;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .analysis-data .box {
    width: 25%;
    padding-bottom: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .analysis-data .box:after {
      content: "";
      width: 1px;
      height: 45px;
      background-color: #F3F3F3;
      position: absolute;
      right: 0;
      top: 5px; }
    .analysis-data .box:nth-child(4n+0):after {
      display: none; }
    .analysis-data .box:last-child:after {
      display: none; }

.financial {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .financial .financial-header {
    width: 60%; }
  .financial .financial-summary {
    background: #fff;
    border-radius: 8px;
    height: 130px;
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center; }
    .financial .financial-summary .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 33%;
      justify-content: center; }
      .financial .financial-summary .item .item-icon {
        width: 40px;
        height: 40px;
        margin-right: 12px; }
      .financial .financial-summary .item .item-content .item-title {
        font-size: 14px;
        padding-bottom: 2px;
        color: #999; }
      .financial .financial-summary .item .item-content .item-num {
        font-size: 30px;
        color: #333;
        font-weight: 700; }
    .financial .financial-summary .item-split-line {
      height: 30px;
      width: 1px;
      background: #eee; }
  .financial .financial-detail {
    margin-top: 20px;
    width: 100%;
    display: flex; }
    .financial .financial-detail .financial-detail-item {
      width: 50%;
      background: #fff;
      border-radius: 8px;
      min-width: 500px; }
      .financial .financial-detail .financial-detail-item .financial-detail-header {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid #eee;
        padding: 0 30px; }
        .financial .financial-detail .financial-detail-item .financial-detail-header .point {
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #22c397;
          display: block;
          margin-right: 8px; }
        .financial .financial-detail .financial-detail-item .financial-detail-header .detail-title {
          font-size: 16px; }
      .financial .financial-detail .financial-detail-item .financial-detail-content {
        padding: 30px 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column; }
        .financial .financial-detail .financial-detail-item .financial-detail-content .items-content {
          display: flex;
          flex-wrap: wrap;
          width: 100%; }
          .financial .financial-detail .financial-detail-item .financial-detail-content .items-content .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: flex-start;
            width: 33.3%;
            margin-bottom: 20px; }
            .financial .financial-detail .financial-detail-item .financial-detail-content .items-content .item .item-icon {
              width: 16px;
              height: 16px;
              margin-right: 12px; }
            .financial .financial-detail .financial-detail-item .financial-detail-content .items-content .item .item-content .item-title {
              font-size: 14px;
              padding-bottom: 2px;
              color: #999; }
            .financial .financial-detail .financial-detail-item .financial-detail-content .items-content .item .item-content .item-num {
              font-size: 22px;
              color: #333;
              font-weight: 700; }
        .financial .financial-detail .financial-detail-item .financial-detail-content .map-content {
          width: 400px;
          height: 400px; }

.order-table .img65 {
  width: 65px;
  height: 65px;
  margin-right: 15px;
  flex-shrink: 0; }
  .order-table .img65 .img {
    border-radius: 50%; }
.order-table .category {
  height: 12px;
  line-height: 10px;
  padding: 0 5px;
  margin-left: 5px;
  border: 1px solid #00B25B;
  font-size: 9px;
  color: #00B25B; }
.order-table td .wide {
  text-align: left; }

.df {
  display: flex; }

.activity .banner img {
  width: 154px;
  height: 50px; }
.activity .banner .title {
  color: #000;
  font-size: 14px;
  text-align: left;
  margin-top: 6px; }
.activity .type-title {
  color: #222;
  font-size: 14px; }
.activity .date {
  color: #606266;
  font-size: 14px; }
.activity .split {
  color: #606266;
  font-size: 14px; }
.activity .signup {
  margin-top: 12px; }
  .activity .signup .label {
    color: #999999;
    font-size: 12px;
    text-align: left; }
  .activity .signup .num {
    color: #333;
    font-size: 12px;
    text-align: left;
    width: 30px; }
.activity .progress-box {
  width: 180px; }
  .activity .progress-box .controls.progress-bar {
    width: 120px;
    height: 6px;
    float: left;
    margin-top: 7px;
    margin-right: 10px; }
    .activity .progress-box .controls.progress-bar .progress {
      height: 6px; }
  .activity .progress-box .progress-value {
    display: block;
    font-size: 14px;
    color: #1989FA;
    text-align: left; }
.activity .flex-box {
  display: flex;
  flex-wrap: wrap; }
  .activity .flex-box .controls.hsh-time {
    width: 230px;
    margin-right: 10px;
    margin-bottom: 10px; }
  .activity .flex-box .add-button {
    font-size: 14px;
    color: #1989FA;
    line-height: 40px;
    margin-left: 10px; }
.activity .shop-summary-bar {
  width: 100%;
  height: 100px;
  background: #ffffff; }
  .activity .shop-summary-bar .activity-shop-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-top: 25px;
    margin-left: 25px; }

.big-picture {
  background-color: #FFF;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-align: center; }
  .big-picture img {
    width: auto !important;
    height: auto !important;
    max-width: 1000px;
    max-height: 600px; }
  .big-picture .close {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url("../images/ic_cms_user_close_white.png") no-repeat center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -32px; }

.img65 {
  width: 65px;
  height: 65px;
  margin-right: 15px;
  flex-shrink: 0; }

.img65 img {
  border-radius: 50%; }

.numberBox {
  width: 120px !important;
  height: 32px !important;
  border-radius: 0px !important;
  border: 1px solid #DADADA !important;
  vertical-align: top !important;
  overflow: hidden !important;
  padding: 0 !important; }

.activity-integral-item {
  margin-right: 8px;
  height: 160px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  width: 18%;
  margin-top: 10px;
  border: 0.5px solid #dadada; }

.flex1 {
  flex: 1; }

.activity-integral-item-content {
  display: flex;
  height: 38px;
  align-items: center; }

.activity-integral-item-long {
  margin-right: 8px;
  height: 160px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  width: 38%;
  margin-top: 10px;
  border: 0.5px solid #dadada; }

.integral-item-content {
  display: flex;
  width: 100%;
  background: #FFF;
  padding: 0 16px 16px 16px;
  flex-wrap: wrap; }

.integral-item-active {
  border: 0.5px solid #1989fa !important; }

.hsh-form .selectIcon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/ic_cms_topic_unchecked.png") no-repeat center;
  background-size: 100%; }
.hsh-form .active .selectIcon {
  background: url("../images/ic_cms_topic_checked.png") no-repeat center;
  background-size: 100%; }

.hsh-index-component {
  width: 100%;
  height: 100%;
  padding: 15px 15px 0;
  background-color: #FFF;
  display: flex;
  position: relative; }
  .hsh-index-component .hsh-left-choose {
    height: 100%;
    width: 100px;
    flex-shrink: 0;
    position: relative; }
    .hsh-index-component .hsh-left-choose .hsh-left-choose-switch {
      width: 100px;
      height: 30px;
      display: flex;
      margin-bottom: 16px; }
      .hsh-index-component .hsh-left-choose .hsh-left-choose-switch div {
        cursor: pointer;
        width: 50px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        box-sizing: border-box;
        color: #082e56;
        font-size: 13px;
        background-color: white;
        border: 1px solid #e8e8e8; }
        .hsh-index-component .hsh-left-choose .hsh-left-choose-switch div.active {
          background-color: #1989fa;
          border: 1px solid #1989fa;
          color: #fff; }
    .hsh-index-component .hsh-left-choose .module-list {
      height: calc(100% - 46px);
      width: 100px;
      overflow-y: scroll; }
      .hsh-index-component .hsh-left-choose .module-list .module-item {
        background-color: #fff;
        width: 100px;
        height: 100px;
        color: #999;
        font-size: 12px;
        margin-bottom: 10px;
        box-sizing: border-box; }
        .hsh-index-component .hsh-left-choose .module-list .module-item img {
          width: 100%;
          height: 70px; }
        .hsh-index-component .hsh-left-choose .module-list .module-item div {
          line-height: 30px;
          text-align: center;
          font-size: 12px;
          color: #333333;
          box-sizing: border-box;
          border-left: 1px solid #E8E8E8;
          border-right: 1px solid #E8E8E8;
          border-bottom: 1px solid #E8E8E8; }
        .hsh-index-component .hsh-left-choose .module-list .module-item:hover {
          color: #24b639 !important;
          background-color: #fafafa; }
    .hsh-index-component .hsh-left-choose .hsh-left-show-big {
      width: 277px;
      padding: 8px;
      position: absolute;
      z-index: 27;
      left: 118px;
      box-sizing: border-box;
      border: 1px solid #1989FA;
      background-color: #F5F7FA; }
      .hsh-index-component .hsh-left-choose .hsh-left-show-big::before {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid #1989FA;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        left: -7px;
        top: 20px;
        background-color: #F5F7FA;
        transform: rotate(-45deg); }
      .hsh-index-component .hsh-left-choose .hsh-left-show-big.hsh-left-show-big_show_bottom::before {
        bottom: 20px;
        top: auto; }
      .hsh-index-component .hsh-left-choose .hsh-left-show-big img {
        width: 260px; }
  .hsh-index-component .hsh-app {
    width: 100%;
    height: 100%;
    position: relative;
    background: #eeeeee;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .hsh-index-component .hsh-app .hsh-preview {
      padding-bottom: 56px;
      background-color: #FFEEDB;
      width: 377px;
      overflow-y: scroll;
      border: 1px solid #e4e4e4;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin: 10px 50px;
      height: 88%;
      padding-top: 64px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-preview-page > div {
        position: relative; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-preview-page > div > div::before {
          pointer-events: none;
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 10; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-preview-page > div > div:hover::before {
          border: 2px dashed #d0021b; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-head {
        width: 100%;
        height: 64px;
        position: absolute;
        top: 0; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-head .status-bar {
          width: 100%;
          height: 20px;
          display: flex;
          align-items: center; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-head .status-bar span {
            color: #000;
            font-size: 14px;
            text-align: left;
            margin-left: 30px;
            flex-grow: 1; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-head .status-bar .wifi {
            width: 18px;
            height: 18px;
            margin: 0 2px;
            background-image: url(../images/wifi.png);
            background-repeat: no-repeat;
            background-size: 18px 18px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-head .status-bar .signal {
            width: 18px;
            height: 18px;
            margin: 0 2px;
            background-image: url(../images/signal.png);
            background-repeat: no-repeat;
            background-size: 18px 18px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-head .status-bar .electricity {
            margin: 0 2px;
            width: 22px;
            height: 22px;
            background-image: url(../images/electricity.png);
            background-repeat: no-repeat;
            background-size: 22px 22px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-head .app-title {
          width: 100%;
          height: 44px;
          line-height: 40px;
          text-align: center;
          font-size: 14px;
          color: #222;
          display: flex;
          justify-content: center;
          align-items: center; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-head .app-title .title {
            color: #222222;
            font-size: 17px;
            text-align: center;
            font-weight: bold; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-head .app-title .msg {
            width: 26px;
            height: 26px;
            position: absolute;
            left: 18px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-head .app-title .msg img {
              width: 26px;
              height: 26px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-head .app-title .msg div {
              position: absolute;
              right: 0;
              top: 0;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #ff2442; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-component-checked {
        border: 2px dashed #fd7100; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-component-control {
        position: absolute;
        top: 60px;
        right: 0;
        z-index: 100;
        display: flex;
        align-items: center; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-component-control .control-btn {
          width: 22px;
          height: 22px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(0, 0, 0, 0.8);
          margin-left: 1px;
          cursor: pointer;
          border: none !important; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-component-control .control-btn img {
            width: 22px;
            height: 22px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-product {
        background-color: #fff; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product .hsh-product-style .hsh-product-item {
          background-color: #fff;
          /*&:last-child{
            margin-bottom: 0;
          }*/ }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .hsh-product-style .hsh-product-item .product-detail {
            display: none; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .hsh-product-style .hsh-product-item .product-detail .product-name {
              font-size: 15px;
              color: #333;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 100%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .hsh-product-style .hsh-product-item .product-detail .product-line-price {
              display: inline-block;
              font-size: 11px;
              text-decoration: line-through;
              color: #999; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .hsh-product-style .hsh-product-item .product-detail .product-price {
              color: #d61212;
              font-weight: bold;
              font-size: 15px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .hsh-product-style .hsh-product-item .product-detail .product-sale {
              font-size: 11px;
              color: #999; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product.hsh-product-card-style {
          background-color: #f1f1f1; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list {
          padding: 0 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item {
            width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item:first-child {
              padding-top: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item .product-goods-img {
              width: 100px;
              height: 100px;
              flex-shrink: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item .product-detail-style-one {
              width: 100%;
              height: 100px;
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item .product-detail-style-one .product-name {
                margin-bottom: 20px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item .product-detail-style-one .product-line-price {
                margin-bottom: 3px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-list .hsh-product-item .product-detail-style-one .product-price-sale {
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                width: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          padding: 0 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid .hsh-product-item {
            width: calc(50% - 5px);
            margin: 10px 5px 0 0;
            position: relative; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid .hsh-product-item:nth-child(2n) {
              margin: 10px 0 0 5px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid .hsh-product-item .product-goods-img {
              width: 100%;
              height: auto; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid .hsh-product-item .product-detail-style-two {
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px;
              width: 100%; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid .hsh-product-item .product-detail-style-two .product-name {
                margin-bottom: 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-grid .hsh-product-item .product-detail-style-two .product-price-sale {
                width: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-roll {
          display: flex;
          justify-content: flex-start;
          overflow-x: scroll; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-roll .hsh-product-item {
            margin-top: 5px;
            margin-left: 10px;
            position: relative;
            flex-shrink: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-roll .hsh-product-item .product-goods-img {
              width: 120px;
              height: auto; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-roll .hsh-product-item .product-detail-style-two {
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px 5px;
              width: 120px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-roll .hsh-product-item .product-detail-style-two .product-price-sale {
                display: flex;
                flex-flow: column; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-big-list .hsh-product-item {
          margin: 10px 10px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-big-list .hsh-product-item .product-goods-img {
            width: 100%;
            height: auto; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-big-list .hsh-product-item .product-detail-style-four {
            padding: 10px;
            width: 100%;
            display: block; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-big-list .hsh-product-item .product-detail-style-four .product-price-sale {
              margin-top: 10px;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-big-list .hsh-product-item .product-detail-style-four .product-price-sale .product-sale {
                flex-grow: 1;
                text-align: right; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-small-grid {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-small-grid .hsh-product-item {
            margin-top: 5px;
            margin-left: 10px;
            position: relative;
            flex-shrink: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-small-grid .hsh-product-item .product-goods-img {
              width: 111px;
              height: auto; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-small-grid .hsh-product-item .product-detail-style-two {
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px 5px;
              width: 111px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-product .product-style-small-grid .hsh-product-item .product-detail-style-two .product-price-sale {
                display: flex;
                flex-flow: column; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-style {
        margin: 0 10px;
        background-color: #fff;
        display: flex; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-style .hsh-video_buy-item {
          margin: 5px 5px 5px 0;
          background-color: #fff;
          border: 1px solid #666;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 6px;
          position: relative; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-style .hsh-video_buy-item .video_buy-detail {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 10px 5px;
            box-sizing: border-box;
            background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
            z-index: 999;
            color: #fff;
            overflow: hidden; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-style .video_buy-name {
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 14px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-style .video_buy-num {
          display: flex;
          align-items: center;
          font-size: 12px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-style .video_buy-num img {
            width: 12px;
            height: 12px;
            margin-right: 5px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-list {
        flex-wrap: wrap; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-list .hsh-video_buy-item {
          width: calc(50% - 5px);
          height: 200px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-list .hsh-video_buy-item:nth-child(2n) {
            margin: 5px 0 5px 5px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-roll {
        overflow-x: scroll; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-video_buy .hsh-video_buy-roll .hsh-video_buy-item {
          width: 130px;
          height: 180px;
          flex-shrink: 0; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-service {
        background-color: #fff; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service .hsh-service-style .hsh-service-item {
          background-color: #fff;
          /*&:first-child{
            margin-top: 0;
          }*/ }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .hsh-service-style .hsh-service-item .service-detail {
            display: none; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .hsh-service-style .hsh-service-item .service-detail .service-name {
              font-size: 15px;
              color: #333;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 100%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .hsh-service-style .hsh-service-item .service-detail .service-price {
              color: #d61212;
              font-weight: bold;
              font-size: 15px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service.hsh-service-card-style {
          background-color: #f1f1f1; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-list {
          padding: 0 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-list .hsh-service-item {
            width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-list .hsh-service-item:first-child {
              padding-top: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-list .hsh-service-item .service-goods-img {
              width: 100px;
              height: 100px;
              flex-shrink: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-list .hsh-service-item .service-detail {
              width: 100%;
              height: 100px;
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-list .hsh-service-item .service-detail .service-name {
                margin-bottom: 20px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-grid {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          padding: 0 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-grid .hsh-service-item {
            width: calc(50% - 5px);
            margin: 10px 5px 0 0;
            position: relative; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-grid .hsh-service-item:nth-child(2n) {
              margin: 10px 0 0 5px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-grid .hsh-service-item .service-goods-img {
              width: 100%;
              height: auto; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-grid .hsh-service-item .service-detail {
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px;
              width: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-roll {
          display: flex;
          justify-content: flex-start;
          overflow-x: scroll; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-roll .hsh-service-item {
            margin-top: 5px;
            margin-left: 10px;
            position: relative;
            flex-shrink: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-roll .hsh-service-item .service-goods-img {
              width: 120px;
              height: auto; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-roll .hsh-service-item .service-detail {
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px 5px;
              width: 120px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-big-list .hsh-service-item {
          margin: 10px 10px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-big-list .hsh-service-item .service-goods-img {
            width: 100%;
            height: auto; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-big-list .hsh-service-item .service-detail {
            padding: 10px;
            width: 100%;
            display: block; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-small-grid {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-small-grid .hsh-service-item {
            margin-top: 5px;
            margin-left: 10px;
            position: relative;
            flex-shrink: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-small-grid .hsh-service-item .service-goods-img {
              width: 111px;
              height: auto; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-service .service-style-small-grid .hsh-service-item .service-detail {
              display: flex;
              align-items: flex-start;
              flex-flow: column;
              padding: 10px 5px;
              width: 111px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-search {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-search .search-style-default {
          width: 100%;
          height: 35px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-search .search-style-default .hsh-search-input {
            width: 355px;
            height: 35px;
            margin: 0 auto;
            border-radius: 35px;
            background-color: #fff;
            padding: 0 12px;
            box-sizing: border-box;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-search .search-style-default .hsh-search-input img {
              width: 12px;
              height: 12px;
              margin-right: 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-search .search-style-default .hsh-search-input input {
              flex-grow: 1; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-banner {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default {
          height: 170px;
          position: relative; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .hsh-banner-swiper {
            width: 100%;
            height: 170px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .hsh-banner-swiper img {
              width: 100%;
              height: 170px;
              border-radius: 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .hsh-banner-swiper .ban-img {
              position: relative; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .hsh-banner-swiper .ban-img .hsh-banner-name {
                position: absolute;
                left: 25px;
                top: 46px;
                color: white;
                font-size: 30px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .hsh-banner-swiper .ban-img .hsh-banner-explain {
                position: absolute;
                left: 25px;
                top: 100px;
                color: white;
                font-size: 15px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .swiper-pagination {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%); }
            .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .swiper-pagination span {
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: rgba(255, 255, 255, 0.6); }
            .hsh-index-component .hsh-app .hsh-preview .hsh-banner .banner-style-default .swiper-pagination .swiper-pagination-bullet-active {
              width: 7px;
              height: 7px;
              background-color: #ff5c77; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-style {
          margin: 0 10px;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-style::after {
            content: '';
            display: block;
            flex: 1;
            height: 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-style .hsh-shortcut-icon-item {
            display: flex;
            width: 20%;
            flex-flow: column;
            align-items: center;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-style .hsh-shortcut-icon-item .hsh-shortcut-icon-name {
              line-height: 16px;
              text-align: center;
              width: 100%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all;
              color: #222222;
              font-size: 11px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-grid {
          padding: 8px 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-grid::after {
            content: '';
            display: block;
            flex: 1;
            height: 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-grid .hsh-shortcut-icon-item {
            /*height: 65px;*/ }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-grid .hsh-shortcut-icon-item:nth-child(-n+5) {
              margin-bottom: 18px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-grid .hsh-shortcut-icon-item .hsh-shortcut-icon-image {
              width: 45px;
              height: 45px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-list {
          box-sizing: border-box;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.9);
          padding-top: 8px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-list::after {
            content: '';
            display: block;
            flex: 1;
            height: 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-list .hsh-shortcut-icon-item {
            /*height: 65px;*/
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-list .hsh-shortcut-icon-item .hsh-shortcut-icon-image {
              width: 45px;
              height: 45px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center {
          box-sizing: border-box;
          border-radius: 8px;
          padding: 8px 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item {
            height: 75px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item .hsh-shortcut-icon-image {
              width: 55px;
              height: 55px;
              background-color: #fff; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item:first-child {
              height: 65px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item:first-child .hsh-shortcut-icon-image {
                width: 45px;
                height: 45px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item:last-child {
              height: 65px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item:last-child .hsh-shortcut-icon-image {
                width: 45px;
                height: 45px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item:nth-child(3) {
              height: 85px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-shortcut-icon .hsh-shortcut-icon-center .hsh-shortcut-icon-item:nth-child(3) .hsh-shortcut-icon-image {
                width: 65px;
                height: 65px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon {
        margin: 10px;
        background: #FFF;
        border-radius: 8px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-header {
          height: 48px;
          display: flex;
          align-items: center;
          padding-left: 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-header .hsh-group-shortcut-icon-header-icon {
            width: 26px;
            height: 28px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-header .hsh-group-shortcut-icon-header-text {
            font-size: 15px;
            color: #222;
            margin-left: 8px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-line {
          background: #E1E1E1;
          height: 1px;
          transform: scaleY(0.5);
          transform-origin: 0 0;
          margin-left: 10px;
          margin-right: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-style {
          margin: 0 10px;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-style::after {
            content: '';
            display: block;
            flex: 1;
            height: 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-style .hsh-group-shortcut-icon-item {
            display: flex;
            width: 20%;
            flex-flow: column;
            align-items: center;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-style .hsh-group-shortcut-icon-item .hsh-group-shortcut-icon-name {
              line-height: 16px;
              text-align: center;
              width: 100%;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              word-break: break-all;
              color: #222222;
              font-size: 11px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-grid {
          padding: 8px 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-grid::after {
            content: '';
            display: block;
            flex: 1;
            height: 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-grid .hsh-group-shortcut-icon-item {
            /*height: 65px;*/ }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-grid .hsh-group-shortcut-icon-item:nth-child(-n+5) {
              margin-bottom: 18px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-grid .hsh-group-shortcut-icon-item .hsh-group-shortcut-icon-image {
              width: 45px;
              height: 45px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-list {
          box-sizing: border-box;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.9);
          padding-top: 8px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-list::after {
            content: '';
            display: block;
            flex: 1;
            height: 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-list .hsh-group-shortcut-icon-item {
            /*height: 65px;*/
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-list .hsh-group-shortcut-icon-item .hsh-group-shortcut-icon-image {
              width: 45px;
              height: 45px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center {
          box-sizing: border-box;
          border-radius: 8px;
          padding: 8px 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item {
            height: 75px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item .hsh-group-shortcut-icon-image {
              width: 55px;
              height: 55px;
              background-color: #fff; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item:first-child {
              height: 65px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item:first-child .hsh-shortcut-icon-image {
                width: 45px;
                height: 45px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item:last-child {
              height: 65px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item:last-child .hsh-shortcut-icon-image {
                width: 45px;
                height: 45px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item:nth-child(3) {
              height: 85px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group-shortcut-icon .hsh-group-shortcut-icon-center .hsh-group-shortcut-icon-item:nth-child(3) .hsh-shortcut-icon-image {
                width: 65px;
                height: 65px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift {
        background-color: #FFEECD;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .hsh-new-gift-title {
          color: #e0872a;
          font-size: 17px;
          margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .hsh-new-gift-style {
          width: 100%;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .hsh-new-gift-style .hsh-new-gift-subtitle {
            color: #f8aa52;
            font-size: 14px;
            text-align: left;
            font-weight: bold;
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .hsh-new-gift-style .hsh-new-gift-subtitle span {
              color: #b07e47;
              text-align: left;
              font-weight: unset; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package {
          width: 100%;
          position: relative;
          display: flex;
          flex-wrap: wrap; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item {
            width: 107px;
            height: 90px;
            margin-right: 7px;
            margin-top: 10px;
            position: relative; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item:nth-child(3n) {
              margin-right: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item .hsh-new-gift-img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item .hsh-new-gift-content {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: 2;
              display: flex;
              flex-flow: column;
              align-items: center;
              justify-content: space-between; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item .hsh-new-gift-content .hsh-new-gift-type {
                width: 78px;
                height: 18px;
                line-height: 18px;
                font-size: 10px;
                color: #fff;
                text-align: center;
                background-image: url(../images/diy/ic_home_first_title_gray.png);
                background-repeat: no-repeat;
                background-size: 100% 100%; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item .hsh-new-gift-content .hsh-new-gift-price {
                color: #ff2442;
                font-size: 12px;
                text-align: left;
                font-weight: bolder; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item .hsh-new-gift-content .hsh-new-gift-price span {
                  font-size: 26px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-package .new-gift-package-item .hsh-new-gift-content .hsh-new-gift-limit {
                line-height: 26px;
                color: #ff2442;
                font-size: 12px;
                text-align: center; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons {
          display: block;
          width: 100%;
          height: 84px;
          position: relative; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content {
            position: absolute;
            left: 20px;
            top: 15px;
            z-index: 2;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content .hsh-new-gift-left {
              display: flex;
              align-items: center;
              color: #f8aa52;
              font-size: 14px;
              text-align: left;
              font-weight: bold;
              padding-right: 10px;
              border-right: 1px dotted #FFCCD4;
              margin-right: 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content .hsh-new-gift-left span {
                font-size: 36px;
                margin-top: 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content .hsh-new-gift-right {
              display: flex;
              justify-content: center;
              flex-flow: column; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content .hsh-new-gift-right .hsh-new-gift-name {
                color: #f8aa52;
                font-size: 14px;
                text-align: left;
                font-weight: bold; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content .hsh-new-gift-right .hsh-new-gift-explain {
                color: #f8aa52;
                font-size: 9px;
                text-align: left; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-content .hsh-new-gift-right .hsh-new-gift-time {
                color: #f8aa52;
                font-size: 9px;
                text-align: left; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons .hsh-new-gift-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts {
          display: block;
          width: 100%;
          height: 84px;
          position: relative; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            width: 335px;
            height: 84px;
            border-radius: 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-type {
              position: absolute;
              top: 0;
              left: 0;
              width: 52px;
              height: 16px;
              line-height: 16px;
              background-color: #ffcbd4;
              color: #ff2442;
              font-size: 10px;
              text-align: center;
              border-radius: 8px 0 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left {
              width: 255px;
              height: 84px;
              display: flex;
              align-items: center;
              background-color: #FFE9EC;
              border-radius: 8px 0 0 8px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left .img {
                margin: 8px;
                width: 68px;
                height: 68px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left .img img {
                  width: 100%;
                  height: 100%; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left .hsh-new-gift-box {
                display: flex;
                flex-flow: column;
                justify-content: space-between;
                height: 68px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left .hsh-new-gift-box .hsh-new-gift-name {
                  color: #f8aa52;
                  font-size: 14px;
                  text-align: left;
                  font-weight: bold;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden;
                  line-height: 18px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left .hsh-new-gift-box .hsh-new-gift-explain {
                  color: #f8aa52;
                  font-size: 9px;
                  text-align: left; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-left .hsh-new-gift-box .hsh-new-gift-time {
                  color: #f8aa52;
                  font-size: 9px;
                  text-align: left; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-content .hsh-new-gift-right {
              border-radius: 0 8px 8px 0;
              width: 80px;
              height: 84px;
              background: #f8aa52 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              color: white;
              font-size: 14px;
              text-align: center;
              font-weight: bolder;
              white-space: pre-line; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-new-gift .new-gift-style-package .new-gift-coupons-gifts .hsh-new-gift-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-live {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style .hsh-live-left {
            width: 50%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style .hsh-live-left .hsh-live-item {
              background-repeat: no-repeat;
              background-size: 100% 100%; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style .hsh-live-left .hsh-live-item img {
                width: 100%;
                height: 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style .hsh-live-right {
            width: 50%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style .hsh-live-right .hsh-live-item {
              background-repeat: no-repeat;
              background-size: 100% 100%; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-style .hsh-live-right .hsh-live-item img {
                width: 100%;
                height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-left {
          width: 185px;
          height: 280px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-left .hsh-live-item {
            width: 100%;
            height: 280px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-left .hsh-live-item img {
              width: 100%;
              height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-right {
          width: 185px;
          height: 280px;
          display: flex;
          justify-content: space-between;
          flex-flow: column; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-right .hsh-live-item {
            width: 100%;
            height: 155px;
            background-repeat: no-repeat;
            background-size: 100% 100%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-right .hsh-live-item:last-child {
              height: 120px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-type .hsh-live-right .hsh-live-item img {
              width: 100%;
              height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-left {
          width: 185px;
          display: flex;
          flex-flow: column; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-left .hsh-live-item {
            width: 100%;
            height: 134px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-left .hsh-live-item:last-child {
              height: 67px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-left .hsh-live-item img {
              width: 100%;
              height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-right {
          width: 185px;
          display: flex;
          flex-flow: column; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-right .hsh-live-item {
            width: 100%;
            height: 67px;
            background-repeat: no-repeat;
            background-size: 100% 100%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-list .hsh-live-right .hsh-live-item img {
              width: 100%;
              height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-grid .hsh-live-left {
          width: 165px;
          height: 210px;
          display: flex;
          flex-flow: column; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-grid .hsh-live-left .hsh-live-item {
            width: 100%;
            height: 210px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-grid .hsh-live-left .hsh-live-item img {
              width: 100%;
              height: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-grid .hsh-live-right {
          width: 210px;
          height: 210px;
          display: flex;
          flex-wrap: wrap; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-grid .hsh-live-right .hsh-live-item {
            width: 50%;
            height: 105px;
            background-repeat: no-repeat;
            background-size: 100% 100%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-live .hsh-live-grid .hsh-live-right .hsh-live-item img {
              width: 100%;
              height: 100%; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-topic {
        width: 100%;
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll {
          width: 100%;
          background-color: #fff;
          padding: 12px 0; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll .hsh-topic-title {
            color: #f8aa52;
            font-size: 16px;
            text-align: left;
            font-weight: bold;
            margin-bottom: 12px;
            margin-left: 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll .hsh-topic-content {
            padding: 0 10px;
            overflow-x: scroll;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll .hsh-topic-content .hsh-topic-item {
              margin-right: 10px;
              display: flex;
              flex-flow: column;
              align-items: center;
              width: 125px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll .hsh-topic-content .hsh-topic-item img {
                width: 125px;
                height: 60px;
                border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll .hsh-topic-content .hsh-topic-item .hsh-topic-name {
                max-width: 125px;
                color: #222222;
                font-size: 13px;
                text-align: center;
                font-weight: bold;
                margin: 6px 0 2px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-scroll .hsh-topic-content .hsh-topic-item .hsh-topic-num {
                color: #888888;
                font-size: 10px;
                text-align: center; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid {
          width: 100%;
          background: linear-gradient(to bottom, #fff, #FFF2F4);
          padding: 15px 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid .hsh-topic-title {
            color: #f8aa52;
            font-size: 16px;
            text-align: left;
            font-weight: bold;
            margin-bottom: 12px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid .hsh-topic-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid .hsh-topic-content .hsh-topic-item {
              margin-bottom: 10px;
              display: flex;
              flex-flow: column;
              align-items: center;
              width: 173px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid .hsh-topic-content .hsh-topic-item img {
                width: 173px;
                height: 83px;
                border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid .hsh-topic-content .hsh-topic-item .hsh-topic-name {
                max-width: 173px;
                color: #222222;
                font-size: 13px;
                text-align: center;
                font-weight: bold;
                margin: 6px 0 2px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-grid .hsh-topic-content .hsh-topic-item .hsh-topic-num {
                color: #888888;
                font-size: 10px;
                text-align: center; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover {
          width: 100%;
          background-color: #FFF2F4;
          padding: 15px 10px 0px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-title {
            color: #f8aa52;
            font-size: 16px;
            text-align: left;
            font-weight: bold; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-content .hsh-topic-item {
              margin-top: 10px;
              display: flex;
              flex-flow: column;
              align-items: center;
              position: relative;
              width: 173px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-content .hsh-topic-item img {
                width: 173px;
                height: 83px;
                border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-content .hsh-topic-item .hsh-topic-box {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 24px;
                padding: 0 6px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: flex;
                justify-content: space-between;
                align-items: center; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-content .hsh-topic-item .hsh-topic-box .hsh-topic-name {
                  max-width: 120px;
                  color: #fff;
                  font-size: 12px;
                  text-align: center;
                  font-weight: bold;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-topic .hsh-topic-cover .hsh-topic-content .hsh-topic-item .hsh-topic-box .hsh-topic-num {
                  color: #fff;
                  font-size: 9px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-group {
        width: 100%;
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll {
          width: 100%;
          background: linear-gradient(to bottom, #f8aa52, rgba(248, 170, 82, 0));
          padding: 15px 12px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-title-box {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-title-box .hsh-group-title {
              color: #FFFFFF;
              font-size: 17px;
              text-align: left;
              font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-title-box .hsh-group-more {
              color: #FFFFFF;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-title-box .hsh-group-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next_white.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content {
            padding: 0 10px;
            overflow-x: scroll;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item {
              margin-right: 5px;
              display: flex;
              flex-flow: column;
              align-items: center;
              width: 125px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-img {
                width: 100px;
                height: 100px;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-img img {
                  width: 100px;
                  height: 100px;
                  border-radius: 4px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-img .hsh-group-type {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  width: 100px;
                  height: 18px;
                  line-height: 18px;
                  background-color: rgba(248, 170, 82, 0.6);
                  color: white;
                  font-size: 10px;
                  text-align: center;
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-img .hsh-group-type img {
                    display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-name {
                max-width: 100px;
                color: #222222;
                font-size: 13px;
                text-align: center;
                font-weight: bold;
                margin: 6px 0 2px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-name .hsh-group-type-num {
                  display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-num {
                padding: 0 4px;
                height: 16px;
                line-height: 16px;
                border-radius: 2px;
                background-color: rgba(248, 170, 82, 0.1);
                color: #f8aa52;
                font-size: 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-price {
                color: #f8aa52;
                font-size: 10px;
                text-align: left;
                font-weight: bold; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-price span {
                  font-size: 16px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-scroll .hsh-group-content .hsh-group-item .hsh-group-btn {
                display: none; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list {
          width: 100%;
          padding: 15px 12px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-title-box {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-title-box .hsh-group-title {
              color: #f8aa52;
              font-size: 17px;
              text-align: left;
              font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-title-box .hsh-group-more {
              color: #f8aa52;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-title-box .hsh-group-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content {
            width: 100%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item {
              margin-top: 10px;
              background-color: #fff;
              border-radius: 8px;
              padding: 10px;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-img {
                width: 100px;
                height: 100px;
                position: relative;
                margin-right: 8px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-img img {
                  width: 100px;
                  height: 100px;
                  border-radius: 4px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-img .hsh-group-type {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  width: 100px;
                  height: 18px;
                  line-height: 18px;
                  background-color: rgba(248, 170, 82, 0.6);
                  color: white;
                  font-size: 10px;
                  text-align: center;
                  font-weight: bold;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-img .hsh-group-type img {
                    display: block;
                    width: 6px;
                    height: 9px;
                    margin-right: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box {
                height: 100px;
                width: 227px;
                display: flex;
                flex-flow: column;
                align-items: flex-start;
                justify-content: space-around; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-name {
                  max-width: 227px;
                  color: #222222;
                  font-size: 14px;
                  text-align: left;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-name .hsh-group-type-num {
                    display: inline;
                    margin-right: 6px;
                    padding: 0 6px;
                    height: 16px;
                    line-height: 16px;
                    border-radius: 2px;
                    background-color: #f8aa52;
                    color: white;
                    font-size: 10px;
                    text-align: left;
                    font-weight: bold; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-num {
                  padding: 0 4px;
                  height: 16px;
                  line-height: 16px;
                  border-radius: 2px;
                  background-color: rgba(248, 170, 82, 0.1);
                  color: #f8aa52;
                  font-size: 10px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-price {
                  color: #f8aa52;
                  font-size: 10px;
                  text-align: left;
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-price span {
                    font-size: 16px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-list .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-btn {
                  display: none; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid {
          width: 100%;
          padding: 15px 10px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background: linear-gradient(to bottom, #f8aa52, rgba(248, 170, 82, 0));
          border-radius: 8px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-title-box {
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-title-box .hsh-group-title {
              color: #FFFFFF;
              font-size: 17px;
              text-align: left;
              font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-title-box .hsh-group-more {
              color: #FFFFFF;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-title-box .hsh-group-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next_white.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content {
            width: 100%;
            display: flex;
            flex-wrap: wrap; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item {
              margin-right: 4px;
              margin-bottom: 5px;
              background-color: #fff;
              border-radius: 8px;
              padding: 7px;
              display: flex;
              align-items: center;
              flex-flow: column; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item:nth-child(3n) {
                margin-right: 0px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-img {
                width: 100px;
                height: 100px;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-img img {
                  width: 100px;
                  height: 100px;
                  border-radius: 4px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-img .hsh-group-type {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  width: 100px;
                  height: 18px;
                  line-height: 18px;
                  background-color: rgba(248, 170, 82, 0.6);
                  color: white;
                  font-size: 10px;
                  text-align: center;
                  font-weight: bold;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-img .hsh-group-type img {
                    display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-name {
                max-width: 100px;
                color: #222222;
                font-size: 13px;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-name .hsh-group-type-num {
                  display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-num {
                display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-price {
                color: #f8aa52;
                font-size: 10px;
                text-align: center;
                font-weight: bold; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-price span {
                  font-size: 16px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-group .hsh-group-grid .hsh-group-content .hsh-group-item .hsh-group-box .hsh-group-btn {
                padding: 0 16px;
                height: 22px;
                line-height: 22px;
                border-radius: 22px;
                background: #f8aa52;
                color: white;
                font-size: 12px;
                text-align: center;
                font-weight: bold; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-seckill {
        width: 100%;
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-style {
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list {
          background-image: url(../images/diy/ic_home_bg.png);
          background-size: 100% 70px;
          background-repeat: no-repeat;
          background-position: 0 100px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-title-box {
            border-radius: 10px 10px 0 0;
            padding: 15px 10px 12px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #f8aa52; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-title-box .hsh-seckill-title {
              color: #fff;
              font-size: 17px;
              text-align: left;
              font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-title-box .hsh-seckill-more {
              color: #FFE8EC;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-title-box .hsh-seckill-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next_white.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-options {
            background-color: #f8aa52;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0 10px 12px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-options .hsh-seckill-options-item {
              width: 25%;
              height: 40px;
              display: flex;
              justify-content: space-around;
              align-items: center;
              flex-flow: column; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-options .hsh-seckill-options-item .hsh-seckill-options-time {
                color: white;
                font-size: 16px;
                font-weight: bold; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-options .hsh-seckill-options-item .hsh-seckill-options-name {
                color: #FFFFFF;
                font-size: 11px;
                text-align: center;
                height: 18px;
                line-height: 18px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-options .hsh-seckill-options-item.active .hsh-seckill-options-name {
                padding: 0 10px;
                color: #f8aa52;
                border-radius: 9px;
                background-color: white; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content {
            margin: 0 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item {
              margin-bottom: 10px;
              width: 100%;
              height: 130px;
              border-radius: 12px;
              background-color: rgba(255, 255, 255, 0.9);
              padding: 10px;
              display: flex;
              box-sizing: border-box;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-img {
                width: 110px;
                height: 110px;
                margin-right: 8px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-img img {
                  width: 110px;
                  height: 110px;
                  border-radius: 5px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box {
                height: 100px;
                width: 227px;
                display: flex;
                flex-flow: column;
                align-items: flex-start;
                justify-content: space-around; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-name {
                  max-width: 215px;
                  color: #222222;
                  font-size: 14px;
                  text-align: left;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-progress-box {
                  width: 215px;
                  display: flex;
                  align-items: center; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress {
                    width: 100px;
                    height: 10px;
                    border-radius: 10px;
                    background-color: #ffecd6;
                    overflow: hidden;
                    position: relative; }
                    .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress div {
                      position: absolute;
                      left: 0;
                      top: 0;
                      height: 10px;
                      background-color: #f8aa52; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress-name {
                    color: #f8aa52;
                    font-size: 9px;
                    text-align: left;
                    font-weight: bold;
                    flex-grow: 1;
                    transform: scale(0.75, 0.75);
                    white-space: nowrap; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress-num {
                    color: #888888;
                    font-size: 9px;
                    text-align: left;
                    transform: scale(0.75, 0.75);
                    white-space: nowrap; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price-box {
                  width: 215px;
                  display: flex;
                  align-items: center; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-price {
                    color: #f8aa52;
                    font-size: 12px;
                    text-align: left;
                    font-weight: bold;
                    margin-right: 4px; }
                    .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-price span {
                      font-size: 18px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-line-price {
                    color: #888888;
                    font-size: 12px;
                    text-align: left;
                    flex-grow: 1;
                    text-decoration: line-through; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-list .hsh-seckill-content .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-btn {
                    padding: 0 18px;
                    height: 28px;
                    line-height: 28px;
                    border-radius: 14px;
                    background: #f8aa52 100%;
                    color: #fff;
                    font-size: 13px;
                    font-weight: bold;
                    text-align: center; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper {
          background: linear-gradient(to bottom, #fff, #FFF2F4); }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-title-box {
            padding: 15px 10px 12px;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-title-box .hsh-seckill-title {
              color: #f8aa52;
              font-size: 17px;
              text-align: left;
              font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-title-box .hsh-seckill-countdown {
              display: flex;
              align-items: center;
              margin-left: 18px;
              color: #ff728a;
              font-size: 12px;
              flex-grow: 1; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-title-box .hsh-seckill-countdown span {
                width: 18px;
                height: 18px;
                line-height: 18px;
                border-radius: 2px;
                text-align: center;
                background-color: #ff5c77;
                color: white;
                font-size: 10px;
                margin: 0 4px;
                font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-title-box .hsh-seckill-more {
              color: #f8aa52;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-title-box .hsh-seckill-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content {
            margin: 0 10px;
            height: 210px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide {
              width: 100%;
              display: flex; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item {
                width: 113px;
                display: flex;
                box-sizing: border-box;
                align-items: center;
                flex-flow: column;
                margin-right: 7px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item:nth-child(3n) {
                  margin-right: 0; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-img {
                  width: 113px;
                  height: 113px;
                  margin-right: 4px;
                  position: relative; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-img img {
                    width: 113px;
                    height: 113px;
                    border-radius: 4px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-img .hsh-seckill-type {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 113px;
                    height: 18px;
                    line-height: 18px;
                    background-color: rgba(248, 170, 82, 0.6);
                    color: white;
                    font-size: 10px;
                    text-align: center;
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: center; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-box .hsh-seckill-name {
                  max-width: 113px;
                  color: #222222;
                  font-size: 13px;
                  text-align: center;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-box .hsh-seckill-num {
                  height: 16px;
                  margin: 4px 0;
                  line-height: 16px;
                  border-radius: 2px;
                  background-color: rgba(255, 92, 119, 0.1);
                  padding: 0 4px;
                  color: #f8aa52;
                  font-size: 10px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price {
                  color: #f8aa52;
                  font-size: 10px;
                  text-align: left;
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .hsh-seckill-content .swiper-slide .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price span {
                    font-size: 16px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .swiper-pagination {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%); }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .swiper-pagination span {
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background-color: rgba(255, 36, 66, 0.4); }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-swiper .swiper-pagination .swiper-pagination-bullet-active {
              width: 5px;
              height: 5px;
              background-color: #f8aa52; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-title-box {
          padding: 15px 10px 12px;
          display: flex;
          align-items: center; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-title-box .hsh-seckill-title {
            color: #f8aa52;
            font-size: 17px;
            text-align: left;
            font-weight: bold; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-title-box .hsh-seckill-countdown {
            display: flex;
            align-items: center;
            margin-left: 18px;
            color: #ff728a;
            font-size: 12px;
            flex-grow: 1; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-title-box .hsh-seckill-countdown span {
              width: 18px;
              height: 18px;
              line-height: 18px;
              border-radius: 2px;
              text-align: center;
              background-color: #ff5c77;
              color: white;
              font-size: 10px;
              margin: 0 4px;
              font-weight: bold; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-title-box .hsh-seckill-more {
            color: #f8aa52;
            font-size: 12px;
            text-align: left;
            font-weight: bold;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-title-box .hsh-seckill-more i {
              width: 5px;
              height: 9px;
              margin-left: 5px;
              background-image: url("../images/diy/ic_home_next.png");
              background-repeat: no-repeat;
              background-size: 100% 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item {
          margin-bottom: 3px;
          width: 100%;
          height: 150px;
          background-color: white;
          padding: 10px;
          display: flex;
          box-sizing: border-box;
          align-items: center; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-img {
            width: 130px;
            height: 130px;
            margin-right: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-img img {
              width: 130px;
              height: 130px;
              border-radius: 5px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box {
            height: 130px;
            width: 215px;
            display: flex;
            flex-flow: column;
            align-items: flex-start;
            justify-content: space-around; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-name {
              max-width: 215px;
              color: #222222;
              font-size: 14px;
              text-align: left;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-progress-box {
              width: 215px;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress {
                width: 100px;
                height: 10px;
                border-radius: 10px;
                background-color: #ffecd6;
                overflow: hidden;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress div {
                  position: absolute;
                  left: 0;
                  top: 0;
                  height: 10px;
                  background-color: #f8aa52; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress-name {
                color: #f8aa52;
                font-size: 9px;
                text-align: left;
                font-weight: bold;
                flex-grow: 1;
                transform: scale(0.75, 0.75);
                white-space: nowrap; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-progress-box .hsh-seckill-progress-num {
                color: #888888;
                font-size: 9px;
                text-align: left;
                transform: scale(0.75, 0.75);
                white-space: nowrap; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-price-box {
              width: 215px;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-price {
                color: #f8aa52;
                font-size: 12px;
                text-align: left;
                font-weight: bold;
                margin-right: 4px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-price span {
                  font-size: 18px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-line-price {
                color: #888888;
                font-size: 12px;
                text-align: left;
                flex-grow: 1;
                text-decoration: line-through; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-progress-item .hsh-seckill-box .hsh-seckill-price-box .hsh-seckill-btn {
                padding: 0 18px;
                height: 28px;
                line-height: 28px;
                border-radius: 14px;
                background: #f8aa52 100%;
                color: #fff;
                font-size: 13px;
                font-weight: bold;
                text-align: center; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper {
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item {
            width: 123px;
            height: 181px;
            padding: 10px;
            display: flex;
            box-sizing: border-box;
            flex-flow: column;
            margin-right: 3px;
            background-color: #fff;
            margin-bottom: 5px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item:nth-child(3n) {
              margin-right: 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-img {
              width: 103px;
              height: 103px;
              position: relative; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-img img {
                width: 103px;
                height: 103px;
                border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-img .hsh-seckill-type {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 103px;
                height: 18px;
                line-height: 18px;
                background-color: rgba(248, 170, 82, 0.6);
                color: white;
                font-size: 10px;
                text-align: center;
                font-weight: bold;
                display: flex;
                align-items: center;
                justify-content: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-box {
              width: 100%;
              height: 58px;
              position: relative; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-box .hsh-seckill-name {
                max-width: 103px;
                color: #222222;
                font-size: 13px;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price {
                color: #f8aa52;
                font-size: 10px;
                text-align: left;
                font-weight: bold; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-box .hsh-seckill-price span {
                  font-size: 16px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-box .hsh-seckill-line-price {
                color: #888888;
                font-size: 10px;
                text-align: left;
                flex-grow: 1;
                text-decoration: line-through; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-seckill .hsh-seckill-grid .hsh-seckill-content .hsh-seckill-swiper .hsh-seckill-item .hsh-seckill-box .hsh-seckill-btn {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 26px;
                height: 26px;
                line-height: 26px;
                border-radius: 50%;
                background: #f8aa52 100%;
                color: white;
                font-size: 13px;
                text-align: center;
                font-weight: bold; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates {
        background-color: #FFEECD;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .hsh-gift-certificates-title {
          color: #e0872a;
          font-size: 17px;
          margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .hsh-gift-certificates-style {
          width: 100%;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-package {
          width: 100%;
          height: 120px;
          position: relative;
          display: block;
          border-radius: 8px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-package .hsh-gift-certificates-img {
            width: 100%;
            height: 100%;
            position: relative;
            left: 0;
            top: 0;
            z-index: 1;
            border-radius: 8px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons {
          display: block;
          width: 100%;
          height: 84px;
          position: relative;
          margin-top: 10px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content {
            position: absolute;
            left: 20px;
            top: 15px;
            z-index: 2;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content .hsh-gift-certificates-left {
              display: flex;
              align-items: center;
              color: #f8aa52;
              font-size: 14px;
              text-align: left;
              font-weight: bold;
              padding-right: 10px;
              border-right: 1px dotted #FFCCD4;
              margin-right: 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content .hsh-gift-certificates-left span {
                font-size: 36px;
                margin-top: 8px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content .hsh-gift-certificates-right {
              display: flex;
              justify-content: center;
              flex-flow: column; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content .hsh-gift-certificates-right .hsh-gift-certificates-name {
                color: #f8aa52;
                font-size: 14px;
                text-align: left;
                font-weight: bold; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content .hsh-gift-certificates-right .hsh-gift-certificates-explain {
                color: #f8aa52;
                font-size: 9px;
                text-align: left; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-content .hsh-gift-certificates-right .hsh-gift-certificates-time {
                color: #f8aa52;
                font-size: 9px;
                text-align: left; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-gift-certificates .gift-certificates-style-package .gift-certificates-coupons .hsh-gift-certificates-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction {
        width: 100%;
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-style {
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-other-title-box {
          display: none; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content {
          width: 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left {
            margin: 0 10px;
            display: flex;
            flex-wrap: wrap; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item {
              width: 173px;
              height: 267px;
              background-color: white;
              padding: 10px;
              display: flex;
              box-sizing: border-box;
              flex-flow: column;
              margin-right: 5px;
              margin-bottom: 10px;
              border-radius: 8px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item:nth-child(2n) {
                margin-right: 0; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img {
                width: 153px;
                height: 153px;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img .hsh-full-reduction-type {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  padding: 0 6px;
                  height: 20px;
                  line-height: 20px;
                  border-radius: 0 4px 0 4px;
                  background-color: #ff2442;
                  color: white;
                  font-size: 12px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img img {
                  width: 153px;
                  height: 153px;
                  border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box {
                height: 88px;
                width: 153px;
                margin-top: 6px;
                display: flex;
                flex-flow: column;
                align-items: flex-start;
                justify-content: space-around;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-name {
                  max-width: 153px;
                  color: #222222;
                  font-size: 14px;
                  text-align: left;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-type {
                  display: none; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price {
                  color: #f8aa52;
                  font-size: 12px;
                  text-align: left;
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price span {
                    font-size: 18px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-line-price {
                  color: #888888;
                  font-size: 12px;
                  text-align: left;
                  flex-grow: 1;
                  text-decoration: line-through; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn {
                  width: 26px;
                  height: 26px;
                  border-radius: 50%;
                  position: absolute;
                  right: 0;
                  bottom: 0; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-grid-more {
            height: 36px;
            line-height: 36px;
            border-radius: 36px;
            background-color: rgba(255, 255, 255, 0.8);
            border: 0.5px solid #ff5c77;
            margin: 5px auto 0;
            color: #f8aa52;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
            width: 165px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-grid .hsh-full-reduction-content .hsh-full-reduction-right {
            display: none; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back {
          padding: 15px 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          border-radius: 20px 20px 0 0;
          background: linear-gradient(to bottom, #f8aa52, #FFF2F4); }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-grid-title-box {
            display: none; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-other-title-box {
            width: 100%;
            display: flex;
            align-items: center;
            margin-bottom: 12px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-other-title-box .hsh-full-reduction-title {
              color: #fff;
              font-size: 17px;
              text-align: left;
              font-weight: bold;
              flex-grow: 1; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-other-title-box .hsh-full-reduction-countdown {
              display: flex;
              align-items: center;
              margin-left: 18px;
              color: #fff;
              font-size: 12px;
              flex-grow: 1; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-other-title-box .hsh-full-reduction-countdown span {
                padding: 0 3px;
                height: 18px;
                line-height: 18px;
                border-radius: 2px;
                text-align: center;
                background-color: #fff;
                color: #f8aa52;
                font-size: 10px;
                margin: 0 4px;
                font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-other-title-box .hsh-full-reduction-more {
              color: #fff;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-other-title-box .hsh-full-reduction-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next_white.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content {
            display: flex; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item {
              width: 175px;
              height: 267px;
              border-radius: 8px;
              background-color: rgba(255, 255, 255, 0.8);
              margin-right: 5px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img {
                width: 175px;
                height: 175px;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img .hsh-full-reduction-type {
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  padding: 0 6px;
                  height: 20px;
                  line-height: 20px;
                  border-radius: 0 4px 0 0;
                  background-color: #ff2442;
                  color: white;
                  font-size: 12px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img img {
                  width: 175px;
                  height: 175px;
                  border-radius: 8px 8px 0 0; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box {
                height: 92px;
                width: 175px;
                padding: 8px 10px;
                box-sizing: border-box;
                display: flex;
                flex-flow: column;
                align-items: flex-start;
                justify-content: space-between;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-name {
                  max-width: 175px;
                  color: #222222;
                  font-size: 13px;
                  text-align: left;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-type {
                  display: none; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price {
                  color: #f8aa52;
                  font-size: 12px;
                  text-align: left;
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price span {
                    font-size: 18px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-line-price {
                  color: #888888;
                  font-size: 12px;
                  text-align: left;
                  flex-grow: 1;
                  text-decoration: line-through; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn {
                  width: 26px;
                  height: 26px;
                  border-radius: 50%;
                  position: absolute;
                  right: 10px;
                  bottom: 15px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-grid-more {
              display: none; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right {
              display: flex;
              justify-content: space-between;
              flex-flow: column;
              width: 175px;
              height: 267px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item {
                width: 175px;
                height: 85px;
                border-radius: 8px;
                background-color: rgba(255, 255, 255, 0.8);
                display: flex; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-img {
                  width: 85px;
                  height: 85px;
                  position: relative; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-img .hsh-full-reduction-type {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    padding: 0 4px;
                    height: 20px;
                    line-height: 20px;
                    border-radius: 0 4px 0 0;
                    background-color: #ff2442;
                    color: white;
                    font-size: 10px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-img img {
                    width: 85px;
                    height: 85px;
                    border-radius: 8px 0 0 8px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-box {
                  height: 85px;
                  width: 90px;
                  padding: 15px 6px;
                  box-sizing: border-box;
                  display: flex;
                  flex-flow: column;
                  align-items: flex-start;
                  justify-content: space-between;
                  position: relative; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-name {
                    max-width: 78px;
                    color: #222222;
                    font-size: 13px;
                    text-align: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price {
                    color: #f8aa52;
                    font-size: 12px;
                    text-align: left;
                    font-weight: bold; }
                    .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price span {
                      font-size: 18px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn {
                    width: 24px;
                    height: 24px;
                    border-radius: 8px 0 8px;
                    position: absolute;
                    right: 0;
                    bottom: 0; }
                    .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-back .hsh-full-reduction-content .hsh-full-reduction-right .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn img {
                      width: 100%;
                      height: 100%;
                      border-radius: 8px 0 8px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list {
          padding: 15px 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-grid-title-box {
            display: none; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-other-title-box {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-other-title-box .hsh-full-reduction-title {
              color: #f8aa52;
              font-size: 17px;
              text-align: left;
              font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-other-title-box .hsh-full-reduction-countdown {
              display: none; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-other-title-box .hsh-full-reduction-more {
              color: #FF3753;
              font-size: 12px;
              text-align: left;
              font-weight: bold;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-other-title-box .hsh-full-reduction-more i {
                width: 5px;
                height: 9px;
                margin-left: 5px;
                background-image: url("../images/diy/ic_home_next.png");
                background-repeat: no-repeat;
                background-size: 100% 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content {
            display: flex; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-right {
              display: none; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-grid-more {
              display: none; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item {
              width: 100%;
              height: 120px;
              border-radius: 8px;
              background-color: rgba(255, 255, 255, 0.8);
              display: flex;
              padding: 10px;
              box-sizing: border-box;
              margin-bottom: 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img {
                width: 100px;
                height: 100px;
                margin-right: 8px;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img .hsh-full-reduction-type {
                  display: none; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-img img {
                  width: 100px;
                  height: 100px;
                  border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box {
                height: 100px;
                width: 227px;
                box-sizing: border-box;
                display: flex;
                flex-flow: column;
                align-items: flex-start;
                justify-content: space-between;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-name {
                  max-width: 227px;
                  color: #222222;
                  font-size: 14px;
                  text-align: left;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-type {
                  display: flex;
                  align-items: center;
                  flex-wrap: wrap; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-type div {
                    padding: 0 4px;
                    color: #ff2442;
                    font-size: 10px;
                    text-align: center;
                    height: 16px;
                    line-height: 16px;
                    border-radius: 2px;
                    background-color: rgba(255, 36, 66, 0.1);
                    margin-right: 12rpx;
                    margin-bottom: 4rpx; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price {
                  color: #f8aa52;
                  font-size: 12px;
                  text-align: left;
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-price span {
                    font-size: 18px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-price-box .hsh-full-reduction-line-price {
                  color: #888888;
                  font-size: 10px;
                  text-align: left;
                  margin-left: 5px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn {
                  width: 26px;
                  height: 26px;
                  border-radius: 50%;
                  position: absolute;
                  right: 0;
                  bottom: 0; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-full-reduction .hsh-full-reduction-list .hsh-full-reduction-content .hsh-full-reduction-left .hsh-full-reduction-item .hsh-full-reduction-box .hsh-full-reduction-btn img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-makeup {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content {
          margin: 0 10px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item {
            width: 173px;
            height: 295px;
            box-sizing: border-box;
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child {
              width: 100%;
              height: 213px;
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-img {
                width: 160px;
                height: 213px;
                flex-shrink: 0; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-img img {
                  width: 160px;
                  height: 213px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-box {
                flex-grow: 1;
                height: 213px;
                background-color: white;
                padding: 12px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-box .hsh-makeup-name {
                  width: 100%;
                  line-height: 24px;
                  color: #222222;
                  font-size: 15px;
                  text-align: left;
                  font-weight: bold;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-box .hsh-makeup-price {
                  color: #F8AA52;
                  font-size: 16px;
                  text-align: left;
                  font-weight: bold;
                  margin: 4px 0 8px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-box .hsh-makeup-price span {
                    font-size: 24px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-box .hsh-makeup-btn {
                  width: 110px;
                  height: 28px;
                  line-height: 28px;
                  border-radius: 14px;
                  background: #F8AA52;
                  color: white;
                  font-size: 13px;
                  text-align: center;
                  font-weight: bold;
                  display: block; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item:first-child .hsh-makeup-box .hsh-makeup-type {
                  position: absolute;
                  right: 0;
                  bottom: 14px;
                  padding: 0 8px 0 12px;
                  height: 28px;
                  line-height: 28px;
                  border-radius: 14px 0 0 14px;
                  background: linear-gradient(to right, #FFC9D3, #E2E9F4);
                  color: #ff2442;
                  font-size: 11px;
                  text-align: center;
                  font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-img {
              width: 100%;
              height: 231px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-img img {
                width: 100%;
                height: 231px; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-box {
              width: 100%;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              display: flex;
              flex-flow: column; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-box .hsh-makeup-name {
                width: 100%;
                line-height: 24px;
                color: #222222;
                font-size: 14px;
                text-align: left;
                font-weight: bold;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-box .hsh-makeup-price {
                color: #F8AA52;
                font-size: 14px;
                text-align: left;
                font-weight: bold;
                margin: 4px 0 8px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-box .hsh-makeup-price span {
                  font-size: 20px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-box .hsh-makeup-btn {
                display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-makeup .hsh-makeup-list .hsh-makeup-content .hsh-makeup-item .hsh-makeup-box .hsh-makeup-type {
                position: absolute;
                right: 0;
                bottom: 14px;
                padding: 0 8px 0 12px;
                height: 28px;
                line-height: 28px;
                border-radius: 14px 0 0 14px;
                background: linear-gradient(to right, #FFC9D3, #E2E9F4);
                color: #ff2442;
                font-size: 11px;
                text-align: center;
                font-weight: bold; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-selling {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid {
          width: 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content {
            display: flex;
            flex-wrap: wrap; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item {
              display: flex;
              position: r;
              align-items: center;
              flex-flow: column;
              margin: 0 0 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-img-swiper {
                width: 375px;
                height: 500px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-img-swiper .hsh-selling-img {
                  width: 375px;
                  height: 500px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-img-swiper .hsh-selling-img img {
                    width: 375px;
                    height: 500px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .swiper-pagination {
                position: absolute;
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%); }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .swiper-pagination span {
                  width: 5px;
                  height: 5px;
                  border-radius: 50%;
                  background-color: rgba(255, 255, 255, 0.6); }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .swiper-pagination .swiper-pagination-bullet-active {
                  width: 7px;
                  height: 7px;
                  background-color: #ff5c77; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-box {
                display: flex;
                align-items: center;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-box .hsh-selling-name {
                  max-width: 375px;
                  line-height: 24px;
                  color: #222222;
                  font-size: 15px;
                  text-align: left;
                  font-weight: bold;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  padding: 12px 0 4px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-box .hsh-selling-price {
                  color: #ff2442;
                  font-size: 14px;
                  text-align: left;
                  font-weight: bold;
                  padding-bottom: 8px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-box .hsh-selling-price span {
                    font-size: 16px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-first-item .hsh-selling-box .hsh-selling-btn {
                  width: 110px;
                  height: 28px;
                  line-height: 28px;
                  border-radius: 14px;
                  background: #f8aa52 100%;
                  color: white;
                  font-size: 13px;
                  text-align: center;
                  font-weight: bold; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item {
              display: flex;
              align-items: center;
              background-color: #fff;
              padding: 6px;
              border-radius: 6px;
              margin: 0 10px 0 0; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item:nth-child(2n) {
                margin: 0 7px 0 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item .hsh-selling-img {
                width: 60px;
                height: 60px;
                margin-right: 6px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item .hsh-selling-img img {
                  width: 60px;
                  height: 60px;
                  border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item .hsh-selling-box {
                width: 96px;
                height: 60px;
                display: flex;
                justify-content: space-between;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item .hsh-selling-box .hsh-selling-name {
                  color: #222222;
                  font-size: 11px;
                  width: 96px;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                  overflow: hidden; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item .hsh-selling-box .hsh-selling-price {
                  color: #ff2442;
                  font-size: 10px;
                  text-align: left;
                  transform: scale(0.83, 0.83);
                  font-weight: bold; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-selling .hsh-selling-grid .hsh-selling-content .hsh-selling-item .hsh-selling-box .hsh-selling-price span {
                    font-size: 14px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category {
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid {
          width: 100%; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-switch {
            width: 100%;
            height: 44px;
            background-color: #fff;
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-switch .hsh-foot-category-switch-item {
              width: 250px;
              height: 44px;
              line-height: 44px;
              position: relative;
              color: #222222;
              font-size: 15px;
              text-align: center;
              background-color: rgba(255, 255, 255, 0.8); }
              .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-switch .hsh-foot-category-switch-item::before {
                content: '';
                position: absolute;
                top: 16px;
                right: 0;
                width: 1px;
                height: 12px;
                background-color: #FFB2BE; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-switch .hsh-foot-category-switch-item:last-child::before {
                display: none; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-switch .hsh-foot-category-switch-item.active {
                color: #f8aa52;
                font-size: 17px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-switch .hsh-foot-category-switch-item.active::after {
                  position: absolute;
                  left: 50%;
                  bottom: 5px;
                  transform: translateX(-50%);
                  content: '';
                  width: 0;
                  height: 0;
                  border-left: 5px solid transparent;
                  border-right: 5px solid transparent;
                  border-bottom: 6px solid #f8aa52;
                  border-radius: 1px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content {
            padding: 0 10px;
            display: flex;
            flex-wrap: wrap; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item {
              width: 115px;
              height: 186px;
              display: flex;
              align-items: center;
              flex-flow: column;
              padding: 8px;
              margin-right: 5px;
              background-color: #fff;
              border-radius: 8px;
              margin-top: 10px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item:nth-child(3n) {
                margin-right: 0; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-img {
                width: 99px;
                height: 99px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-img img {
                  width: 99px;
                  height: 99px;
                  border-radius: 4px; }
              .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-box {
                display: flex;
                align-items: center;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-box .hsh-foot-category-name {
                  width: 99px;
                  line-height: 18px;
                  color: #222222;
                  font-size: 13px;
                  text-align: center;
                  font-weight: bold;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  padding: 5px 0 2px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-box .hsh-foot-category-price {
                  color: #ff2442;
                  font-size: 10px;
                  text-align: left;
                  font-weight: bold;
                  padding-bottom: 6px; }
                  .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-box .hsh-foot-category-price span {
                    font-size: 14px; }
                .hsh-index-component .hsh-app .hsh-preview .hsh-foot-category .hsh-foot-category-grid .hsh-foot-category-content .hsh-foot-category-item .hsh-foot-category-box .hsh-foot-category-btn {
                  width: 69px;
                  height: 22px;
                  line-height: 22px;
                  border-radius: 14px;
                  background: #f8aa52 100%;
                  color: white;
                  font-size: 12px;
                  text-align: center;
                  font-weight: bold; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-show-image .hsh-show-image-type {
        width: 100%; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-show-image .hsh-show-image-type img {
          width: 100%; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-gift-coupons {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        border-radius: 8px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gift-coupons .hsh-gift-coupons-style {
          border-radius: 8px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gift-coupons .gift-coupons-style-package .gift-coupons-package {
          height: 120px;
          position: relative;
          display: block;
          margin: 0 10px;
          border-radius: 8px;
          position: relative; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-gift-coupons .gift-coupons-style-package .gift-coupons-package .hsh-gift-coupons-title {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            padding: 0 8px;
            height: 24px;
            background-color: #ffeecd;
            color: #e0872a;
            font-size: 11px;
            text-align: center;
            font-weight: bolder;
            display: flex;
            align-items: center;
            border-radius: 8px 0 8px 0; }
            .hsh-index-component .hsh-app .hsh-preview .hsh-gift-coupons .gift-coupons-style-package .gift-coupons-package .hsh-gift-coupons-title img {
              width: 12px;
              height: 12px;
              margin-right: 5px; }
          .hsh-index-component .hsh-app .hsh-preview .hsh-gift-coupons .gift-coupons-style-package .gift-coupons-package .hsh-gift-coupons-img {
            width: 100%;
            height: 100%;
            position: relative;
            left: 0;
            top: 0;
            z-index: 1;
            border-radius: 8px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-gradient-back-title-box {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        background: linear-gradient(to right, rgba(248, 170, 82, 0), rgba(255, 197, 120, 0.2), rgba(248, 170, 82, 0));
        margin-bottom: 10px; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gradient-back-title-box .hsh-gradient-back-title {
          color: #F8AA52;
          font-size: 17px;
          font-weight: bold; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-gradient-back-title-box .hsh-gradient-back-explain {
          color: #F8AA52;
          font-size: 11px; }
      .hsh-index-component .hsh-app .hsh-preview .hsh-round-back-title {
        position: relative;
        z-index: 2; }
        .hsh-index-component .hsh-app .hsh-preview .hsh-round-back-title::after {
          content: '';
          position: absolute;
          left: -3px;
          bottom: 0;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          z-index: -1;
          background: linear-gradient(to right, rgba(255, 242, 211, 0.4), rgba(255, 243, 237, 0.4)); }
        .hsh-index-component .hsh-app .hsh-preview .hsh-round-back-title::before {
          content: '';
          position: absolute;
          left: 50px;
          top: -1px;
          width: 23px;
          height: 23px;
          border-radius: 50%;
          z-index: -1;
          background: linear-gradient(to right, rgba(255, 242, 211, 0.4), rgba(255, 243, 237, 0.4)); }
    .hsh-index-component .hsh-app .hsh-attribute {
      position: absolute;
      left: 450px;
      top: 50px;
      bottom: 10px;
      width: calc(100% - 480px);
      background-color: #fff;
      border: 1px solid #E8E8E8;
      padding: 0 15px;
      box-sizing: border-box; }
      .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-angle {
        width: 10px;
        height: 10px;
        border: 1px solid #ccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        left: -7px;
        top: 20px;
        background: white;
        transform: rotate(-45deg); }
      .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box {
        height: 100%; }
        .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-title {
          height: 52px;
          line-height: 52px;
          margin-bottom: 14px;
          font-size: 12px;
          font-weight: bolder;
          color: #333;
          border-bottom: 1px solid #eee;
          font-family: "微软雅黑";
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-title .hsh-attr-save-btn {
            height: 32px;
            line-height: 32px;
            width: 72px;
            color: #fff;
            background-color: #1989FA;
            border-color: #1989FA;
            font-weight: 400;
            text-align: center;
            cursor: pointer;
            font-size: 12px;
            border-radius: 4px;
            display: inline-block; }
        .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail {
          width: 100%;
          max-height: calc(100% - 80px);
          overflow-y: scroll; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style {
            display: flex;
            align-items: center; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item {
              width: 120px;
              height: 84px;
              position: relative;
              margin-right: 10px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item:last-child {
                margin-right: 0; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item:hover .switch-style-choose {
                display: flex; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .style-show {
                width: 100%;
                height: 100%; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .style-checked {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 100%;
                border: 1px solid #1989FA;
                z-index: 15;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                display: none; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .style-checked.active {
                  display: inline-block; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .style-checked img {
                  position: absolute;
                  right: -1px;
                  bottom: -1px;
                  height: 20px;
                  width: 32px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .switch-style-choose {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
                z-index: 20;
                background-color: rgba(0, 0, 0, 0.5);
                display: none;
                justify-content: center;
                align-items: center; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .switch-style-choose .choose-btn {
                  background-color: #2d8cf0;
                  color: #fff;
                  white-space: nowrap;
                  text-align: center;
                  border-radius: 2px;
                  height: 30px;
                  line-height: 30px;
                  padding: 0 10px;
                  font-size: 12px;
                  display: inline-block;
                  margin: 0 5px;
                  cursor: pointer; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-style .switch-style-item .switch-style-choose .default {
                  background-color: #009688; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item {
            margin: 15px 0; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .label {
              vertical-align: middle;
              font-size: 12px;
              color: #000;
              line-height: 1;
              padding: 10px 0 10px 0;
              width: 70px;
              box-sizing: border-box;
              flex-shrink: 0;
              text-align: left; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-select {
              flex-grow: 1;
              height: 30px;
              flex-shrink: unset; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options {
              display: flex;
              align-items: center; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .show_size {
                width: 80px;
                color: #222;
                font-size: 2px;
                text-align: center;
                margin-top: 5px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option {
                margin-right: 10px;
                font-size: 12px;
                vertical-align: middle;
                display: flex;
                align-items: center;
                position: relative;
                white-space: nowrap;
                cursor: pointer; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option input {
                  padding: 0 15px;
                  width: 350px;
                  height: 36px;
                  background-color: white;
                  border: 0.5px solid #dadada; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option .radio {
                  margin-right: 2px;
                  width: 14px;
                  height: 14px;
                  border: 1px solid #666;
                  border-radius: 50%;
                  position: relative; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option .radio span {
                    display: none;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    position: absolute;
                    top: 2px;
                    left: 2px;
                    color: #2d8cf0;
                    background-color: #2d8cf0; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option .radio.active span {
                    display: inline-block; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option .checked {
                  margin-right: 2px;
                  width: 14px;
                  height: 14px;
                  border: 1px solid #666;
                  position: relative; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option .checked span {
                    display: none;
                    width: 8px;
                    height: 8px;
                    position: absolute;
                    top: 2px;
                    left: 2px;
                    color: #2d8cf0;
                    background-color: #2d8cf0; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .hsh-options .hsh-option .checked.active span {
                    display: inline-block; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item .switch-item-add {
              padding: 5px 25px;
              font-size: 12px;
              border-radius: 6px;
              border: 1px solid #eee; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-item-items {
            display: flex;
            align-items: flex-start; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first {
            margin: 15px 0; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .label {
              vertical-align: middle;
              font-size: 12px;
              color: #000;
              line-height: 1;
              padding: 10px 0 10px 0;
              width: 70px;
              box-sizing: border-box;
              flex-shrink: 0;
              text-align: left; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box {
              width: 100%;
              box-sizing: border-box;
              padding: 16px;
              border: 1px solid #E8E8E8; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options {
                margin-bottom: 15px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options input {
                  width: 350px;
                  height: 36px;
                  font-size: 12px;
                  padding: 0 10px;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  color: #333;
                  border: 1px solid #DADADA; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options .hsh-option {
                  width: 155px;
                  height: 38px;
                  display: flex;
                  align-items: center;
                  border: 1px solid #DADADA;
                  box-sizing: border-box;
                  padding: 2px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options .hsh-option .coupon_left {
                    height: 32px;
                    width: 12px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options .hsh-option .name {
                    height: 32px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 75px;
                    background-color: #FFE9EC;
                    line-height: 32px;
                    color: #ff2442;
                    font-size: 12px;
                    text-align: left;
                    padding: 0 5px 0 2px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options .hsh-option .coupon_right {
                    height: 32px;
                    width: 31px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_first .new_gift_first_box .hsh-options .hsh-option .exchange {
                    width: 32px;
                    height: 32px; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons {
            margin: 15px 0; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .label {
              vertical-align: middle;
              font-size: 12px;
              color: #000;
              line-height: 1;
              padding: 10px 0 10px 0;
              width: 70px;
              box-sizing: border-box;
              flex-shrink: 0;
              text-align: left; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options {
              margin-bottom: 15px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options input {
                width: 350px;
                height: 36px;
                font-size: 12px;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                color: #333;
                border: 1px solid #DADADA; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options .hsh-option {
                width: 155px;
                height: 38px;
                display: flex;
                align-items: center;
                border: 1px solid #DADADA;
                box-sizing: border-box;
                padding: 2px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options .hsh-option .coupon_left {
                  height: 32px;
                  width: 12px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options .hsh-option .name {
                  height: 32px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  width: 75px;
                  background-color: #FFE9EC;
                  line-height: 32px;
                  color: #ff2442;
                  font-size: 12px;
                  text-align: left;
                  padding: 0 5px 0 2px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options .hsh-option .coupon_right {
                  height: 32px;
                  width: 31px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .select_coupons .select_coupons_box .hsh-options .hsh-option .exchange {
                  width: 32px;
                  height: 32px; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package {
            margin: 15px 0; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .label {
              vertical-align: middle;
              font-size: 12px;
              color: #000;
              line-height: 1;
              padding: 10px 0 10px 0;
              width: 70px;
              box-sizing: border-box;
              flex-shrink: 0;
              text-align: left; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box {
              width: 100%;
              box-sizing: border-box;
              padding: 16px;
              border: 1px solid #E8E8E8;
              display: flex;
              flex-wrap: wrap; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options {
                width: calc(50% - 16px);
                margin-bottom: 15px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options input {
                  width: 200px;
                  height: 36px;
                  font-size: 12px;
                  padding: 0 10px;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  color: #333;
                  border: 1px solid #DADADA; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option {
                  display: flex;
                  align-items: center;
                  flex-wrap: wrap; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .hsh-coupons {
                    width: 155px;
                    height: 38px;
                    display: flex;
                    align-items: center;
                    border: 1px solid #DADADA;
                    box-sizing: border-box;
                    padding: 2px;
                    margin-right: 16px;
                    margin-bottom: 5px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .hsh-coupons .coupon_left {
                      height: 32px;
                      width: 12px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .hsh-coupons .name {
                      height: 32px;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      white-space: nowrap;
                      width: 75px;
                      background-color: #FFE9EC;
                      line-height: 32px;
                      color: #ff2442;
                      font-size: 12px;
                      text-align: left;
                      padding: 0 5px 0 2px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .hsh-coupons .coupon_right {
                      height: 32px;
                      width: 31px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .hsh-coupons .exchange {
                      width: 32px;
                      height: 32px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .hsh-coupons .del {
                      width: 24px;
                      height: 24px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .new_gift_package .new_gift_package_box .hsh-options .hsh-option .switch-data-add {
                    height: 36px;
                    line-height: 36px;
                    border: 0.5px solid #1989fa;
                    padding: 0 25px;
                    font-size: 12px;
                    color: #1989FA; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner {
            display: flex;
            align-items: flex-start;
            margin: 10px 0;
            flex-flow: column; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options {
              display: flex;
              align-items: center;
              width: 100%;
              padding: 10px;
              border: 1px solid #eee;
              margin-bottom: 10px;
              position: relative; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-left {
                width: 110px;
                margin-right: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-left .hsh-switch-data-upload-size {
                  color: #999;
                  margin-top: 4px;
                  font-size: 12px;
                  line-height: 32px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right {
                width: 100%;
                display: flex;
                flex-wrap: wrap; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box {
                  width: calc(50% - 8px);
                  margin-right: 10px;
                  margin-bottom: 15px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box:nth-child(2n) {
                    margin-right: 0; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box .label {
                    color: black;
                    font-size: 12px;
                    text-align: left;
                    margin-bottom: 10px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box .hsh-switch-data-input-choose {
                    width: 100%;
                    height: 36px;
                    display: flex; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box .hsh-switch-data-input-choose .choose_link {
                      cursor: pointer;
                      border-right: 1px solid #e6e6e6;
                      border-top: 1px solid #e6e6e6;
                      border-bottom: 1px solid #e6e6e6;
                      width: 60px;
                      line-height: 36px;
                      text-align: center;
                      color: #222;
                      font-size: 12px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box .hsh-switch-data-input {
                    width: 100%;
                    height: 36px;
                    border: 1px solid #e6e6e6;
                    line-height: 36px;
                    padding: 0 10px;
                    box-sizing: border-box; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-del {
                display: flex;
                position: absolute;
                top: 0;
                right: 0;
                height: 22px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-del .control-btn {
                  width: 22px;
                  height: 22px;
                  margin-left: 2px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .hsh-options .hsh-switch-data-del .control-btn img {
                    width: 22px;
                    height: 22px; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-banner .switch-data-add {
              height: 36px;
              line-height: 36px;
              border: 0.5px solid #1989fa;
              padding: 0 25px;
              font-size: 12px;
              color: #1989FA; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live {
            display: flex;
            align-items: flex-start;
            margin: 10px 0;
            flex-flow: column; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options {
              display: flex;
              align-items: center;
              width: 100%;
              padding: 10px;
              border: 1px solid #eee;
              margin-bottom: 10px;
              position: relative; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-options-control {
                position: absolute;
                right: 0;
                top: 0;
                display: flex;
                align-items: center; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-options-control .control-btn {
                  width: 22px;
                  height: 22px;
                  margin-left: 2px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-left {
                width: 100px;
                margin-right: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-left .hsh-switch-data-upload-size {
                  color: #999;
                  margin-top: 4px;
                  font-size: 12px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-right {
                width: 100%;
                display: flex;
                height: 100px;
                flex-flow: column;
                justify-content: center; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-right .label {
                  font-size: 12px;
                  color: #000;
                  flex-shrink: 0;
                  margin-bottom: 10px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-right .hsh-switch-data-input-choose {
                  width: 100%;
                  height: 36px;
                  display: flex; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-right .hsh-switch-data-input-choose .choose_link {
                    cursor: pointer;
                    border-right: 1px solid #e6e6e6;
                    border-top: 1px solid #e6e6e6;
                    border-bottom: 1px solid #e6e6e6;
                    width: 60px;
                    line-height: 36px;
                    text-align: center;
                    color: #222;
                    font-size: 12px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-right .hsh-switch-data-input {
                  width: 100%;
                  height: 36px;
                  border: 1px solid #e6e6e6;
                  line-height: 36px;
                  padding: 0 10px;
                  box-sizing: border-box; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-del {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                flex-shrink: 0; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .hsh-options .hsh-switch-data-del img {
                  width: 30px;
                  height: 30px;
                  margin-left: 10px; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-live .switch-data-add {
              font-size: 12px;
              border-radius: 6px;
              border: 1px solid #eee;
              width: 120px;
              text-align: center;
              line-height: 30px; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data {
            display: flex;
            align-items: flex-start;
            margin: 10px 0;
            flex-flow: column; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options {
              display: flex;
              align-items: center;
              width: 100%;
              padding: 10px;
              border: 1px solid #eee;
              margin-bottom: 10px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-left {
                width: 100px;
                margin-right: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-flow: column; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-left .hsh-switch-data-upload-size {
                  color: #999;
                  margin-top: 4px;
                  font-size: 12px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-label {
                font-size: 12px;
                color: #495060;
                width: 40px;
                flex-shrink: 0; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right {
                width: 100%;
                display: flex;
                height: 100px;
                flex-flow: column;
                justify-content: space-around; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-checked {
                  display: flex;
                  align-items: center; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-checked > div {
                    display: flex;
                    align-items: center;
                    font-size: 12px;
                    color: #333;
                    margin-right: 10px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-checked > div .checked {
                      margin-right: 5px;
                      width: 14px;
                      height: 14px;
                      border: 1px solid #666;
                      position: relative; }
                      .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-checked > div .checked span {
                        display: none;
                        width: 8px;
                        height: 8px;
                        position: absolute;
                        top: 2px;
                        left: 2px;
                        color: #2d8cf0;
                        background-color: #2d8cf0; }
                      .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-checked > div .checked.active span {
                        display: inline-block; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-selected {
                  width: 100%;
                  height: 30px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-right .hsh-switch-data-input-box .hsh-switch-data-input {
                  width: 100%;
                  height: 30px;
                  border: 1px solid #e6e6e6;
                  line-height: 30px;
                  padding: 0 10px;
                  box-sizing: border-box; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-del {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                flex-shrink: 0; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .hsh-options .hsh-switch-data-del img {
                  width: 30px;
                  height: 30px;
                  margin-left: 10px; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-data .switch-data-add {
              height: 36px;
              line-height: 36px;
              border: 0.5px solid #1989fa;
              padding: 0 25px;
              font-size: 12px;
              color: #1989FA; }
          .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods {
            margin-top: 10px;
            margin-bottom: 10px; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .label {
              margin-bottom: 10px;
              color: #000;
              font-size: 12px; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .label span {
                color: #666; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box {
              display: flex;
              flex-wrap: wrap;
              align-items: flex-start;
              width: 100%; }
              .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options {
                display: flex;
                align-items: center;
                width: calc(50% - 16px);
                padding: 10px;
                border: 1px solid #E8E8E8;
                margin-right: 16px;
                margin-bottom: 10px;
                position: relative; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options:nth-child(2n) {
                  margin-right: 0; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-left {
                  width: 100px;
                  margin-right: 10px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  flex-flow: column; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-left .hsh-switch-data-upload-size {
                    color: #999;
                    margin-top: 4px;
                    font-size: 12px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-label-box {
                  height: 100px;
                  display: flex;
                  flex-flow: column;
                  justify-content: center; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-label-box .hsh-switch-data-label {
                    font-size: 12px;
                    color: #495060;
                    flex-shrink: 0;
                    line-height: 20px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-label-box .price {
                    color: #888888;
                    font-size: 12px;
                    text-align: left;
                    margin-top: 6px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-del {
                  display: flex;
                  position: absolute;
                  top: 0;
                  right: 0;
                  height: 22px; }
                  .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-del .control-btn {
                    width: 22px;
                    height: 22px;
                    margin-left: 2px; }
                    .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-del .control-btn img {
                      width: 22px;
                      height: 22px; }
                .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-goods-box .hsh-options .hsh-switch-data-long-add {
                  width: 80px;
                  text-align: center;
                  line-height: 30px;
                  font-size: 12px;
                  border-radius: 6px;
                  border: 1px solid #eee; }
            .hsh-index-component .hsh-app .hsh-attribute .hsh-attr-box .hsh-attr-detail .switch-goods .switch-data-add {
              height: 36px;
              line-height: 36px;
              border: 0.5px solid #1989fa;
              width: 72px;
              text-align: center;
              font-size: 12px;
              color: #1989FA; }
  .hsh-index-component .hsh-app-btn {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 376px;
    height: 56px;
    background-color: #fff;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hsh-index-component .hsh-app-btn .hsh-btn-page {
      width: 72px;
      height: 32px;
      margin: 0 8px;
      color: #333;
      background-color: #fff;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      white-space: nowrap;
      line-height: 32px;
      user-select: none;
      font-size: 12px;
      border: 1px solid #e8e8e8; }
      .hsh-index-component .hsh-app-btn .hsh-btn-page.active {
        background-color: #1989FA;
        color: #fff;
        border: 1px solid #1989FA; }

.backgroundColorSetting {
  display: flex;
  align-items: center;
  padding-left: 8px;
  width: 179px;
  height: 32px;
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(218, 218, 218, 0.5);
  border: 1px solid #1989fa; }
  .backgroundColorSetting .backgroundColor {
    width: 24px;
    height: 20px;
    border: 1px solid #dadada; }
  .backgroundColorSetting .backgroundLabel {
    color: #333;
    font-size: 12px;
    margin-left: 6px; }
  .backgroundColorSetting .backgroundInput {
    width: 60px; }
  .backgroundColorSetting .background-edit-btn {
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-image: url("../images/diy/ic_edit.png"); }
    .backgroundColorSetting .background-edit-btn.submit {
      background-image: url("../images/diy/ic_submit.png"); }

.home-page .home-header {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 26px;
  padding-left: 16px;
  font-weight: 700; }
.home-page .grid {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex; }
  .home-page .grid.user .grid-item {
    height: 100px; }
  .home-page .grid .grid-item {
    width: 25%;
    height: 116px;
    background: #FFF;
    margin-left: 10px; }
    .home-page .grid .grid-item .grid-item-title {
      margin-left: 16px;
      margin-top: 16px;
      margin-bottom: 8px;
      font-size: 12px;
      color: #333; }
    .home-page .grid .grid-item .grid-item-num {
      color: #1989FA;
      font-size: 22px;
      margin-left: 16px;
      margin-bottom: 12px; }
      .home-page .grid .grid-item .grid-item-num.grid-item-price {
        color: #D0021B; }
    .home-page .grid .grid-item .grid-item-footer {
      display: flex;
      padding-left: 16px;
      padding-right: 16px;
      justify-content: space-between; }
      .home-page .grid .grid-item .grid-item-footer .footer-left {
        display: flex; }
        .home-page .grid .grid-item .grid-item-footer .footer-left .left-text {
          color: #999999;
          font-size: 12px; }
        .home-page .grid .grid-item .grid-item-footer .footer-left .left-num {
          color: #333333;
          font-size: 12px; }
      .home-page .grid .grid-item .grid-item-footer .footer-right {
        display: flex; }
        .home-page .grid .grid-item .grid-item-footer .footer-right .right-text {
          color: #999999;
          font-size: 12px; }
        .home-page .grid .grid-item .grid-item-footer .footer-right .right-num {
          padding-left: 10px;
          color: #333333;
          font-size: 12px; }
          .home-page .grid .grid-item .grid-item-footer .footer-right .right-num.right-num-up {
            color: #38BD61;
            font-size: 12px;
            background: url(../images/ic_home_increase.png) no-repeat;
            background-size: 5px 10px;
            background-position: 0px 4px;
            padding-left: 10px; }
          .home-page .grid .grid-item .grid-item-footer .footer-right .right-num.right-num-dowm {
            color: #D0021B;
            font-size: 12px;
            background: url(../images/ic_home_decrease.png) no-repeat;
            background-size: 5px 10px;
            background-position: 0px 4px;
            padding-left: 10px; }
.home-page .items {
  background-color: #fff;
  display: flex;
  margin-left: 10px; }
  .home-page .items .item {
    width: 20%;
    position: relative; }
    .home-page .items .item .item-title {
      margin-left: 16px;
      margin-top: 16px;
      margin-bottom: 8px;
      font-size: 12px;
      color: #333; }
    .home-page .items .item .item-num {
      color: #1989FA;
      font-size: 22px;
      margin-left: 16px;
      margin-bottom: 12px; }
      .home-page .items .item .item-num.links {
        cursor: pointer; }
    .home-page .items .item .item-button {
      background-color: #1989FA;
      color: #FFF;
      font-size: 13px;
      width: 60px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      margin-left: 16px;
      margin-bottom: 20px; }
    .home-page .items .item::after {
      content: "";
      width: 1px;
      background: #D0D0D0;
      height: 30px;
      position: absolute;
      top: 27px;
      right: 36px; }
    .home-page .items .item:last-child::after {
      content: "";
      display: none; }
.home-page .grid-menu {
  background-color: #fff;
  display: flex;
  margin-left: 10px;
  flex-wrap: wrap; }
  .home-page .grid-menu .menu {
    width: 25%;
    height: 60px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .home-page .grid-menu .menu .menu-icon {
      width: 28px;
      height: 28px;
      margin-right: 12px;
      background-color: #1989FA;
      border-radius: 28px;
      background-size: 100%; }
      .home-page .grid-menu .menu .menu-icon.icon-order {
        background-image: url("../images/ic_fun_order.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-cash {
        background-image: url("../images/ic_fun_cash.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-comment {
        background-image: url("../images/ic_fun_comment.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-complain {
        background-image: url("../images/ic_fun_complain.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-feedback {
        background-image: url("../images/ic_fun_feedback.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-note {
        background-image: url("../images/ic_fun_note.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-reply {
        background-image: url("../images/ic_fun_reply.png"); }
      .home-page .grid-menu .menu .menu-icon.icon-evaluate {
        background-image: url("../images/ic_fun_evaluate.png"); }
    .home-page .grid-menu .menu .menu-text {
      font-size: 13px;
      color: #333; }
.home-page .grid-chart {
  display: flex;
  margin-left: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .home-page .grid-chart .item-chart {
    width: calc(50% - 13px); }
    .home-page .grid-chart .item-chart:nth-child(even) {
      margin-left: 13px; }
    .home-page .grid-chart .item-chart:nth-child(odd) {
      margin-right: 13px; }
    .home-page .grid-chart .item-chart .chart-title {
      font-size: 16px;
      color: #333;
      margin-bottom: 10px;
      margin-top: 26px;
      font-weight: 700; }
    .home-page .grid-chart .item-chart .content-chart {
      background-color: #fff;
      display: inline-block;
      width: 100%;
      height: 500px; }
      .home-page .grid-chart .item-chart .content-chart .tab-items {
        margin-top: 30px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center; }
        .home-page .grid-chart .item-chart .content-chart .tab-items.left {
          margin-left: 20px;
          justify-content: flex-start; }
        .home-page .grid-chart .item-chart .content-chart .tab-items .tab-item {
          width: 76px;
          height: 24px;
          font-size: 13px;
          color: #606266;
          text-align: center;
          line-height: 24px;
          border: #DADADA 1px solid;
          cursor: pointer;
          margin-left: -1px; }
          .home-page .grid-chart .item-chart .content-chart .tab-items .tab-item.active {
            color: #fff;
            background: #1989FA;
            border: solid 1px #1989FA; }
            .home-page .grid-chart .item-chart .content-chart .tab-items .tab-item.active.icon-chart {
              width: 40px;
              height: 32px;
              background: #1989FA;
              border: solid 1px #1989FA;
              background-image: url("../images/ic_statistics_chart.png");
              background-size: 16px;
              background-repeat: no-repeat;
              background-position: center; }
            .home-page .grid-chart .item-chart .content-chart .tab-items .tab-item.active.icon-table {
              width: 40px;
              height: 32px;
              background: #1989FA;
              border: solid 1px #1989FA;
              background-image: url("../images/ic_statistics_table.png");
              background-size: 16px;
              background-repeat: no-repeat;
              background-position: center; }
          .home-page .grid-chart .item-chart .content-chart .tab-items .tab-item.icon-chart {
            width: 40px;
            height: 32px;
            background-color: #EFF3F6;
            border: solid 1px #D8DCE6;
            background-image: url("../images/ic_statistics_chart_gray.png");
            background-size: 16px;
            background-repeat: no-repeat;
            background-position: center; }
          .home-page .grid-chart .item-chart .content-chart .tab-items .tab-item.icon-table {
            width: 40px;
            height: 32px;
            background-color: #EFF3F6;
            border: solid 1px #D8DCE6;
            background-image: url("../images/ic_statistics_table_gray.png");
            background-size: 16px;
            background-repeat: no-repeat;
            background-position: center; }
      .home-page .grid-chart .item-chart .content-chart .chart {
        width: 100%;
        height: calc(100% - 100px); }

/*# sourceMappingURL=style.css.map */
