.Ask_question {
  position: fixed;
  z-index: 9999999;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: initial;
  padding: 0 0 50px ;
  background-color: rgba(0, 0, 0, 0.6);
  height: 95vh;
  overflow: hidden;
}
.Ask_question .centent {
  max-width: 700px;
  width: 90%;
  height: 386px;
  border-radius: 20px;
  padding-top: 35px;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Ask_question .centent .f20 {
  font-size: 20px;
  font-family: 'AtAeroMedium';
  margin-bottom: 35px;
}
.Ask_question .centent .f20.txt {
  width: 85%;
  margin-bottom: 10px;
}
.Ask_question .centent textarea {
  width: 90%;
  height: 143px;
  border: 1px solid #999;
  padding: 18px;
  box-sizing: border-box;
}
.Ask_question .centent .btns {
  margin-top: 38px;
  max-width: 290px;
  width: 90%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Ask_question .centent .btns .btn {
  width: 116px;
  height: 100%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'Regular';
  background-color: #19C76B;
  color: #fff;
  cursor: pointer;
}
.Ask_question .centent .btns .btn:nth-child(2) {
  background-color: transparent;
  border: 1px solid #19C76B;
  color: #19C76B;
  box-sizing: border-box;
}
.Ask_question .centent .cancel {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.list_1 {
  background-color: #fff;
  /* margin-top: 80px; */
  padding-bottom: 100px;
}
.list_1 .centent {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.list_1 .centent .nav {
  /*font-size: 16px;*/
  font-size: 12px;
  color: #999;
  font-family: 'Medium';
  margin-bottom: 20px;
}
.list_1 .centent .nav a.art {
  color: #000;
  font-family: 'AtAeroMedium';
}
.list_1 .centent .box {
  width: 100%;
  display: flex;
}
.list_1 .centent .box .left {
  width: 660px;
  /* height: 900px; */
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.list_1 .centent .box .left .left-top >div{
  /* display: none; */
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
}
.list_1 .centent .box .left .left-top >div:nth-child(2){
  transform: translateX(-100%);
}
.list_1 .centent .box .left .left-top >div.video {
  position: relative;
  display: flex;
  align-items: center;
  /* height: 0 !important; */
  /* padding-top: 56.25%; */
  
}
.list_1 .centent .box .left .left-top >div.video  iframe{
  /* position: absolute; */
  width: 100%;
  /* height: 100%; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}
.list_1 .centent .box .left .left-top >div:nth-child(3){
  transform: translateX(-200%);
}
.list_1 .centent .box .left .left-top >div.active{
  /* display: block; */
  z-index: 11;
  opacity: 1;
}
.list_1 .centent .box .left .mySwiper {
  width: 100%;
  height: 660px;
}
.list_1 .centent .box .left .mySwiper .swiper-slide{
background: #f5f5f5;
}
.list_1 .centent .box .left .mySwiper img {
  height: 100%;
  object-fit: contain;
}
.list_1 .centent .box .left .mySwiper .swiper-button-next,
.list_1 .centent .box .left .mySwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.list_1 .centent .box .left .mySwiper .swiper-button-next::after,
.list_1 .centent .box .left .mySwiper .swiper-button-prev::after {
  font-size: 16px;
}
.list_1 .centent .box .left .mySwiper .swiper-button-prev {
  left: 20px;
}
.list_1 .centent .box .left .mySwiper .swiper-button-next {
  right: 20px;
}
.list_1 .centent .box .left .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  /* background: rgba(255, 255, 255, 0.5); */
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.list_1 .centent .box .left-top {
  /* height: 600px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  display: flex;
}
.list_1 .centent .box .left .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.list_1 .centent .box .left video{
  width: 100%;
  max-height: 660px;
}
.list_1 .centent .box .left .three-d{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  /* height: 500px; */
}
.list_1 .centent .box .left  model-viewer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_1 .centent .box .left .tap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.list_1 .centent .box .left .tap .item {
  width: fit-content;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
  margin: 0 10px;
  cursor: pointer;
  padding: 0 15px;
  font-family: 'Regular';
}
.list_1 .centent .box .left .tap .item img {
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.list_1 .centent .box .left .tap .item.art {
  background-color: #000;
  color: #fff;
}

.list_1 .centent .box .left .tap .item.art img:nth-child(2),
.list_1 .centent .box .left .tap .item:not(.art) img:first-child{
  display: none;
}
.list_1 .centent .box .left .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.list_1 .centent .box .left .list .item {
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
  margin: 0 10px;
  cursor: pointer;
  padding: 0 15px;
  border: 1px solid #999;
  margin-bottom: 15px;
  font-family: 'Regular';
}
.list_1 .centent .box .left .list .item img {
  width: 20px;
  /* height: 16px; */
  margin-right: 10px;
}
.list_1 .centent .box .left .list .item.art {
  background-color: #000;
  color: #fff;
}
.list_1 .centent .box .right {
  width: 500px;
  margin-left: 40px;
}
.list_1 .centent .box .right .f40 {
  font-family: 'AtAeroMedium';
  font-size: 40px;
}
.list_1 .centent .box .right .f30 {
  font-size: 24px;
  font-weight: 100;
  font-family: 'AtAeroMedium';
}
.list_1 .centent .box .right .f30 .original{
  font-size: 13px;
  text-decoration: line-through;
  color: #ccc;
}
.list_1 .centent .box .right .f30 .now{
}
.list_1 .centent .box .right .paypal-open-modal{
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 10px;
}

.list_1 .centent .box .right .paypal-open-modal img{
  width: 70px;
}
.list_1 .centent .box .right .paypal-open-modal .learn-more{
  text-decoration: underline;
  cursor: pointer;
  color: blue;
}
.list_1 .centent .box .right .f20 {
  font-family: 'Regular';
  margin-top: 30px;
  margin-bottom: 10px;
}
.list_1 .centent .box .right .list {
  margin-left: 20px;
  margin-bottom: 40px;
}
.list_1 .centent .box .right .list li {
  list-style: disc;
  color: #999;
  font-size: 16px;
  font-family: 'Regular';
  margin: 5px 0;
}
.list_1 .centent .box .right .btns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap:10px;
  /* align-items: center; */
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.list_1 .centent .box .right .btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999;
  /* width: 240px; */
  height: 50px;
  font-size: 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_1 .centent .box .right .btns .btn:hover {
  background-color:#e2eb00;
  border: 1px solid #e2eb00;
  color: #000;
  /* font-family: 'AtAeroMedium'; */
}
.Select_Options_Swiper{
  overflow: hidden;
  position: relative;
  --swiper-pagination-color: #333;
  --swiper-navigation-color: #333;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 16px;/* 设置按钮大小 */
}
.Select_Options_Swiper .swiper-pagination{
  transform: translateY(10px);
}
.Select_Options_Swiper  .swiper-button-next,
.Select_Options_Swiper  .swiper-button-prev{
  transform: translateY(-50%);
}
.list_1 .centent .box .right .accessories-container:not(.active) .Select_Options:not(:first-child){
  display: none;
}
.list_1 .centent .box .right .accessories-container .view-more{
  color: #19C76B;
  text-align: center;
  cursor: pointer;
  display: none;
}
.list_1 .centent .box .right .accessories-container .Select_Options:nth-child(2) ~ .view-more{
  display: block;
}
.list_1 .centent .box .right .accessories-container:not(.active) .view-more .hide{
  display: none;
}
.list_1 .centent .box .right .accessories-container.active .view-more .show{
  display: none;
}
.list_1 .centent .box .right .Select_Options {
  width: 100%;
  height: 140px;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 23px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 10px;
}
.list_1 .centent .box .right .Select_Options input {
  margin-right: 10px;
}
.list_1 .centent .box .right .Select_Options .f20 {
  margin: 0;
  font-size: 20px;
  font-family: 'AtAeroMedium';
}
.list_1 .centent .box .right .Select_Options img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.list_1 .centent .box .right .Select_Options .f16 {
  margin: 10px 0;
  font-family: 'Regular';
}
.list_1 .centent .box .right .Select_Options .flex.aic {
  justify-content: space-between;
  width: 100px;
  height: 30px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 5px;
}
.list_1 .centent .box .right .Select_Options .flex.aic span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  color: #999;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  border: 0;
}
.list_1 .centent .box .right .Select_Options .flex.aic span.disable{
  background: #ddd;
  cursor: not-allowed;
}
.list_1 .centent .box .right .Select_Options .flex.aic input {
  height: 23px;
  width: 25px;
  border: none;
  text-align: center;
  outline: none;
  margin-right: 0;
}
.list_2 {
  padding: 15px 0;
}
.list_2 .centent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_2 .centent .f40 {
  font-size: 56px;
  margin: 105px 0 45px;
  font-family: 'AtAeroMedium';
  font-weight: bold;
}
.list_2 .centent .box {
  width: 100%;
  position: relative;
  /* max-height: 700px; */
  /* height: 36.4vw; */
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 1920px;
}
.list_2 .centent .box .list {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.list_2 .centent .box .list .item {
  padding: 13px 30px;
  font-size: 14px;
  border: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  white-space: nowrap;
  margin: 0 11px 10px;
  color: #fff;
  font-family: 'Regular';
  cursor: pointer;
}
.list_2 .centent .box .list .item.art,
.list_2 .centent .box .list .item:hover {
  background-color: #fff;
  color: #151515;
}
.list_2 .centent .box .image {
  width: 100%;
  height: 100%;
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.3); */
  display: none;
}
.list_2 .centent .box .image img {
  height: 100%;
  position: relative;
  z-index: -1;
  object-fit: cover;
}
.list_2 .centent .box .image .text {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1800px;
}
.list_2 .centent .box .image .text p {
  width: 500px;
  font-size: 30px;
  font-size: 24px;
  color: #fff;
  font-family: 'Regular';
  line-height: 36px;
}
.list_2 .centent .box .image .text .btn {
  width: 130px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: rgba(225, 225, 225, 0.1);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  font-family: 'Regular';
  cursor: pointer;
}
.list_2 .centent .box .image .text .btn:hover {
  background-color: rgba(225, 225, 225, 0.3);
}
.list_2 .centent .box .image.art {
  display: block;
}








.list_3 {
  background-color: #fff;
  padding: 100px 0;
}
.list_3 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.list_3 .centent .left {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  height: fit-content;
  top: 80px;
}
.list_3 .centent .left .f40 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'AtAeroMedium';
}
.list_3 .centent .left img {
  width: 100%;
  /* height: 295px; */
}
.list_3 .centent .center {
  width: 560px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 65px;
  /* align-self: flex-start; */
  flex-shrink: 0;
}
.list_3 .centent .center .f30 {
  font-size: 24px;
  font-family: 'Medium';
}
.list_3 .centent .center .list {
  width: 100%;
}
.list_3 .centent .center .list .item {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-family: 'Regular';
}
.list_3 .centent .center .list .item span {
  display: block;
  width: 33%;
  text-align: center;
  font-size: 18px;
}
.list_3 .centent .center .list .item span:nth-child(2) {
  font-size: 16px;
  color: #999;
}
.list_3 .centent .right {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  height: fit-content;
  top: 80px;
}
.list_3 .centent .right .f40 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'AtAeroMedium';
}
.list_3 .centent .right img {
  width: 100%;
  /* height: 295px; */
}
.list_4 {
  background-color: #fff;
  padding: 50px 0;
}
.list_4 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_4 .centent .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
  margin-bottom: 50px;
}
.list_4 .centent .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_4 .centent .list .item {
  width: 18.5%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.list_4 .centent .list .item .image {
  width: 100%;
  /* height: 224px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 10px;

}
.list_4 .centent .list .item .image img {
  transform: scale(0.8);
}
.list_4 .centent .list .item p {
  width: 80%;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Regular';
}
.list_5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  background-color: #fff;
}
.list_5 .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
}
.list_5 .list .item {
  width: 800px;
  min-height: 60px;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 24px;
  padding-bottom: 21px;
  box-sizing: border-box;
}
.list_5 .list .item .f20 {
  font-size: 20px;
  cursor: pointer;
  font-family: 'Regular';
}
.list_5 .list .item div.f18 {
  overflow: hidden;
  height: 0;
  color: #666;
  font-family: 'Regular';
}
.list_5 .list .item div.f18.art {
  height: auto;
  margin-top: 10px;
}
.list_6 {
  background-color: #fff;
}
.list_6 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 100px 0 50px;
  border-bottom: 1px solid #ccc;
}
.list_6 .centent .f40 {
  font-size: 40px;
  margin-bottom: 40px;
  font-family: 'AtAeroMedium';
}
.list_6 .centent .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.list_6 .centent .box .left {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  justify-content: flex-end;
  width: 300px;
}
.list_6 .centent .box .left .flex.aic .f40 {
  font-size: 40px;
  font-family: 'AtAeroMedium';
  margin-right: 15px;
  margin-bottom: 0;
}
.list_6 .centent .box .left .flex.aic p img {
  height: 20px;
  object-fit: contain;
}
.list_6 .centent .box .left .flex.aic p .f16 {
  color: #999;
  margin-top: 5px;
  font-family: 'Regular';
}
.list_6 .centent .box .left .txt {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 30px;
  font-family: 'Regular';
}
.list_6 .centent .box .left .customer-more{
  /* max-width: 300px; */
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  /* align-items: center; */
}

#customer-more-btn{
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  position: absolute;
}
.list_6 .centent .box .left .customer-more  label{
  cursor: pointer;
  position: relative;
  line-height: 1;
  padding-right: 15px;
  width: 0;
  flex-grow: 1;
}
.list_6 .centent .box .left .customer-more  label::before{
  content: '';
  position: absolute;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  width: 7px;
  height: 7px;
  right: 2px;
  top:7px;
  transform-origin: 75% 25%;
  transform: rotate(135deg);
  transition: all .3s;
  
}
.list_6 .centent .box .left .customer-more input[type=checkbox]:checked ~label::before{
  transform: rotate(315deg);
}
.list_6 .centent .box .left .customer-more p{
  display: none;
  margin-top: 5px;
  
}

.list_6 .centent .box .left .customer-more input[type=checkbox]:checked ~ p{
  display: block;
  text-align: justify; /* 左右对齐 */
}

.list_6 .centent .box .left .customer-more  img {
  width: 12px;
  height: 12px;
}

.list_6 .centent .box .center .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: 'Regular';
  text-wrap: nowrap;
}
.list_6 .centent .box .center .item .jdt {
  display: block;
  width: 200px;
  height: 20px;
  border: 1px solid #ccc;
  margin: 0 8px;
}
.list_6 .centent .box .center .item .jdt .jd {
  width: 0;
  height: 100%;
  display: block;
  background-color: #19C76B;
}
/*.list_6 .centent .box .center .item:nth-child(1) .jdt .jd {
  width: 100%;
}*/
/*.list_6 .centent .box .center .item:nth-child(2) .jdt .jd {
  width: 10%;
}*/

.list_6 .centent .box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Regular';
  min-height: 160px;
  justify-content: flex-end;
}
.list_6 .centent .box .right .f16 {
  margin: 20px 0 30px;
  text-align: center;
}
.list_6 .centent .box .right .btn {
  width: 250px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  font-size: 16px;
}
.list_7 {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_7 .box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  /* padding: 0 30px; */
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.list_7 .box .item {
  width: 100%;
  padding: 28px 0;
  border-bottom: 1px solid #ccc;
}
.list_7 .box .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_7 .box .item .top div,
.list_7 .box .item .top a {
  display: flex;
  align-items: center;
  font-family: 'Regular';
}
.list_7 .box .item .top div img,
.list_7 .box .item .top a img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.list_7 .box .item .top div p,
.list_7 .box .item .top a p {
  font-family: 'Regular';
}
.list_7 .box .item .top div p .f14,
.list_7 .box .item .top a p .f14 {
  margin-top: 5px;
  display: flex;
  background-color: #f5f5f5;
  color: #000;
  padding: 2px 5px;
  align-items: center;
  justify-content: center;
}
.list_7 .box .item .top div p img,
.list_7 .box .item .top a p img {
  width: 88px;
  height: 15px;
  margin-top: 8px;
}
.list_7 .box .item .top .f16 {
  color: #999;
  font-family: 'Regular';
  font-size: 14px;
}
.list_7 .box .item .text {
  margin-top: 15px;
  font-family: 'Regular';
  max-width: 70%;
}
.list_7 .box .item .text .f20 {
  font-size: 24px;
  font-family: 'Regular';
}
.list_7 .box .item .text .f16 {
  font-size: 16px;
  margin: 5px 0 15px;
  font-family: 'Regular';
  /* max-width: 50%; */
}
.list_7 .box .item .text .img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.list_7 .box .item .text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 470px; */
  max-width: 400px;
}
.list_7 .box .item .text ul li {
  /* width: 150px; */
  /* height: 150px; */
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.list_7 .box .item .text ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.list_7 .box .item .bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_7 .box .item .bottom .bq {
  font-size: 14px;
  padding: 2px 5px;
  color: #999;
  font-family: 'Regular';
}
.list_7 .box .item .bottom .flex p {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  color: #999;
}
.list_7 .box .item .bottom .flex p span {
  font-size: 14px;
}
.list_7 .box .item .bottom .flex p span.iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.list_7 .box .item .bottom .flex p:hover {
  color: #000;
}
.list_7 .lists {
  margin: 20px auto;
  display: flex;
  align-items: center;
  height: 20px;
}
.list_7 .lists img {
  width: 20px;
  height: 20px;
  margin: 0 15px;
}
.list_7 .lists .item {
  margin: 0 5px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-family: 'Regular';
}
.list_7 .lists .item.art {
  color: #000;
}
.list_8 {
  background-color: #fff;
  padding-top: 100px;
}
.list_8 .centent {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_8 .centent .top {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.list_8 .centent .top .f20 {
  font-family: 'Medium';
  font-size: 24px;
  text-align: center;
}
.list_8 .centent .top .f16 {
  margin: 20px 0 30px;
  font-family: 'Regular';
}
.list_8 .centent .top .btn {
  width: 185px;
  height: 40px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Regular';
  cursor: pointer;
}
.list_8 .centent .list {
  width: 100%;
  margin-top: 20px;
}
.list_8 .centent .list .item {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
}
.list_8 .centent .list .item .f16{
  color: #666;
}
.list_8 .centent .list .item .f20{
  display: flex;
  align-items: flex-start;
  width: 70%;
}
.list_8 .centent .list .item .f20 span{
  font-size: 18px;
}
.list_8 .centent .list .item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: 'Regular';
}
.list_8 .centent .list .item p .art {
  display: inline-block;
  border: 1px solid #19C76B;
  color: #19C76B;
  text-align: center;
  font-size: 14px;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
}
.list_8 .centent .list .item p .quan {
  border: 1px solid #999;
  color: #999;
  /* padding: 0 5px; */
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.list_8 .centent .list .item p:nth-child(1) .quan {
  border: 1px solid #19C76B;
  color: #19C76B;
  /* padding: 0 5px; */
  border-radius: 50%;
}
.list_8 .centent .list .item .Seemore {
  color: #19C76B;
  font-size: 16px;
  margin-left: 30px;
}
.list_8 .centent .lists {
  margin: 20px auto;
  display: flex;
  align-items: center;
  height: 20px;
}
.list_8 .centent .lists img {
  width: 20px;
  height: 20px;
  /* margin: 0 15px; */
  margin: 3px 15px 0;
}
.list_8 .centent .lists .item.art{
  color: #000;
}
.list_8 .centent .lists .item {
  margin: 0 5px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  font-family: 'Regular';
}
s .list_8 .centent .lists .item.art {
  color: #19C76B;
}
.list_9 {
  background-color: #fff;
  padding: 100px 0;
}
.list_9 .lists {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.list_9 .lists .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list_9 .lists .item img {
  /* height: 80px; */
  width: 72px;
}
.list_9 .lists .item .f24 {
  font-size: 20px;
  margin: 20px 0 24px;
  text-align: center;
  font-family: 'Regular';
  color: #000;
}
.list_9 .lists .item a {
  font-size: 16px;
  color: #19C76B;
}
@media screen and (max-width: 1200px){
  .list_1 .centent .box,.list_1 .centent .nav{
    width: 90%;
    margin:0 auto 10px;
    justify-content: space-between;
  }
  .list_1 .centent .box .left,
  .list_1 .centent .box .right{
    width: 48%;
    
  }
  .list_1 .centent .box .left .mySwiper{
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .list_1 {
    /* margin-top: 60px; */
    padding-bottom: 0;
  }
  .list_1 .centent{
    /* width: 90%; */
  }
  .list_1 .centent .box{
    flex-direction: column;
    margin: 0 auto;
  }
  .list_1 .centent .box .left{
    width: 100%;
    position: static;
    height: auto;
  }
  .list_1 .centent .box .left-top{
    /* width: 80%;
    margin: auto; */
  }
  .list_1 .centent .box .left .mySwiper{
    height: auto;
  }
  .list_1 .centent .box .left .list{
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    /* display: grid;
    grid-template-columns: repeat(2,1fr); */
  }
  .list_1 .centent .box .left .list .item{
    height: 28px;
    margin-bottom: 5px;
    font-size: 14px;
    margin: 0;
    padding:0 10px;
    width: auto;
    /* justify-content: flex-start; */
  }
  
  .list_1 .centent .box .left .list .item img{
    width: 14px;
    height: 14px;
  }
  .list_1 .centent .box .left .left-top >div:nth-child(2){
    /* transform: translateX(-100%); */
      
    display: flex;
    align-items: center;

  }
  .list_1 .centent .box .right{
    width: 100%;
    margin-left:0px ;
  }
  .list_1 .centent .box .right .f40{
    font-size: 30px;
    margin: 20px 0 10px;
  }
  .list_1 .centent .box .right .list{
    margin-bottom: 20px;
  }
  .list_1 .centent .box .right .btns .btn{
    height: 28px;
    margin-bottom: 5px;
  }
  .Select_Options_Swiper {
    
    max-width: 450px;
  }
  .list_1 .centent .box .right .Select_Options{
    height: auto;
    padding: 10px 0 10px 23px;
    max-width: 450px;
  }
  .list_2 .centent .f40{
    font-size: 30px;
    margin: 10px;
    text-align: center;
  }
  .list_2 .centent .box .list{
    position: static;
    flex-wrap: nowrap;
    transform:translate(0,0);
    width: 90%;
    margin: auto;
    overflow-x: auto;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    
  }
  .list_2 .centent .box{
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .list_2 .centent .box .image{
    /* height: 700px; */ 
    background-color: transparent;
  }
  .list_2 .centent .box .list .item{
    padding: 5px 10px;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  .list_2 .centent .box .image.art{
    display: flex !important;
    flex-direction: column-reverse;
  }
  .list_2 .centent .box .image img{
    object-fit: cover;
    height: auto;
    z-index: 1;
  }
  .list_2 .centent .box .image .text{
    position: static;
    transform: translate(0,0);
    width: 90%;
    margin: auto;

  }
  .list_2 .centent .box .image .text p{
    width: 90%;
    font-size: 16px;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;

  }
  .list_2 .centent .box .image .text .btn{
    margin: 20px 0;
    color: #000;
    border: 1px solid #666;
    height: 32px;
    font-size: 14px;
  }
 

  .list_3 {
    padding: 0;
    display: none;
  }
  .list_3 .centent{
    flex-direction: column;
    width: 90%;
  }
  .list_3 .centent .center{
    width: 100%;
  }
  .list_3 .centent .right,
  .list_3 .centent .left{
    width: 100%;
    position: static;
    display: none;
  }
  .list_3 .centent .right img{
    height: auto;
  }
  .list_4 .centent{
    width: 90%;
  }
  .list_4 .centent .f40{
    font-size: 30px;
  }
  .list_4 .centent .list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 5px;

  }
  .list_4 .centent .list .item p{
    font-size: 16px;
  }
  .list_4 .centent .list .item{
    width: auto;
  }
  .list_5{
    padding-top: 20px;
  }
  .list_5 .f40{
    font-size: 30px;
  }
  .list_5 .list .item{
    width: 90%;
    margin: auto;
  }
  .list_5 .list .item div.f18.art{
    font-size: 16px;
  }
  .list_6 .centent{
    width: 90%;
  }
  .list_6 .centent .f40{
    font-size: 30px;
  }
  .list_6 .centent .box{
    flex-direction: column;
    align-items: center;
  }
  .list_6 .centent .box .left{
    min-height: auto;
  }
  .list_6 .centent .box .left .txt{
    margin-top:20px;
    margin-bottom: 10px;
  }
  .list_7 .box{
    width: 90%;
  }
  .list_7 .box .item .text ul{
    width: auto;
  }
  .list_7 .box .item .text ul li{
    height: auto;
  }
  .list_8 .centent{
    width: 90%;
  }
  .list_8 .centent .list .item .f20{
    width: 100%;
  }
  .list_8 .centent .list .item p{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .list_8 .centent .list .item .f16{
    padding-left: 38px;
    box-sizing: border-box;
    margin-top: 5px;
  }
  .list_8 .centent .top{
    padding: 15px;
    box-sizing: border-box;
    height: auto;
  }
  .list_9 .lists{
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  /* .consult .centent .inp{
    width: 90%;
  } */
  .list_9 {
    padding: 50px 0;
  }
  .list_9 .lists .item img{
    width: 40px;
  }
  .list_9 .lists .item .f24{
    font-size: 16px;
  }
}



/*  Product_purchase_1.html */
.product-advantage-container{
  overflow: hidden;
  background-color: #fff;
  font-family: 'Regular';
}
.product-advantage-box{
  margin: auto;
  display: grid;
  grid-template-columns: repeat(16,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1600px;
  width: 90%;
}
.product-advantage-box >div {
  /* border: 1px solid red; */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.product-advantage-container   .product-advantage-big{
  grid-column: 1/17;
}
.product-advantage-container  .product-advantage-small-left{
  
  grid-column: 1/10;
}
.product-advantage-container   .product-advantage-mini-right{
  grid-column: 10/17;
}

.product-advantage-container   .product-advantage-mini-left{
  grid-column: 1/8;
}
.product-advantage-container  .product-advantage-small-right{
  grid-column: 8/17;
}
.product-advantage-container >div .image{
  width: 100%;
  height: 100%;
  background-color: #000;
}
.product-advantage-container >div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0; */
}

.product-advantage-container >div .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5vw;
  padding: 0 4vw;
  box-sizing: border-box;
}
.product-advantage-container   .product-advantage-big .text{
  justify-content: center;
  margin-top: 0;
}

.product-advantage-container >div .text .text1{
  font-size: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.product-advantage-container >div .text .text2{
  font-size: 30px;
  margin: 26px 0 41px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.product-advantage-container >div .text .btn{
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 20px;
  border: 1px solid #fff;
  cursor: pointer;
  
}

@media screen and (max-width: 1024px){
  
  .product-advantage-box{
    
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
  .product-advantage-container >div .text .text1{
    font-size: 30px;
  }

  .product-advantage-container >div .text .text2{
    font-size: 16px;
    margin: 2vw 0 3vw;
  }
}

@media screen and (max-width: 768px){
  .product-advantage-container >div .text .text1{
    font-size: 20px;
  }

  .product-advantage-container >div .text .text2{
    font-size: 14px;
  }
  .product-advantage-container >div .text .btn{
    height: 32px;
    font-size: 14px;
  }
}


/*  Product_purchase_2.html */
.deliver-container{
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  padding: 45px 0;
}
.deliver-box{
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}
.deliver-l-top{
  display: flex;
  align-items: center;
}
.deliver-select{
  min-width: 100px;
  height: 30px;
  border-radius: 10px;
  opacity: 1;
  background: #F5F5F5;
  margin-left: 20px;
  font-size: 14px;
  padding-right: 5px;

}
.deliver-select select{
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.deliver-name{
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.deliver-tip{
  color: #000000;
  font-size: 14px;
  margin-top: 14px;
}
.deliver-r{
  display: flex;
  align-items: center;
}
.deliver-money{
  color: #000000;
  font-family: 'AtAeroMedium';
}
.deliver-btn{
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: #19C76B;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding:0 20px;
  height: 40px;
  margin-left: 30px;
}

.video-demonstrate-container{
  width: 100%;
}
.video-demonstrate-container video{
  width: 100%;
}


.performance-container{
  background-color: #fff;
  padding: 120px 0 0;
}
.performance-box,
.performance-tw-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.performance-box{
  display: flex;
  align-items: center;
}
.performance-box .image{
  width: 50%;
}
.performance-box .image img{
  width: 100%;
}
.performance-box .text{
  font-size: 60px;
  padding-left: 60px;
  box-sizing: border-box;
  font-family: 'AtAeroMedium';
}
.performance-tw-container{
  padding: 120px 0;
}
.performance-tw-container .title{
  font-size: 40px;
  text-align: center;
}
.performance-tw-container .info{
  font-size: 30px;
  text-align: center;
  width: 90%;
  margin:30px auto 37px ;
}
.performance-tw-container .performance-col2{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 20px;
}

@media screen and (max-width: 768px){
  .deliver-box{
    flex-direction: column;
  }
  .performance-box{
    flex-direction: column;
  }
  .performance-box .image,.performance-box .text{
    width: 100%;
  }
  .performance-box .text{
    padding: 2vw;
    font-size: 30px;
    white-space: nowrap;
  }
  .performance-tw-container .title{
    font-size: 30px;
  }
  .performance-tw-container .info{
    font-size: 16px;
  }
}


/* 底部购买栏 */
body:has(.bottom-buy){
  padding-bottom: 120px;
}
.bottom-buy{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  font-family: 'Regular';
  border-top: 2px solid #ddd;
  z-index: 997;
}
/* .bottom-buy::after{
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 997;
  border-top: 2px solid #ddd;

} */
.bottom-buy .box{
  /* position: fixed; */
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* height: 120px; */
  height: 100%;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* z-index: 998; */
}
.bottom-buy .left {
  
  font-size: 14px;
}
/* .bottom-buy .left .r1{
  font-size: 20px;
} */

/* .bottom-buy .left select{
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  background: #F5F5F5;
  outline: none;
  border-radius: 7px;
  border: 0;
  padding: 2px 5px;
} */
/* .bottom-buy .left .r2{
  font-size: 14px;
  margin-top: 15px;
} */

.bottom-buy .right{
  display: flex;
  align-items: center;
  gap: 32px;
}
.bottom-buy .right .price{
  font-size: 20px;
  font-family: 'AtAeroMedium';
  text-wrap: nowrap;
}
.bottom-buy .right .btn,
.bottom-buy .right .out-btn{
  padding: 17px 30px;
  border-radius: 999px;
  background: #19C76B;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  margin-right: 50px;
}
.bottom-buy .right .out-btn{
  cursor: not-allowed;
  background: #999;
}
@media screen and (max-width: 768px){
  .bottom-buy .box{
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .bottom-buy .left .r1{
    font-size: 16px;
  }
  .bottom-buy .left .r2{
    margin-top: 5px;
  }
  .bottom-buy .right{
    justify-content: space-between;
  }
  .bottom-buy .right .price{
    font-size: 18px;
  }
  .bottom-buy .right .btn{
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 60px;
  }
  
}



/* paypal-modal */
.paypal-mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  --paypalMarginLeft:60px;
  z-index: 9999;
  font-family: 'Regular';
}
/* .paypal-mask .pre{
  white-space: pre-wrap;
} */
.paypal-mask:not(.active){
  display: none;
}
.paypal-mask .bold{
  font-weight: bold;
}
.paypal-mask .mwid{
  /* max-width: 340px; */
  margin: auto;
}
.paypal-mask .paypal{
  max-width: 640px;
  width: 100%;
  max-height: 80%;
  overflow: auto;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  
}
.paypal-mask .top-posit{
  height: 0;
  position: sticky;
  top: 0;
}
.paypal-mask .paypal .top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  /* background-color: rgba(255, 255, 255,.8); */
  background-color: rgb(250, 248, 245);
  z-index: 1;
  box-sizing: border-box;
}
.paypal-mask .paypal .top img{
  width: 30px;
}
.paypal-mask .paypal .top .close{
  font-size: 35px;
  cursor: pointer;
}
.paypal-mask .paypal .paypal-box:not(.active){
  display: none;
}
.paypal-box{
  flex-direction: column;
  display: flex;
}
.paypal-box .paypal-main{
}
.paypal-mask .paypal-head{
  padding-left: var(--paypalMarginLeft);
  padding-bottom: 60px;
  padding-top: 130px;
  background-image:url('../img/paypal-bg.png');
  background-size: cover;
  background-position: bottom right;
}
.paypal-mask .paypal-head1{
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
}
.paypal-mask .paypal-head2{
  color: #001435;
  font-size: 18px;
  max-width: 380px;
}
.paypal-mask .paypal-main{
  padding:40px var(--paypalMarginLeft) ;
  flex-grow: 1;
}
.paypal-mask .paypal-main .paypal-txt{
  /* padding-top: 10px; */
  line-height: 1.8;
}
.paypal-mask .paypal-txt,.paypal-mask .paypal-mask .paypal-box3-row-head{
  color: #001435;
  font-size: 17px;
}
.paypal-txt1{
  font-weight: 600;
}
.paypal-mask  .paypal-txt-list{
  display: grid;
  /* gap: 15px; */
  margin: 30px 0 20px;
  line-height: 1.8;
}
.paypal-mask .paypal-box3-row-head{
  font-weight: 600;
}
.paypal-box-br{
  height: 1px;
  background-color: #ddd;
  margin: 15px 0 25px;
}

.paypal-mask .paypal-box1 .paypal-item{
  box-shadow: 0px 0px 2px rgba(0,0,0,.04), 0px 1px 12px rgba(0,0,0,.08);
  padding: 12px 12px 15px 20px;
  display: grid;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 10px;
}
.paypal-mask .paypal-box2 .paypal-box2-row{
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.paypal-mask .paypal-box2 .paypal-box2-row .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.paypal-mask .paypal-box2 .paypal-box2-row .item img{
  width: 38px;
  /* height: 38px; */
}

.paypal-mask .paypal-box3  .paypal-input{
  margin: 10px auto 20px;
}
.paypal-mask .paypal-box3  .paypal-input label{
  border: 1px solid #999;
  max-width: 220px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:0 12px;
  height: 60px;
  font-size: 13px;
  color: #999;
}

.paypal-mask .paypal-box3-main.pass .paypal-warning,
.paypal-mask .paypal-box3-main:not(.pass) .paypal-box3-list{
  display: none;
}
.paypal-mask .paypal-box3-main .paypal-warning img{
  width: 12px;
}
.paypal-mask .paypal-box3-main .paypal-warning .w1{ 
  font-size: 14px;
  color: #001435;
  display: flex;
  align-items: center;
  gap: 10px;
}
.paypal-mask .paypal-box3-main .paypal-warning .w2{
  color: #515354;
  line-height: 1.5;
  font-size: 14px;
}


.paypal-mask .paypal-box3  .paypal-input input{
  border: 0;
  outline:none;
  height:32px;
  transition: all .3s;
  font-weight: bold;
  color: #000;
}
.paypal-mask .paypal-box3  .paypal-input input:not(:focus):not(.zoom){
  height: 0;
}
.paypal-mask .paypal-box3-list{
  margin: 30px 0;
}
.paypal-mask .paypal-box3-row{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
/* .paypal-mask .paypal-box3-list .paypal-box3-row-head{
  font-weight: bold;
  font-size: 18px;
} */
.paypal-mask .paypal-box3-list .paypal-tip{
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-top: 20px;
}
.paypal-mask .paypal-footer{
  background: rgb(250, 248, 245);
  padding: 30px 60px; 
  /* margin-top: 40px; */
  font-size: 14px;
  line-height: 20px;
  text-align:justify;
}
.paypal-footer ul{
  display: grid;
  gap: 20px;
}
.paypal-footer ul li{
  padding-left: 20px;
  position: relative;
}
.paypal-footer ul li::after{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #515354;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.paypal-footer p{
  margin: 20px 0;
}
.paypal-mask .link{
  text-decoration: underline;
  color: #19C76B;
  cursor: pointer;
}
.paypal-mask .link-more{
  display: block;
  margin-top: 20px;
}

.paypal-button{
  position: sticky;
  bottom: 0;
  padding:0 var(--paypalMarginLeft) ;
  background-color: #fff;
  
}
.paypal-button >div{
  height: 110px;
  color: #515354;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.paypal-button .btn{
  border-radius: 999px;
  background: #19C76B;
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}


@media screen and (max-width: 660px){
  .paypal-mask .paypal{
    max-height: 100%;
    height: 100%;
    border-radius: 0px;
  }
}