@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-right-s-bar {
  display: none;
  z-index: 999997;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out 0s; }
  .hy-right-s-bar .hy-item {
    height: 40px;
    width: 40px;
    background: white;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #eee;
    cursor: pointer; }
    .hy-right-s-bar .hy-item:last-child {
      border-bottom: none; }

.hy-right-bar {
  z-index: 999997;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: white;
  transition: all 0.2s;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2); }
  .hy-right-bar .hy-bar-item {
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: background .2s; }
    .hy-right-bar .hy-bar-item:last-child {
      border-bottom: none; }
    .hy-right-bar .hy-bar-item:hover {
      background: url("../../images/region_hm/left.png") no-repeat center;
      background-color: #c9302c; }
      .hy-right-bar .hy-bar-item:hover:last-child {
        background: white; }
        .hy-right-bar .hy-bar-item:hover:last-child .hy-bar-info {
          visibility: unset; }
      .hy-right-bar .hy-bar-item:hover .hy-bar-info {
        visibility: hidden; }
      .hy-right-bar .hy-bar-item:hover .hy-bar-extra {
        visibility: visible;
        opacity: inherit;
        transition: all .3s ease-in-out 0s;
        z-index: 999997; }
    .hy-right-bar .hy-bar-item .hy-bar-info {
      width: 65px; }
      .hy-right-bar .hy-bar-item .hy-bar-info .hy-bar-logo {
        display: inline-block; }
      .hy-right-bar .hy-bar-item .hy-bar-info .hy-bar-text {
        color: #e03636;
        font-size: 12px;
        text-align: center; }
    .hy-right-bar .hy-bar-item .hy-bar-extra {
      position: absolute;
      left: -270px;
      background: white;
      min-width: 250px;
      box-shadow: 1px 0 7px rgba(0, 0, 0, 0.2);
      transition: all .3s ease-in-out 0s;
      visibility: hidden;
      opacity: 0; }
      .hy-right-bar .hy-bar-item .hy-bar-extra .hy-bar-area {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 12px solid white;
        border-bottom: 10px solid transparent;
        position: absolute;
        z-index: 999999999;
        right: -12px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-call {
        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-around;
        text-align: center;
        flex-wrap: nowrap;
        padding: 15px 10px; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-call input {
          height: 33px;
          line-height: 33px;
          padding: 0 10px;
          width: 130px;
          border: 1px solid #eee;
          outline: none; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-call button {
          height: 33px;
          line-height: 33px;
          color: white;
          background: #e03636;
          border: none;
          outline: none;
          cursor: pointer;
          padding: 0 5px; }
          .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-call button:hover {
            background: #c9302c; }
      .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-cart {
        padding: 20px 60px; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-cart:hover span {
          color: #e03636; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-cart .hy-cart-logo {
          display: inline-block;
          margin-right: 5px;
          vertical-align: top; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-cart span {
          color: #666;
          font-size: 15px; }
      .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-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-around;
        text-align: center;
        flex-wrap: nowrap;
        border-bottom: 1px solid #eee; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-row:last-child {
          border-bottom: none; }
        .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-row .hy-extra-item {
          padding: 15px 20px;
          box-sizing: border-box;
          border-right: 1px solid #eee;
          text-align: center;
          flex: 1; }
          .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-row .hy-extra-item:hover .hy-extra-text {
            color: #e03636; }
          .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-row .hy-extra-item:last-child {
            border-right: none; }
          .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-row .hy-extra-item .hy-extra-logo {
            display: inline-block; }
          .hy-right-bar .hy-bar-item .hy-bar-extra .hy-extra-row .hy-extra-item .hy-extra-text {
            font-size: 13px;
            color: #666; }

/*
@media screen and (max-width: 1350px) {
  .hy-right-s-bar {
    display: block;
  }

  .hy-right-bar {
    display: none;
  }
}
@media screen and (min-width: 1351px) {
  .hy-right-s-bar {
    display: none;
  }

  .hy-right-bar {
    display: block;
  }
}*/

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