@charset "UTF-8";
/**
 * 产品页
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
@keyframes img-hover {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-moz-keyframes img-hover /* Firefox */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-webkit-keyframes img-hover /* Safari 和 Chrome */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
@-o-keyframes img-hover /* Opera */ {
  0% {
    background-size: cover; }
  5% {
    background-size: 100.25%; }
  10% {
    background-size: 100.5%; }
  15% {
    background-size: 100.75%; }
  20% {
    background-size: 101%; }
  25% {
    background-size: 101.25%; }
  30% {
    background-size: 101.5%; }
  35% {
    background-size: 101.75%; }
  40% {
    background-size: 102%; }
  45% {
    background-size: 102.25%; }
  50% {
    background-size: 102.5%; }
  55% {
    background-size: 102.75%; }
  60% {
    background-size: 103%; }
  65% {
    background-size: 103.25%; }
  70% {
    background-size: 103.5%; }
  75% {
    background-size: 103.75%; }
  80% {
    background-size: 104%; }
  85% {
    background-size: 104.25%; }
  90% {
    background-size: 104.5%; }
  95% {
    background-size: 104.75%; }
  100% {
    background-size: 105%; } }
.hy-container .hy-place {
  height: 70px;
  line-height: 70px; }
  .hy-container .hy-place .hy-item {
    font-size: 15px; }
  .hy-container .hy-place .icon-angle-right {
    display: inline-block;
    font-size: 16px;
    margin: 0 3px; }
.hy-container .hy-product-detail .hy-panel {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }
  .hy-container .hy-product-detail .hy-panel .hy-l {
    background: white;
    border: 1px solid #eee;
    min-height: 540px;
    width: 820px; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-title {
      text-align: left;
      padding: 20px 40px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-title h1 {
        font-size: 20px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-title p {
        color: #999;
        margin-top: 5px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-title #hy-title-tip span {
        display: inline-block;
        border: 1px solid #e03636;
        color: #e03636;
        font-size: 12px;
        padding: 3px 15px;
        margin-top: 5px;
        margin-right: 10px;
        letter-spacing: 1px;
        border-radius: 3px; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-info {
      background: #f7f7f7;
      padding: 0 40px;
      height: 76px;
      background: url("/Public/Home/img/detail/price.png") no-repeat center;
      background-size: cover;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-type {
        align-self: center;
        font-weight: bold;
        color: #626262; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-type .hy-price-tip {
          display: inline-block;
          background: #fd9425;
          color: white;
          font-size: 12px;
          padding: 3px 15px;
          margin-top: 5px;
          margin-left: 10px;
          letter-spacing: 1px;
          border-radius: 3px; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-type span {
          color: #e03636;
          font-size: 18px;
          margin-left: 10px; }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-type span b {
            font-size: 26px;
            font-weight: bold; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-data {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-data .hy-tip {
          align-self: center;
          padding: 0 20px; }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-data .hy-tip .hy-num {
            font-size: 20px;
            color: #91a7c2; }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-info .hy-data .hy-tip .hy-describe {
            font-size: 12px;
            color: #91a7c2; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose {
      padding: 20px 40px 5px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        line-height: 34px; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line:first-child {
          margin-top: 0; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line .hy-choose-name {
          width: 90px;
          overflow: hidden;
          color: #626262;
          font-weight: bold;
          text-align: left; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line .hy-choose-type {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          justify-content: flex-start;
          width: calc(100% - 90px); }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line .hy-choose-type .hy-item {
            padding: 0 30px;
            border: 1px solid #dfdfdf;
            box-sizing: border-box;
            margin-right: 15px;
            margin-bottom: 15px;
            cursor: pointer;
            transition: border .2s;
            font-size: 13px;
            min-width: 114px; }
            .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line .hy-choose-type .hy-item:hover {
              border: 1px solid #e03636;
              background: url("/Public/Home/img/pay/pay_2.png") no-repeat top right;
              background-size: 17px; }
            .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .hy-line .hy-choose-type .hy-item.active {
              border: 1px solid #e03636;
              background: url("/Public/Home/img/pay/pay_2.png") no-repeat top right;
              background-size: 17px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-wrapper {
        margin-bottom: 15px;
        min-width: 114px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric {
        border: 1px solid #e03636;
        background: white;
        color: #333; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric .button {
          background-color: white; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric .label {
        line-height: 36px;
        font-size: 13px;
        height: unset; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items {
        min-width: 114px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items ul, .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items li {
        font-size: 13px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items li {
        padding: 9px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items li.highlighted {
        background: #e03636;
        color: white; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items li:hover {
        background: #e03636;
        color: white; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-choose .selectric-items {
        background: white; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-line-space {
      width: 100%;
      border-bottom: 1px solid #eee; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate-online {
      display: none; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate {
      padding: 20px 40px; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        justify-content: flex-start; }
        .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box .hy-btn {
          height: 40px;
          line-height: 40px;
          padding: 0 25px;
          font-size: 16px;
          border: 1px solid #e03636;
          color: #e03636;
          margin-right: 30px;
          cursor: pointer;
          transition: all .2s; }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box .hy-btn span {
            margin-left: 3px;
            font-size: 12px; }
            .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box .hy-btn span b {
              font-size: 17px; }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box .hy-btn:hover {
            background: #e03636;
            color: white; }
          .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box .hy-btn.active {
            background: #e03636;
            color: white; }
            .hy-container .hy-product-detail .hy-panel .hy-l .hy-operate .hy-operate-box .hy-btn.active:hover {
              background: #ff3f3f; }
    .hy-container .hy-product-detail .hy-panel .hy-l .hy-remark {
      text-align: left;
      margin-top: 15px;
      color: #999; }
      .hy-container .hy-product-detail .hy-panel .hy-l .hy-remark img {
        vertical-align: text-top;
        margin-right: 3px;
        width: 15px;
        height: 15px; }
  .hy-container .hy-product-detail .hy-panel .hy-r {
    width: calc(100% - 850px);
    border: 1px solid #eee;
    background: white;
    max-height: 540px;
    overflow: hidden; }
    .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab {
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center; }
      .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item {
        position: relative;
        width: 50%;
        height: 55px;
        line-height: 55px;
        font-size: 15px;
        font-weight: bold;
        color: #626262;
        cursor: pointer;
        background: #f5f5f5;
        box-sizing: border-box; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item:last-child {
          border-right: none; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item .active-icon {
          display: none;
          position: absolute;
          border-bottom: 2px solid #e03636;
          width: 100%;
          bottom: 0; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item .active-icon span {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #e03636;
            position: absolute;
            left: 50%;
            margin-left: -4px; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item:hover {
          background: white;
          color: #e03636; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item:hover .active-icon {
            display: block; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item.active {
          background: white;
          color: #e03636; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-tab .hy-item.active .active-icon {
            display: block; }
    .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person img {
      margin-top: 40px;
      height: 130px;
      width: 130px; }
    .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person h1 {
      font-size: 20px;
      margin: 3px 0; }
    .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person p {
      color: #999;
      font-size: 15px; }
    .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line {
      text-align: left;
      color: #999;
      margin-top: 40px; }
      .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        border-top: 1px solid #eee;
        font-size: 15px;
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item .hy-title img {
          margin-top: 0;
          height: 19px;
          width: 19px;
          vertical-align: sub;
          margin-right: 10px; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item .hy-describe {
          color: #e03636;
          font-weight: bold; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item .hy-btn {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          padding: 0 30px;
          border: 1px solid #e03636;
          color: #e03636;
          cursor: pointer;
          margin: 30px 0; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item .hy-btn:hover {
            background: #e03636;
            color: white; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item .hy-btn.active {
            background: #e03636;
            color: white; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-content .hy-person .hy-line .hy-item .hy-btn.active:hover {
              background: #ff3f3f; }
    .hy-container .hy-product-detail .hy-panel .hy-r .hy-list {
      display: none; }
      .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        justify-content: space-between;
        padding: 38px 20px;
        border-bottom: 1px solid #eee; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item:last-child {
          border-bottom: none; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-img {
          height: 80px;
          width: 80px;
          margin-right: 10px;
          vertical-align: middle; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          justify-content: flex-start; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info .hy-person-info {
            text-align: left;
            align-self: center; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info .hy-person-info h1 {
              font-size: 15px; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info .hy-person-info .hy-work {
              color: #999;
              margin-top: 8px; }
              .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info .hy-person-info .hy-work span {
                color: #e03636;
                font-weight: bold; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info .hy-person-info .hy-btn {
              background: #e03636;
              font-size: 13px;
              color: white;
              padding: 5px 5px;
              text-align: center;
              border-radius: 3px;
              margin-top: 11px;
              cursor: pointer; }
              .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-info .hy-person-info .hy-btn:hover {
                background: #ff3f3f; }
        .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-operate {
          align-self: center; }
          .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-operate .hy-btn {
            display: block;
            height: 28px;
            line-height: 28px;
            padding: 0 12px;
            border: 1px solid #e03636;
            color: #e03636;
            cursor: pointer;
            margin-bottom: 17px; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-operate .hy-btn:last-child {
              margin-bottom: 0; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-operate .hy-btn:hover {
              background: #e03636;
              color: white; }
            .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-operate .hy-btn.active {
              background: #e03636;
              color: white; }
              .hy-container .hy-product-detail .hy-panel .hy-r .hy-list .hy-item .hy-item-operate .hy-btn.active:hover {
                background: #ff3f3f; }
.hy-container .hy-product-detail .hy-product-info {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px; }
  .hy-container .hy-product-detail .hy-product-info .hy-r {
    width: 220px;
    border: 1px solid #eee;
    padding: 0 20px;
    box-sizing: border-box;
    align-self: flex-start; }
    .hy-container .hy-product-detail .hy-product-info .hy-r h1 {
      font-size: 16px;
      padding: 15px 0;
      color: #e03636;
      text-align: left;
      border-bottom: 1px solid #eee; }
      .hy-container .hy-product-detail .hy-product-info .hy-r h1 img {
        vertical-align: text-bottom;
        margin-right: 10px; }
    .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item {
      display: block;
      margin-top: 20px;
      overflow: hidden; }
      .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item:hover .hy-img {
        animation: img-hover 0.15s;
        -moz-animation: img-hover 0.15s;
        /* Firefox */
        -webkit-animation: img-hover 0.15s;
        /* Safari 和 Chrome */
        -o-animation: img-hover 0.15s;
        /* Opera */
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards; }
      .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item:last-child {
        margin-bottom: 20px; }
      .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item .hy-img {
        width: 180px;
        height: 140px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item .hy-row {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        margin: 3px 0; }
        .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item .hy-row .hy-name {
          font-weight: bold; }
        .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item .hy-row .hy-describe {
          color: #999; }
      .hy-container .hy-product-detail .hy-product-info .hy-r .hy-line .hy-item .hy-price {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #e03636; }
  .hy-container .hy-product-detail .hy-product-info .hy-l {
    width: calc(100% - 240px); }
    .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab {
      height: 50px;
      line-height: 50px;
      background: #f7f7f7;
      display: -webkit-flex;
      /* 新版本语法: Chrome 21+ */
      display: -webkit-box;
      /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
      display: -moz-box;
      /* 老版本语法: Firefox (buggy) */
      display: -ms-flexbox;
      /* 混合版本语法: IE 10 */
      display: flex;
      /* 新版本语法: Opera 12.1, Firefox 22+ */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      justify-content: flex-start; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab.hy-fixed {
        position: fixed;
        width: 938px;
        z-index: 2;
        top: 0; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab .hy-item {
        font-size: 15px;
        font-weight: bold;
        padding: 0 30px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab .hy-item.active {
          color: #e03636;
          background: white;
          border-right: 1px solid #eee;
          border-left: 1px solid #eee; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab .hy-item.active:first-child {
            border-left: none; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab .hy-item.active:after {
            content: '';
            height: 2px;
            width: 100%;
            background: #e03636;
            position: absolute;
            top: 0;
            left: 0; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab .hy-item:hover {
          color: #e03636;
          background: white; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-tab .hy-item:hover:after {
            content: '';
            height: 2px;
            width: 100%;
            background: #e03636;
            position: absolute;
            top: 0;
            left: 0; }
    .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info {
      border: 1px solid #eee; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-info {
        padding: 30px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-info .hy-text {
          width: 100%;
          height: auto;
          text-align: left; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-info .hy-img {
          width: 100%; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-reason {
        padding: 40px 40px 60px;
        border-top: 1px solid #eee; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-reason h1 {
          display: inline-block;
          border-bottom: 2px solid #e03636;
          margin-bottom: 50px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-reason .hy-line {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-reason .hy-line .hy-item {
            width: 250px;
            padding: 20px;
            border: 1px solid #eee;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-sizing: border-box; }
            .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-reason .hy-line .hy-item img {
              margin-bottom: 20px; }
            .hy-container .hy-product-detail .hy-product-info .hy-l .hy-all-info .hy-reason .hy-line .hy-item p {
              color: #999;
              text-align: left;
              line-height: 2; }
    .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe {
      margin-top: 50px;
      border: 1px solid #eee; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        justify-content: flex-start;
        text-align: left;
        padding: 30px;
        border-bottom: 1px solid #eee; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row:last-child {
          border-bottom: none; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row img {
          height: 60px;
          width: 60px;
          margin-right: 20px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row .hy-describe h2 {
          font-size: 18px;
          margin-bottom: 3px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row .hy-describe p {
          color: #999;
          line-height: 2; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row .hy-btn {
          border: 1px solid #e03636;
          color: #e03636;
          padding: 5px 15px;
          margin-top: 5px;
          display: inline-block;
          cursor: pointer; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-safe .hy-line .hy-row .hy-btn:hover {
            color: white;
            background: #e03636; }
    .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment {
      margin-top: 50px;
      border: 1px solid #eee; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tab .hy-choose-type {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tab .hy-choose-type .hy-one {
          cursor: pointer;
          margin-right: 20px; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tab .hy-choose-type .hy-one input {
            margin-right: 3px; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tip {
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: -webkit-box;
        /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box;
        /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: flex;
        /* 新版本语法: Opera 12.1, Firefox 22+ */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        padding: 30px 30px 10px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tip .hy-tip-name {
          width: 100px;
          margin-top: 5px;
          text-align: left; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tip .hy-tip-content {
          width: calc(100% - 100px);
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          justify-content: flex-start; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-tip .hy-tip-content .hy-item {
            cursor: pointer;
            padding: 5px 15px;
            border: 1px solid #e03636;
            color: #e03636;
            margin-right: 20px;
            margin-bottom: 20px; }
      .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row {
        text-align: left;
        border-top: 1px solid #eee;
        padding: 30px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-star {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          justify-content: flex-start; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-star span {
            color: #999;
            margin-left: 10px;
            margin-top: -2px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-img {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          justify-content: flex-start; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-img .hy-item {
            margin: 10px 20px 10px 0;
            cursor: pointer; }
            .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-img .hy-item img {
              height: 40px;
              width: 40px; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-text {
          margin: 7px 0; }
        .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-user {
          display: -webkit-flex;
          /* 新版本语法: Chrome 21+ */
          display: -webkit-box;
          /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
          display: -moz-box;
          /* 老版本语法: Firefox (buggy) */
          display: -ms-flexbox;
          /* 混合版本语法: IE 10 */
          display: flex;
          /* 新版本语法: Opera 12.1, Firefox 22+ */
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: space-between;
          text-align: center;
          color: #999; }
          .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-user .hy-user-info {
            display: -webkit-flex;
            /* 新版本语法: Chrome 21+ */
            display: -webkit-box;
            /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
            display: -moz-box;
            /* 老版本语法: Firefox (buggy) */
            display: -ms-flexbox;
            /* 混合版本语法: IE 10 */
            display: flex;
            /* 新版本语法: Opera 12.1, Firefox 22+ */
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            text-align: center;
            justify-content: flex-start; }
            .hy-container .hy-product-detail .hy-product-info .hy-l .hy-comment .hy-comment-info .hy-row .hy-user .hy-user-info .hy-order {
              margin-left: 10px; }

.hy-foot-bottom {
  width: 100%;
  margin-top: 70px;
  border-bottom: 1px solid #eee; }

/*# sourceMappingURL=product.css.map */
