body {
  padding-top: 0px !important;
}
.frame-body {
  padding-top: 108px !important;
}
@media (max-width: 767px) {
  .frame-body {
    padding-top: 0 !important;
  }
  .frame-relative {
    margin-top: 40px;
  }
  .frame-scroll {
    padding-top: 40px;
  }
}

.frame-body a {
  /* color: #76c073; */
}
.frame-body a:hover {
  color: #4d9a4a;
}
.frame-hrv .foot-bar {
  display: none;
}
.frame-hrv .cate-nav {
  background: #76c073;
}
.frame-hrv .cate-nav li a:hover {
  background: #81cf7e;
}
/* 20201231 新增 三级导航 */
.cate-nav-dropdown .cate-nav-sub {
  background: #81cf7e;
}
.cate-nav li:hover a {
  background: #81cf7e;
}
.cate-nav-dropdown .cate-nav-sub li {
  padding: 0 50px;
}
/* 20201231 新增 三级导航 */
.frame-hrv .cate-nav li.active a {
  color: #76c073 !important;
  background: #fff !important;
}
.frame-hrv .cate-nav-dropdown .cate-nav-sub li a {
  color: #fff !important;
  background: none !important;
}
.frame-hrv .swiper-pagination .swiper-pagination-switch {
  background: #fff;
}
.frame-hrv .swiper-pagination .swiper-active-switch {
  background: #76c073;
}
.c-default {
  color: #76c073 !important;
}
.btn {
  background-color: #76c073;
  color: #fff !important;
  border: 1px #76c073 solid;
}
.btn:hover {
  background-color: #4d9a4a !important;
  color: #fff !important;
  border: 1px #4d9a4a solid;
}
/**/
.imgword {
  overflow: hidden;
  position: relative;
}
.imgword .img {
  float: left;
  width: 50%;
}
.imgword .img img {
  width: 100%;
}
.imgword .img p img {
  width: auto;
}
.imgword .word {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
.imgword .word:before,
.imgword .word:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.imgword .word-inner {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  padding: 0 6%;
  white-space: normal;
}
.imgword .word h2 {
  margin: auto;
}
.imgword .word h2 b {
  font-weight: normal;
}
.imgword .word h2 span {
}
.imgword .word p {
  font-size: 1.3em;
  margin: auto;
  margin-top: 1em;
  color: #000;
  line-height: 2;
}
.imgword .word .readmore {
  margin-top: 3em;
  font-size: 1.4em;
}
.imgword .word .readmore .icon {
  margin-top: -0.2em;
  margin-left: 0.4em;
}
.imgword .word h2 + * {
  margin-top: 2.5em;
}
.imgword-left .img {
  float: left;
}
.imgword-left .word {
  left: 50%;
  right: 0;
}
.imgword-right .img {
  float: right;
}
.imgword-right .word {
  left: 0;
  right: 50%;
}
.imgword-top .word {
  position: relative;
  left: auto;
  right: auto;
}
/**/
.wordimg {
  overflow: hidden;
  position: relative;
}
.wordimg .word {
  float: left;
  width: 50%;
}
.wordimg .word-inner {
  padding: 6%;
}
.wordimg .img {
  overflow: hidden;
}
.wordimg .img img {
  width: 100%;
}
.wordimg-left .word {
  float: left;
}
.wordimg-left .word-inner {
  padding-left: 0;
}
.wordimg-right .word {
  float: right;
}

.paging a {
  color: #76c073 !important;
}
.paging a:hover {
  border: 1px #76c073 solid !important;
  color: #76c073 !important;
}
.paging a.active {
  background: #76c073;
  border: 1px #76c073 solid !important;
}

/***************
 * hrv-index 
 **************/
.hrv-index .cate-title {
  text-align: center;
  font-size: 2.6em;
  color: #76c073;
  padding: 1em 0 0em 0;
}
.hrv-index .cate-title:after {
  content: "";
  display: block;
  width: 1.8em;
  height: 3px;
  background: #76c073;
  margin: auto;
  margin-top: 0.5em;
}
.hrv-index .cate-img {
  padding: 2.5% 0;
}
.hrv-index .cate-img ul {
  letter-spacing: -0.35em;
  text-align: center;
  margin: 0 -5%;
}
.hrv-index .cate-img li {
  display: inline-block;
  vertical-align: top;
  width: 29.5%;
  letter-spacing: 0;
  margin: 0 0.6%;
  position: relative;
  text-align: center;
  font-size: 2em;
}
.hrv-index .cate-img li * {
  font-weight: 100;
}
.hrv-index .cate-img li img {
  width: 100%;
}
.hrv-index .cate-img li .title {
  padding: 0.4em 0;
  color: #fff;
  background: #76c073;
  background: #76c073;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 300ms, padding 300ms;
}
.hrv-index .cate-img li .title h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hrv-index .cate-img li .title h3 {
  display: none;
}
.hrv-index .cate-img li .title .icon {
  margin-left: 0.6em;
}
.hrv-index .cate-img li a:hover .title {
}
/**/
.hrv-index .imgword-index .imgword-left .img {
  width: 55.6%;
}
.hrv-index .imgword-index .imgword-left .word {
  left: 55.6%;
}
.hrv-index .imgword-index .imgword-right .img {
  width: 55.6%;
}
.hrv-index .imgword-index .imgword-right .word {
  right: 55.6%;
}
.hrv-index .imgword-index .word-inner {
  padding: 0 17%;
}
.hrv-index .imgword-index .word-inner h2 {
  font-size: 2.5em;
  color: #76c073;
}
.hrv-index .imgword-index .word-inner h2 .icon-img {
  margin-right: 5px;
}
.hrv-index .imgword-index .word-inner h2 span {
  display: inline-block;
  margin: auto;
}

/***************
 * hrv-product 
 **************/
.products-main {
  overflow: hidden;
}
.select-bar {
  text-align: center;
  padding: 2em 0;
  color: #76c073;
  border-bottom: 1px #ddd solid;
}
.select-bar .item {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.select-bar .item span {
  vertical-align: middle;
}
.select-bar .item .key {
  display: inline-block;
}
.select-bar .item .key * {
  font-size: 0.5em;
  color: #d80003;
  font-style: normal;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
.select-bar .item .line {
  display: inline-block;
  width: 1px;
  height: 3em;
  background: #76c073;
  margin: 0 2em;
}
.select-group {
  font-size: 2em;
  float: left;
  width: 220px;
  margin-right: 6%;
}
.select-group-hd {
  padding: 0.8em 0;
  margin: 0;
  border-bottom: 2px #ddd solid;
  color: #666;
}
.select-group-bd {
  font-size: 0.8em;
  color: #555;
}
.select-group-bd dt {
  padding: 1em 0;
  font-weight: bold;
}
.select-group-bd dt i {
  font-size: 1.4em;
}
.select-group-bd dt a {
  color: #555;
}
.select-group-bd dt a:hover {
  color: #76c073;
}
.select-group-bd dd {
  margin-bottom: 10px;
  font-weight: bold;
}
.select-group-bd dd a {
  font-size: 0.9em;
  padding: 1em 0.2em;
  color: #666;
  display: block;
  text-align: center;
  border: 1px #76c073 solid;
  cursor: pointer;
  transition: color 300ms, background 300ms;
  -webkit-transition: color 300ms, background 300ms;
}
.select-group-bd dd a:hover {
  color: #fff;
  background: #76c073;
}
.select-group-bd dd.active a {
  color: #fff;
  background: #76c073;
}
.select-result {
  display: block;
  overflow: hidden;
}
.select-result-hd {
  font-size: 2em;
  margin: 0;
  padding: 0.8em 0;
  border-bottom: 1px #ddd solid;
  color: #666;
}
.select-result-hd-inside {
}
.select-result-hd h3 {
  font-size: 0.65em;
  margin-top: 1em;
}
.select-result-bd + h2 {
  margin-top: 2em;
}
.select-result-bd ul {
  letter-spacing: -5px;
  font-size: 0;
  margin: 0 -30px;
}
.select-result-bd li {
  display: inline-block;
  width: 33.33333%;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  text-align: center;
  margin-bottom: 2em;
}
.select-result-bd li > div {
  padding: 30px;
}
.select-result-bd li .img {
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}
.select-result-bd li .img img {
  display: inline-block;
  vertical-align: middle;
}
.select-result-bd li .img:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-bottom: 50%;
  vertical-align: middle;
}
.select-result-bd li h2 {
  color: #666;
  margin-top: 2em;
}
.select-result-bd li h2 + * {
  margin-top: 0.6em;
}
.select-result-bd li p {
  text-align: left;
  font-size: 0.85em;
}
.select-result-bd li h2 + p {
  padding-left: 1.5em;
  background: url(../image/hrv-icon-home.png) no-repeat left center;
}
.select-result-bd li p + p {
  padding-left: 1em;
}
.select-result-bd li p + p:before {
  content: "•";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.select-result-bd li .btn {
  margin-top: 1em;
}

/***************
 * hrv-product-detail
 **************/
.hrv-product-detail .slide-content {
  position: absolute;
  width: 1000px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -500px;
}
.hrv-product-detail .slide-content .color-list {
  position: absolute;
  left: 9%;
  top: 60%;
  white-space: nowrap;
}
.hrv-product-detail .slide-content .color-list li {
  display: inline-block;
  cursor: pointer;
}
.hrv-product-detail .slide-content .product-list {
  position: absolute;
  left: 47%;
  top: 13%;
  width: 28%;
}
.hrv-product-detail .slide-content .product-list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.hrv-product-detail .slide-content .product-list li.active {
  display: block;
}
.hrv-product-detail .slide-content .btn-jd {
  position: absolute;
  left: 9%;
  top: 73%;
}
.hrv-product-detail .slide-content .btn-tmall {
  position: absolute;
  left: 9%;
  top: 84%;
}
.hrv-product-detail .slide-content .btn-arrow-right {
  position: absolute;
  left: 50%;
  top: 88%;
  font-size: 1.6em;
}
.hrv-product-detail .select-result-bd {
  position: relative;
}
.hrv-product-detail .video {
  position: absolute;
  right: 2em;
  top: 12.6em;
  width: 3em;
  height: 3em;
  display: block;
  background: url(../image/common/icon-player-white.png) no-repeat center;
  background-size: contain;
  animation: shake 500ms linear infinite alternate;
  -webkit-animation: shake 500ms linear infinite alternate;
}
.hrv-product-detail .video:hover {
  transform: scale(1.1);
}
.hrv-product-detail .video:before,
.hrv-product-detail .video:after {
  display: none;
}

@keyframes shake {
  to {
    transform: scale(0.8);
  }
}
@-webkit-keyframes shake {
  to {
    -webkit-transform: scale(0.8);
  }
}
/***************
 * hrv-shop 
 **************/
.hrv-shop .swiper-kv .title {
  position: absolute;
  left: 27%;
  top: 33%;
  text-align: left;
}
.hrv-shop .swiper-kv .title a {
  display: inline-block;
  margin-top: 5%;
}
.hrv-shop .shop-list {
  font-size: 1.4em;
  margin-top: 1.4em;
  text-align: center;
}
.hrv-shop .shop-list dt {
  background: #f5f5f5;
}
.hrv-shop .shop-list dt span {
  display: inline-block;
  width: 49%;
  padding: 0.6em 0;
  font-size: 1.4em;
}
.hrv-shop .shop-list dt span:first-child {
  position: relative;
}
.hrv-shop .shop-list dt span:first-child:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  bottom: -1em;
  display: inline-block;
  border: 0.5em #f5f5f5 solid;
  border-color: #f5f5f5 transparent transparent transparent;
}
.hrv-shop .shop-list dd {
  margin-top: 3em;
}
.hrv-shop .shop-list dd .odd {
  background: #f5f5f5;
}
.hrv-shop .shop-list dd span {
  display: inline-block;
  width: 49%;
  padding: 1.2em 0;
}
.hrv-shop .shop-list dd a {
  color: #000;
}
.hrv-shop .shop-list dd a:hover {
  color: #76c073;
}
.hrv-shop .shop-tips {
  padding: 1.2em 0;
  font-size: 1.1em;
}

/***************
 * hrv-course 
 **************/
.hrv-course .page-title {
  padding-bottom: 1em;
  border-bottom: 1px #ccc solid;
}
.hrv-course .page-title h1 {
  font-size: 2.6em;
  color: #76c073;
  text-align: center;
  padding: 1.5em;
}
.hrv-course .page-title h4 {
  font-size: 1.4em;
  color: #555;
  font-weight: bold;
  margin-bottom: 1em;
}
.hrv-course .page-title p {
  font-size: 1.2em;
  color: #888;
}
.hrv-course .wordimg-course {
  margin-top: 5%;
}
.hrv-course .wordimg-course h2 {
  font-size: 1.4em;
  color: #555;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.hrv-course .wordimg-course p {
  font-size: 1.2em;
  color: #888;
  line-height: 2;
}
.hrv-course .course-tips {
  padding: 1em;
  border-top: 1px #ddd solid;
  text-align: center;
  margin-bottom: 2em;
}

/**/
.alert-parameter .alert-title {
  font-size: 12px;
  padding: 0;
  margin: 30px;
}
.alert-parameter table {
  border-collapse: collapse;
}
.alert-parameter table td {
  border: 1px #ddd solid;
  padding: 5px 10px;
}

@media (max-width: 1440px) {
  .alert-parameter .alert-inside {
    max-width: 95%;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .alert-parameter .alert-title {
    overflow: auto;
  }
}
/*pc*/
@media (min-width: 769px) {
  .cate-nav li a {
    font-size: 1.4em;
  }
  .hrv-product-detail .select-result-bd {
    margin-top: 6.2em;
  }
  .alert-parameter .alert-close {
    right: 0;
    top: 0;
  }
}
/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    padding: 0.6em 1em 0.64em;
  }
  .swiper-kv .swiper-center {
    width: auto;
    margin-left: auto;
    left: 0;
  }
  .hrv-index .imgword-index .word-inner h2 {
    font-size: 2em;
  }
  .imgword .word p {
    font-size: 1em;
  }
  .imgword .word h2 + * {
    margin-top: 1em;
  }
  .imgword .word .readmore {
    margin-top: 1em;
  }
  .products-main {
    padding: 1em;
  }

  .hrv-product-detail .slide-content {
    width: 60%;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -30%;
  }
  .hrv-product-detail .slide-content .color-list img {
    zoom: 0.5;
  }
  .hrv-product-detail .slide-content .btn-jd img {
    zoom: 0.5;
  }
  .hrv-product-detail .slide-content .btn-tmall img {
    zoom: 0.5;
  }
  .hrv-product-detail .slide-content .btn-arrow-right {
    font-size: 1em;
    top: 80%;
  }
  .hrv-product-detail .video {
    top: 7.8em;
  }
  .hrv-shop .swiper-kv .title img {
    zoom: 0.5;
  }
  .hrv-course .page-title h1 {
    margin: 0.5em;
  }
  .hrv-course .page-title,
  .hrv-course .wordimg-course {
    padding: 1em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .hrv-product-detail .video {
    top: 12.8em;
  }
}
/*mobile*/
@media (max-width: 767px) {
  .btn {
    padding: 0.5em 1.2em;
    font-size: 0.9rem;
  }
  .frame-hrv .foot-bar {
    display: table;
    width: 100%;
    text-align: center;
    background: #76c073;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
  }
  .frame-hrv .foot-bar li {
    display: table-cell;
    vertical-align: middle;
  }
  .frame-hrv .foot-bar li a {
    display: block;
    color: #fff;
    padding: 0.1em 0;
    font-size: 1.2em;
  }
  .frame-hrv .foot-bar li a img {
    height: 2.2em;
    vertical-align: middle;
  }
  .frame-hrv .foot-bar li.tel a img {
    height: 1.8em;
  }
  .frame-hrv .foot-bar li + li a {
    border-left: 1px #fff solid;
    margin: 0.54em 0;
  }
  .wordimg .img {
    margin-top: 1em;
  }
  .wordimg-left .word {
    float: none;
    width: auto;
  }
  .wordimg-right .word {
    float: none;
    width: auto;
  }
  .wordimg .word-inner {
    padding: 0;
  }
  .wordimg-course p {
    line-height: 1.4;
  }

  .cate-nav-prev,
  .cate-nav-next {
    background: #76c073;
  }
  .frame-hrv .swiper-kv .swiper-center {
    width: 100%;
    left: 0;
    transform: none;
  }
  /***************
	 * hrv-index 
	 **************/
  .hrv-index .index-nav {
    overflow: hidden;
  }
  .hrv-index .index-nav > dt {
    white-space: nowrap;
    letter-spacing: -0.35em;
    text-align: center;
  }
  .hrv-index .index-nav > dt a {
    display: inline-block;
    width: 33.3333%;
    background: #76c073;
    color: #fff;
    letter-spacing: 0;
    padding: 0.3em 0;
    font-size: 1.2em;
  }
  .hrv-index .index-nav > dt a + a {
    border-left: 1px #fff solid;
  }
  .hrv-index .index-nav > dt a.active {
    background: #fff;
    color: #76c073;
  }
  .hrv-index .index-nav > dd .tab-bd {
    display: none;
  }
  .hrv-index .index-nav > dd .tab-bd.active {
    display: block;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li {
    position: relative;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li:nth-child(odd) {
    background: #f5f5f5;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li > a {
    color: #000;
    display: block;
    padding: 1em;
    position: relative;
    z-index: 10;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.6em;
    height: 1.6em;
    background: url(../image/common/icon-next-black.png) no-repeat;
    background-size: contain;
    transition: transform 500ms;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li.folder > a {
    display: inline-block;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li.folder .sub-list {
    display: none;
    text-align: center;
    padding: 2em 0;
    border-top: 1px #76c073 solid;
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li.folder .sub-list .swiper {
    width: 150%;
    left: -25%;
    background: none;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  img {
    width: 60%;
    transform: scale(0.6);
    transition: transform 500ms;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  h2 {
    margin-top: 1.5em;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  h2
  + * {
    margin-top: 1em;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  h2:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.964em;
    margin-right: 0.5em;
    margin-left: -1em;
    background: url(../image/common/icon-h2.png) center no-repeat;
    background-size: contain;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  p {
    text-align: left;
    font-size: 0.8em;
    margin-left: 1em;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  h2
  + p {
    padding-left: 1.8em;
    background: url(../image/hrv-icon-home.png) no-repeat left center;
    background-size: auto 80%;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  p
  + p {
    padding-left: 1em;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  p
  + p:before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  .btn {
    margin-top: 1em;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  > h2,
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  > p,
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide
  > a {
    opacity: 0;
    transition: opacity 500ms;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-active
  img {
    transform: scale(1);
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-prepared
  img {
    transition: none;
  }

  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-active
  > h2,
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-active
  > p,
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-active
  > a {
    opacity: 1;
  }
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-prepared
  > h2,
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-prepared
  > p,
  .hrv-index
  .index-nav
  > dd
  .tab-bd
  > ul
  > li.folder
  .sub-list
  .swiper-slide-prepared
  > a {
    transition: none;
  }

  .hrv-index .index-nav > dd .tab-bd > ul > li.folder.open:after {
    transform: rotate(90deg);
  }
  .hrv-index .index-nav > dd .tab-bd > ul > li.folder.open .sub-list {
    display: block;
  }

  /***************
	 * hrv-product 
	 **************/
  .select-group {
    display: none;
  }
  .select-result {
    padding: 1em;
  }
  .select-result .select-result-hd:first-child {
    width: auto;
    left: 0;
    padding: 0;
  }
  .select-result .select-result-hd:first-child:before,
  .select-result .select-result-hd:first-child:after {
    display: none;
  }
  .select-result .select-result-hd:first-child .select-result-hd-inside {
    display: block;
    max-width: none;
  }
  .select-result .select-result-hd:first-child .select-result-hd-inside h2 {
    display: none;
  }
  .select-result .select-result-hd:first-child .select-result-hd-inside h3 {
    font-size: 0.7em;
    margin-top: auto;
    text-align: left;
  }

  .select-result-hd {
    font-size: 1.6em;
    text-align: center;
    width: 200%;
    position: relative;
    left: -50%;
    white-space: nowrap;
    font-weight: bold;
    border: none;
  }
  .select-result-hd:before,
  .select-result-hd:after {
    content: "";
    display: inline-block;
    width: 20%;
    height: 0;
    margin: 0 2%;
    overflow: hidden;
    border-bottom: 1px #666 solid;
    vertical-align: middle;
  }
  .select-result-hd-inside {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
  }
  .select-result-hd-inside * {
    white-space: normal;
  }
  .select-result-bd + h2 {
    margin-top: 1em;
  }
  .select-result-bd ul {
    margin: 0 -1rem;
  }
  .select-result-bd li {
    font-size: 0.7rem;
  }
  .select-result-bd li > div {
    padding: 1rem;
  }
  .select-result-bd li h2 {
    min-height: 3.2em;
  }
  .hrv-product-detail .select-result {
    padding: 0;
  }
  .hrv-product-detail .swiper-kv .swiper-center {
    width: 100%;
    left: 0;
    transform: none;
  }
  .hrv-product-detail .slide-content {
    width: 100%;
    left: 0;
    margin: auto;
  }
  .hrv-product-detail .slide-content .color-list {
    left: 6%;
    top: 50%;
  }
  .hrv-product-detail .slide-content .product-list {
    left: 43%;
    top: 17%;
    width: 36%;
  }
  .hrv-product-detail .slide-content .btn-jd {
    left: 6%;
    top: 62%;
  }
  .hrv-product-detail .slide-content .btn-tmall {
    left: 6%;
    top: 72%;
  }
  .hrv-product-detail .slide-content .btn-arrow-right {
    font-size: 1em;
    left: 50%;
    top: 86%;
    padding: 0.5em 2em;
    transform: translate(-50%, 0);
  }

  /*********************
	 * hrv-product-detail 
	 *********************/
  .hrv-product-detail .video {
    top: 7em;
    right: 1em;
    width: 2em;
    height: 2em;
  }

  /***************
	 * hrv-shop 
	 **************/
  .hrv-shop .swiper-kv .swiper-center {
    left: 0;
    width: auto;
    transform: none;
  }
  .hrv-shop .swiper-kv .title {
    position: absolute;
    left: 9%;
    width: 46%;
  }
  .hrv-shop .select-group {
    display: none;
  }
  .hrv-shop .shop-list {
    font-size: 1.2em;
    margin-top: 0;
    text-align: left;
    white-space: nowrap;
  }
  .hrv-shop .shop-list dt {
    text-align: center;
    background: #fff;
    color: #76c073;
  }
  .hrv-shop .shop-list dt span {
    width: 50%;
    font-size: 1.2em;
  }
  .hrv-shop .shop-list dt span:first-child {
    background: #76c073;
    color: #fff;
  }
  .hrv-shop .shop-list dd {
    margin-top: 0;
    text-align: center;
    font-size: 0.8em;
  }
  .hrv-shop .shop-list dd span {
    width: 40%;
    padding: 3%;
    text-align: left;
    white-space: normal;
    color: #76c073;
    vertical-align: middle;
  }
  .hrv-shop .shop-list dd span + span {
    width: 50%;
  }
  .hrv-shop .shop-list dd > div {
    border-bottom: 1px #76c073 solid;
  }
  .hrv-shop .shop-list dd a {
    color: #76c073;
  }
  .hrv-shop .shop-tips {
    font-size: 1em;
    padding: 1.5em;
    color: #76c073;
  }

  /***************
	 * hrv-course 
	 **************/
  .hrv-course .page-title {
    padding: 0 1.5em 1.5em 1.5em;
  }
  .hrv-course .page-title h1 {
    margin: 0 -1em;
    font-size: 1.6em;
    background: #76c073;
    color: #fff;
    padding: 0.5em;
  }
  .hrv-course .page-title h3 {
    color: #76c073;
    padding: 1em 0 2em 0;
  }
  .hrv-course .page-title h4 {
    font-size: 1em;
  }
  .hrv-course .wordimg-course {
    padding: 1.5em;
    margin-top: 0;
  }
  .hrv-course .wordimg-course li + li {
    margin-top: 2em;
  }
  .hrv-course .wordimg-course h2 {
    font-size: 1.2em;
    background: url(../image/common/icon-h2.png) no-repeat left center;
    padding-left: 1.5em;
    background-size: auto 60%;
  }
  .hrv-course .wordimg-course p {
    line-height: 1.4;
  }
  .hrv-course .course-tips {
    font-size: 1.2em;
    text-align: left;
  }

  /**/
  .alert-parameter .alert-inside {
    width: 90%;
  }
  .alert-parameter .alert-title {
    margin: 1em;
  }
  .alert-parameter table {
    font-size: 0.5em;
    min-width: 100%;
  }
  .alert-parameter table td {
    border: 1px #ddd solid;
    padding: 3px;
    line-height: 1.2;
  }
  .alert-parameter table tr:nth-child(odd) td {
    background: #f5f5f5;
  }
  .alert-parameter table tr:nth-child(odd) td[rowspan] {
    background: #fff;
  }
  .alert-parameter table tr:first-child td {
    background: #666;
    border-color: #777;
    color: #fff;
  }

  .goto-top {
    bottom: 41px;
  }
}
@media (max-width: 375px) {
  .hrv-product-detail .video {
    top: 6.3em;
  }
}
@media (max-width: 320px) {
  .hrv-product-detail .video {
    top: 5.25em;
  }
}

/* add by CM 20210601 */
.frame-hrv .cate-nav {
  background: #000;
}

.frame-hrv .cate-nav li.active a {
  color: #fff !important;
  background: #88b828 !important;
}

.frame-hrv .cate-nav li a:hover {
  background: #88b828;
}

.cate-nav li:hover a {
  background: #88b828;
}

.cate-nav-dropdown .cate-nav-sub {
  background: #88b828;
}

.frame-hrv .cate-nav-dropdown .cate-nav-sub li a {
  color: #fff !important;
  background: none !important;
}

.frame-hrv .cate-nav-dropdown .product-center {
  /* width: 75%;
  margin-left: 25%; */
  width: 66.66667%;
  margin-left: 33.33333%;
}

@media (max-width: 767px) {
  .frame-hrv .cate-nav {
    display: none;
  }

  .frame-relative {
    margin-top: 0;
  }
}
