.v4-container .floor__wrapper {
  width: 1200px;
  margin: 0 auto; }
  .v4-container .floor__wrapper__title {
    height: 73px;
    padding-left: 50px;
    font-size: 24px;
    color: #253E93;
    line-height: 73px;
    background-color: #fff;
    margin-top: 30px;
    position: relative; }
    .v4-container .floor__wrapper__title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 190px;
      height: 73px;
      background: url("http://i.xinminghui.com/static/files/junyu-shop/gfdg.png") no-repeat center left; }
    .v4-container .floor__wrapper__title::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 190px;
      height: 73px;
      background: url("http://i.xinminghui.com/static/files/junyu-shop/dsfdsf.png") no-repeat center right; }
    .v4-container .floor__wrapper__title > span {
      position: relative; }
      .v4-container .floor__wrapper__title > span::before {
        content: '';
        position: absolute;
        top: -22px;
        left: -51px;
        width: 187px;
        height: 2px;
        background-color: #253E93; }
  .v4-container .floor__wrapper__content__item {
    width: 224px;
    height: 386px;
    background-color: #fff;
    margin-right: 20px;
    margin-top: 20px;
    padding: 20px 18px;
    text-decoration: none;
    color: #333; }
    .v4-container .floor__wrapper__content__item:hover > p {
      color: red; }
    .v4-container .floor__wrapper__content__item:nth-child(5n) {
      margin-right: 0; }
    .v4-container .floor__wrapper__content__item .img-box {
      position: relative;
      display: block;
      width: 180px;
      height: 180px;
      overflow: hidden;
      margin-bottom: 20px; }
      .v4-container .floor__wrapper__content__item .img-box > img {
        display: block;
        width: 180px;
        transition: all .3s; }
        .v4-container .floor__wrapper__content__item .img-box > img:hover {
          transform: translateX(6px); }
      .v4-container .floor__wrapper__content__item .img-box .low_stocks {
        position: absolute;
        bottom: 0;
        width: 190px;
        height: 26px;
        background: #000000;
        opacity: 0.3;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
        text-align: center; }
    .v4-container .floor__wrapper__content__item p {
      width: 100%;
      text-align: left;
      line-height: 1;
      font-size: 12px; }
      .v4-container .floor__wrapper__content__item p.name {
        font-size: 14px;
        height: 40px;
        line-height: 1.4;
        margin-bottom: 10px; }
      .v4-container .floor__wrapper__content__item p.goods_sn {
        color: #999;
        margin-bottom: 10px; }
    .v4-container .floor__wrapper__content__item .price {
      width: 100%;
      margin-bottom: 12px;
      font-size: 12px; }
      .v4-container .floor__wrapper__content__item .price__tip {
        background-color: #FF7A04;
        color: #fff;
        padding: 0 4px;
        border-radius: 2px;
        line-height: 22px;
        margin-right: 10px;
        font-weight: 700;
        position: relative;
        z-index: 1; }
        .v4-container .floor__wrapper__content__item .price__tip::after {
          content: '';
          position: absolute;
          right: -8px;
          top: -5px;
          z-index: -1;
          width: 0;
          height: 0;
          border: 10px solid;
          border-color: transparent transparent #FF7A04 transparent; }
      .v4-container .floor__wrapper__content__item .price__price {
        color: #D70B17;
        margin-right: 14px;
        font-size: 18px; }
      .v4-container .floor__wrapper__content__item .price__sale {
        color: #999;
        text-decoration: line-through; }
    .v4-container .floor__wrapper__content__item .btn {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      color: #FFFFFF;
      background-color: #253E93;
      line-height: 40px;
      border-radius: 4px;
      cursor: pointer; }
      .v4-container .floor__wrapper__content__item .btn:hover {
        opacity: .9; }
.v4-container .fixed__floor {
  width: 1200px;
  margin: 0 auto; }
  .v4-container .fixed__floor__list {
    transition: all .3s;
    transform: scale(0);
    position: fixed;
    top: 15vh;
    width: 110px;
    margin-left: -167px;
    z-index: 998;
    background-color: #253E93;
    border-radius: 55px;
    padding: 35px 0 26px; }
    .v4-container .fixed__floor__list .top-img {
      margin-bottom: 18px; }
    .v4-container .fixed__floor__list .floor {
      color: #fff;
      line-height: 32px;
      border-radius: 30px;
      width: 93px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 6px; }
      .v4-container .fixed__floor__list .floor:hover {
        background-color: #fff;
        color: #253E93; }
      .v4-container .fixed__floor__list .floor.actives {
        background-color: #fff;
        color: #253E93; }
    .v4-container .fixed__floor__list .server {
      line-height: 32px;
      border-radius: 30px;
      width: 93px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 6px;
      display: block;
      background-color: #EF891B;
      color: #fff;
      position: relative; }
      .v4-container .fixed__floor__list .server > i {
        font-size: 20px;
        margin-right: 7px; }
      .v4-container .fixed__floor__list .server:hover .server-box {
        display: flex !important; }
    .v4-container .fixed__floor__list .back-top {
      color: #fff;
      margin-top: 4px;
      cursor: pointer;
      position: relative; }
    .v4-container .fixed__floor__list::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      border-radius: 55px;
      z-index: -1; }

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