.rv-cover .rv-cover-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.rv-cover .content {
  padding-bottom: 100px;
}
.rv-cover .content .rv-cover-right .rv-cover-right-top {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.rv-cover .content .rv-cover-right .rv-cover-right-top > div:first-of-type {
  font-size: 18px;
  color: #34383b;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content {
  display: flex;
  flex-wrap: wrap;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item {
  width: 32%;
  height: 420px;
  padding: 50px 30px;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item:nth-of-type(3n + 2) {
  margin: 0 2%;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item:hover {
  border-bottom: 5px solid #df3532;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item:hover .rv-cover-product-link a {
  background-color: #df3532;
  color: #fff !important;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-image {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-title {
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-details {
  display: none;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-price {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  color: #333333;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-price span {
  font-size: 16px;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-link {
  display: flex;
  justify-content: center;
}
.rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-link a {
  display: block;
  font-size: 14px;
  color: #df3532;
  line-height: 1;
  padding: 7px 20px;
  border-radius: 5px;
  margin-top: 30px;
  border: 1px solid #df3532;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item {
  width: 100%;
  height: auto;
  display: flex;
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  border-bottom: 5px solid transparent;
  margin-bottom: 20px !important;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item:nth-of-type(3n + 2) {
  margin: 0;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item:hover {
  border-radius: 5px;
  box-shadow: -1px 27px 43px 0px rgba(35, 35, 35, 0.11);
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item .rv-cover-product-image {
  width: 268px;
  height: 268px;
  border: solid 1px #f5f5f5;
  margin-right: 40px;
  flex-shrink: 0;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item .rv-cover-product-image img {
  width: 235px;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-title {
  text-align: left;
  font-size: 18px;
  color: #333333;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-details {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-price {
  text-align: left;
}
.rv-cover .content .rv-cover-right .showMethods2 .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-link {
  justify-content: flex-start;
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .rv-cover .content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .rv-cover .content .rv-cover-left {
    width: 310px;
    padding-top: 50px;
    flex-shrink: 0;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content {
    padding: 40px 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content .rv-cover-left-content-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content .rv-cover-left-content-filter-item {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 10px;
    cursor: pointer;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content .rv-cover-left-content-filter-item.active {
    color: #df3532;
    text-decoration: underline;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content hr {
    margin: 40px 0;
    border: 0px;
    height: 1px;
    background-color: #e0e0e0;
  }
  .rv-cover .content .rv-cover-right {
    width: 100%;
    margin-left: 40px;
  }
  .rv-cover .content .rv-cover-right .showMethods {
    display: flex;
    height: 20px;
  }
  .rv-cover .content .rv-cover-right .showMethods .method1 {
    width: 26px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #949494;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0;
  }
  .rv-cover .content .rv-cover-right .showMethods .method1 div {
    width: 3px;
    border-radius: 2px;
    height: 13px;
    background-color: #949494;
    margin: 0 2px;
  }
  .rv-cover .content .rv-cover-right .showMethods .method2 {
    width: 22px;
    display: flex;
    cursor: pointer;
    border-radius: 3px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #949494;
  }
  .rv-cover .content .rv-cover-right .showMethods .method2 div {
    width: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #949494;
    margin: 1px 0;
  }
  .rv-cover .content .rv-cover-right .showMethods .active {
    border: 1px solid #cf2a27;
  }
  .rv-cover .content .rv-cover-right .showMethods .active div {
    background-color: #cf2a27;
  }
}
@media screen and (max-width: 749px) {
  .rv-cover .rv-cover-title {
    font-size: 20px;
  }
  .rv-cover .content {
    padding-bottom: 50px;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content > div {
    display: flex;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content > div > div:first-of-type {
    width: 80px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content > div > div:last-of-type {
    display: flex;
    flex-wrap: wrap;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content > div > div:last-of-type div {
    padding: 0px 10px;
    border: 1px solid #718793;
    color: #718793;
    border-radius: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content > div > div:last-of-type .rv-cover-left-content-filter-item.active {
    border: 1px solid #df3532;
    background-color: #df3532;
    color: #fff;
  }
  .rv-cover .content .rv-cover-left .rv-cover-left-content hr {
    display: none;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content {
    justify-content: space-between;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item {
    width: 49% !important;
    height: auto !important;
    padding: 20px 10px !important;
    margin-bottom: 10px !important;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item:nth-of-type(3n + 2) {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-image {
    height: 120px !important;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-title {
    height: 45px;
    font-size: 12px;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-price {
    font-size: 14px !important;
  }
  .rv-cover .content .rv-cover-right .rv-cover-right-content .rv-cover-right-content-item .rv-cover-product-info .rv-cover-product-link a {
    margin-top: 20px !important;
  }
}
