* {
  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(1) {
  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 .couponsListWrap {
  padding: 2rem;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
}
.indexWrap .couponsListWrap .detailLeft {
  font-family: ProximaNova, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif;
}
.indexWrap .couponsListWrap .detailLeft .current-cate {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  box-shadow: 0 0 2px 2px #ddd;
  overflow: hidden;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic img {
  width: auto;
  height: auto;
  max-width: 10rem;
  max-height: 10rem;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-pic p {
  color: #333;
  border: none;
  width: 10rem;
  height: 10rem;
  line-height: 2.5rem;
  text-align: center;
  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 .couponsListWrap .detailLeft .current-cate .current-cate-info {
  padding: 1rem;
  width: calc(100% - 12rem);
  color: #333;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info .current-cate-tl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.indexWrap .couponsListWrap .detailLeft .current-cate .current-cate-info .current-cate-tl-txt {
  margin: 1rem 0;
  font-size: 1.4rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list {
  margin-top: 3rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .new-tl {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin: 2rem 0;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox {
  width: 100%;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
  width: auto;
  border-radius: 1rem;
  padding: 2rem 4rem 2rem 2rem;
  margin: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 0 0.2rem 0.2rem #eee;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con {
  display: flex;
  width: 100%;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des {
  display: flex;
  align-items: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales {
  background-color: #F4EFEF;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales p {
  padding: 1rem;
  width: 11.2rem;
  height: 11.2rem;
  color: #f82c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info {
  color: #333;
  width: 100%;
  padding: 0 1.6rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-code {
  display: none;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-info-tl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 1;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-tag {
  color: #999999;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-verified {
  display: none;
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo {
  display: flex;
  justify-content: center;
  width: 20%;
  border-radius: 1rem;
  margin: auto;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text {
  display: flex;
  position: relative;
  height: 4rem;
  border-radius: 1rem;
  background-color: #f82c4c;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text p {
  color: #fff;
  line-height: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0.5rem 3rem 0.5rem 2rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .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 .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text img {
  position: absolute;
  z-index: 0;
  width: 2rem;
  height: 2rem;
  right: 0;
  bottom: -1rem;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con-get {
  background-color: #f82c4c;
  border-radius: 0.8rem;
  line-height: 4.5rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover {
  box-shadow: 0 0 0.3rem 0.3rem #cdcdcd;
}
.indexWrap .couponsListWrap .detailLeft .moreflag {
  margin-bottom: 3rem;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .common-tl {
  font-size: 2rem;
  color: #333;
  margin: 3rem 0;
  font-weight: 600;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list {
  display: grid;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item {
  position: relative;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item .brand-rect-con-place .brand-rect-con-img {
  border: 0.1rem solid #ccc;
  width: 100%;
  display: block;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item .brand-rect-con-place .brand-rect-con-tl {
  padding: 0.6rem;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  max-width: 100%;
}
.indexWrap .couponsListWrap .detailLeft .moreflag .brand-rect-list .brand-rect-item:hover {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .indexWrap .guide {
    margin: 1rem 2rem;
  }
  .indexWrap .couponsListWrap {
    padding: 1rem 2rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list {
    margin-top: 2rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
    padding: 1rem 0;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con {
    width: 100%;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales {
    margin-left: 1rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .store-sales p {
    padding: 0.5rem;
    width: 8.4rem;
    height: 8.4rem;
    font-size: 1.4rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info {
    padding: 0 1.2rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-code {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    display: block;
    color: #f82c4c;
    padding-bottom: 0.4rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-info-tl {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.2rem;
    -webkit-line-clamp: 3;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-tag {
    display: none !important;
    padding-top: 0;
    font-size: 1.2rem;
    -webkit-line-clamp: 1;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .new-con .new-con-des .new-con-info .new-con-verified {
    display: block;
    width: 55%;
    margin: 1rem 0;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo {
    display: none;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1rem 0;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text {
    height: 3rem;
    border-radius: 0.5rem;
  }
  .indexWrap .couponsListWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .jumpInfo .text p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2rem;
  }
}
