.searchandfilter label {
  display: flex;
  cursor: pointer;
}
.searchandfilter > div > ul {
  padding: 0 30px;
  background: #f8fafb;
}
.searchandfilter h4 {
  font-size: 13px;
  font-family: 'Barlow-Bold';
}
.checkbox_choice_class {
  margin: 5px 0;
}
.radio_choice_class {
  margin: 5px 0;
}
.checkbox_choice_class label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}
.checkbox_choice_class label::after {
  width: 48px;
  height: 24px;
  border-radius: 12px;
  position: absolute;
  content: '';
  background: #d5d5d5;
  top: 0;
  left: 0;
  z-index: 9;
}
label input[type='checkbox'] {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
}
label input[type='checkbox']:checked + label::after {
  background: #fff;
}
label input[type='checkbox']:checked {
  left: 25px;
  background: #f28f1a;
}
label input[type='checkbox']:focus {
  border: none;
}
.radio_choice_class label {
  position: relative;
}
label input[type='radio'] {
  width: 20px;
  height: 20px;
  background: #f7f7f7;
  border-radius: 50%;
  margin-right: 10px;
}
label input[type='radio']:checked {
  background: #f28f1a;
  border: 1px solid #e5e5e5;
}
.searchandfilter input[type='submit'] {
  margin-top: 20px;
  font-family: 'Barlow-Bold';
  width: 140px;
  height: 48px;
  margin-bottom: 20px;
}

main .bannerVideo {
  display: flex;
}
main .banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  max-width: 50%;
  width: 100%;
}
main .bannerVideo .BannerText {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #004775;
  color: #fff;
  padding: 30px 15px;
}

main .bannerVideo .BannerText h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'Barlow-Bold';
  max-width: 680px;
  width: 100%;
}
main .bannerVideo .BannerText p {
  margin-bottom: 10px;
  max-width: 680px;
  width: 100%;
}
.title {
  font-size: 48px;
  font-family: 'Barlow-Bold';
}
main .banner .banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .banner .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(2, 17, 15, 0.7);
  display: none;
}
main .banner .play .img {
  width: 104px;
  height: 104px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 30px;
}
main .banner .play p {
  font-size: 24px;
  font-family: 'Barlow-Medium';
  color: #fff;
}

main .product-list .content {
  padding-top: 5.20835vw;
  padding-bottom: 5.20835vw;
  display: flex;
  justify-content: space-between;
}
main .product-list > .content .left {
  max-width: 280px;
  width: 100%;
  margin-right: 80px;
}
main .product-list .content .left .box:first-child {
  height: 56px;
  background: #f28f1a;
  display: flex;
  align-items: center;
}
main .product-list .content .left .box:first-child p {
  color: #202020;
  color: #fff;
  font-family: 'Barlow-Bold';
}
main .product-list .content .left .box {
  background: #f8fafb;
  padding: 15px;
}
main .product-list .content .left .box li {
  padding: 5px 0px;
  position: relative;
  cursor: pointer;
}
main .product-list .content .left .box li svg {
  position: absolute;
  top: 9px;
  right: 10px;
}
main .product-list .content .left .box li .aside-catas-ul {
  padding-left: 15px;
  display: none;
}
main .product-list .content .left .box li .aside-catas-ul .aside-catas-ul-two {
  padding-left: 15px;
  display: none;
}
main
  .product-list
  .content
  .left
  .box
  li
  .aside-catas-ul
  .aside-catas-ul-two
  .aside-catas-ul-three {
  padding-left: 15px;
  display: none;
}

main .product-list .content .left .aside-catas {
  padding: 10px;
}
main .product-list .content .left .aside-catas > li {
  position: relative;
  cursor: pointer;
}
main .product-list .content .left .aside-catas li svg {
  position: absolute;
  top: 5px;
  right: 20px;
}
main .product-list .content .left .aside-catas .aside-catas-ul {
  display: none;
  padding-left: 15px;
}
main .product-list .content .left .aside-catas li {
  margin: 5px 0;
}
/* main .product-list .content .left .box .tit{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}   
main .product-list .content .left .box .tit p{
    font-size: 13px;
    font-family: 'Barlow-Bold';
}
main .product-list .content .left .box>.tit img{
    display: none;
}
main .product-list .content .left .box .tit img.active{
    display: block;
}
main .product-list .content .left .box ul {
    padding: 10px 0;
}
main .product-list .content .left .box .ul{
    display: none;
}
main .product-list .content .left .box ul.active{
    display: block;
}
main .product-list .content .left .box ul li{
    display: flex;
    align-items: center;
    margin: 8px 0;
}
main .product-list .content .left .box ul li span{
    display: flex;
    width: 48px;
    height: 24px;
    border-radius: 12px;
    position: relative;
    background: #D5D5D5;
    margin-right: 10px;
}
main .product-list .content .left .box ul li p{
    font-size: 15px;
    font-family: 'Barlow-Medium';
    color: #666;
}
main .product-list .content .left .box ul li.active span{
    background: #F28F1A;
}
main .product-list .content .left .box ul li.active span::after{
    left: auto;
    right: 2px;
}
main .product-list .content .left .box ul li span::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    content: '';
    transition: all 0.5s;
}
main .product-list .content .left .box .select .tit{
    border: 1px solid #202020;
    padding: 0 20px;
}
main .product-list .content .left .box .select .tit p{
    font-size: 15px;
    color: #666;
    font-family: 'Barlow-Medium';
}
main .product-list .content .left .box .select ul{
    border: 1px solid #202020;
    border-top: none;
    padding: 0 20px;
    cursor: pointer;
    display: none;
} */

main .product-list .content .right .ro p {
  margin: 1em 0;
}
main .product-list .content .right .ro img {
  margin: 1em 0;
}
main .product-list .content .right .ro ul {
  margin: 1em 0;
}
main .product-list .content .right .ro ol {
  margin: 1em 0;
}
main .product-list .content .right .ro h1 {
  font-weight: bold;
  margin: 1em 0;
}
main .product-list .content .right .ro h2 {
  font-weight: bold;
  margin: 1em 0;
}
main .product-list .content .right .ro h3 {
  font-weight: bold;
  margin: 1em 0;
}
main .product-list .content .right .ro h4 {
  font-weight: bold;
  margin: 1em 0;
}
main .product-list .content .right .ro h5 {
  font-weight: bold;
  margin: 1em 0;
}
main .product-list .content .right .ro h6 {
  font-weight: bold;
  margin: 1em 0;
}

main .product-list .content .right {
  flex: 1;
}
main .product-list .content .right .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .product-list .content .right .tit h1 {
  font-family: 'Barlow-Bold';
  text-align: left;
}
main .product-list .content .right .tit h1 span {
  margin-left: 30px;
  font-size: 20px;
  font-family: 'Barlow-Medium';
}
main .product-list .content .right .tit .search {
  width: 320px;
  height: 56px;
  position: relative;
}
main .product-list .content .right .tit .search input {
  width: 100%;
  height: 100%;
  background: #f8fafb;
  border: none;
  padding: 0 20px;
}
main .product-list .content .right .tit .search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
main .product-list .content .right p.txt {
  margin: 30px 0;
}
main .product-list .content .right ul.tag {
  display: flex;
  margin-bottom: 40px;
}
main .product-list .content .right ul.tag li {
  background: #868f97;
  padding: 8px 10px;
  border-radius: 3px;
  display: flex;
  margin: 5px 0;
  margin-right: 20px;
}
main .product-list .content .right ul.tag li p {
  font-size: 13px;
  color: #fff;
}
main .product-list .content .right ul.tag li.reset p {
  font-family: 'Barlow-Bold';
}
main .product-list .content .right ul.tag li img {
  transform: rotate(45deg);
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}
main .product-list .content .right ul.tag li.reset {
  background: #0e2031;
}
main .product-list .content .right ul.tag li.reset img {
  transform: rotate(0);
}

main .product-list .content .right .row .cart {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
main .product-list .content .right .row .cart .top {
  position: relative;
}
main .product-list .content .right .row .cart .top video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
  transition: all 0.5s;
}
main .product-list .content .right .row .cart:hover .top video {
  display: block;
  transform: scale(1.2);
}
main .product-list .content .right .row .cart .btm {
  padding: 30px;
  color: #f28f1a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  position: relative;
  transition: all 0.5s;
}
main .product-list .content .right .row .cart:hover .btm {
  color: #fff;
}
main .product-list .right .cart .btm .btm-t {
  position: relative;
  z-index: 11;
}
main .product-list .right .cart .btm .btm-t h3 {
  font-size: 16px;
}
main .product-list .right .cart .btm .btm-t h2 {
  font-size: 20px;
  margin: 8px 0;
  font-family: 'Barlow-Medium';
}
main .product-list .right .cart .btm .btm-t h2 span {
  font-size: 20px;
  font-family: 'Barlow-Bold';
}
main .product-list .right .cart .btm .btm-t ul li {
  color: #666;
  display: flex;
  align-items: center;
  margin: 5px 0;
  transition: all 0.5s;
}
main .product-list .right .cart:hover .btm .btm-t ul li {
  color: #fff;
}
main .product-list .right .cart .btm .btm-t ul li svg {
  margin-right: 10px;
  transition: all 0.5s;
}
main .product-list .right .cart:hover .btm .btm-t ul li svg path {
  fill: #fff;
}
main .product-list .right .cart .btm .btm-b {
  width: 120px;
  height: 30px;
  background: #f28f1a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  transition: all 0.5s;
}
main .product-list .right .cart:hover .btm .btm-b {
  background: #fff;
  color: #f28f1a;
}
main .product-list .right .cart .btm::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  background-color: var(--color-primary);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  will-change: opacity;
  background: #f28f1a;
}
main .product-list .right .cart:hover .btm::after {
  opacity: 1;
}
main .product-list .right .cart .cart-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}

main .product-list .right .page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
main .product-list .right .page > div,
main .product-list .right .page .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
}
main .product-list .right .page > div a,
main .product-list .right .page .page-numbers {
  color: #666;
  display: flex;
  font-size: 14px;
}
main .product-list .right .page > div.active,
main .product-list .right .page .page-numbers.current {
  background: #f28f1a;
}
main .product-list .right .page > div.active a,
main .product-list .right .page .page-numbers.current {
  color: #fff;
}
main .product-list .right .page > div:hover,
main .product-list .right .page .page-numbers:hover {
  background: #f28f1a;
}
main .product-list .right .page > div:hover a,
main .product-list .right .page .page-numbers:hover {
  color: #fff;
}
main .product-list .right .page > div .prev svg {
  margin-right: 5px;
}
main .product-list .right .page > div .next svg {
  transform: rotate(180deg);
  margin-left: 5px;
}
main .product-list .right .page > div:hover a svg path {
  fill: #fff;
}

main .product-list .why-choose {
  background: #152e46;
}
main .product-list .why-choose .content {
  padding: 0;
}
main .product-list .why-choose .left {
  background: #163f65;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 440px;
  width: 100%;
  padding-right: 60px;
  color: #fff;
  position: relative;
}
main .product-list .why-choose .left::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  content: '';
  background: #163f65;
}
main .product-list .why-choose .left p {
  font-family: 'Barlow-Medium';
  text-align: right;
}
main .product-list .why-choose .left h2 {
  font-size: 40px;
  font-family: 'Barlow-Bold';
  text-align: right;
}
main .product-list .why-choose .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  color: #fff;
}
main .product-list .why-choose .right .box {
  width: 45%;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
main .product-list .why-choose .right .box .box-l {
  flex-shrink: 0;
}
main .product-list .why-choose .right .box .box-r {
  margin-left: 60px;
}
main .product-list .why-choose .right .box .box-r h3 {
  font-size: 24px;
  font-family: 'Barlow-Medium';
  position: relative;
  margin-bottom: 10px;
}
main .product-list .why-choose .right .box .box-r h3::after {
  position: absolute;
  width: 20px;
  height: 3px;
  background: #fff;
  top: 15px;
  left: -35px;
  content: '';
}
main .product-list .why-choose .right .box .box-r p {
  opacity: 0.5;
}

main .product-list .intimate .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .product-list .intimate .content p {
  margin-bottom: 30px;
}

main .product-list .intimate .content .box {
  background: #f8fafb;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
main .product-list .intimate .content .box .left {
  max-width: 640px;
  width: 100%;
}
main .product-list .intimate .content .box .right {
  margin-left: 60px;
  max-width: 600px;
  width: 100%;
}

main .product-list .projects .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
main .product-list .projects .content h2 {
  margin-bottom: 30px;
}

main .product-list .projects .content .cart {
  margin-bottom: 30px;
}
main .product-list .projects .content .cart .cart-top {
  overflow: hidden;
  position: relative;
}
main .product-list .projects .content .cart .cart-top img {
  width: 100%;
  transition: all 0.5s;
}
main .product-list .projects .content .cart:hover .cart-top img {
  transform: scale(1.1);
}
main .product-list .projects .content .cart .cart-top .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s;
}
main .product-list .projects .content .cart:hover .cart-top .mask {
  opacity: 1;
}
main .product-list .projects .content .cart .cart-btm {
  color: #404040;
}
main .product-list .projects .content .cart .cart-btm h3 {
  margin: 20px 0;
  font-size: 24px;
  font-family: 'Barlow-Medium';
}

/* 侧边栏开始 */
.aside {
  width: 370px;
  margin-left: 3.645845vw;
  flex-shrink: 0;
}

.aside-form {
  margin-bottom: 30px;
}

.aside-search {
  position: relative;
}

.aside-search input {
  height: 70px;
  padding: 0 30px;
  border-radius: 36px;
  border: 1px solid #e5e5e5;
}

.aside-search input::placeholder {
  font-size: 16px;
  color: #c4c4c4;
}

.aside-search input[type='submit'] {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(/lib/images/icon_nav_search.svg) no-repeat center;
  border: none;
  border-radius: 0;
}

/* aside search end */
.sticky {
  position: sticky;
  top: 100px;
}

.aside-item {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.aside-title {
  position: relative;
  height: 60px;
  display: flex;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Raleway-Bold';
  background: #f28f1a;
  padding: 0 20px;
  align-items: center;
  color: #fff;
}

.aside-title::before {
  position: absolute;
  top: 14px;
  left: -20px;
  width: 2px;
  height: 30px;
  background: #f28f1a;
  content: '';
}

.aside-title a {
  color: #222;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.aside-title:hover a {
  color: #fff;
}

.aside-catas > ul > li {
  border-bottom: 1px solid #e5e5e5;
}

.aside-catas > ul > li:last-child {
  border: none;
}

.aside-catas ul ul.aside-catas-ul {
  display: none;
  padding-bottom: 20px;
}

.aside-catas ul ul.aside-catas-ul li {
  padding: 10px 0 10px 20px;
  font-size: 15px;
}

.aside-catas ul ul.aside-catas-ul li:hover a {
  color: #f28f1a;
}

.aside-catas li p {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  cursor: pointer;
}

.aside-catas li p::before {
  position: absolute;
  top: 26px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.8s;
  content: '';
}

.aside-catas li p.active::before {
  border-color: #f28f1a;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.8s;
}

.aside-catas li p span {
  margin-left: 5px;
}

.aside-catas > ul > li:hover p,
.aside-catas li p.active {
  color: #f28f1a;
}

.aside-catas > ul > li:hover p::before {
  border-color: #f28f1a;
}

.aside-tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.aside-tags ul li {
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
}

.aside-tags ul li:hover,
.aside-tags ul li.active {
  border-color: #f28f1a;
  background: #f28f1a;
  color: #fff;
}

.aside-tags ul li a:hover {
  color: #fff;
}

.recommended-blogs {
  padding-top: 20px;
}

.recommended-blogs li {
  margin-bottom: 30px;
}

.recommended-blogs li:last-child {
  margin-bottom: 0;
}

.recommended-blogs li a {
  display: flex;
}

.recommended-blogs li img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.recommended-blogs li .desc {
  padding-left: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.recommended-blogs li .desc p {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommended-blogs li:hover .desc p {
  color: #f28f1a;
}

.recommended-blogs li .desc span {
  font-size: 14px;
  color: #666;
}
/* 侧边栏结束 */

@media (max-width: 1279px) {
  main .product-list .why-choose .left {
    max-width: 35%;
    padding-right: 20px;
  }
  main .product-list .why-choose .right {
    max-width: 65%;
    padding: 30px;
  }
  main .product-list .why-choose .right .box .box-l {
    width: 60px;
  }
  main .product-list .why-choose .right .box .box-r {
    margin-left: 45px;
  }
  main .product-list .intimate .content .box .left {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  main .banner {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  main .bannerVideo {
    flex-direction: column;
  }
  main .product-list .why-choose .content {
    flex-direction: column;
  }
  main .product-list .why-choose .left {
    max-width: 100%;
    padding: 30px 15px;
    align-items: flex-start;
  }
  main .product-list .why-choose .right {
    max-width: 100%;
  }
  main .product-list .why-choose .left h2 {
    text-align: left;
  }
  main .product-list .intimate .content .box {
    flex-direction: column;
  }
  main .product-list .intimate .content .box .left {
    max-width: 100%;
    margin-bottom: 30px;
  }
  main .product-list .intimate .content .box .right {
    margin-left: 0;
    max-width: 100%;
  }
  main .product-list .intimate .content > p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  main .product-list .content .right .tit {
    flex-direction: column;
  }
  main .product-list .content .right ul.tag {
    flex-wrap: wrap;
  }
  main .product-list .why-choose .right .box {
    width: 100%;
  }
  main .product-list .right .page > div {
    padding: 5px;
    margin: 0 5px;
  }
  .title {
    font-size: 24px;
  }
  main .product-list .content .right .tit .search {
    width: 100%;
  }
  main .product-list .why-choose .left h2 {
    font-size: 28px;
  }
  main .product-list .why-choose .right {
    padding: 30px 15px;
  }
  main .product-list .intimate .content p {
    margin-bottom: 10px;
  }
  main .banner .play .img {
    width: 56px;
    height: 56px;
  }
  main .banner .play .img img {
    width: 16px;
    height: 16px;
  }
  main .product-list .content .right .row .cart .btm {
    padding: 30px 15px;
  }
}
