.list_1 {
  /* margin-top: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_1 .centent {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  height: 120px;
  /* width: 903px; */
}
.list_1 .centent .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 45px;
}
.list_1 .centent .item img {
  height: 64px;
  width: auto;
}
.list_1 .centent .item p {
  font-size: 16px;
  margin-top: 3px;
  font-family: 'Regular';
}
.list_2 {
  padding-bottom: 100px;
  background-color: #fff;
  padding: 32px 0;
}
.list_2 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2 .centent .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 2%;
}
.list_2 .centent .box .left {
  width: 290px;
  height: 210px;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
.list_2 .centent .box .left .flex {
  width: 100%;
}
.list_2 .centent .box .left .flex .f18 {
  font-family: 'Medium';
}
.list_2 .centent .box .left .flex .btn {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  background: #F5F5F5;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Regular';
}
.list_2 .centent .box .left .list {
  color: #999;
}
.list_2 .centent .box .left .list p {
  font-size: 14px;
  margin: 20px 0;
  font-family: 'Regular';
  display: grid;
  grid-template-columns: auto 1fr;
}
.list_2 .centent .box .left .list p input[type="radio"]:checked {
  /* 设置选中状态的颜色 */
  background-color: #19C76B!important;
}
.list_2 .centent .box .left .list p img {
  width: 10px;
  height: 10px;
}
.list_2 .centent .box .left .list p.flex {
  justify-content: space-between;
  align-items: center;
}
.list_2 .centent .box .left .list.art {
  color: #000;
}
.list_2 .centent .box .left .search {
  width: 100%;
  height: 50px;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
  bottom: -80px;
  border: 1px solid #ccc;
}
.list_2 .centent .box .left .search input {
  flex-grow: 1;
  border: none;
  height: 100%;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Regular';
}
.list_2 .centent .box .left .search .btn {
  width: 50px;
  height: 50px;
  /* border-radius: 0 10px 10px 0; */
  background-color: #3FB26A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list_2 .centent .box .left .search .btn img {
  width: 20px;
  height: 20px;
}
.list_2 .centent .box .left .Signupnow {
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  height: 190px;
  background: url(../img/0045.png) no-repeat;
  background-size: 100% ;
  background-position: bottom;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.list_2 .centent .box .left .Signupnow .f20 {
  font-family: 'Medium';
}
.list_2 .centent .box .left .Signupnow .btn {
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_2 .centent .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2 .centent .box .right .w100p {
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.list_2 .centent .box .right .w100p .btn {
  width: 100px;
  height: 40px;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
}
.list_2 .centent .box .right .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /* flex-wrap: wrap; */
  grid-column-gap: 20px;
  /* justify-content: space-between; */
}
.list_2 .centent .box .right .list .item {
  /* width: 280px; */
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.list_2 .centent .box .right .list .item .image {
  width: 100%;
  /* height: 280px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.list_2 .centent .box .right .list .item .image img {
  height: 100%;
  transition: all 0.5s;
  /* position: absolute; */
  z-index: 8000;
  object-fit: contain;
}
.list_2 .centent .box .right .list .item .image img.a1 {
  opacity: 1;
  position: absolute;
}
.list_2 .centent .box .right .list .item .image img.a2 {
  opacity: 0;
}
.list_2 .centent .box .right .list .item .text {
  padding: 22px 20px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.list_2 .centent .box .right .list .item .text >.f20 {
  font-size: 14px;
  /* font-family: 'Medium'; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*显示两行*/
  flex-grow: 1;
}
.list_2 .centent .box .right .list .item .text .f30 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  color: #000;
  height: 40px;
  font-size: 24px;
  font-family: 'AtAeroMedium';
}
.list_2 .centent .box .right .list .item .text .f30 img {
  width: 40px;
  /* height: 40px; */
  /* display: none; */
}
.list_2 .centent .box .right .list .item:hover .image img {
  transition: all 0.5s;
  object-fit: contain;
}
.list_2 .centent .box .right .list .item:hover .image img.a2 {
  opacity: 1;
}
.list_2 .centent .box .right .list .item:hover .image img.a1 {
  opacity: 0;
}
.list_2 .centent .box .right .list .item:hover .text .f30 img {
  display: block;
}
.list_2 .centent .box .right .lists {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.list_2 .centent .box .right .lists .item {
  margin: 0 10px;
  color: #999;
  display: flex;
}
.list_2 .centent .box .right .lists .item.art {
  color: #19C76B;
}
.list_2 .centent .box .right .lists .item:first-of-type,
.list_2 .centent .box .right .lists .item:last-of-type {
  color: initial;
}
.list_2_2 {
  padding-bottom: 100px;
  /* margin-top: 80px; */
  background-color: #fff;
  padding: 32px 0 0;
  min-height: 500px;
}
.list_2_2 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2_2 .centent .box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-column-gap: 2%;
}
.list_2_2 .centent .box .left {
  width: 290px;
  min-height: 210px;
  background-color: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
.list_2_2 .centent .box .left .flex {
  width: 100%;
}
.list_2_2 .centent .box .left .flex .f18 {
  font-family: 'Medium';
}
.list_2_2 .centent .box .left .flex .btn {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  background: #F5F5F5;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Regular';
}
.list_2_2 .centent .box .left .list {
  color: #999;
}
.list_2_2 .centent .box .left .list > p {
  cursor: pointer;
}
.list_2_2 .centent .box .left .list .text {
  display: none;
}
.list_2_2 .centent .box .left .list p {
  font-size: 14px;
  margin: 20px 0;
  font-family: 'Regular';
  display: grid;
  grid-template-columns: auto 1fr;
}
.list_2_2 .centent .box .left .list p input[type="radio"]:checked {
  /* 设置选中状态的颜色 */
  background-color: #19C76B;
}
.list_2_2 .centent .box .left .list p img {
  width: 10px;
  height: 10px;
}
.list_2_2 .centent .box .left .list p img.a2 {
  display: block;
}
.list_2_2 .centent .box .left .list p img.a1 {
  display: none;
}
.list_2_2 .centent .box .left .list p.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.list_2_2 .centent .box .left .list.art {
  color: #000;
}
.list_2_2 .centent .box .left .list.art p img.a1 {
  display: block;
}
.list_2_2 .centent .box .left .list.art p img.a2 {
  display: none;
}
.list_2_2 .centent .box .left .list.art .text {
  display: block;
}
.list_2_2 .centent .box .left .search {
  width: 100%;
  height: 50px;
  position: absolute;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  left: 0;
  bottom: -80px;
  border: 1px solid #ccc;
}
.list_2_2 .centent .box .left .search input {
  flex-grow: 1;
  border: none;
  height: 100%;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.list_2_2 .centent .box .left .search .btn {
  width: 50px;
  height: 50px;
  /* border-radius: 0 10px 10px 0; */
  background-color: #3FB26A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.list_2_2 .centent .box .left .search .btn img {
  width: 20px;
  height: 20px;
}
.list_2_2 .centent .box .left .Signupnow {
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  height: 190px;
  background: url(../img/0045.png) no-repeat;
  background-size: 100% ;
  background-position: bottom;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.list_2_2 .centent .box .left .Signupnow .f20 {
  font-family: 'Medium';
}
.list_2_2 .centent .box .left .Signupnow .btn {
  width: 100px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_2_2 .centent .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2_2 .centent .box .right .w100p {
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.list_2_2 .centent .box .right .w100p .btn {
  width: 100px;
  height: 40px;
  border-radius: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
}
.list_2_2 .centent .box .right .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap:20px ;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}
.list_2_2 .centent .box .right .list .item {
  /* width: 280px; */
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction:column ;
}
.list_2_2 .centent .box .right .list .item .image {
  width: 100%;
  /* height: 280px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.list_2_2 .centent .box .right .list .item .image img {
  /* height: 100%; */
  transition: all 0.5s;
  z-index: 12;
}
.list_2_2 .centent .box .right .list .item .image img.a1 {
  opacity: 1;
  position: absolute;
}
.list_2_2 .centent .box .right .list .item .image img.a2 {
  opacity: 0;
}
.list_2_2 .centent .box .right .list .item .text {
  padding: 22px 20px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.list_2_2 .centent .box .right .list .item .text >.f20{
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*显示两行*/
  font-size: 14px;
  font-family: 'Regular';
  flex-grow: 1;
  font-weight: bold;
}
.list_2_2 .centent .box .right .list .item .text .f20 {
}
.list_2_2 .centent .box .right .list .item .text .f30 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  color: #000;
  height: 40px;
  font-size: 24px;
  font-family: 'AtAeroMedium';
}
.list_2_2 .centent .box .right .list .item .text .f30 img {
  width: 40px;
  /* height: 40px; */
  /* display: none; */
}
.list_2_2 .centent .box .right .list .item:hover .image img {
  transition: all 0.5s;
}
.list_2_2 .centent .box .right .list .item:hover .image img.a2 {
  opacity: 1;
}
.list_2_2 .centent .box .right .list .item:hover .image img.a1 {
  opacity: 0;
}
.list_2_2 .centent .box .right .list .item:hover .text .f30 img {
  display: block;
}
.list_2_2 .centent .box .right .lists {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.list_2_2 .centent .box .right .lists .item {
  margin: 0 10px;
  color: #999;
  display: flex;
}
.list_2_2 .centent .box .right .lists .item.art {
  color: #19C76B;
}
.list_2_2 .centent .box .right .lists .item:first-of-type,
.list_2_2 .centent .box .right .lists .item:last-of-type {
  color: initial;
}
.list_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  background-color: #fff;
}
.list_3 .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
}
.list_3 .list .item {
  width: 800px;
  min-height: 60px;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 24px;
  padding-bottom: 21px;
  box-sizing: border-box;
}
.list_3 .list .item .f20 {
  font-size: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_3 .list .item div.f18 {
  overflow: hidden;
  height: 0;
  color: #999;
}
.list_3 .list .item div.f18.art {
  height: auto;
  margin-top: 10px;
}
.list_3 .lists {
  max-width: 1040px;
  width: 90%;
  margin: 76px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_3 .lists .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Medium';
}
.list_3 .lists .item img {
  /* height: 80px; */
  width: 96px;
}
.list_3 .lists .item .f24 {
  font-size: 20px;
  margin: 20px 0 24px;
  text-align: center;
  font-family: 'Regular';
}
.list_3 .lists .item a {
  font-size: 16px;
  color: #19C76B;
}
.masklayer .popupwindows {
  width: 700px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  display: none;
  z-index: 999999999;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
}
.masklayer .popupwindows .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masklayer .popupwindows .top .f20 {
  font-family: 'AtAeroMedium';
}
.masklayer .popupwindows .top .iconfont {
  font-size: 24px;
  cursor: pointer;
}
.masklayer .popupwindows .mySwiper {
  margin-top: 20px;
  width: 100%;
  height: 360px;
}
.masklayer .popupwindows .mySwiper img {
  height: 100%;
  object-fit: contain;
}
.masklayer .popupwindows .mySwiper .swiper-button-next,
.masklayer .popupwindows .mySwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.masklayer .popupwindows .mySwiper .swiper-button-next::after,
.masklayer .popupwindows .mySwiper .swiper-button-prev::after {
  font-size: 16px;
}
.masklayer .popupwindows .mySwiper .swiper-button-prev {
  left: 20px;
}
.masklayer .popupwindows .mySwiper .swiper-button-next {
  right: 20px;
}
.masklayer .popupwindows .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.masklayer .popupwindows .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.masklayer .popupwindows .f30 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'AtAeroMedium';
}
.masklayer .popupwindows .text {
  color: #666;
  font-size: 20px;
  /* margin-top: 20px; */
  font-weight: 400;
  font-family: 'Regular';
}
/* .masklayer .popupwindows .text.content{ */
  /* max-height: 200px;
  overflow: auto; */
/* } */
.masklayer .popupwindows .text p {
  font-family: 'Regular';
  margin-bottom: 10px;
}
.masklayer .popupwindows .text p span{
  font-weight: 100;
}
.masklayer .popupwindows .text p:nth-child(1) {
  color: #000;
}
.masklayer .popupwindows .btn {
  width: 150px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.masklayer .shopping {
  width: 700px;
  height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.masklayer .shopping #cancel {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 26px;
  cursor: pointer;
}
.masklayer .shopping img {
  width: 60px;
  height: 60px;
}
.masklayer .shopping .f20 {
  margin: 30px 0 40px;
  font-family: 'Medium';
}
.masklayer .shopping .btns {
  display: flex;
  align-items: center;
}
.masklayer .shopping .btns .btn {
  width: 165px;
  height: 40px;
  font-size: 18px;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  cursor: pointer;
  margin: 0 10px;
  font-family: 'Regular';
}
.masklayer .shopping .btns .btn:nth-child(2) {
  color: #fff;
  background-color: #19C76B;
  border: none;
}
.masklayer .Signupnow {
  max-width: 700px;
  width: 90%;
  /* height: 660px; */

  background-color: #fff;
  padding: 35px 50px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  display: none;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.masklayer .Signupnow #cancel {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  cursor: pointer;
}
.masklayer .Signupnow .f20 {
  font-family: 'AtAeroMedium';
  text-align: center;
}
.masklayer .Signupnow .box {
  margin-top: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.masklayer .Signupnow .box .inp {
  width: 48%;
  margin-bottom: 30px;
}
.masklayer .Signupnow .box .inp p {
  font-size: 16px;
  margin-bottom: 14px;
  font-family: 'Regular';
}
.masklayer .Signupnow .box .inp input {
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: 'Regular';
  border-radius: 5px;
  border: 1px solid #999;
}
.masklayer .Signupnow .btn {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(101deg, #19C76B 5%, #2ABDDD 94%);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
}
.masklayer .Wheretobuy {
  width: 1000px;
  height: 793px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.masklayer .Wheretobuy .top {
  width: 100%;
  height: 80px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 41px;
  box-sizing: border-box;
  font-weight: bold;
}
.masklayer .Wheretobuy .top #cancel {
  font-size: 26px;
  cursor: pointer;
  font-weight: 500;
}
.masklayer .Wheretobuy .box {
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
}
.masklayer .Wheretobuy .box .tap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.masklayer .Wheretobuy .box .tap div {
  display: flex;
  align-items: center;
}
.masklayer .Wheretobuy .box .tap div img {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #F5F5F5;
}
.masklayer .Wheretobuy .box .tap div p {
  font-family: 'AtAeroMedium';
  display: flex;
  flex-direction: column;
}
.masklayer .Wheretobuy .box .tap div p span {
  margin: 8px 20px;
}
.masklayer .Wheretobuy .box .tap div p .f30 {
  font-size: 30px;
}
.masklayer .Wheretobuy .box .tap .logo {
  width: 172px;
  height: auto;
}
.masklayer .Wheretobuy .box .centent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
}
.masklayer .Wheretobuy .box .centent .left {
  width: 48%;
}
.masklayer .Wheretobuy .box .centent .left h4 {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.masklayer .Wheretobuy .box .centent .left .list .item {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 13px;
}
.masklayer .Wheretobuy .box .centent .left .list .item .image {
  width: 100px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masklayer .Wheretobuy .box .centent .left .list .item .image img {
  transform: scale(0.75);
}
.masklayer .Wheretobuy .box .centent .left .list .item .text {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.masklayer .Wheretobuy .box .centent .left .list .item .text .flex.aic {
  margin: 8px 0 10px;
}
.masklayer .Wheretobuy .box .centent .left .list .item .text .flex.aic img {
  width: 14px;
  height: 14px;
}
.masklayer .Wheretobuy .box .centent .left .list .item .btn {
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background-color: #19C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: 'AtAeroMedium';
  cursor: pointer;
}
.masklayer .Wheretobuy .box .centent .right {
  width: 48%;
}
.masklayer .Wheretobuy .box .centent .right .hea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.masklayer .Wheretobuy .box .centent .right .hea .inp {
  width: 263px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}
.masklayer .Wheretobuy .box .centent .right .hea .inp input {
  flex-grow: 1;
  height: 100%;
  border: none;
  outline: none;
}
.masklayer .Wheretobuy .box .centent .right .hea .inp img {
  width: 20px;
  height: 20px;
}
.masklayer .Wheretobuy .box .centent .right .map {
  width: 100%;
  height: 242px;
}
.masklayer .Wheretobuy .box .centent .right .message {
  margin-top: 18px;
  width: 100%;
  height: 155px;
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.masklayer .Wheretobuy .box .centent .right .message h4 {
  margin-bottom: 15px;
}
.masklayer .Wheretobuy .box .centent .right .message p {
  font-size: 14px;
  color: #999;
  line-height: 2;
}
.masklayer .Wheretobuy .box .centent .right .message p img {
  height: 17px;
  width: auto;
  margin-right: 5px;
}
.masklayer .Wheretobuy .box .centent .right .message p img.abc {
  height: 19px;
}
@media screen and (max-width: 1600px) {
  .popupwindows {
    width: 600px;
    height: 90vh;
  }
  .popupwindows .mySwiper {
    height: 40vh;
  }
}

@media screen and (max-width: 1024px){
  
 
  
  .list_2 .centent .box .right .list{
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  
  .list_2 .centent .box .right .list .item{
    width: auto;
  }
  .list_2 .centent .box .right .list .item .text{
    padding-top: 13px;
    padding-bottom: 10px;
    padding: 2vw;
  }
  .list_2 .centent .box .right .list .item .text .f30{
    font-size: 16px;
    margin-top: 10px;
  }
  .list_2 .centent .box .right .list .item .text .f30 .f20{
    font-size: 16px;
  }
  .list_2 .centent .box .right .list .item .image{
    /* height: 30vw; */
  }
  .list_2 .centent .box .right .list .item .image img{
    object-fit: contain;
  }
  
 
  
  .list_2_2 .centent .box .left .search{
    position: static;
  }
  


  .list_2_2 .centent .box .right .list{
    /* width: 90%; */
    grid-template-columns: repeat(2,1fr);
    /* margin-top: 20px; */
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .list_2_2 .centent .box .right .list .item{
    width: 100%;
    margin-bottom: 0;
  }
  .list_2_2 .centent .box .right .list .item .text{
    padding: 2vw;
  }
}
@media screen and (max-width: 768px){
  .list_1{
    /* margin-top: 60px; */
  }
  .list_1 .centent{
    overflow-x: auto;
  }
  .list_2 .centent{
    width: 100%;
  }
 
 
  .list_2 .centent .box{
    flex-direction: column;
  }
  .list_2 .centent .box .left{
    height: auto;
    width: 90%;
    box-sizing: border-box;
    margin: auto;
    /* display: none; */
  }
  .list_2 .centent .box .left .search{
    
    position: static;
    margin:5px 0;
  }
  .list_2 .centent .box .left .Signupnow{
    position: static;
  }
  .list_2 .centent .box .right .list{
    width: 90%;
  }
  .list_2 .centent .box .right .list{
    /* grid-template-columns: repeat(2,1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px; */
    margin-top: 5px;
  }
  .list_1 .centent .item{
    margin: 0 5px;
  }
  .list_1 .centent .item p{
    font-size: 12px;
    text-align: center;
    /* color: #000; */
  }
  .list_2 .centent .box .right .list .item .text .f30 img{
    width: 32px;
  }
  .list_3{
    padding-top: 20px;
  }
  .list_3 .f40{
    font-size: 30px;
  }
  .list_3 .list .item div.f18.art{
    font-size: 16px;
  }
  .list_3 .list .item{
    width: 90%;
    margin: auto;
  }
  .list_3 .lists{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .list_3 .lists .item img{
    width: 40px;
  }
  .list_3 .lists .item .f24{
    font-size: 16px;
  }
  /* .consult .centent .inp{
    width: 90%;
  } */
  .masklayer .popupwindows{
    width: 90vw;
    /* height: auto; */
    padding-bottom: 30px;
    max-height: 70vh;
  }
  .masklayer .popupwindows .mySwiper{
    height: auto;
  }
  .masklayer .popupwindows .mySwiper .swiper-button-prev{
    left: 0px;
  }
  .masklayer .popupwindows .mySwiper .swiper-button-next{
    right: 0px;
  }
  .masklayer .popupwindows .f30{
    font-size: 16px;
  }
  .masklayer .popupwindows .content{
    font-size: 14px;
  }
  .masklayer .popupwindows .text .f20{
    font-size: 15px;
  }
  .masklayer .popupwindows .btn{
    padding: 5px 10px;
    width: auto;
    height: auto;
    bottom: 10px;

  }
  .list_2_2{
    /* margin-top: 60px !important; */
  }
  .list_2_2 .centent{
    width: 100%;
  }
  .list_2_2 .centent .box{
    flex-direction: column;
  }
  .list_2_2 .centent .box .left{
    width: 90%;
    margin: auto;
  }
  .list_2_2 .centent .box .left .Signupnow{
    position: static;
    margin-top: 10px;
  }
  .list_2_2 .centent .box .right{
    width: 100%;
  }
  .list_2_2 .centent .box .right .list{
    width: 90%;
    /* grid-template-columns: repeat(2,1fr); */
    margin-top: 20px;
    /* grid-column-gap: 2vw;
    grid-row-gap: 2vw; */
  }
  .list_2_2 .centent .box .right .list .item .text .f30 img{
    width: 32px;
  }
  .masklayer .Signupnow{
    padding:6vw;
  }
  .masklayer .Signupnow .box{
    max-height: 50vh;
    overflow: auto;
  }
  .masklayer .Signupnow #cancel{
    right: 2vw;
    top: 2vw;
  }
  .masklayer .Signupnow .box .inp{
    width: 100%;
    margin-bottom: 2vw;
  }
  .masklayer .Signupnow .box .inp p{
    margin-bottom: 1vw;
  }
  
}
