.ellipse {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.diamond {
  padding: 0 0 0 28px;
}

.diamond:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: #39aa8d;
  transform: rotateZ(45deg) translate(0, -64%);
}

.icon-search {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #393939;
  background-color: transparent;
  cursor: pointer;
}

.icon-search:after {
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 8px;
  background-color: #393939;
}

.fixed-top {
  position: fixed !important;
}

.product-list-main-wrap {
  width: 100%;
  background: #f5f5f5;
  min-height: 500px;
}

.product-list-main-wrap .list-nav-wrap {
  position: fixed;
  top: 68px;
  width: 100%;
  height: 55px;
  z-index: 1;
  background-color: #f5f5f5;
}

.product-list-main-wrap .list-nav-wrap .nav-content {
  max-width: 1210px;
  margin: 0 auto;
  margin-top: 9px;
}

.product-list-main-wrap .list-nav-wrap .nav-content .menu-list-title {
  float: left;
  width: 234px;
  margin: 0;
  padding: 0 0 0 28px;
  height: 46px;
  line-height: 46px;
  position: relative;
  font-size: 20px;
  color: #3b3b3b;
  border-bottom: 1px solid #ddd;
}

.product-list-main-wrap .list-nav-wrap .nav-content .menu-list-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 4px;
  transform: translateY(-2px);
  background: #39aa8d;
}

.product-list-main-wrap .list-nav-wrap .nav-content .breadcrumbs {
  height: 46px;
  border-bottom: 1px solid #39aa8d;
  margin-bottom: -9px;
  align-items: center;
  display: flex;
  position: relative;
}

.product-list-main-wrap .list-nav-wrap .nav-content .breadcrumbs .go-home {
  position: relative;
  color: #3b3b3b;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  .go-home:hover {
  color: #39aa8d;
}

.product-list-main-wrap .list-nav-wrap .nav-content .breadcrumbs .level-icon {
  width: 6px;
  position: relative;
  margin: 0 20px 0 30px;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  .level-icon:before {
  position: absolute;
  right: 5px;
  top: 50%;
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg) translate(0, -6px);
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  .current-position {
  color: #3b3b3b;
  font-size: 13px;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  .search-product {
  position: absolute;
  top: 8px;
  right: 0;
  justify-self: flex-end;
  width: 185px;
  height: 30px;
  background: #e2e2e2;
  font-size: 13px;
  color: #3b3b3b;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  padding: 0 30px 0 12px;
  outline: 0;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  .search-product:focus {
  border: 1px solid #39aa8d;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  ::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  ::-moz-placeholder {
  color: #8d8d8d;
  font-size: 13px;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  :-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 13px;
}

.product-list-main-wrap .list-nav-wrap .nav-content .breadcrumbs .search-btn {
  position: absolute;
  right: 12px;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #393939;
  background-color: transparent;
  cursor: pointer;
}

.product-list-main-wrap
  .list-nav-wrap
  .nav-content
  .breadcrumbs
  .search-btn:after {
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 8px;
  background-color: #393939;
}

@media (min-width: 992px) {
  .product-list-main-wrap .list-nav-wrap .nav-content .menu-list-title {
    display: block;
  }

  .product-list-main-wrap .list-nav-wrap .nav-content .breadcrumbs {
    margin-left: 274px;
  }
}

@media (max-width: 992px) {
  .product-list-main-wrap .list-nav-wrap .nav-content .menu-list-title {
    display: none;
  }

  .product-list-main-wrap .list-nav-wrap .nav-content .breadcrumbs {
    margin: 10px 40px;
  }
}

@media (max-width: 768px) {
  .product-list-main-wrap .list-nav-wrap {
    display: none;
  }
}

.product-list-main-wrap .product-list-main {
  margin: 14px auto 0 auto;
  padding-top: 11px;
  max-width: 1210px;
}

.product-list-main-wrap .product-list-main .menu-list-body {
  padding-top: 46px;
}

.product-list-main-wrap .product-list-main .menu-list-body .menu-list {
  z-index: 1;
  position: fixed;
  width: 234px;
  background-color: #f5f5f5;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list {
  border-bottom: 1px solid #f0f0f0;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .category-title {
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  color: #3b3b3b;
  cursor: pointer;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .category-title.active {
  color: #39aa8d;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .category-title.active
  .icon {
  background-color: #39aa8d;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .category-title.active
  .icon:after,
.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .category-title.active
  .icon:before {
  background-color: #39aa8d;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .type-list {
  margin: -2px 0 12px 31px;
  list-style: none;
  padding: 0;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .type-list
  .type-item {
  line-height: 26px;
  height: 26px;
  margin: 3px 0;
  position: relative;
  list-style-type: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .type-list
  .type-item:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #333;
  top: 12px;
  left: -8px;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .type-list
  .type-item.active {
  color: #39aa8d;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .menu-list
  .category-list
  .type-list
  .type-item.active:before {
  background-color: #39aa8d;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap {
  padding-bottom: 50px;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap
  li,
.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap
  .product-list
  .product-name {
  margin: 13px 0 6px 0;
  line-height: 21px;
  height: 21px;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  max-width: 90%;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap
  .product-list
  .product-introduce {
  margin: 0;
  line-height: 17px;
  font-size: 12px;
  color: #999;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap
  .product-list
  .product-link {
  margin-top: 13px;
  line-height: 17px;
  font-size: 12px;
  color: #39aa8d;
  cursor: pointer;
  text-decoration: none;
}

.product-list-main-wrap
  .product-list-main
  .menu-list-body
  .right-product-list-wrap
  .type-list
  .type-name {
  margin: 22px 0 0 0;
  height: 44px;
  line-height: 44px;
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .product-list-main-wrap .product-list-main .menu-list-body .menu-list {
    display: block;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap {
    margin-left: 274px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .product-list-main-wrap .product-list-main .menu-list-body .menu-list {
    display: none;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap {
    margin: 15px 40px;
  }
}

@media (min-width: 768px) {
  .product-list-main-wrap .product-list-main .menu-list-body .category-list {
    padding-left: 14px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .category-list
    .category-title
    .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    width: 2px;
    height: 2px;
    background: #3b3b3b;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .category-list
    .category-title
    .icon:after,
  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .category-list
    .category-title
    .icon:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #3b3b3b;
    left: -2px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .category-list
    .category-title
    .icon:before {
    top: -2px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .category-list
    .category-title
    .icon:after {
    top: 2px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 101.8%;
    overflow: hidden;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list
    .product-item {
    padding-top: 9px;
    width: 32%;
    height: 360px;
    margin: 0 1.1% 10px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list
    .product-item
    .product-image {
    max-width: 90%;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .product-list-main-wrap .product-list-main .menu-list-body .menu-list {
    position: fixed;
    display: flex;
    top: 56px;
    width: 100%;
    height: 40px;
    background-color: #fff;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .menu-list
    .category-list {
    flex: 1;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .menu-list
    .category-list
    .category-title {
    text-align: center;
    position: relative;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .menu-list
    .category-list
    .category-title.active
    .icon {
    position: absolute;
    bottom: -1px;
    width: 30px;
    height: 3px;
    background-color: #39aa8d;
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .menu-list
    .type-list {
    display: none;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap {
    margin-top: 90px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .type-name {
    padding-left: 19px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list {
    width: auto;
    margin: 0 19px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list
    .product-item {
    padding-top: 9px;
    width: 47.5%;
    height: 240px;
    margin: 0 1.1% 10px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list
    .product-item
    .product-image {
    height: 130px;
  }

  .product-list-main-wrap
    .product-list-main
    .menu-list-body
    .right-product-list-wrap
    .product-list
    .product-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-list-main-wrap .product-list-main .menu-list-body {
    padding-top: 0;
  }
}

.product-detail {
  width: 100%;
  background: #fff;
}

.product-detail .detail-nav-wrap {
  position: fixed;
  top: 68px;
  width: 100%;
  height: 64px;
  box-shadow: 0 5px 6px rgba(130, 130, 130, 0.15);
  color: #3b3b3b;
  background-color: #fff;
  z-index: 1;
}

.product-detail .detail-nav-wrap .nav {
  margin: 0 auto;
  height: 64px;
  font-size: 13px;
  line-height: 64px;
}

.product-detail .detail-nav-wrap .nav .home,
.product-detail .detail-nav-wrap .nav .level-icon,
.product-detail .detail-nav-wrap .nav .product,
.product-detail .detail-nav-wrap .nav .sub {
  display: inline-block;
  line-height: 64px;
  height: 64px;
  font-size: 13px;
}

.product-detail .detail-nav-wrap .nav .home,
.product-detail .detail-nav-wrap .nav .sub {
  cursor: pointer;
  color: #3b3b3b;
  text-decoration: none;
}

.product-detail .detail-nav-wrap .nav .home:hover,
.product-detail .detail-nav-wrap .nav .sub:hover {
  color: #39aa8d;
}

.product-detail .detail-nav-wrap .nav .home {
  margin-right: 14px;
  position: relative;
}

.product-detail .detail-nav-wrap .nav .sub {
  margin: 0 14px;
  text-align: center;
}

.product-detail .detail-nav-wrap .nav .level-icon {
  width: 6px;
  height: 64px;
  display: inline;
  position: relative;
}

.product-detail .detail-nav-wrap .nav .level-icon:before {
  position: absolute;
  right: 5px;
  top: 50%;
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg) translate(0, -6px);
}

.product-detail .detail-nav-wrap .nav .product {
  margin-left: 13px;
  color: #39aa8d;
}

.product-detail .detail-main {
  padding-top: 64px;
}

.product-detail .detail-main .product-name {
  margin: 42px 0 0 0;
  position: relative;
  color: #3b3b3b;
  font-size: 30px;
  height: 29px;
  line-height: 29px;
  padding-left: 28px;
}

.product-detail .detail-main .product-name:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 15px;
  transform: translateY(-7px);
  background: #39aa8d;
}

.product-detail .detail-main .block-list {
  padding-bottom: 40px;
}

.product-detail .detail-main .block-list li,
.product-detail .detail-main .block-list p,
.product-detail .detail-main .block-list ul {
  margin: 0;
}

.product-detail .detail-main .block-list .common-block {
  width: 100%;
  display: flex;
}

.product-detail .detail-main .block-list .common-block .block-label {
  display: flex;
  margin-right: 15px;
  align-items: center;
  justify-content: flex-start;
}

.product-detail .detail-main .block-list .common-block .block-label img {
  width: 270px;
  max-width: 97%;
  height: 227px;
}

.product-detail .detail-main .block-list .common-block .block-label h5 {
  height: 42px;
  line-height: 42px;
  margin: 0;
  padding: 0;
}

.product-detail .detail-main .block-list .common-block .block-content {
  flex: 1;
  padding-left: 0;
}

.product-detail .detail-main .block-list .common-block .introduct-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-detail .detail-main .block-list .common-block .introduct-text .text {
  width: 92%;
  margin: 0;
  padding: 0;
  color: #3b3b3b;
}

.product-detail .detail-main .block-list .common-block .simple-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.product-detail .detail-main .block-list .common-block .simple-list .use-item {
  padding-left: 5px;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  list-style-type: none;
  position: relative;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .simple-list
  .use-item:before {
  content: '';
  width: 4px;
  height: 4px;
  left: -5px;
  top: 50%;
  background-color: #333;
  border-radius: 7px;
  position: absolute;
  transform: translateY(-50%);
}

.product-detail .detail-main .block-list .common-block .horizontal-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .horizontal-info-list
  .function-item {
  list-style-type: none;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .horizontal-info-list
  .function-item
  .item-title {
  line-height: 24px;
  color: #333;
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 700;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .horizontal-info-list
  .function-item
  .item-info {
  line-height: 22px;
  font-size: 13px;
  color: #39aa8d;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .vertical-info-list
  .technology-item {
  margin: 10px 0;
  list-style-type: none;
  display: flex;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .vertical-info-list
  .technology-item
  .advantage-title {
  margin-right: 2.5%;
  line-height: 21px;
  height: 21px;
  font-size: 15px;
  color: #39aa8d;
}

.product-detail
  .detail-main
  .block-list
  .common-block
  .vertical-info-list
  .technology-item
  .advantage-info {
  flex: 1;
  line-height: 23px;
  font-size: 15px;
  color: #333;
}

.product-detail .detail-main .block-list .common-block .big-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-detail .mobile-float-back-btn {
  display: none;
}

@media (min-width: 992px) {
  .product-detail .detail-nav-wrap .nav {
    max-width: 1210px;
  }

  .product-detail .detail-main {
    max-width: 1210px;
    margin: 0 auto 30px auto;
  }

  .product-detail .detail-main .common-block .block-label {
    width: 27.5%;
  }

  .product-detail .detail-main .common-block .block-content {
    flex: 1;
  }

  .product-detail .mobile-detail-nav-wrap {
    display: none;
  }
}

@media (max-width: 992px) {
  .product-detail .detail-nav-wrap .nav {
    width: 90%;
    margin: 0 auto;
  }

  .product-detail .detail-main {
    width: 90%;
    margin: 0 auto;
  }

  .product-detail .detail-main .common-block {
    justify-content: center;
    flex-direction: column;
  }

  .product-detail .detail-main .common-block .block-label {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-detail .detail-main .common-block .block-label img {
    margin: 0 auto;
  }

  .product-detail .detail-main .common-block .block-content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .product-detail .technology-item {
    align-items: center;
  }

  .product-detail .technology-item .advantage-title {
    width: 18.4%;
    margin-bottom: 0;
  }

  .product-detail .block-list .common-block {
    padding: 30px 0;
  }

  .product-detail .block-list .common-block:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }

  .product-detail .block-list .common-block .block-label {
    padding-left: 24px;
  }

  .product-detail .block-list .common-block .block-label h5 {
    font-size: 24px;
  }

  .product-detail .block-list .common-block .simple-list {
    padding-left: 10px;
  }

  .product-detail .block-list .common-block .horizontal-info-list {
    padding-left: 0;
  }

  .product-detail
    .block-list
    .common-block
    .horizontal-info-list
    .function-item {
    width: 46%;
    margin: 20px 0;
  }

  .product-detail .block-list .common-block .vertical-info-list {
    padding-left: 0;
  }

  .product-detail .block-list .common-block .big-image .installsize-image {
    min-width: 200px;
    max-width: 500px;
  }

  .product-detail .block-list .introduct-text .text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .product-detail .detail-nav-wrap {
    display: none;
  }

  .product-detail .technology-item {
    flex-direction: column;
  }

  .product-detail .technology-item .advantage-title {
    width: 100%;
  }

  .product-detail .detail-main {
    padding-top: 104px;
  }

  .product-detail .detail-main .product-name {
    margin: 16px 0 0 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .product-detail .detail-main .product-name:before {
    display: none;
  }

  .product-detail .detail-main .block-list .common-block {
    border-bottom: none;
    padding: 20px 0;
  }

  .product-detail .detail-main .block-list .common-block .block-label {
    padding-left: 0;
  }

  .product-detail .detail-main .block-list .common-block .block-label h5 {
    font-size: 16px;
  }

  .product-detail .detail-main .block-list .common-block .simple-list {
    padding-left: 10px;
  }

  .product-detail .detail-main .block-list .common-block .horizontal-info-list {
    padding-left: 0;
  }

  .product-detail
    .detail-main
    .block-list
    .common-block
    .horizontal-info-list
    .function-item {
    width: 100%;
    margin: 8px 0;
  }

  .product-detail .detail-main .block-list .common-block .vertical-info-list {
    padding-left: 0;
  }

  .product-detail
    .detail-main
    .block-list
    .common-block
    .big-image
    .installsize-image {
    max-width: 100%;
  }

  .product-detail .detail-main .block-list .introduct-text .text {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
  }

  .product-detail .mobile-detail-nav-wrap {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    display: block;
    height: 40px;
    z-index: 21;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
  }

  .product-detail .mobile-detail-nav-wrap .product-type {
    position: absolute;
    top: 0;
    padding: 10px 32px 5px 12px;
    line-height: 20px;
    color: #626262;
    font-size: 14px;
    right: 0;
  }

  .product-detail .mobile-detail-nav-wrap .product-type:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 16px;
    right: 12px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px solid #303030;
  }

  .product-detail .mobile-detail-nav-wrap .dropdown {
    position: absolute;
    top: 41px;
    right: 0;
  }

  .product-detail .mobile-detail-nav-wrap .dropdown .dropdown-item {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding: 5px 16px 5px 12px;
    height: 40px;
    line-height: 30px;
    color: #626262;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(130, 130, 130, 0.15);
    text-align: right;
  }

  .product-detail .mobile-float-back-btn {
    display: block;
    position: fixed;
    right: 19px;
    bottom: 110px;
    width: 63px;
    height: 63px;
    border-radius: 32px;
    z-index: 2022;
  }
}
