* {
  padding: 0;
  margin: 0;
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, open sans, helvetica neue, sans-serif, serif, proximanova;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.adHeight {
  width: 100%;
  height: 252px;
}
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none!important;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
.header {
  height: auto;
  box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
}
.header .headContent {
  margin: 0 auto;
  height: 8rem;
  max-width: 112rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .headContent .sitelogo {
  height: 3.8rem;
  width: auto;
  margin-left: 2rem;
}
.header .headContent .sitelogo .logoImg {
  height: 3.8rem;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header .headContent .navList {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2rem;
  font-size: 1.4rem;
}
.header .headContent .navList .navItem {
  cursor: pointer;
  font-weight: 500;
  margin: 0 2rem;
}
.header .headContent .navList .navItem a {
  color: #333;
}
.header .headContent .navList .navNow {
  cursor: pointer;
  font-weight: 700;
  margin: 0 2rem;
}
.header .headContent .navList .navNow a {
  color: #f82c4c;
}
.header .headContent .searchForm {
  width: 30rem;
  margin: 0 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .headContent .searchForm .sea-text-top {
  border-radius: 2rem;
  width: 100%;
  border: 0.1rem solid #f82c4c;
  padding: 1rem 5rem 1rem 2rem;
  font-size: 1.4rem;
  flex: 1;
  height: 100%;
  outline: none;
  color: #333;
}
.header .headContent .searchForm .sea-btn {
  height: 100%;
  width: 5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .headContent .searchForm .sea-btn svg {
  height: 2.3rem;
  width: 2.3rem;
}
.header .headContent .addChrome {
  display: none;
  width: 15rem;
  border-radius: 2rem;
  color: #fff;
  margin: auto 2rem;
  background-color: #f82c4c;
  justify-content: center;
  align-items: center;
}
.header .headContent .addChrome svg {
  height: 2.5rem;
  width: 2.5rem;
}
.header .headContent .addChrome span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 4rem;
}
.header .headContent .ft-cornoa-wp {
  display: none;
  min-width: 9rem;
}
.header .headContent .ft-cornoa-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headContent .ft-cornoa-main .logo {
  margin: 0;
}
.header .headContent .ftlogo-wp {
  display: flex;
  justify-content: space-between;
}
.header .headContent .footer-lang {
  display: flex;
  flex-wrap: wrap;
}
.header .headContent .footer-lang-link {
  margin-right: 8px;
}
.header .headContent .curlang,
.header .headContent .maskcon-item-link {
  line-height: 42px;
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 32px;
  cursor: pointer;
  color: #333;
  border-radius: 42px;
  background-color: rgba(51, 49, 49, 0.1);
}
.header .headContent .curlang {
  padding: 0rem 1rem;
}
.header .headContent .curlang::after {
  width: 6px;
  height: 6px;
  margin-bottom: 4px;
  margin-left: 8px;
  transform: rotate(45deg);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-width: 0 2px 2px 0;
}
.header .headContent .maskcon-item {
  width: 50%;
  padding-left: 16px;
}
.header .headContent .maskcon-item-link {
  font-size: 13px;
  line-height: 1.2;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
  padding: 10px 16px;
  word-break: break-word;
  color: #333;
  background-color: #f2f7fa;
}
.header .headContent .maskcon-item-link .icon-lang {
  flex: 0 0 2.5rem;
}
.header .headContent .icon-lang {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 8px;
}
.header .headContent .maskview {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.header .headContent .maskcon {
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 70%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 300px;
  height: auto;
  margin-top: -265px;
  margin-left: -150px;
  padding: 30px 16px 0 0;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 10px;
  background-color: #fff;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header .headContent .maskconclose {
  position: absolute;
  top: 8px;
  left: 16px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: rotate(-45deg);
}
.header .headContent .maskconclose::before,
.header .headContent .maskconclose::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #333;
}
.header .headContent .maskconclose::before {
  top: 0;
  width: 18px;
  height: 2px;
}
.header .headContent .maskconclose::after {
  top: -8px;
  left: 8px;
  width: 2px;
  height: 18px;
}
.header .headContent #maskconcontrol {
  display: none;
}
.header .headContent #maskconcontrol:checked ~ .maskview {
  display: block;
}
.header .headContent #maskconcontrol:checked ~ .maskcon {
  transform: translateY(0);
}
.header .headContent .socialMedia a img {
  width: 2rem;
  margin-right: 0.2rem;
}
.header .headContent .showSearch {
  display: none;
}
.header .headContent .mobileMenu {
  display: none;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .header {
    width: 100%;
  }
  .header .headContent {
    max-width: 110rem;
    justify-content: space-between;
    padding: 0 1rem;
    box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
  }
  .header .headContent .sitelogo {
    margin: 0;
  }
  .header .headContent .sitelogo a .logoImg {
    height: 3rem;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .addChrome {
    display: none;
  }
  .header .headContent .ft-cornoa-wp {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .mobileMenu svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .showSearch {
    display: inline-block;
  }
  .header .headContent .showSearch svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .mobileSearch {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
    width: 80%;
  }
  .header .headContent .mobileSearch .sea-text-top {
    border-radius: 2rem;
    width: 100%;
    border: 0.1rem solid #f82c4c;
    padding: 1rem;
    font-size: 1.4rem;
    flex: 1;
    height: 100%;
    outline: none;
    color: #333;
    box-sizing: border-box;
  }
  .header .headContent .mobileSearch .sea-btn {
    height: 100%;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .headContent .mobileSearch .sea-btn svg {
    height: 2.3rem;
    width: 2.3rem;
  }
  .header .dropDown .homeMask {
    z-index: 9;
    background-color: #111111aa;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .header .dropDown .headerMenu {
    z-index: 9;
    background-color: #fff;
    position: absolute;
    height: 62%;
    width: 70%;
    bottom: 15%;
    left: 0;
  }
  .header .dropDown .headerMenu .closeMenu {
    margin: 1rem;
    text-align: right;
  }
  .header .dropDown .headerMenu .closeMenu img {
    width: 2rem;
    height: 2rem;
  }
  .header .dropDown .headerMenu .sitelogo {
    margin: 1rem;
  }
  .header .dropDown .headerMenu .sitelogo a {
    margin: 2rem 0;
  }
  .header .dropDown .headerMenu .sitelogo a .logoImg {
    width: 60%;
  }
  .header .dropDown .headerMenu p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
    margin: 0 1rem;
  }
  .header .dropDown .headerMenu ul .navItem {
    margin-top: 1.5rem;
  }
  .header .dropDown .headerMenu ul .navItem a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    color: #333;
  }
  .header .dropDown .headerMenu ul .menuNow {
    margin: 2rem 0;
    background-color: #f82c4c;
  }
  .header .dropDown .headerMenu ul .menuNow a {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .header .dropDown .headerMenu .ft-cornoa-wp {
    display: none;
    min-width: 9rem;
  }
  .header .dropDown .headerMenu .ft-cornoa-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .dropDown .headerMenu .ft-cornoa-main .logo {
    margin: 0;
  }
  .header .dropDown .headerMenu .ftlogo-wp {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0.5rem;
  }
  .header .dropDown .headerMenu .footer-lang {
    display: flex;
    flex-wrap: wrap;
  }
  .header .dropDown .headerMenu .footer-lang-link {
    margin-right: 8px;
  }
  .header .dropDown .headerMenu .curlang,
  .header .dropDown .headerMenu .maskcon-item-link {
    line-height: 42px;
    position: relative;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 32px;
    cursor: pointer;
    color: #333;
    border-radius: 42px;
    background-color: rgba(51, 49, 49, 0.1);
  }
  .header .dropDown .headerMenu .curlang {
    padding: 0rem 1rem;
  }
  .header .dropDown .headerMenu .curlang::after {
    width: 6px;
    height: 6px;
    margin-bottom: 4px;
    margin-left: 8px;
    transform: rotate(45deg);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-width: 0 2px 2px 0;
  }
  .header .dropDown .headerMenu .maskcon-item {
    width: 50%;
    padding-left: 16px;
  }
  .header .dropDown .headerMenu .maskcon-item-link {
    font-size: 13px;
    line-height: 1.2;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    padding: 10px 16px;
    word-break: break-word;
    color: #333;
    background-color: #f2f7fa;
  }
  .header .dropDown .headerMenu .maskcon-item-link .icon-lang {
    flex: 0 0 2.5rem;
  }
  .header .dropDown .headerMenu .icon-lang {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 8px;
  }
  .header .dropDown .headerMenu .maskview {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .dropDown .headerMenu .maskcon {
    box-sizing: border-box;
    position: fixed;
    z-index: 11;
    top: 70%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    height: auto;
    margin-top: -265px;
    margin-left: -150px;
    padding: 30px 16px 0 0;
    transition: all ease 0.25s;
    transform: translateY(200vh);
    border-radius: 10px;
    background-color: #fff;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .header .dropDown .headerMenu .maskconclose {
    position: absolute;
    top: 8px;
    left: 16px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: rotate(-45deg);
  }
  .header .dropDown .headerMenu .maskconclose::before,
  .header .dropDown .headerMenu .maskconclose::after {
    position: absolute;
    display: block;
    content: '';
    background-color: #333;
  }
  .header .dropDown .headerMenu .maskconclose::before {
    top: 0;
    width: 18px;
    height: 2px;
  }
  .header .dropDown .headerMenu .maskconclose::after {
    top: -8px;
    left: 8px;
    width: 2px;
    height: 18px;
  }
  .header .dropDown .headerMenu #mobilemaskconcontrol {
    display: none;
  }
  .header .dropDown .headerMenu #mobilemaskconcontrol:checked ~ .maskview {
    display: block;
  }
  .header .dropDown .headerMenu #mobilemaskconcontrol:checked ~ .maskcon {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .header {
    width: 100%;
  }
  .header .headContent {
    max-width: 110rem;
    justify-content: flex-start;
    padding: 0 1rem;
    box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
  }
  .header .headContent .sitelogo a .logoImg {
    height: 3rem;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .addChrome {
    display: none;
  }
  .header .headContent .ft-cornoa-wp {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .mobileMenu svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .showSearch {
    display: none !important;
  }
  .header .headContent .showSearch svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .mobileSearch {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
    width: 40%;
  }
  .header .headContent .mobileSearch .sea-text-top {
    border-radius: 2rem;
    width: 100%;
    border: 0.1rem solid #f82c4c;
    padding: 1rem;
    font-size: 1.4rem;
    flex: 1;
    height: 100%;
    outline: none;
    color: #333;
    box-sizing: border-box;
  }
  .header .headContent .mobileSearch .sea-btn {
    height: 100%;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .headContent .mobileSearch .sea-btn svg {
    height: 2.3rem;
    width: 2.3rem;
  }
  .header .dropDown .homeMask {
    z-index: 9;
    background-color: #111111aa;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .header .dropDown .headerMenu {
    z-index: 9;
    background-color: #fff;
    position: absolute;
    height: 62%;
    width: 70%;
    bottom: 15%;
    left: 0;
  }
  .header .dropDown .headerMenu .closeMenu {
    margin: 1rem;
    text-align: right;
  }
  .header .dropDown .headerMenu .closeMenu img {
    width: 2rem;
    height: 2rem;
  }
  .header .dropDown .headerMenu .sitelogo {
    margin: 1rem;
  }
  .header .dropDown .headerMenu .sitelogo a {
    margin: 2rem 0;
  }
  .header .dropDown .headerMenu .sitelogo a .logoImg {
    width: 60%;
  }
  .header .dropDown .headerMenu p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
    margin: 0 1rem;
  }
  .header .dropDown .headerMenu ul .navItem {
    margin-top: 1.5rem;
  }
  .header .dropDown .headerMenu ul .navItem a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    color: #333;
  }
  .header .dropDown .headerMenu ul .menuNow {
    margin: 2rem 0;
    background-color: #f82c4c;
  }
  .header .dropDown .headerMenu ul .menuNow a {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .header .dropDown .headerMenu .ft-cornoa-wp {
    display: none;
    min-width: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    width: 100%;
  }
  .header .headContent {
    justify-content: flex-start;
    box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
  }
  .header .headContent .sitelogo a .logoImg {
    height: 3rem;
  }
  .header .headContent .navList {
    display: none;
  }
  .header .headContent .searchForm {
    display: none;
  }
  .header .headContent .search-m {
    display: none;
  }
  .header .headContent .addChrome {
    display: none;
  }
  .header .headContent .ft-cornoa-wp {
    display: none;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .headContent .mobileMenu svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .showSearch {
    display: none !important;
  }
  .header .headContent .showSearch svg {
    width: 3rem;
    height: 3rem;
  }
  .header .headContent .mobileSearch {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1rem;
    width: 40%;
  }
  .header .headContent .mobileSearch .sea-text-top {
    border-radius: 2rem;
    width: 100%;
    border: 0.1rem solid #f82c4c;
    padding: 1rem;
    font-size: 1.4rem;
    flex: 1;
    height: 100%;
    outline: none;
    color: #333;
    box-sizing: border-box;
  }
  .header .headContent .mobileSearch .sea-btn {
    height: 100%;
    width: 5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .headContent .mobileSearch .sea-btn svg {
    height: 2.3rem;
    width: 2.3rem;
  }
  .header .dropDown .homeMask {
    z-index: 9;
    background-color: #111111aa;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .header .dropDown .headerMenu {
    z-index: 9;
    background-color: #fff;
    position: absolute;
    height: 62%;
    width: 70%;
    bottom: 15%;
    left: 0;
  }
  .header .dropDown .headerMenu .closeMenu {
    margin: 1rem;
    text-align: right;
  }
  .header .dropDown .headerMenu .closeMenu img {
    width: 2rem;
    height: 2rem;
  }
  .header .dropDown .headerMenu .sitelogo {
    margin: 1rem;
  }
  .header .dropDown .headerMenu .sitelogo a {
    margin: 2rem 0;
  }
  .header .dropDown .headerMenu .sitelogo a .logoImg {
    width: 60%;
  }
  .header .dropDown .headerMenu p {
    font-size: 1.4rem;
    color: #333;
    font-weight: 400;
    margin: 0 1rem;
  }
  .header .dropDown .headerMenu ul .navItem {
    margin-top: 1.5rem;
  }
  .header .dropDown .headerMenu ul .navItem a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    color: #333;
  }
  .header .dropDown .headerMenu ul .menuNow {
    margin: 2rem 0;
    background-color: #f82c4c;
  }
  .header .dropDown .headerMenu ul .menuNow a {
    display: inline-block;
    font-size: 2rem;
    padding: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .header .dropDown .headerMenu .ft-cornoa-wp {
    display: none;
    min-width: 9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .showSearch {
    display: none !important;
  }
}
.pc-nav .sidebarPc {
  z-index: 1;
  height: 100%;
  box-sizing: content-box;
}
.pc-nav .sidebarPc .classify {
  display: flex;
  align-items: center;
  margin: 1rem;
  padding: 1rem;
  background-color: #F5F5F5;
  border-radius: 2.5rem;
  position: relative;
}
.pc-nav .sidebarPc .classify .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pc-nav .sidebarPc .classify .classify-til {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}
.pc-nav .sidebarPc .classify:hover {
  background-color: #f82c4c;
}
@media only screen and (max-width: 767px) {
  .pc-nav .sidebarPc {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pc-nav .sidebarPc {
    width: 8rem;
  }
  .pc-nav .sidebarPc .classify {
    justify-content: center;
  }
  .pc-nav .sidebarPc .classify .classify-icon {
    width: 2rem;
    height: 2rem;
  }
  .pc-nav .sidebarPc .classify .classify-til {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pc-nav .sidebarPc {
    width: 8rem;
  }
  .pc-nav .sidebarPc .classify {
    justify-content: center;
  }
  .pc-nav .sidebarPc .classify .classify-icon {
    width: 2rem;
    height: 2rem;
  }
  .pc-nav .sidebarPc .classify .classify-til {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .pc-nav .sidebarPc {
    width: 25rem;
    padding-left: 2rem;
  }
  .pc-nav .sidebarPc .classify {
    margin: 1rem;
    padding: 1rem;
  }
  .pc-nav .sidebarPc .classify .classify-icon {
    width: 2.6rem;
    height: 2.6rem;
  }
  .pc-nav .sidebarPc .classify .classify-til {
    margin-left: 1rem;
  }
}
.indexWrap {
  max-width: 108rem;
  margin: 2rem auto;
}
.indexWrap .productRecommend {
  padding: 1rem;
  max-width: 108rem;
  height: 100%;
  border-radius: 1rem;
  margin: 1rem auto;
}
.indexWrap .productRecommend .topInfo {
  margin: 2rem auto;
  width: fit-content;
}
.indexWrap .productRecommend .topInfo .topTitle {
  color: #333;
  width: auto;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0.5rem 3rem;
  border: 1px dashed #333;
  text-align: center;
  cursor: pointer;
}
.indexWrap .productRecommend .topDesp {
  margin: 2rem;
  text-align: center;
}
.indexWrap .productRecommend .topProductsList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
  grid-gap: 2rem 1rem;
  align-items: center;
  justify-content: center;
}
.indexWrap .productRecommend .topProductsList .topProdItem {
  width: 100%;
  border-radius: 1rem;
  background-image: url(/static/image/couponWithe.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
.indexWrap .productRecommend .topProductsList .topProdItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProductsImg {
  width: 25%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProductsImg .productsImg {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail {
  width: 65%;
  margin: 2rem;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .ProdName {
  height: 5rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .ProdSaleInfo {
  height: 4rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  margin-bottom: 1rem;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .price {
  width: 50%;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .price .nowPrice {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #f82c4c;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .price .oiginalPrice {
  text-decoration: line-through;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .getProdBtn {
  background-color: #f82c4c;
  border-radius: 1rem;
  line-height: 4rem;
  color: #fff;
  padding: 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .getProdBtn svg {
  margin-left: 0.5rem;
  width: 3rem;
  height: 3rem;
}
.indexWrap .couponsRecommend {
  padding: 1rem;
  max-width: 108rem;
  height: 100%;
  border-radius: 1rem;
  margin: 1rem auto;
}
.indexWrap .couponsRecommend .topInfo {
  margin: 2rem auto;
  width: fit-content;
}
.indexWrap .couponsRecommend .topInfo .topTitle {
  color: #333;
  width: auto;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0.5rem 3rem;
  border: 1px dashed #333;
  text-align: center;
  cursor: pointer;
}
.indexWrap .couponsRecommend .couponsList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
  grid-gap: 2rem 2rem;
  align-items: center;
  justify-content: center;
}
.indexWrap .couponsRecommend .couponsList .couponsItem {
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0 0 0.3rem 0.3rem #eee;
  position: relative;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .couponImg {
  height: 10rem;
  width: 14rem;
  margin: auto;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .couponImg .coupImg {
  width: 100%;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail {
  margin: 2rem;
  font-size: 1.4rem;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .coupSale {
  color: #f82c4c;
  margin-bottom: 1rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  height: 2rem;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .coupTitle {
  height: 4rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo {
  display: flex;
  justify-content: center;
  border-radius: 1rem;
  margin: 2rem 0;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text {
  display: flex;
  position: relative;
  border-radius: 1rem;
  background-color: #f82c4c;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text span {
  color: #fff;
  font-weight: 700;
  margin: 0.5rem 3rem 0.5rem 2rem;
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text .turnPages {
  position: absolute;
  width: 2.5rem;
  height: 2rem;
  right: 0;
  bottom: 0;
  border-radius: 1rem 0;
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  background: linear-gradient(to bottom right, #d0273e 0%, #d0273e 50%, white 51%, white 100%);
}
.indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo .text img {
  position: absolute;
  z-index: 0;
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: -1rem;
}
@media only screen and (max-width: 767px) {
  .indexWrap .productRecommend .topInfo {
    margin: 1rem auto;
  }
  .indexWrap .productRecommend .topInfo .topTitle {
    color: #333;
    font-weight: 500;
    border: none;
  }
  .indexWrap .productRecommend .topProductsList {
    display: block;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem {
    margin: 1rem 0;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail {
    margin: 1rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .ProdName {
    margin-bottom: 0.5rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo {
    margin: 0;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .text span {
    font-size: 1.2rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .price .nowPrice {
    font-size: 2rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .getProdBtn {
    font-size: 1.2rem;
    line-height: 3rem;
    padding: 0 0.5rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .getProdBtn svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .indexWrap .couponsRecommend .topInfo {
    margin: 1rem auto;
  }
  .indexWrap .couponsRecommend .topInfo .topTitle {
    color: #333;
    font-weight: 500;
    border: none;
  }
  .indexWrap .couponsRecommend .couponsList {
    grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
    grid-gap: 1rem 1rem;
  }
  .indexWrap .couponsRecommend .couponsList .couponsItem .coupDetail .jumpInfo span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .indexWrap .productRecommend .topProductsList .topProdItem {
    margin: 1rem 0;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail {
    margin: 1rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo {
    margin: 0;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .text span {
    font-size: 1.2rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .price .nowPrice {
    font-size: 2rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .getProdBtn {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 0 0.5rem;
  }
  .indexWrap .productRecommend .topProductsList .topProdItem .ProdDetail .jumpInfo .getProdBtn svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.footer .footerWrap {
  width: 100%;
  background-color: #f8f8f8;
  box-shadow: 0 0 0.2rem 0.1rem rgba(37, 16, 16, 0.2);
}
.footer .footerWrap .wrapper {
  margin: 0 auto;
  padding-top: 3rem;
  width: 100%;
  max-width: 120rem;
  display: flex;
  flex-direction: column;
}
.footer .footerWrap .wrapper .toolkit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerWrap .wrapper .toolkit .ft-logo {
  display: block;
}
.footer .footerWrap .wrapper .toolkit .ft-logo img {
  height: 100%;
}
.footer .footerWrap .wrapper .us-info {
  padding: 3rem 0;
  text-align: center;
}
.footer .footerWrap .wrapper .us-info .footer-link {
  cursor: pointer;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 1.6rem;
  line-height: 2.1rem;
  color: #f82c4c;
}
.footer .footerWrap .wrapper .us-info .navNow {
  cursor: pointer;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #f82c4c;
}
.footer .footerWrap .cookie-notice-container {
  display: none;
  font-size: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footer .footerWrap .cookie-notice-container .container {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 3rem;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.footer .footerWrap .cookie-notice-container .container a,
.footer .footerWrap .cookie-notice-container .container button,
.footer .footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footer .footerWrap .cookie-notice-container .container .moreJump {
  color: #37aafd;
}
.footer .footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #37aafd;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footer .footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    margin-left: 2rem;
    height: 2rem;
    padding-left: 1.5rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp .foot-link {
    font-size: 1.4rem;
    margin-right: 1rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer .footerWrap .wrapper .us-info {
    display: block;
    text-align: start;
  }
  .footer .footerWrap .wrapper .us-info .footer-link {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .footer .footerWrap .cookie-notice-container .container {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footerWrap .wrapper {
    align-items: center;
  }
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    height: 2.6rem;
    margin-right: 2rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footer .footerWrap .wrapper .us-info {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .footerWrap .wrapper {
    align-items: center;
  }
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    height: 3rem;
    margin-right: 5rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footer .footerWrap .wrapper .us-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footerWrap .wrapper {
    align-items: center;
  }
  .footer .footerWrap .wrapper .toolkit .ft-logo {
    height: 3rem;
    margin-right: 5rem;
  }
  .footer .footerWrap .wrapper .toolkit .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footer .footerWrap .wrapper .us-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
.indexWrap {
  max-width: 108rem;
  min-height: 90vh;
  margin: 2rem auto;
}
.indexWrap .pc-nav .sidebarPc .classify:nth-child(2) {
  background-color: #f82c4c;
}
.indexWrap .guide {
  font-size: 1.4rem;
  margin: 2rem;
}
.indexWrap .guide a {
  color: #333;
}
.indexWrap .guide svg {
  width: 1.6rem;
  height: 1.2rem;
  margin: 0 0.5rem;
}
.indexWrap .guide span {
  font-weight: 500;
  color: #f82c4c;
}
.indexWrap .productDetailsWrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.indexWrap .productDetailsWrap .productCard {
  margin: 1rem 0 2rem 0;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0 0 0.3rem 0.3rem #eee;
}
.indexWrap .productDetailsWrap .productCard .cardTop {
  display: flex;
  position: relative;
}
.indexWrap .productDetailsWrap .productCard .cardTop .hotPage {
  position: absolute;
  right: -2.1rem;
  top: -2.2rem;
  border-radius: 0 2rem 0 0;
}
.indexWrap .productDetailsWrap .productCard .cardTop .detailLeft {
  width: 22%;
  padding: 1rem;
}
.indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfoImg {
  width: 100%;
}
.indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfo {
  display: flex;
  align-items: center;
  margin: 1rem;
}
.indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfo .productLogo {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  box-shadow: 0 0 0.2rem 0.2rem #ddd;
}
.indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfo .productName {
  font-size: 1.4rem;
  padding-left: 2rem;
  color: #999;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet {
  width: 70%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle {
  font-size: 2rem;
  font-weight: 700;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle .DetTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 4;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle .brandSale {
  color: #f82c4c;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle .brandSaleMobile {
  display: none;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailDesp {
  min-height: 10rem;
  font-size: 1.2rem;
  color: #333;
  margin: 1rem 0;
  line-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 4;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .dollar .num {
  font-size: 3.6rem;
  font-weight: 700;
  color: #f82c4c;
  padding-right: 1rem;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .dollar .delNum {
  font-size: 1.4rem;
  color: #aaa;
  text-decoration: line-through;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .getCoupBtn {
  width: fit-content;
  background-color: #f82c4c;
  border-radius: 1rem;
  line-height: 3rem;
  color: #fff;
  font-size: 2rem;
  padding: 0 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .getCoupBtn svg {
  margin: 0.5rem;
  margin-left: 1rem;
  width: 3rem;
  height: 3rem;
}
.indexWrap .productDetailsWrap .productCard .cardBottom {
  margin: 1rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #999;
}
.indexWrap .productDetailsWrap .recommendProduct {
  margin-bottom: 2rem;
}
.indexWrap .productDetailsWrap .recommendProduct .recommendInfo {
  color: #333;
  margin: 2rem auto;
  width: fit-content;
}
.indexWrap .productDetailsWrap .recommendProduct .recommendInfo .recommendTitle {
  width: auto;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0.5rem 3rem;
  border: 1px dashed #333;
  text-align: center;
}
.indexWrap .productDetailsWrap .recommendProduct .productList {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
  grid-gap: 2rem 2rem;
  align-items: center;
  justify-content: center;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .productItem {
  padding: 1rem 2rem;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 0 0.2rem 0.2rem #eee;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .productItem .coverlink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .itemProductImg {
  width: 100%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .hotIcon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #f82c4bcc;
  border-radius: 0 2rem 0 0;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .hotIcon svg {
  width: 2rem;
  height: 2rem;
  padding-right: 0.5rem;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .hotIcon span {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductDetail {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemDiscount {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f82c4c;
  border-radius: 0.5rem;
  border: 1px solid #f82c4c;
  padding: 0 1rem;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductPrice {
  height: 5rem;
  margin: 1rem 0;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductPrice .newPrice {
  color: #f82c4c;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductPrice .oldPrice {
  color: #333;
  font-size: 1.4rem;
  height: 1.8rem;
  text-decoration: line-through;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .saleMark {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 7rem;
  width: 7rem;
  background: linear-gradient(225deg, #f82c4c, #f82c4c 50%, transparent 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  text-align: right;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .saleMark .num {
  font-size: 2rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .saleMark .off {
  margin-right: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .itemProductImg {
  width: 100%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .itemProductDetail {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  font-size: 1.4rem;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .itemProductPrice {
  margin: 2rem 0;
  border-bottom: 0.1rem solid #dfdede;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .itemProductPrice .newPrice {
  color: #f82c4c;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .itemProductPrice .oldPrice {
  color: #aaa;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .productInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .productInfo .productLogo {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .productInfo .productName {
  margin: 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .typeShop .productInfo .shopNow {
  padding: 1rem 2rem;
  background: #f82c4c;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .itemProductImg {
  width: 100%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .dottedLine {
  width: 90%;
  margin: 1rem;
  border-bottom: 0.1rem dashed #aaa;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .itemProductDetail {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  font-size: 1.4rem;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .itemProductPrice {
  margin: 2rem 0;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .itemProductPrice .newPrice {
  color: #f82c4c;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .itemProductPrice .oldPrice {
  color: #aaa;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .productInfo {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .productInfo .productLogo {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .hasMark .productInfo .productName {
  margin: 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .itemProductImg {
  width: 100%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .itemProductDetail {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  font-size: 1.4rem;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .itemProductPrice {
  margin: 2rem 0;
  border-bottom: 0.1rem solid #dfdede;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .itemProductPrice .newPrice {
  color: #f82c4c;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .itemProductPrice .oldPrice {
  color: #aaa;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .productInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .productInfo .productLogo {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .productInfo .productName {
  margin: 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.indexWrap .productDetailsWrap .recommendProduct .productList .notMark .productInfo .shopNow {
  padding: 1rem 2rem;
  background: #f82c4c;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .indexWrap .productDetailsWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
  }
  .indexWrap .productDetailsWrap .productCard {
    padding: 0;
    border-radius: 2rem;
    box-shadow: 0 0 0.3rem 0.3rem #eee;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop {
    display: block;
    position: relative;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .hotPage {
    position: absolute;
    top: -2px;
    right: -1px;
    border-radius: 0 2rem 0 0;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .detailLeft {
    width: auto;
    padding: 1.2rem;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfoImg {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.6rem 0 0 0;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfo .productLogo {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    box-shadow: 0 0 0.2rem 0.2rem #ddd;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .detailLeft .productInfo .productName {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    color: #999;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet {
    width: auto;
    height: 100%;
    padding: 0.4rem 1.2rem 1rem 1.2rem;
    display: flex;
    flex-direction: column;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle .DetTitle {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-line-clamp: 4;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle .brandSale {
    display: none;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailTitle .brandSaleMobile {
    display: block;
    width: fit-content;
    color: #f82c4c;
    padding: 0 2rem;
    margin: 1rem 0;
    border-radius: 1rem;
    border: 2px solid #f82c4c;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .detailDesp {
    font-size: 1.2rem;
    color: #333;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-line-clamp: 4;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice {
    display: block;
    margin: 0;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .dollar {
    display: flex;
    align-items: baseline;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .dollar .num {
    font-size: 3rem;
    font-weight: 500;
    color: #f82c4c;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .dollar .delNum {
    color: #aaa;
    text-decoration: line-through;
  }
  .indexWrap .productDetailsWrap .productCard .cardTop .productInfoDet .productPrice .getCoupBtn {
    width: fit-content;
    margin-top: 1rem;
  }
  .indexWrap .productDetailsWrap .productCard .cardBottom {
    margin: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList {
    grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
    grid-gap: 1rem 1rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .productItem {
    padding: 1rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg {
    margin: 0 1rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .hotIcon {
    padding: 0 0.5rem;
    border-radius: 0 1rem 0 0;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .hotIcon svg {
    width: 1.5rem;
    height: 1.5rem;
    padding-right: 0.5rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .productImg .hotIcon span {
    font-size: 1.2rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductDetail {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemDiscount {
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    color: #f82c4c;
    border-radius: 0.5rem;
    border: 1px solid #f82c4c;
    padding: 0 1rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductPrice {
    margin-top: 1rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductPrice .newPrice {
    color: #f82c4c;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList .hasHot .itemProductPrice .oldPrice {
    color: #333;
    font-size: 1.2rem;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .indexWrap {
    margin: 2rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productCard {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .indexWrap {
    margin: 2rem;
  }
  .indexWrap .productDetailsWrap .recommendProduct .productList {
    grid-template-columns: repeat(4, calc((100% - 3rem) / 4));
    grid-gap: 2rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .indexWrap .productDetailsWrap .recommendProduct .productList {
    grid-template-columns: repeat(4, calc((100% - 3rem) / 4));
  }
}
